.vtxvn-news-category {
	padding-top: 18px;
	padding-bottom: clamp(56px, 7vw, 88px);
	background:
		linear-gradient(180deg, #f3f8fb 0, #fff 720px),
		#fff;
}

.vtxvn-news-category__hero {
	position: relative;
	display: grid;
	overflow: hidden;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(28px, 5vw, 72px);
	margin-top: 22px;
	padding: clamp(32px, 5vw, 58px);
	border: 1px solid rgba(82, 193, 235, 0.16);
	border-radius: 24px;
	background:
		linear-gradient(rgba(75, 199, 242, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(75, 199, 242, 0.07) 1px, transparent 1px),
		radial-gradient(circle at 84% 12%, rgba(47, 195, 242, 0.25), transparent 30%),
		linear-gradient(135deg, #031d36 0%, #063d63 64%, #08799d 100%);
	background-size: 34px 34px, 34px 34px, auto, auto;
	box-shadow: 0 22px 50px rgba(12, 54, 82, 0.13);
	color: #d7eaf5;
}

.vtxvn-news-category__hero::after {
	position: absolute;
	right: -100px;
	bottom: -210px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(104, 224, 255, 0.15);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(72, 198, 238, 0.045), 0 0 0 140px rgba(72, 198, 238, 0.025);
	content: "";
}

.vtxvn-news-category__hero-copy,
.vtxvn-news-category__stats {
	position: relative;
	z-index: 1;
}

.vtxvn-news-category__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 13px;
	padding: 6px 11px;
	border: 1px solid rgba(117, 224, 255, 0.24);
	border-radius: 99px;
	background: rgba(8, 93, 139, 0.38);
	color: #8de5ff;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.vtxvn-news-category__eyebrow .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.vtxvn-news-category__hero h1 {
	max-width: 780px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 4.8vw, 4.5rem);
	line-height: 1;
	letter-spacing: -0.055em;
}

.vtxvn-news-category__description {
	max-width: 760px;
	margin: 18px 0 0;
	color: #bed8e6;
	font-size: clamp(0.9rem, 1.2vw, 1.03rem);
	line-height: 1.68;
}

.vtxvn-news-category__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.vtxvn-news-category__actions a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 9px 15px;
	border: 1px solid rgba(156, 225, 249, 0.28);
	border-radius: 10px;
	color: #e8f7fc;
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.vtxvn-news-category__actions a:hover,
.vtxvn-news-category__actions a:focus-visible {
	border-color: rgba(156, 225, 249, 0.52);
	background: rgba(255, 255, 255, 0.08);
}

.vtxvn-news-category__actions .vtxvn-news-category__jump {
	border-color: #22a7d8;
	background: #159ace;
	color: #fff;
}

.vtxvn-news-category__actions .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
}

.vtxvn-news-category__stats {
	display: grid;
	width: min(100%, 310px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.vtxvn-news-category__stats > div {
	display: flex;
	min-width: 135px;
	min-height: 132px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 18px 12px;
	border: 1px solid rgba(151, 225, 249, 0.22);
	border-radius: 17px;
	background: rgba(2, 34, 57, 0.48);
	backdrop-filter: blur(7px);
	text-align: center;
}

.vtxvn-news-category__stats .dashicons {
	width: 25px;
	height: 25px;
	margin-bottom: 7px;
	color: #62ddff;
	font-size: 25px;
}

.vtxvn-news-category__stats strong {
	color: #fff;
	font-size: 1.22rem;
	line-height: 1.1;
}

.vtxvn-news-category__stats small {
	margin-top: 5px;
	color: #9fc7d8;
	font-size: 0.62rem;
}

.vtxvn-news-category__nav {
	margin-top: 16px;
}

.vtxvn-news-category__nav .vtxvn-news-categories__list > a.is-active {
	border-color: #1598ca;
	background: #e9f8fe;
	color: #087cab;
}

.vtxvn-news-category__content {
	margin-top: clamp(42px, 6vw, 68px);
	scroll-margin-top: 100px;
}

.vtxvn-news-category__content .vtxvn-news-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vtxvn-news-category__content .vtxvn-news-card__body > p {
	-webkit-line-clamp: 2;
}

.vtxvn-news-category__content .vtxvn-news-pagination .nav-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

.vtxvn-news-category__content .vtxvn-news-pagination .nav-links > span,
.vtxvn-news-category__content .vtxvn-news-pagination .nav-links > a {
	display: inline-flex;
	min-width: 40px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 7px 11px;
	border: 1px solid #d5e2eb;
	border-radius: 9px;
	background: #fff;
	color: #36556c;
	font-size: 0.73rem;
	font-weight: 650;
	text-decoration: none;
}

.vtxvn-news-category__content .vtxvn-news-pagination .nav-links > .current {
	border-color: #118fc4;
	background: #118fc4;
	color: #fff;
}

.vtxvn-news-category__search {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(360px, 1.3fr);
	align-items: center;
	gap: clamp(24px, 4vw, 54px);
	margin-top: clamp(46px, 6vw, 72px);
	padding: 24px clamp(22px, 4vw, 40px);
	border: 1px solid #d9e7ef;
	border-radius: 18px;
	background:
		radial-gradient(circle at 90% 0, rgba(45, 178, 225, 0.13), transparent 34%),
		#f7fbfd;
}

.vtxvn-news-category__search > div {
	display: flex;
	align-items: center;
	gap: 13px;
}

.vtxvn-news-category__search > div > .dashicons {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	padding: 10px;
	border-radius: 12px;
	background: #e4f5fb;
	color: #118abb;
	font-size: 22px;
}

.vtxvn-news-category__search p {
	margin: 0;
}

.vtxvn-news-category__search strong,
.vtxvn-news-category__search small {
	display: block;
}

.vtxvn-news-category__search strong {
	color: #0a3857;
	font-size: 0.98rem;
}

.vtxvn-news-category__search small {
	margin-top: 3px;
	color: #748997;
	font-size: 0.72rem;
}

.vtxvn-news-category__search form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	padding: 5px;
	border: 1px solid #d6e3eb;
	border-radius: 11px;
	background: #fff;
}

.vtxvn-news-category__search input[type="search"] {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #173c57;
}

.vtxvn-news-category__search button {
	min-height: 42px;
	padding: 8px 17px;
	border: 0;
	border-radius: 8px;
	background: #118fc4;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	cursor: pointer;
}

@media (max-width: 1020px) {
	.vtxvn-news-category__hero {
		grid-template-columns: minmax(0, 1fr) 270px;
	}

	.vtxvn-news-category__content .vtxvn-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.vtxvn-news-category {
		padding-top: 12px;
	}

	.vtxvn-news-category__hero {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-top: 14px;
		padding: 25px 20px;
		border-radius: 17px;
	}

	.vtxvn-news-category__hero h1 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.vtxvn-news-category__description {
		margin-top: 14px;
		font-size: 0.86rem;
	}

	.vtxvn-news-category__actions {
		margin-top: 19px;
	}

	.vtxvn-news-category__actions a {
		flex: 1 1 150px;
	}

	.vtxvn-news-category__stats {
		width: 100%;
	}

	.vtxvn-news-category__stats > div {
		min-width: 0;
		min-height: 104px;
	}

	.vtxvn-news-category__nav {
		margin-top: 12px;
	}

	.vtxvn-news-category__content {
		margin-top: 38px;
	}

	.vtxvn-news-category__content .vtxvn-news-grid {
		grid-template-columns: 1fr;
	}

	.vtxvn-news-category__search {
		grid-template-columns: 1fr;
		gap: 17px;
		margin-top: 42px;
		padding: 20px 16px;
	}

	.vtxvn-news-category__search form {
		grid-template-columns: 1fr;
	}

	.vtxvn-news-category__search button {
		width: 100%;
	}
}
