/* ====================== News====================== */

.news-articles {
	padding-right: 5rem;

	@media screen and (max-width: 767px) {
		padding-right: 10px;
	}
}

.news-articles h2.entry-title {
	font-size: 1.5rem;
	margin-bottom: 12px;
	transition: color 0.2s;

	@media screen and (max-width: 767px) {
		font-size: 1rem;
	}
}

.news-articles h2.entry-title a {
	color: var(--brand-dark-blue);
	text-decoration: underline;
	font-weight: 500;
	line-height: 1.2rem;
}

.news-articles h2.entry-title a:hover {
	color: var(--brand-primary);
}


.news-articles .postMeta span,
.news-articles .postMeta>a {
	color: var(--black) !important;
}

.news-articles .postMeta {
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.news-articles .postMeta span.post_date::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 14px;
	background: var(--text-secondary);
	margin-left: 10px;
	vertical-align: middle;
}

.news-articles .blogExcerpt p {
	color: var(--text-secondary);
	margin-bottom: 8px;
}

.news-articles .blogExcerpt a {
	color: var(--brand-primary);
}

.news-articles ul li {
	list-style-type: none;
}

.news-sidebar aside {
	padding-left: 2.5rem;

	@media screen and (max-width: 991px) {
		padding-left: 0px;
	}
}

.news-sidebar .sidebar.widget-area .entry {
	background-color: var(--light-bg);
}

.news-sidebar aside h3 {
	background-color: var(--brand-yellow);
	padding: 10px 10px;
	color: var(--white);
}

.news-sidebar aside ul {
	padding: 10px;
	padding-left: 20px !important;
}

.news-sidebar aside ul li {
	margin-bottom: 1.3rem;
	line-height: normal;
}

.news-sidebar aside ul li a {
	color: var(--brand-dark-blue);
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
}

.news-articles .container {
	padding: 0;
}

.news-articles .container p {
	color: var(--text-secondary);
	margin: 0 0 10px;
}

.news-sidebar .wp-block-latest-posts__post-date {
	text-decoration: underline;
}

.news-articles ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 8px;
}

.news-articles ul li.post-list-item {
	list-style-type: none;
	margin-left: 0;
}

.news-articles .nav-previous a {
	color: var(--brand-primary);
	font-weight: 500;
}

.news-articles .nav-next a {
	color: var(--brand-yellow-dark);
	font-weight: 500;
}

.news-articles .post-list {
	padding-left: 0;
}

.category .news-articles .entry-content p {
	color: var(--text-secondary);
}

.category .news-articles .entry-content p a {
	color: var(--brand-primary);
}

.blogpage .ibanner.mc {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	max-height: none !important;
	width: 100%;
	min-height: 340px;
}

.blogpage #banner {
	padding-top: 72px;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.news-banner {
	position: absolute;
	bottom: 0;
	z-index: 1;
	padding: 20px;
	color: var(--white);
	width: 840px;

	@media screen and (max-width: 991px) {
		width: 100%;
	}
}

.news-banner h3 {
	font-size: 1.8rem;
	margin-bottom: 8px;
	background-color: rgba(0, 0, 0, .65);
	padding: 10px 20px;
	text-align: left;

	@media screen and (max-width: 767px) {
		font-size: 1.2rem;
		padding: 10px 10px;
	}
}

/* ====================== News Share Icons====================== */

.share-section {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 0;
	border-bottom: 1px solid var(--border-light);
	margin-bottom: 20px;
}

.share-section a {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
	color: var(--white);
	font-size: 15px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.share-section a:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	opacity: 0.9;
}

.share-section .share-facebook {
	background: #1877F2;
}

.share-section .share-twitter {
	background: var(--black);
}

.share-section .share-linkedin {
	background: #0A66C2;
}

.share-section .share-print {
	background: #64748B;
}

.share-section .share-email {
	background: #EA4335;
}

@media print {
	.share-section {
		display: none !important;
	}
}

.blogpage {
	background-color: var(--body-bg);
}

.news-bg {
	background-color: var(--white);
}

.news-content {
	padding: 0 35px;

	@media screen and (max-width: 991px) {
		padding: 0 24px;
	}
}

/* ====================== Global Styles ====================== */

ul {
	line-height: 1.7;
	padding-left: 20px;
}

ul li {
	padding-right: 10px;
	margin-bottom: 6px;
	color: var(--text-muted);
	font-size: 1rem;
}