.chi_tiet .price-wrapper .price {
	font-size: 22px;
}

.chi_tiet .price del {
	font-size: 17px;
}

.lien_quan .pt-half {
	display: none;
}

.lien_quan .product-section {
	border-top: none;
}

.ct_anh img {
	border: 2px solid var(--color-main);
    border-radius: 8px;
}

.thong_so .nav {
	display: flex;
	gap: 8px;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 4px;
	margin-bottom: 14px;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

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

.thong_so .nav li {
	list-style: none;
	flex: 0 0 auto;
	margin: 0 !important;
}

.thong_so .nav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	background: #8b8b8b;
	color: var(--color-white);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
	white-space: nowrap;
	transition: all 0.25s ease;
	min-height: 42px;
	line-height: 1.2;
}

.thong_so .nav li.active a, .thong_so .nav li a:hover {
	background: var(--color-main);
	color: var(--color-white);
}

/* Khung ná»™i dung */
.thong_so .tab-panels {
	background: var(--color-white);
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.thong_so .entry-content {
	color: var(--color-black);
}

/* Mobile */
@media (max-width: 767px) {
	.thong_so .nav {
		gap: 6px;
	}

	.thong_so .nav li a {
		padding: 9px 14px;
		font-size: 12px;
		min-height: 38px;
	}

	.thong_so .tab-panels {
		padding: 14px;
	}
}