/* ==================================================
   FONT SIZE NỘI DUNG CHI TIẾT BÀI VIẾT
   Desktop - Tablet - Mobile
================================================== */

/* Phạm vi áp dụng */

.single-post .entry-content {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

/* Đoạn văn */
.single-post .entry-content p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.8;
}

/* H1 */
.entry-title {
    margin: 0 0 24px;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
    color: #222;
}

/* Tiêu đề H2 */
.single-post .entry-content h2 {
    margin: 34px 0 16px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
    color: #222;
}

/* Tiêu đề H3 */
.single-post .entry-content h3 {
    margin: 28px 0 14px;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
}

/* Tiêu đề H4 */
.single-post .entry-content h4 {
    margin: 24px 0 12px;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 700;
    color: #222;
}

/* Tiêu đề H5 */
.single-post .entry-content h5 {
    margin: 22px 0 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #222;
}

/* Danh sách */
.single-post .entry-content ul,
.single-post .entry-content ol {
    margin: 0 0 20px 24px;
}

.single-post .entry-content li {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.75;
}

/* Ảnh trong bài viết */
.single-post .entry-content img {
    margin-top: 8px;
    margin-bottom: 22px;
    border-radius: 8px;
}

/* Tablet */
@media (max-width: 1024px) {
    .single-post .entry-content,
    .single-post .entry-content p,
    .single-post .entry-content li {
        font-size: 16px;
        line-height: 1.75;
    }
	
	.entry-title {
        font-size: 34px;
        line-height: 1.3;
    }

    .single-post .entry-content h2 {
        margin-top: 30px;
        font-size: 27px;
    }

    .single-post .entry-content h3 {
        margin-top: 26px;
        font-size: 23px;
    }

    .single-post .entry-content h4 {
        font-size: 20px;
    }

    .single-post .entry-content h5 {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .single-post .entry-content,
    .single-post .entry-content p,
    .single-post .entry-content li {
        font-size: 16px;
        line-height: 1.7;
    }

    .single-post .entry-content p {
        margin-bottom: 16px;
    }
	
	.entry-title {
        font-size: 30px;
        line-height: 1.35;
        margin-bottom: 18px;
    }

    .single-post .entry-content h2 {
        margin: 27px 0 13px;
        font-size: 24px;
        line-height: 1.4;
    }

    .single-post .entry-content h3 {
        margin: 24px 0 12px;
        font-size: 21px;
        line-height: 1.4;
    }

    .single-post .entry-content h4 {
        margin: 21px 0 10px;
        font-size: 19px;
        line-height: 1.45;
    }

    .single-post .entry-content h5 {
        margin: 19px 0 9px;
        font-size: 17px;
        line-height: 1.5;
    }

    .single-post .entry-content ul,
    .single-post .entry-content ol {
        margin-left: 20px;
        margin-bottom: 18px;
        padding-left: 4px;
    }
}

.inside-header {
	padding-right: 15px;
	padding-left: 15px;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
	padding: 15px;
}

.separate-containers .featured-image{
	display:none;
}
/* Danh mục con dạng select */
.nextweb-child-category-filter {
	width: 100%;
	margin: 0 0 20px;
}

.nextweb-child-category-dropdown {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 45px 0 16px;
	border: 2px solid #e5103f;
	border-radius: 5px;
	outline: none;
	background-color: #fff;
	color: #222;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.nextweb-child-category-dropdown:hover {
	border-color: #bd0d34;
}

.nextweb-child-category-dropdown:focus {
	border-color: #bd0d34;
	box-shadow: 0 0 0 3px rgba(229, 16, 63, 0.12);
}
.nextweb-child-category-dropdown option:hover,
.nextweb-child-category-dropdown option:checked,
.nextweb-child-category-dropdown option:focus {
	background: #c52d27;
	color: #fff;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted{
    background:#c52d27 !important;
    color:#fff;
}
@media screen and (max-width: 767px) {
	.nextweb-child-category-dropdown {
		height: 46px;
		padding-right: 38px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.post-item .box-text {
		padding: 10px 12px;
	}

}
/* ==================================================
   GIAO DIỆN DANH SÁCH BÀI VIẾT - ẢNH TRÁI, TEXT PHẢI
   GeneratePress
================================================== */

/* Khung từng bài viết */
.blog .inside-article,
.archive .inside-article,
.search .inside-article {
    display: grid;
    grid-template-columns: minmax(320px, 38%) minmax(0, 1fr);
    grid-template-areas:
        "image header"
        "image summary";
    column-gap: 28px;
    /*row-gap: 12px;*/
    padding: 22px;*/
    margin-bottom: 24px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 14px;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

/* Hiệu ứng khi rê chuột */
.blog .inside-article:hover,
.archive .inside-article:hover,
.search .inside-article:hover {
    transform: translateY(-3px);
    border-color: rgba(197, 45, 39, 0.25);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

/* Ảnh bài viết bên trái */
.blog .inside-article .post-image,
.archive .inside-article .post-image,
.search .inside-article .post-image {
    grid-area: image;
    width: 100%;
    height: 100%;
    min-height: 200px;
    margin: 0;
    overflow: hidden;
    border-radius: 11px;
    background: #f5f5f5;
}

.blog .inside-article .post-image a,
.archive .inside-article .post-image a,
.search .inside-article .post-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog .inside-article .post-image img,
.archive .inside-article .post-image img,
.search .inside-article .post-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.blog .inside-article:hover .post-image img,
.archive .inside-article:hover .post-image img,
.search .inside-article:hover .post-image img {
    transform: scale(1.045);
}

/* Phần tiêu đề */
.blog .inside-article .entry-header,
.archive .inside-article .entry-header,
.search .inside-article .entry-header {
    grid-area: header;
    align-self: end;
    margin: 0;
}

/* Tiêu đề bài viết */
.blog .inside-article .entry-title,
.archive .inside-article .entry-title,
.search .inside-article .entry-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.3px;
}

.blog .inside-article .entry-title a,
.archive .inside-article .entry-title a,
.search .inside-article .entry-title a {
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog .inside-article .entry-title a:hover,
.archive .inside-article .entry-title a:hover,
.search .inside-article .entry-title a:hover {
    color: #c52d27;
}

/* Ngày đăng và tác giả */
.blog .inside-article .entry-header .entry-meta,
.archive .inside-article .entry-header .entry-meta,
.search .inside-article .entry-header .entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
    margin: 0;
    color: #777777;
    font-size: 13px;
    line-height: 1.5;
	display: none !important;
}

.blog .inside-article .entry-header .entry-meta a,
.archive .inside-article .entry-header .entry-meta a,
.search .inside-article .entry-header .entry-meta a {
    color: #c52d27;
    font-weight: 600;
    text-decoration: none;
}

/* Nội dung mô tả */
.blog .inside-article .entry-summary,
.archive .inside-article .entry-summary,
.search .inside-article .entry-summary {
    grid-area: summary;
    align-self: start;
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 1.75;
}

.blog .inside-article .entry-summary p,
.archive .inside-article .entry-summary p,
.search .inside-article .entry-summary p {
    margin: 0;
}

/* Nút đọc tiếp */
.blog .inside-article .read-more,
.archive .inside-article .read-more,
.search .inside-article .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 2px 17px;
    color: #ffffff;
    background: #c52d27;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color 0.2s ease,transform 0.2s ease;
}

.blog .inside-article .read-more:hover,
.archive .inside-article .read-more:hover,
.search .inside-article .read-more:hover {
    color: #ffffff;
    background: #a9231e;
    transform: translateY(-1px);
}

/* Ẩn danh mục và bình luận */
.blog .inside-article > footer.entry-meta,
.archive .inside-article > footer.entry-meta,
.search .inside-article > footer.entry-meta {
    display: none !important;
}

/* Ẩn riêng từng thành phần để dự phòng */
.blog .cat-links,
.blog .comments-link,
.archive .cat-links,
.archive .comments-link,
.search .cat-links,
.search .comments-link {
    display: none !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .blog .inside-article,
    .archive .inside-article,
    .search .inside-article {
        grid-template-columns: minmax(230px, 36%) minmax(0, 1fr);
        column-gap: 22px;
        padding: 18px;
    }

    .blog .inside-article .entry-title,
    .archive .inside-article .entry-title,
    .search .inside-article .entry-title {
        font-size: 21px;
    }

    .blog .inside-article .post-image,
    .archive .inside-article .post-image,
    .search .inside-article .post-image,
    .blog .inside-article .post-image img,
    .archive .inside-article .post-image img,
    .search .inside-article .post-image img {
        min-height: 220px;
    }
}

/* Điện thoại */
@media (max-width: 767px) {
    .blog .inside-article,
    .archive .inside-article,
    .search .inside-article {
        display: flex;
        flex-direction: column;
        gap: 0;

        padding: 14px;
        margin-bottom: 18px;
        border-radius: 11px;
    }

    .blog .inside-article .post-image,
    .archive .inside-article .post-image,
    .search .inside-article .post-image {
        order: 1;
        min-height: 0;
        margin-bottom: 16px;
        border-radius: 9px;
        aspect-ratio: 16 / 9;
    }

    .blog .inside-article .post-image img,
    .archive .inside-article .post-image img,
    .search .inside-article .post-image img {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .blog .inside-article .entry-header,
    .archive .inside-article .entry-header,
    .search .inside-article .entry-header {
        order: 2;
    }

    .blog .inside-article .entry-summary,
    .archive .inside-article .entry-summary,
    .search .inside-article .entry-summary {
        order: 3;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.65;
    }

    .blog .inside-article .entry-title,
    .archive .inside-article .entry-title,
    .search .inside-article .entry-title {
        font-size: 19px;
        line-height: 1.4;
    }

    .blog .inside-article .entry-header .entry-meta,
    .archive .inside-article .entry-header .entry-meta,
    .search .inside-article .entry-header .entry-meta {
        font-size: 12px;
    }

    .blog .inside-article .read-more,
    .archive .inside-article .read-more,
    .search .inside-article .read-more {
        margin-top: 12px;
        padding: 8px 15px;
    }
}

/* =========================================================
   SECTION: BRAND SHIP
========================================================= */

.section-home-brand-ship {
	position: relative;
	overflow: hidden;
	padding: 20px 20px;
	background:radial-gradient(circle at top left, rgb(253 237 236), #fcefee99 32%), linear-gradient(180deg, #f7eeed 0%, #ffffff 100%);
}

.section-home-brand-ship::before {
	position: absolute;
	top: -120px;
	right: -100px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgb(253 237 236);
	content: "";
	pointer-events: none;
}

.section-home-brand-ship::after {
	position: absolute;
	bottom: -170px;
	left: -130px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: rgb(253 237 236);
	content: "";
	pointer-events: none;
}

.home-brand-ship-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
}

.home-brand-ship-heading {
	max-width: 760px;
	margin: 0 auto 48px;
	text-align: center;
}

.home-brand-ship-subtitle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 13px;
	color: #bb241f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-brand-ship-subtitle::before,
.home-brand-ship-subtitle::after {
	display: block;
	width: 30px;
	height: 1px;
	background: currentColor;
	content: "";
	opacity: 0.7;
}

.home-brand-ship-title {
	margin: 0 0 15px;
	color: #172033;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 750;
	line-height: 1.16;
	letter-spacing: -1.2px;
}

.home-brand-ship-description {
	max-width: 680px;
	margin: 0 auto;
	color: #637083;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.home-brand-ship-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

/* Card */

.home-brand-ship-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #ebb6b5;
	border-radius: 18px;
	background: #ffffff;
	box-shadow:
		0 5px 15px rgba(24, 39, 75, 0.04),
		0 15px 35px rgba(24, 39, 75, 0.06);
	color: inherit;
	text-decoration: none;
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease,
		border-color 0.35s ease;
}

a.home-brand-ship-card:hover {
	border-color: #bb241f;
	box-shadow:
		0 12px 24px rgba(24, 39, 75, 0.08),
		0 25px 50px rgba(24, 39, 75, 0.11);
	color: inherit;
	text-decoration: none;
	transform: translateY(-8px);
}

.home-brand-ship-card::before {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #bb241f, #db3c37);
	content: "";
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition:
		transform 0.35s ease,
		opacity 0.35s ease;
}

a.home-brand-ship-card:hover::before {
	opacity: 1;
	transform: scaleX(1);
}

/* Image */

.home-brand-ship-card-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 150px;
	padding: 28px;
	background:
		linear-gradient(
			145deg,
			rgba(0, 137, 209, 0.035),
			rgba(255, 255, 255, 0.95)
		),
		#f8fafc;
	border-bottom: 1px solid #edf1f5;
}

.home-brand-ship-card-media::after {
	position: absolute;
	inset: 16px;
	border: 1px dashed rgba(0, 137, 209, 0.12);
	border-radius: 13px;
	content: "";
	pointer-events: none;
}

.home-brand-ship-card-image {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 230px;
	object-fit: contain;
	object-position: center;
	transition: transform 0.4s ease;
}

a.home-brand-ship-card:hover .home-brand-ship-card-image {
	transform: scale(1.06);
}

.home-brand-ship-card-placeholder {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border-radius: 20px;
	background: rgba(0, 137, 209, 0.08);
	color: #0089d1;
}

/* Content */

.home-brand-ship-card-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	padding: 10px 15px 10px;
	text-align: center;
}

.home-brand-ship-card-title {
	margin: 0;
	color: #1a2436;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	transition: color 0.3s ease;
}

a.home-brand-ship-card:hover .home-brand-ship-card-title {
	color: #bb241f;
}

.home-brand-ship-card-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 13px;
	color: #0089d1;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.4;
}

.home-brand-ship-card-link svg {
	flex: 0 0 auto;
	transition: transform 0.3s ease;
}

a.home-brand-ship-card:hover .home-brand-ship-card-link svg {
	transform: translateX(4px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 1024px) {
	.section-home-brand-ship {
		padding: 75px 25px;
	}

	.home-brand-ship-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	.home-brand-ship-card-media {
		height: 205px;
	}
}

@media screen and (max-width: 767px) {
	.section-home-brand-ship {
		padding: 58px 15px;
	}

	.home-brand-ship-heading {
		margin-bottom: 34px;
	}

	.home-brand-ship-subtitle {
		font-size: 11px;
		letter-spacing: 1.6px;
	}

	.home-brand-ship-subtitle::before,
	.home-brand-ship-subtitle::after {
		width: 20px;
	}

	.home-brand-ship-title {
		margin-bottom: 12px;
		font-size: 30px;
		letter-spacing: -0.5px;
	}

	.home-brand-ship-description {
		font-size: 15px;
		line-height: 1.7;
	}

	.home-brand-ship-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.home-brand-ship-card {
		border-radius: 15px;
	}

	.home-brand-ship-card-media {
		height: 190px;
		padding: 24px;
	}

	.home-brand-ship-card-content {
		min-height: 120px;
		padding: 22px 20px 24px;
	}

	.home-brand-ship-card-title {
		font-size: 18px;
	}
}

@media screen and (max-width: 479px) {
	.home-brand-ship-card-media {
		height: 170px;
	}

	.home-brand-ship-card-image {
		max-width: 200px;
	}
}

/* ========================================
   Danh sách bài viết mới
======================================== */

.travandon-latest-posts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.travandon-latest-posts-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.travandon-latest-posts-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.travandon-latest-posts-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.travandon-latest-post-item {
	min-width: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 12px;
	overflow: hidden;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.travandon-latest-post-item:hover {
	transform: translateY(-5px);
	border-color: #e0e0e0;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.travandon-latest-post-link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.travandon-latest-post-link:hover {
	color: inherit;
	text-decoration: none;
}

.travandon-latest-post-thumbnail {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #f5f5f5;
}

.travandon-latest-post-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.travandon-latest-post-item:hover .travandon-latest-post-image {
	transform: scale(1.06);
}

.travandon-latest-post-no-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #999;
	font-size: 14px;
	text-align: center;
	background: #f3f3f3;
}

.travandon-latest-post-content {
	padding: 17px 18px 20px;
}

.travandon-latest-post-title {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #222;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.45;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: color 0.3s ease;
}

.travandon-latest-post-item:hover .travandon-latest-post-title {
	color: #c52d27;
}

/* Tablet */
@media screen and (max-width: 991px) {
	.travandon-latest-posts,
	.travandon-latest-posts-cols-3,
	.travandon-latest-posts-cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile */
@media screen and (max-width: 575px) {
	.travandon-latest-posts,
	.travandon-latest-posts-cols-2,
	.travandon-latest-posts-cols-3,
	.travandon-latest-posts-cols-4 {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.travandon-latest-post-content {
		padding: 14px 15px 17px;
	}

	.travandon-latest-post-title {
		font-size: 16px;
	}
}

/* ========================================
   Bài viết liên quan
======================================== */

.travandon-related-posts {
	clear: both;
	width: 100%;
	margin: 45px 0 30px;
	padding-top: 30px;
	border-top: 1px solid #e8e8e8;
}

.travandon-related-posts-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}

.travandon-related-posts-title {
	position: relative;
	margin: 0;
	padding-left: 16px;
	color: #222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
}

.travandon-related-posts-title::before {
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	width: 4px;
	border-radius: 10px;
	background: #c52d27;
	content: "";
}

.travandon-related-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.travandon-related-post-item {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 12px;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.travandon-related-post-item:hover {
	transform: translateY(-5px);
	border-color: #ddd;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.travandon-related-post-link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.travandon-related-post-link:hover {
	color: inherit;
	text-decoration: none;
}

.travandon-related-post-thumbnail {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #f4f4f4;
}

.travandon-related-post-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.travandon-related-post-item:hover .travandon-related-post-image {
	transform: scale(1.06);
}

.travandon-related-post-no-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 15px;
	color: #999;
	font-size: 14px;
	text-align: center;
}

.travandon-related-post-content {
	padding: 15px 16px 17px;
}

.travandon-related-post-name {
	display: -webkit-box;
	margin: 0 0 9px;
	overflow: hidden;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: color 0.3s ease;
}

.travandon-related-post-item:hover .travandon-related-post-name {
	color: #c52d27;
}

.travandon-related-post-date {
	color: #888;
	font-size: 13px;
	line-height: 1.4;
}

/* Tablet */
@media screen and (max-width: 991px) {
	.travandon-related-posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.travandon-related-posts-title {
		font-size: 22px;
	}
}

/* Mobile */
@media screen and (max-width: 575px) {
	.travandon-related-posts {
		margin-top: 35px;
		padding: 25px 15px;
	}

	.travandon-related-posts-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.travandon-related-posts-title {
		font-size: 20px;
	}

	.travandon-related-post-content {
		padding: 14px 15px 16px;
	}
}

/* ===========================
   Sidebar Widget
=========================== */

#right-sidebar .inside-right-sidebar{
    display:flex;
    flex-direction:column;
    gap:24px;
}

#right-sidebar .widget{
    margin:0;
    padding:0;
    overflow:hidden;
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

/* Tiêu đề */

#right-sidebar .widget h2,
#right-sidebar .widget .wp-block-heading{
    position:relative;
    margin:0;
    padding:16px 20px;
    background:linear-gradient(135deg,#c52d27,#a61d19);
    color:#fff;
    font-size:20px;
    font-weight:700;
    line-height:1.3;
}

#right-sidebar .widget h2:before,
#right-sidebar .widget .wp-block-heading:before{
    font-size:18px;
}

/* Danh sách */

#right-sidebar .wp-block-latest-posts{
    margin:0;
    padding:8px 18px 14px;
    list-style:none;
}

#right-sidebar .wp-block-latest-posts li{
    position:relative;
    margin:0;
    padding:15px 0 15px 24px;
    border-bottom:1px dashed #e8e8e8;
    transition:.25s;
}

#right-sidebar .wp-block-latest-posts li:last-child{
    border-bottom:none;
}

/* Icon */

#right-sidebar .wp-block-latest-posts li:before{
    content:"";
    position:absolute;
    top:22px;
    left:0;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#c52d27;
    box-shadow:0 0 0 4px rgba(197,45,39,.12);
}

/* Link */

#right-sidebar .wp-block-latest-posts a{
    display:block;
    color:#222;
    font-size:15px;
    font-weight:600;
    line-height:1.6;
    text-decoration:none;
    transition:.3s;
}

#right-sidebar .wp-block-latest-posts a:hover{
    color:#c52d27;
    transform:translateX(6px);
}


/* Tablet */

@media (max-width:991px){

    #right-sidebar .widget h2,
    #right-sidebar .widget .wp-block-heading{
        font-size:18px;
        padding:14px 18px;
    }

}

/* Mobile */

@media (max-width:768px){

    #right-sidebar{
        margin-top:30px;
    }

    #right-sidebar .widget{
        border-radius:10px;
    }

    #right-sidebar .wp-block-latest-posts{
        padding:8px 15px 12px;
    }

    #right-sidebar .wp-block-latest-posts a{
        font-size:14px;
    }

}
.inside-article {
    border: 1px solid #ececec;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

/* =====================================================
   ENTRY META + POST NAVIGATION - GENERATEPRESS
===================================================== */

.single-post footer.entry-meta {
	--meta-primary: #c52d27;
	--meta-primary-light: #fff3f2;
	--meta-text: #1f2937;
	--meta-muted: #6b7280;
	--meta-border: #e5e7eb;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;

	margin-top: 40px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--meta-border);
	border-radius: 16px;
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);

	font-size: 14px;
	line-height: 1.5;
}

/* =====================================================
   DANH MỤC VÀ THẺ
===================================================== */

.single-post footer.entry-meta .cat-links,
.single-post footer.entry-meta .tags-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin: 0;
}

/* Ẩn dấu phẩy mặc định nằm giữa các thẻ */
.single-post footer.entry-meta .tags-links {
	font-size: 0;
}

/* Icon danh mục và thẻ */
.single-post footer.entry-meta .cat-links > .gp-icon,
.single-post footer.entry-meta .tags-links > .gp-icon {
	display: inline-flex;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;

	width: 34px;
	height: 34px;
	margin-right: 2px;

	color: #fff;
	background: var(--meta-primary);
	border-radius: 10px;
}

.single-post footer.entry-meta .gp-icon svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

/* Link dạng chip */
.single-post footer.entry-meta .cat-links > a,
.single-post footer.entry-meta .tags-links > a {
	display: inline-flex;
	align-items: center;

	min-height: 34px;
	padding: 6px 12px;

	color: var(--meta-primary);
	background: var(--meta-primary-light);
	border: 1px solid rgba(197, 45, 39, 0.15);
	border-radius: 999px;

	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;

	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.single-post footer.entry-meta .cat-links > a:hover,
.single-post footer.entry-meta .tags-links > a:hover {
	color: #fff;
	background: var(--meta-primary);
	border-color: var(--meta-primary);
	transform: translateY(-1px);
}

/* =====================================================
   ĐIỀU HƯỚNG BÀI TRƯỚC - BÀI TIẾP THEO
===================================================== */

.single-post footer.entry-meta .post-navigation {
	flex: 0 0 100%;
	width: 100%;
	margin: 10px 0 0;
	padding-top: 20px;
	border-top: 1px solid var(--meta-border);
}

.single-post footer.entry-meta .post-navigation > div,
.single-post footer.entry-meta .post-navigation {
	box-sizing: border-box;
}

.single-post footer.entry-meta .post-navigation {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 14px;
}

/* Khối bài trước và bài tiếp theo */
.single-post footer.entry-meta .nav-previous,
.single-post footer.entry-meta .nav-next {
	display: flex;
	align-items: center;
	gap: 13px;

	width: 100%;
	min-width: 0;
	min-height: 112px;
	padding: 16px 18px;

	background: #f8fafc;
	border: 1px solid var(--meta-border);
	border-radius: 13px;

	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.single-post footer.entry-meta .nav-previous:hover,
.single-post footer.entry-meta .nav-next:hover {
	transform: translateY(-2px);
	border-color: rgba(197, 45, 39, 0.35);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

/* Ghi đè CSS mặc định của GeneratePress */
.single-post footer.entry-meta .nav-previous {
	float: none;
	text-align: left;
}

.single-post footer.entry-meta .nav-next {
	float: none;
	text-align: right;
	justify-content: flex-end;
}

/* Icon mũi tên */
.single-post footer.entry-meta .post-navigation > div > .gp-icon {
	display: inline-flex;
	flex: 0 0 38px;
	align-items: center;
	justify-content: center;

	width: 38px;
	height: 38px;
	margin: 0;

	color: var(--meta-primary);
	background: #fff;
	border: 1px solid var(--meta-border);
	border-radius: 50%;
}

.single-post footer.entry-meta .post-navigation .gp-icon svg {
	width: 9px;
	height: 18px;
}

/* Nội dung tiêu đề */
.single-post footer.entry-meta .post-navigation .prev,
.single-post footer.entry-meta .post-navigation .next {
	display: block;
	min-width: 0;
}

/* Nhãn bài trước/bài tiếp theo */
.single-post footer.entry-meta .post-navigation .prev::before,
.single-post footer.entry-meta .post-navigation .next::before {
	display: block;
	margin-bottom: 5px;

	color: var(--meta-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.single-post footer.entry-meta .post-navigation .prev::before {
	content: "Bài viết trước";
}

.single-post footer.entry-meta .post-navigation .next::before {
	content: "Bài viết tiếp theo";
}

/* Link tiêu đề bài */
.single-post footer.entry-meta .post-navigation a {
	display: -webkit-box;
	overflow: hidden;

	color: var(--meta-text);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.55;
	text-decoration: none;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	transition: color 0.2s ease;
}

.single-post footer.entry-meta .post-navigation a:hover {
	color: var(--meta-primary);
}

/* Đưa icon bài tiếp theo sang bên phải */
.single-post footer.entry-meta .nav-next .next {
	order: 1;
}

.single-post footer.entry-meta .nav-next .icon-arrow-right {
	order: 2;
}

/* =====================================================
   TABLET VÀ MOBILE
===================================================== */

@media (max-width: 768px) {
	.single-post footer.entry-meta {
		margin-top: 30px;
		padding: 16px;
		border-radius: 13px;
	}

	.single-post footer.entry-meta .cat-links,
	.single-post footer.entry-meta .tags-links {
		flex: 0 0 100%;
		width: 100%;
	}

	.single-post footer.entry-meta .post-navigation {
		grid-template-columns: 1fr;
	}

	.single-post footer.entry-meta .nav-previous,
	.single-post footer.entry-meta .nav-next {
		min-height: 96px;
		padding: 14px;
	}

	.single-post footer.entry-meta .post-navigation a {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.single-post footer.entry-meta {
		padding: 14px;
	}

	.single-post footer.entry-meta .cat-links > a,
	.single-post footer.entry-meta .tags-links > a {
		padding: 6px 10px;
		font-size: 12px;
	}

	.single-post footer.entry-meta .cat-links > .gp-icon,
	.single-post footer.entry-meta .tags-links > .gp-icon {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
	}

	.single-post footer.entry-meta .post-navigation > div > .gp-icon {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
	}
}