/* ==========================================================
   Blog module styles — layered on top of the iTeamUp theme
   ========================================================== */

.blog_page_banner {
	background: linear-gradient(135deg, #16294a 0%, #0d1b30 100%);
	padding: 90px 0 60px;
	margin-top: 90px;
	text-align: center;
}
.blog_page_banner h1 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	margin: 0 0 10px;
}
.blog_page_banner p {
	color: #cfd6e4;
	max-width: 640px;
	margin: 0 auto;
}
.blog_page_banner .breadcrumb-nav a {
	color: #d1001f;
}
.blog_page_banner .breadcrumb-nav span {
	color: #cfd6e4;
}

.blog-listing-area {
	padding: 90px 0;
}

.blog-empty-state {
	text-align: center;
	padding: 60px 20px;
	color: #616161;
}

.blog-featured-image-wrap {
	overflow: hidden;
}
.blog-featured-image-wrap img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

/* Pagination */
.blog-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
	list-style: none;
	padding: 0;
}
.blog-pagination a,
.blog-pagination span {
	display: inline-block;
	min-width: 42px;
	text-align: center;
	padding: 9px 12px;
	border-radius: 5px;
	background: #fff;
	color: #232323;
	filter: drop-shadow(0 0 15px rgba(125, 149, 188, 0.15));
	text-decoration: none;
	font-weight: 600;
}
.blog-pagination a:hover,
.blog-pagination .active span {
	background: #d1001f;
	color: #fff;
}

/* Single post */
.blog-single-area {
	padding: 90px 0;
}
.blog-single-thumb img {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 30px;
}
.blog-single-title {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 15px;
}
.blog-single-meta {
	margin-bottom: 25px;
	color: #616161;
}
.blog-single-meta span {
	margin-right: 18px;
}
.blog-single-meta i {
	color: #d1001f;
	margin-right: 6px;
}
.blog-single-content {
	font-size: 16px;
	line-height: 1.9;
	color: #444;
}
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4 {
	margin-top: 34px;
	margin-bottom: 16px;
	font-weight: 700;
	color: #232323;
}
.blog-single-content p {
	margin-bottom: 20px;
}
.blog-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	margin: 10px 0;
}
.blog-single-content a {
	color: #d1001f;
	text-decoration: underline;
}
.blog-single-content ul,
.blog-single-content ol {
	margin: 0 0 20px 22px;
}
.blog-back-link {
	display: inline-block;
	margin-top: 40px;
	color: #d1001f;
	font-weight: 600;
}
.blog-back-link i {
	margin-right: 6px;
}
