.mt {
    background-color: var(--color-white);
    border: 1px solid var(--color-main);
    border-radius: 10px;
    padding: 20px !important;
}

.chi_tiet {
	background: var(--color-white);
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.chi_tiet .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	border-radius: 8px;
}

.chi_tiet .product-title {
	color: var(--color-black);
}

/* Thông tin chi tiết */
.custom-tour-info-wrap {
	background: #f8f8f8;
	border: 1px solid #ededed;
	border-radius: 24px;
	padding: 30px;
	width: 100%;
}

.tour-price-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.tour-price-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--color-black);
}

.tour-price-title i {
	color: var(--color-main);
}

.tour-price-box {
	text-align: right;
}

.tour-old-price {
	text-decoration: line-through;
	color: #9da5b1;
	font-size: 15px;
	font-weight: 600;
}

.tour-sale-price {
	color: var(--color-phu);
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
}

.tour-info-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 40px;
}

.tour-label {
	display: block;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 15px;
	color: #9da5b1;
}

.tour-value {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: var(--color-black);
}

.tour-value i {
	color: var(--color-main);
	width: 22px;
	text-align: center;
}

.tour-value.green {
	color: var(--color-black);
}

.tour-value.green i {
	color: var(--color-main);
}

.single-product span.amount {
    color: inherit !important;
    white-space: normal !important;
}

@media(max-width:768px) {
	.tour-price-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.tour-price-box {
		width: 100%;
		text-align: left;
	}
	
	.tour-old-price {
		font-size: 14px;
	}

	.tour-sale-price {
		font-size: 22px;
	}

	.tour-info-grid {
		gap: 20px;
	}

	.tour-value {
		gap: 0;
		font-size: 12px;
	}

	.tour-price-title {
		font-size: 18px;
	}
}

/* Mã tour và phương tiện */
.soha-tour-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 15px;
	line-height: 1.6;
}

.soha-tour-item {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #555;
}

.soha-tour-item strong {
	color: var(--color-black);
    font-weight: 600;
}

.soha-tour-item span {
	font-weight: 500;
	color: var(--color-main);
}

.soha-divider {
	width: 2px;
	height: 18px;
	background: #d6d6d6;
}

.soha-highlight {
	color: var(--color-phu);
	font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
	.soha-tour-meta {
		gap: 8px;
		font-size: 14px;
	}

	.soha-divider {
		display: none;
	}

	.soha-tour-item {
		width: 100%;
	}

	.soha-highlight {
		width: 100%;
	}
}

/* tab chi tiết sản phẩm */
.tab_chitiet .nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding: 6px;
	margin-top: 20px;
    background: #f3f4f6;
    border-radius: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tab_chitiet .nav::-webkit-scrollbar {
    display: none;
}

/* Tab */
.tab_chitiet .nav li {
    list-style: none;
    margin: 0 !important;
    flex: 1;
    min-width: 220px;
}

/* Link */
.tab_chitiet .nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 20px;
    border-radius: 14px;
    color: #667085;
    font-size: 16px;
    font-weight: 700;
    text-align: center;

    transition: all .3s ease;
}

/* Active */
.tab_chitiet .nav li.active a,
.tab_chitiet .nav li.current a {
    background: var(--color-main);
    color: var(--color-white) !important;
    box-shadow: 0 4px 15px rgba(31,95,174,.25);
}

/* Hover */
.tab_chitiet .nav li:not(.active) a:hover {
    background: rgba(31,95,174,.08);
}

.tab_chitiet #tab-lịch-trình-chi-tiết span::before {
	content: "📋 ";
}

.tab_chitiet #tab-quy-định-dịch-vụ span::before {
	content: "🛡️ ";
}

.tab_chitiet #tab-Đặt-giữ-chỗ-miễn-phí span::before {
	content: "✈️ ";
}

/* Desktop */
@media (min-width: 769px) {
    .tab_chitiet .nav {
        overflow: hidden;
    }

    .tab_chitiet .nav li {
        min-width: 0;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .tab_chitiet .nav {
        padding: 5px;
        gap: 8px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .tab_chitiet .nav li {
        flex: 0 0 auto;
        min-width: max-content;
    }

    .tab_chitiet .nav li a {
        padding: 10px 18px;
        min-height: 46px;
        font-size: 14px;
        white-space: nowrap;
    }
}

/* Mô tả ngắn sản phẩm */
.soha-highlight-box {
	background: #f3f5f7;
	border: 1px solid #d8dee6;
	border-radius: 22px;
	padding: 24px;
	margin: 20px 0;
}

.soha-highlight-title {
	color: var(--color-main);
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 14px;
	border-bottom: 1px solid #cfd8e3;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.soha-highlight-content {
	color: var(--color-black);
	font-size: 14px;
}

.soha-highlight-content li {
	margin-bottom: 10px;
}

.soha-highlight-content li::marker {
	color: var(--color-main);
}

.soha-highlight-content p {
	margin: 0 0 12px;
}

/* Tablet */
@media (max-width:768px) {
	.soha-highlight-box {
		padding: 18px;
		border-radius: 18px;
	}

	.soha-highlight-title {
		font-size: 18px;
	}

	.soha-highlight-content {
		font-size: 15px;
		line-height: 1.7;
	}
}