/**
 * Khối cuối bài — tiền tố vce-eb- để không đụng RealHome/BetterDocs.
 * Mọi thuộc tính font/màu khai báo tường minh: theme hay đá vào phần tử
 * nằm trong .betterdocs-entry-content nên không dựa vào giá trị kế thừa.
 */

.vce-endblock,
.vce-eb-disclaimer {
	clear: both;
	margin: 28px 0 0;
	font-family: inherit;
}

.vce-eb-box {
	border: 1px solid #e3e6ea;
	border-radius: 10px;
	padding: 16px 18px;
	margin: 0 0 16px;
	background: #fff;
}

.vce-eb-title {
	font-size: 16px !important;
	line-height: 1.35 !important;
	font-weight: 700 !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	color: #16202c !important;
	text-transform: none !important;
}

/* --- Hộp E-E-A-T --- */
.vce-eb-eeat__inner {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.vce-eb-eeat__avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 64px;
	margin: 0;
}

.vce-eb-eeat__body {
	flex: 1 1 auto;
	min-width: 0;
}

.vce-eb-eeat__label {
	font-size: 11px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #7b8794;
	margin-bottom: 2px;
}

.vce-eb-eeat__name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.vce-eb-eeat__name a {
	color: #16202c;
	text-decoration: none;
}

.vce-eb-eeat__meta {
	font-size: 13px;
	color: #4a5568;
	margin-top: 3px;
}

.vce-eb-eeat__bio {
	font-size: 13px !important;
	line-height: 1.55 !important;
	color: #4a5568 !important;
	margin: 7px 0 0 !important;
}

.vce-eb-eeat__updated {
	font-size: 12px;
	color: #7b8794;
	margin-top: 7px;
}

/* --- Quỹ căn --- */
.vce-eb-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.vce-eb-card {
	display: block;
	border: 1px solid #e3e6ea;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none !important;
	color: #16202c !important;
	background: #fff;
}

.vce-eb-card:hover {
	border-color: #b9c2cc;
}

.vce-eb-card__img {
	display: block;
	width: 100%;
	padding-top: 62%;
	background-size: cover;
	background-position: center;
	background-color: #f1f3f5;
}

.vce-eb-card__body {
	display: block;
	padding: 10px 12px 12px;
}

.vce-eb-card__code {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.vce-eb-card__size {
	display: block;
	font-size: 12px;
	color: #7b8794;
	margin-top: 2px;
}

.vce-eb-card__price {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #0f7b56;
	margin-top: 5px;
}

/* --- Bài cùng cụm --- */
.vce-eb-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vce-eb-list li {
	margin: 0 0 8px !important;
	padding: 0 0 0 14px !important;
	position: relative;
	font-size: 14px !important;
	line-height: 1.5 !important;
	list-style: none !important;
}

.vce-eb-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #b9c2cc;
}

.vce-eb-list li:last-child {
	margin-bottom: 0 !important;
}

/* --- Disclaimer pháp lý --- */
.vce-eb-disclaimer {
	border-left: 3px solid #d9a441;
	background: #fdf8ec;
	border-radius: 0 8px 8px 0;
	padding: 12px 16px;
}

.vce-eb-disclaimer strong {
	display: block;
	font-size: 13px;
	color: #8a6114;
	margin-bottom: 4px;
}

.vce-eb-disclaimer p {
	font-size: 13px !important;
	line-height: 1.6 !important;
	color: #5c4a1f !important;
	margin: 0 !important;
}

@media (max-width: 600px) {
	.vce-eb-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.vce-eb-eeat__avatar {
		width: 52px;
		height: 52px;
		flex-basis: 52px;
	}
}
