.page-template-news-landing main,
.single-news main,
.tax-news-type main {
	background-color: #E9F5FF;
}

.page-template-news-landing main *,
.single-news main * {
	font-family: "widescreen-ex", "Helvetica Neue", Arial, sans-serif !important;
}

#acnt-news-wrapper *,
.single-news * {
	color: #282753;
}
#acnt-news-wrapper .acnt-filters {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
	margin-bottom: 40px;
}
#acnt-news-wrapper .acnt-search-wrap {
	position: relative;
	width: 65%;
}
#acnt-news-wrapper .acnt-search-wrap::after {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background-image: url("/wp-content/uploads/2026/06/search-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#acnt-news-wrapper .acnt-year-wrap,
#acnt-news-wrapper .acnt-type-wrap {
	/*flex: 1;*/
	width: 25%;
}
#acnt-news-wrapper .acnt-search-wrap input,
#acnt-news-wrapper .acnt-year-wrap select,
#acnt-news-wrapper .acnt-type-wrap select {
	width: 100%;
}
#acnt-news-wrapper .acnt-search-wrap input {
	padding: 12px 12px 10px 45px;
	background-color: #0016291A;
	border-radius: 8px;
}
#acnt-news-wrapper .acnt-search-wrap input,
#acnt-news-wrapper .acnt-search-wrap input::placeholder {
	color: #001629;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}
#acnt-news-wrapper .acnt-custom-select {
	position: relative;
}
#acnt-news-wrapper .acnt-custom-select-options {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	right: 0;
	display: none;
	max-height: 250px;
	overflow-y: auto;
	z-index: 5;
	background-color: #E9F5FF;
}

#acnt-news-wrapper .acnt-year-wrap.is-active .acnt-custom-select-options,
#acnt-news-wrapper .acnt-type-wrap.is-active .acnt-custom-select-options {
	display: block;
}
#acnt-news-wrapper .acnt-custom-select-label-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	cursor: pointer;
}
#acnt-news-wrapper .acnt-custom-select-arrow {
	transition: transform .3s ease;
}
#acnt-news-wrapper .acnt-year-wrap.is-active .acnt-custom-select-arrow,
#acnt-news-wrapper .acnt-type-wrap.is-active .acnt-custom-select-arrow {
	transform: rotate(180deg);
}
#acnt-news-wrapper .acnt-custom-select-label {
	margin-right: 10px;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
}
#acnt-news-wrapper .acnt-custom-select-trigger,
#acnt-news-wrapper .acnt-custom-select-options {
	padding: 12px;
	border: 1px solid #00162940;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	line-height: 18px;
	color: #001629;
}
#acnt-news-wrapper .acnt-custom-select-option {
	margin-bottom: 10px;
	transition: color .3s ease;
}
#acnt-news-wrapper .acnt-custom-select-option:last-of-type {
	margin-bottom: 0;
}
#acnt-news-wrapper .acnt-custom-select-option:hover,
#acnt-news-wrapper .acnt-custom-select-option.selected-value {
	color: #e92f30;
}
#acnt-news-wrapper .acnt-posts-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 64px;
}
#acnt-news-wrapper .acnt-post-card {
	padding: 50px 50px 30px 30px;
	width: calc(50% - 32px);
	border: 1px solid #00162940;
	border-radius: 16px;
}
#acnt-news-wrapper .news-category {
	display: inline-block;
	margin-top: 0;
	padding: 8px 15px;
	background-color: #282753;
	border-radius: 50px;
	font-size: 12px !important;
	line-height: 17px !important;
	font-weight: 600 !important;
	color: #FFFFFF;
}
#acnt-news-wrapper .acnt-post-card__image,
#acnt-news-wrapper .acnt-featured-card__image {
	margin-bottom: 10px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 16px;
}
#acnt-news-wrapper .acnt-post-card__image img,
#acnt-news-wrapper .acnt-featured-card__image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 16px;
}
#acnt-news-wrapper .acnt-post-card__title-link,
#acnt-news-wrapper .acnt-featured-card__title-link {
	transition: none;
}
#acnt-news-wrapper .acnt-post-card__title-link:hover,
#acnt-news-wrapper .acnt-featured-card__title-link:hover {
	text-decoration: underline;
}
#acnt-news-wrapper .acnt-post-card__title {
	margin: 0 0 15px;
	font-size: 24px !important;
	line-height: 29px !important;
	text-transform: uppercase !important;
	color: #282753;
}

#acnt-news-wrapper .acnt-post-card__date {
	display: block;
	margin-bottom: 15px;
	font-weight: 600;
	color: #282753;
}
#acnt-news-wrapper .acnt-post-card__excerpt {
	font-size: 16px !important;
	line-height: 21px !important;
	color: #282753;
	text-transform: capitalize;
}
#acnt-news-wrapper .acnt-post-card__btn,
#acnt-news-wrapper .acnt-featured-card__btn {
	display: inline-block;
	padding: 12px 24px;
	border: 1px solid #E92F30;
	border-radius: 8px;
	font-size: 20px;
	line-height: 1;
	color: #001629;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .3s ease;
	text-decoration: none;
}
#acnt-news-wrapper .acnt-post-card__btn:hover,
#acnt-news-wrapper .acnt-featured-card__btn:hover {
	background-color: #E92F30;
	color: #FFFFFF;
}

#acnt-news-wrapper .acnt-featured-card {
	margin-bottom: 50px;
	padding: 70px 50px 30px 30px;
	border: 1px solid #00162940;
	border-radius: 16px;
}
#acnt-news-wrapper .featured-date-wrp {
	margin-bottom: 25px;
	font-weight: 600;
}
#acnt-news-wrapper .acnt-featured-card__badge {
	color: #E92F30;
}
#acnt-news-wrapper .acnt-featured-card__title {
	margin: 0 0 25px;
	font-size: 32px !important;
	line-height: 37px !important;
	font-weight: 400;
	color: #282753;
}
#acnt-news-wrapper .acnt-featured-card__excerpt {
	font-size: 16px !important;
	line-height: 21px !important;
	color: #282753;
}
#acnt-news-wrapper .acnt-load-more-wrap {
	margin-top: 95px;
	text-align: center;
}
#acnt-news-wrapper .acnt-load-more-btn {
	background-color: #00162917;
	border: none;
	font-weight: 700;
	color: #001629;
}
#acnt-news-wrapper .acnt-load-more-btn:hover {
	background-color: #001629;
	color: #FFFFFF;
}
#acnt-news-wrapper .acnt-loading {
	margin-top: 20px;
}

/* Single News */
.single-news article {
	background-color: transparent;
	box-shadow: none !important;
}
.single-news .single-content {
	margin-top: 80px;
}
.single-news p {
	font-size: 16px !important;
	line-height: 21px !important;
}
.single-news .entry-title {
	font-size: 40px !important;
	line-height: 45px !important;
}
/* END Single News */

@media (max-width: 1380px) {
	#acnt-news-wrapper .acnt-featured-card {
		margin-bottom: 40px;
	}
	#acnt-news-wrapper .acnt-posts-grid {
		gap: 30px;
	}
	#acnt-news-wrapper .acnt-post-card {
		padding: 65px 30px 30px;
		width: calc(50% - 15px);
	}
	#acnt-news-wrapper .acnt-load-more-wrap {
		margin-top: 60px;
	}
	#acnt-news-wrapper .featured-date-wrp,
	#acnt-news-wrapper .featured-date-wrp span,
	#acnt-news-wrapper .acnt-post-card__date {
		font-size: 18px;
		line-height: 23px;
	}
	.single-news .single-content {
		margin-top: 60px;
	}
}

@media (max-width: 1000px) {
	#acnt-news-wrapper .acnt-filters {
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
		margin-bottom: 80px;
	}
	#acnt-news-wrapper .acnt-featured-card {
		padding: 40px 25px 25px;
	}
	#acnt-news-wrapper .acnt-post-card {
		padding: 40px 25px 25px;
	}
	#acnt-news-wrapper .acnt-post-card {
		width: 100%;
	}
	#acnt-news-wrapper .acnt-post-card__btn,
	#acnt-news-wrapper .acnt-featured-card__btn {
		font-size: 18px;
	}
	#acnt-news-wrapper .acnt-search-wrap,
	#acnt-news-wrapper .acnt-year-wrap,
	#acnt-news-wrapper .acnt-type-wrap {
		width: 100%;
	}
}

@media (max-width: 650px) {
	#acnt-news-wrapper .featured-date-wrp,
	#acnt-news-wrapper .featured-date-wrp span {
		font-size: 16px;
		line-height: 21px;
	}
	#acnt-news-wrapper .acnt-featured-card__title,
	#acnt-news-wrapper .acnt-post-card__title {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	#acnt-news-wrapper .acnt-post-card__btn,
	#acnt-news-wrapper .acnt-featured-card__btn {
		padding: 10px 20px;
	}
	#acnt-news-wrapper .acnt-load-more-btn {
		width: 100%;
		font-size: 18px;
	}
	#acnt-news-wrapper .acnt-featured-card__excerpt,
	#acnt-news-wrapper .acnt-post-card__excerpt {
		font-size: 14px !important;
		line-height: 19px !important;
	}
	.single-news .single-content {
		margin-top: 40px;
	}
}