/* Search Results & Archive Styles */
#search-header{
	margin-top: 60px;
}
.search-wrapper{
	background-color: #fff;
	padding-top: 30px;
	padding: 32px 0;
	margin-bottom: 36px;
	box-shadow: 0px 8px 0px 0px rgba(255, 220, 0, 1);
	text-align: center;
}
.search-wrapper .lead{
	color: #0033A0;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%; /* 24px */
	text-transform: uppercase;
	font-family: alternate-gothic-atf, sans-serif;
	padding-bottom: 16px;
}
.search-wrapper h1{
	color: #0033A0;
	text-shadow: 3px 4px 0 #FFDC00;
	font-size: 60px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%; /* 60px */
	text-transform: uppercase;
	text-align: center;
}
.search-list{
	background-color: #fff;
	padding-bottom: 70px;
}
/* Card Title */
.card-title {
	color: #0033A0 !important;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 124%; /* 32.24px */
	letter-spacing: -0.52px;
	font-family: "Usual", sans-serif;
}

.card-title a {
	color: #0033A0 !important;
}

.card-body {
	padding: 0px;
}

/* Blurred Featured Container for Card Images */
.card-body .blurred-featured-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 250px; /* Fixed height for consistent sizing */
	overflow: hidden;
	box-shadow: -17px 16px 0 0 #4CBCC0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-body .blurred-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(20px);
	transform: scale(1.1); /* Scale up to prevent blur edge artifacts */
	z-index: 0;
	opacity: 0.9;
}

.card-body .post-thumbnail-teal-frame {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0px !important;
	overflow: hidden;
	z-index: 1;
}

.card-body .post-thumbnail-teal-frame img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover; /* Use cover to fill the container consistently */
	object-position: center;
	margin: 0 auto;
}

/* Card Styles */
.card {
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
	border-bottom: 2px solid #B1C9E8;
	background-color: transparent;
	border-radius: 0px;
}

/* Search Pagination Container */
#search-pagination {
	/*background-color: #fff;*/
	margin-bottom: 70px;
}

/* Responsive Styles */
@media (max-width: 767px) {
	.card-body .blurred-featured-container {
		margin: 20px auto;
		height: 200px; /* Slightly smaller height on mobile */
	}
	
	.card-body .blurred-background {
		filter: blur(15px);
	}
}
.search-form input{background-color: #fff;}
.breadcrumb-nav{padding-bottom: 34px; padding-top: 80px;}
	.entry-title{padding-bottom: 0px; margin-bottom: 0px;font-size: 86px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--Wildcat-Blue-500, #0033A0);
    text-shadow: 3px 4px 0 #FFDC00;}
	.entry-meta{padding-top: 24px;padding-bottom: 32px;}
	.breadcrumb-item+.breadcrumb-item:before{content: var(--bs-breadcrumb-divider, ">");}
	.entry-content a{color: #212529; text-decoration: underline;}
	.entry-meta a{color: #212529; text-decoration: underline;}
	.social-share-buttons .share-btn{flex: 0 0 calc(50% - 5px); max-width: calc(50% - 5px); transition: transform 0.1s ease, filter 0.1s ease;}
	.social-share-buttons .share-icon img{width: 40px; height: 40px; display: block; margin: 0 auto; transition: filter 0.1s ease;}
	.social-share-buttons .share-icon i{font-size: 24px; display: block; text-align: center;}
	.social-share-buttons .twitter-btn, .social-share-buttons .linkedin-btn{margin-left: -27px;}
	.social-share-buttons .share-btn:hover{transform: translate(1px, 3px) scale(0.875);}
	.social-share-buttons .share-btn:hover .share-icon img{filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.4)) drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.25));}
	.social-share-section{ width: 43%;}
	
	@media (max-width: 1024px) {
		.social-share-section{width: 56% !important;}
	}
	
	@media (max-width: 768px) {
		.social-share-section{width: 76% !important;}
	}
	
	
	
	/* Blurred Featured Container */
	.blurred-featured-container {
		position: relative;
		/*margin: 30px auto;*/
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		box-shadow: 17px -16px 0 0 #4cbcc0;
	}
	#single-post .post .post-thumbnail img{
		max-height: 350px !important;
	}
	.blurred-background {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		filter: blur(20px);
		transform: scale(1.1); /* Scale up to prevent blur edge artifacts */
		z-index: 0;
		opacity: 0.9;
	}
	
	/* Teal Frame Styles for Featured Image */
	.post-thumbnail-teal-frame {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		/*margin: 30px auto;*/
		width: fit-content;
		margin: 0px !important;
		/*margin-right: -10px;*/
		/*box-shadow: 17px -16px 0 0 #4cbcc0;*/
		max-height: 350px;
		overflow: hidden;
		z-index: 1;
	}
	
	.post-thumbnail-teal-frame img {
		position: relative;
		display: block;
		max-width: 100%;
		width: auto;
		height: auto;
		object-fit: contain;
		object-position: center;
		margin: 0 auto;
	}
	
	@media (max-width: 767px) {
		 .card-body {
		 	display: flex;
		 	flex-direction: column;
  }
		.blurred-featured-container {
			margin: 20px auto;
		}
		
		.blurred-background {
			filter: blur(15px);
		}
		
		.post-thumbnail-teal-frame {
			margin: 20px auto;
		}
	}


