/* Featured showing — 4 poster/hàng, căn giữa; chiều cao section gọn hơn */
.featured-section {
	padding: 76px 0 52px;
}

.featured-section .sec-title {
	margin-bottom: 28px;
}

.featured-section .feature-block {
	margin-bottom: 14px;
}

.featured-section .feature-block .inner-box .lower-content {
	padding-top: 10px;
}

/* Tiêu đề section */
.featured-section .sec-title .title {
	font-size: 14px;
	letter-spacing: 0.04em;
}

.featured-section .sec-title h2 {
	font-size: 30px;
	line-height: 1.2;
}

.featured-section .theme-btn.btn-style-two {
	padding: 9px 26px;
	font-size: 14px;
	line-height: 24px;
}

.featured-section .theme-btn.btn-style-two i {
	font-size: 13px;
}

/* Poster & nội dung card — thu nhỏ, căn giữa ô */
.featured-section .feature-block .inner-box {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.featured-section .feature-block .inner-box .image {
	border-radius: 2px;
}

/* Bỏ lớp tối 50% — poster hiển thị như ảnh gốc */
.featured-section .feature-block .inner-box .image .overlay-box {
	background-color: transparent;
}

.featured-section .feature-block .inner-box .post-meta li {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

.featured-section .feature-block .inner-box .image img {
	width: 100%;
	max-height: 280px;
	object-fit: cover;
}

.featured-section .feature-block .inner-box .post-meta {
	top: 8px;
	right: 8px;
}

.featured-section .feature-block .inner-box .post-meta li {
	margin-left: 6px;
	font-size: 11px;
	padding-left: 16px;
}

.featured-section .feature-block .inner-box .post-meta li .icon {
	font-size: 11px;
}

.featured-section .feature-block .inner-box h6 {
	font-size: 14px;
	line-height: 1.35;
	color: var(--white-color);
	cursor: default;
}

.featured-section .feature-block .inner-box .image,
.featured-section .feature-block .inner-box .video-box {
	cursor: default;
	pointer-events: none;
}

.featured-section .feature-block .inner-box .year {
	font-size: 14px;
	margin-top: 2px;
}

.featured-section .feature-block .inner-box .video-box span {
	width: 48px;
	height: 48px;
	line-height: 44px;
	font-size: 14px;
	margin-top: -24px;
	margin-left: -24px;
	border-width: 2px;
}

.featured-section .row.clearfix {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-left: -10px;
	margin-right: -10px;
	gap: 8px 0;
}

.featured-section .row.clearfix::before,
.featured-section .row.clearfix::after {
	display: none;
}

.featured-section .feature-block {
	float: none;
	width: 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.featured-section .feature-block {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		width: 33.3333%;
	}
}

@media (max-width: 767px) {
	.featured-section .feature-block {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}
}

@media (max-width: 479px) {
	.featured-section .feature-block {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}
