/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2025 | 21:48:33 */
/* SINGLE POSTS */
body.single-post .et_pb_post_content img {
	min-width: 100% !important;
}

body.single-post .postCategories {
    margin-bottom: 1.25rem !important;
}
body.single-post .postCategories .et_pb_text_inner a:hover {
	color: #05347e !important;
}

body.single-post .postCategories .et_pb_text_inner a {
    font-size: 20px !important;
    text-transform: uppercase !important;
    color: #2ea3f2 !important;
    font-weight: 500 !important;
}

/* Add tag icon before .postTags */
body.single-post .postTags::before {
    content: "" !important;
    display: inline-block !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-right: 6px !important;
    background-image: url('https://campphysics.com/wp-content/uploads/2025/12/tags-solid-full.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    vertical-align: middle !important;
}

body.single-post .postTags {
    display: flex !important;
    flex-direction: row !important;
    gap: 0.25rem !important;
}


body.single-post .postTags .et_pb_text_inner a {
    font-size: 15px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
	border: 1px solid #888 !important;
	color: #777777 !important;
	padding: 0.5rem 1rem !important;
	border-radius: 4px !important;
}

body.single-post .postTags .et_pb_text_inner a:hover {
	border: 1px solid #05347e !important;
	
}