/* =====================================================================
   Site PC Daily - trang bai viet
   Mot cot giua trang; cac khoi du lieu tran rong hon cot chu.
   ===================================================================== */

.pd-art { padding-bottom: 8px; }

.pd-art__head { padding-block: 8px 22px; }

.pd-art__cat {
	display: inline-block;
	font-family: var(--head); font-size: 11px; font-weight: 800;
	letter-spacing: 0.08em; text-transform: uppercase;
	color: #fff; background: var(--blue); padding: 4px 11px; border-radius: 999px;
	text-decoration: none; margin-bottom: 14px;
}
.pd-art__cat:hover { background: var(--blue-dk); }

.pd-art__t {
	font-size: clamp( 28px, 4.4vw, 42px );
	font-weight: 800; letter-spacing: -0.024em; line-height: 1.14;
}
.pd-art__dek {
	margin-top: 12px; font-size: 18px; line-height: 1.55; color: var(--ink-2);
}

/* Dong "vi sao tin duoc" */
.pd-trust {
	display: flex; gap: 10px; margin-top: 16px;
	background: var(--blue-lt); border: 1px solid #d3e3f5; border-radius: var(--r);
	padding: 12px 14px; font-size: 13px; line-height: 1.5; color: var(--ink-2);
}
.pd-trust b { color: var(--ink); }
.pd-trust__i {
	flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%;
	background: var(--blue); color: #fff; display: grid; place-items: center;
	font-family: var(--head); font-weight: 800; font-size: 12px; font-style: italic;
	margin-top: 1px;
}

/* ---- Khoi san pham o dau bai ---------------------------------------- */

.pd-hero {
	display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 26px; align-items: start;
	border: 1px solid var(--line); border-radius: 14px;
	padding: 20px; margin-block: 24px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(13, 42, 77, 0.06);
}
.pd-hero > * { min-width: 0; }

.pd-hero__shot > a, .pd-hero__shot > img {
	display: block; background: var(--wash); border-radius: var(--r); overflow: hidden;
}
.pd-hero__shot img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; padding: 12px; }

.pd-hero__thumbs {
	display: flex; gap: 8px; margin-top: 10px;
	overflow-x: auto; padding-bottom: 4px;
}
.pd-hero__thumbs li { flex: 0 0 auto; }
.pd-thumb {
	display: block; width: 58px; height: 58px;
	border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--wash);
}
.pd-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.pd-thumb:hover, .pd-thumb.is-on { border-color: var(--blue); }
.pd-hero__fine { margin-top: 6px; font-size: 11px; color: var(--ink-3); }

.pd-hero__kicker {
	font-family: var(--head); font-size: 10.5px; font-weight: 800;
	letter-spacing: 0.11em; text-transform: uppercase; color: var(--ink-3);
}
.pd-hero__name {
	font-family: var(--head); font-size: 17px; font-weight: 800;
	line-height: 1.3; margin: 3px 0 12px;
}

/* ---- Diem ------------------------------------------------------------ */

.pd-score { border-top: 1px solid var(--line); padding-top: 12px; }
.pd-score__lab {
	font-family: var(--head); font-size: 10.5px; font-weight: 800;
	letter-spacing: 0.11em; text-transform: uppercase; color: var(--ink-3);
}
.pd-score__num {
	font-family: var(--head); font-size: 40px; font-weight: 800;
	letter-spacing: -0.04em; line-height: 1.05; color: var(--navy);
}
.pd-score__num span { font-size: 17px; font-weight: 700; color: var(--ink-3); }
.pd-score__word { font-family: var(--head); font-size: 16px; font-weight: 800; color: var(--blue); }
.pd-score__n { font-size: 12px; color: var(--ink-3); margin-top: 2px; }

/* Mot thanh chia nam doan theo ti le sao. */
.pd-bar { margin-top: 12px; }
.pd-bar__track {
	display: flex; height: 9px; border-radius: 999px; overflow: hidden;
	background: var(--line-2);
}
.pd-bar__seg { display: block; height: 100%; }
.pd-bar__seg--5 { background: #14804a; }
.pd-bar__seg--4 { background: #5aa469; }
.pd-bar__seg--3 { background: #c9a227; }
.pd-bar__seg--2 { background: #d77a2b; }
.pd-bar__seg--1 { background: #c22a2a; }
.pd-bar__key { margin-top: 6px; font-size: 11.5px; color: var(--ink-3); }
.pd-bar__key b { color: var(--ink); font-family: var(--head); font-weight: 800; }

/* ---- O gia ----------------------------------------------------------- */

.pd-buy { border-top: 1px solid var(--line); margin-top: 14px; padding-top: 12px; }
.pd-buy__price {
	font-family: var(--head); font-size: 25px; font-weight: 800; letter-spacing: -0.025em;
	display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px;
}
.pd-buy__price s { font-size: 14px; font-weight: 600; color: var(--ink-3); }
.pd-buy__none { font-size: 16px; color: var(--ink-3); font-weight: 600; }
.pd-buy__save {
	font-size: 12px; font-weight: 800; color: #fff; background: var(--red);
	padding: 2px 8px; border-radius: 999px; letter-spacing: 0;
}

.pd-buy__facts { margin-top: 9px; display: grid; gap: 4px; }
.pd-buy__facts li { font-size: 13px; color: var(--ink-2); padding-left: 17px; position: relative; }
.pd-buy__facts li::before {
	content: ""; position: absolute; left: 0; top: 8px;
	width: 7px; height: 7px; border-radius: 50%; background: var(--line);
}
.pd-buy__facts li.is-yes::before { background: var(--green); }

.pd-buy__cta {
	display: block; margin-top: 13px; text-align: center; text-decoration: none;
	background: var(--blue); color: #fff; border-radius: 8px; padding: 12px 14px;
	font-family: var(--head); font-size: 14.5px; font-weight: 800;
}
.pd-buy__cta:hover { background: var(--blue-dk); }
.pd-buy__fine { margin-top: 8px; font-size: 11px; line-height: 1.45; color: var(--ink-3); }

/* ---- Thanh muc luc --------------------------------------------------- */

.pd-jump {
	border: 1px solid var(--line); border-radius: var(--r);
	background: var(--wash); padding: 14px 16px; margin-bottom: 24px;
}
.pd-jump__lab {
	font-family: var(--head); font-size: 10.5px; font-weight: 800;
	letter-spacing: 0.11em; text-transform: uppercase; color: var(--ink-3);
	margin-bottom: 8px;
}
.pd-jump ul { display: flex; flex-wrap: wrap; gap: 6px 8px; }
.pd-jump a {
	display: inline-block; font-size: 12.5px; text-decoration: none;
	background: #fff; border: 1px solid var(--line); border-radius: 999px;
	padding: 4px 12px; font-family: var(--head); font-weight: 600;
}
.pd-jump a:hover { border-color: var(--blue); color: var(--blue); }

/* ---- Than bai -------------------------------------------------------- */

.pd-prose { font-size: 17.5px; line-height: 1.72; }
.pd-prose > p { margin: 0 0 1.15em; }
.pd-prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.pd-prose a:hover { color: var(--blue-dk); }

.pd-prose h2 {
	font-size: clamp( 21px, 2.5vw, 26px ); font-weight: 800;
	margin: 1.8em 0 0.5em; scroll-margin-top: 80px;
}
.pd-prose h3 { font-size: 18px; font-weight: 700; margin: 1.4em 0 0.4em; scroll-margin-top: 80px; }

.pd-prose ul, .pd-prose ol { margin: 0 0 1.2em; padding-left: 0; }
.pd-prose ul > li, .pd-prose ol > li { position: relative; padding-left: 22px; margin-bottom: 0.45em; }
.pd-prose ul > li::before {
	content: ""; position: absolute; left: 4px; top: 11px;
	width: 6px; height: 6px; border-radius: 50%; background: var(--blue);
}
.pd-prose ol { counter-reset: pd; }
.pd-prose ol > li { counter-increment: pd; }
.pd-prose ol > li::before {
	content: counter(pd) "."; position: absolute; left: 0; top: 0;
	font-family: var(--head); font-weight: 800; color: var(--blue); font-size: 14px;
}

.pd-prose figure { margin: 1.5em 0; }
.pd-prose figure img { margin-inline: auto; background: var(--wash); border-radius: var(--r); padding: 12px; }
.pd-prose figcaption { margin-top: 8px; font-size: 12.5px; color: var(--ink-3); text-align: center; }

.pd-prose blockquote {
	margin: 1.5em 0; padding-left: 16px; border-left: 4px solid var(--blue);
	font-size: 18px; color: var(--ink-2);
}

/* ---- O "Quick answer" duoc rai vao than bai -------------------------- */

/* Dem so lop duoc so sanh truoc so the, nen `.pd-prose ul > li::before`
   (0,1,3) van thang mot quy tac it lop hon. Cac o ben duoi phai ke du lop
   VA dat lai kich thuoc, khong thi cham tron o tren de len. */
.pd-qa {
	border-left: 4px solid var(--blue);
	background: var(--blue-lt);
	border-radius: 0 var(--r) var(--r) 0;
	padding: 14px 16px; margin: 1.4em 0;
}
.pd-qa__lab {
	font-family: var(--head); font-size: 10.5px; font-weight: 800;
	letter-spacing: 0.11em; text-transform: uppercase; color: var(--blue);
	margin-bottom: 4px;
}
.pd-qa__q { font-family: var(--head); font-size: 16px; font-weight: 800; line-height: 1.35; }
.pd-qa__a { margin-top: 6px; font-size: 15.5px; line-height: 1.6; color: var(--ink-2); }
.pd-prose .pd-qa__a p { margin: 0 0 0.6em; }
.pd-prose .pd-qa__a p:last-child { margin-bottom: 0; }

/* ---- O "In the box" -------------------------------------------------- */

.pd-box {
	border: 1px solid var(--line); border-radius: var(--r);
	padding: 16px 18px; margin: 1.4em 0; background: var(--wash);
}
.pd-box__lab {
	font-family: var(--head); font-size: 10.5px; font-weight: 800;
	letter-spacing: 0.11em; text-transform: uppercase; color: var(--ink-3);
	margin-bottom: 10px;
}
.pd-prose .pd-box__list { margin: 0; padding: 0; display: grid; gap: 7px; }
.pd-prose .pd-box__list li {
	position: relative; padding-left: 26px; margin-bottom: 0;
	font-size: 15px; line-height: 1.45;
}
.pd-prose .pd-box__list li::before {
	content: "\2713"; position: absolute; left: 0; top: 0;
	width: auto; height: auto; background: none; border-radius: 0;
	font-family: var(--head); font-weight: 800; font-size: 14px; color: var(--green);
}

/* ---- O thong so ------------------------------------------------------ */

.pd-spec {
	border: 1px solid var(--line); border-radius: var(--r);
	padding: 16px 18px; margin: 1.4em 0; background: #fff;
}
.pd-spec__lab {
	font-family: var(--head); font-size: 10.5px; font-weight: 800;
	letter-spacing: 0.11em; text-transform: uppercase; color: var(--ink-3);
	margin-bottom: 8px;
}
.pd-spec__list { margin: 0; }
.pd-spec__row {
	display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: 14px;
	padding: 8px 0; border-bottom: 1px solid var(--line-2);
}
.pd-spec__row:last-child { border-bottom: 0; }
.pd-spec__row dt {
	font-family: var(--head); font-size: 12.5px; font-weight: 700; color: var(--ink-3);
}
.pd-spec__row dd { margin: 0; font-size: 15px; line-height: 1.45; overflow-wrap: anywhere; }

.pd-spec__more { margin-top: 6px; }
.pd-spec__more > summary {
	cursor: pointer; list-style: none;
	font-family: var(--head); font-size: 13px; font-weight: 700; color: var(--blue);
	padding-top: 8px;
}
.pd-spec__more > summary::-webkit-details-marker { display: none; }
.pd-spec__more > summary::after { content: " +"; }
.pd-spec__more[open] > summary::after { content: " \2212"; }
.pd-spec__fine { margin-top: 10px; font-size: 11px; color: var(--ink-3); }

/* ---- O uu / nhuoc ---------------------------------------------------- */

.pd-pc {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0;
	border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
	margin: 1.4em 0;
}
.pd-pc__col { padding: 16px 18px; min-width: 0; }
.pd-pc__col--yes { background: #f2faf5; border-right: 1px solid var(--line); }
.pd-pc__col--no { background: #fdf5f5; }
.pd-pc__head {
	font-family: var(--head); font-size: 12px; font-weight: 800;
	letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 10px;
}
.pd-pc__col--yes .pd-pc__head { color: var(--green); }
.pd-pc__col--no .pd-pc__head { color: var(--red); }

.pd-prose .pd-pc__list { margin: 0; padding: 0; }
.pd-prose .pd-pc__list li {
	position: relative; padding-left: 24px; margin-bottom: 0.5em;
	font-size: 15px; line-height: 1.45;
}
.pd-prose .pd-pc__col--yes .pd-pc__list li::before,
.pd-prose .pd-pc__col--no .pd-pc__list li::before {
	position: absolute; left: 0; top: 0;
	width: auto; height: auto; background: none; border-radius: 0;
	font-family: var(--head); font-weight: 800; font-size: 14px;
}
.pd-prose .pd-pc__col--yes .pd-pc__list li::before { content: "\2713"; color: var(--green); }
.pd-prose .pd-pc__col--no .pd-pc__list li::before { content: "\2715"; color: var(--red); }

/* ---- FAQ con lai ----------------------------------------------------- */

.pd-faq { border-top: 1px solid var(--line); margin: 0.8em 0 1.4em; }
.pd-faq__item { border-bottom: 1px solid var(--line); }
.pd-faq__q {
	cursor: pointer; list-style: none; padding: 13px 30px 13px 0; position: relative;
	font-family: var(--head); font-size: 16px; font-weight: 700; line-height: 1.35;
}
.pd-faq__q::-webkit-details-marker { display: none; }
.pd-faq__q::after {
	content: "+"; position: absolute; right: 2px; top: 11px;
	font-family: var(--head); font-size: 21px; font-weight: 700; color: var(--blue); line-height: 1;
}
.pd-faq__item[open] > .pd-faq__q::after { content: "\2212"; }
.pd-faq__q:hover { color: var(--blue); }
.pd-faq__a { padding-bottom: 13px; font-size: 16px; color: var(--ink-2); }
.pd-prose .pd-faq__a p { margin: 0 0 0.7em; }
.pd-prose .pd-faq__a p:last-child { margin-bottom: 0; }

/* ---- Trich dan nguoi mua --------------------------------------------- */

.pd-says { margin-block: 30px; }
.pd-says__t { font-size: 20px; font-weight: 800; }
.pd-says__n { font-size: 12.5px; color: var(--ink-3); margin-top: 4px; margin-bottom: 14px; }
.pd-says__one {
	margin: 0 0 14px; border: 1px solid var(--line); border-radius: var(--r);
	padding: 16px 18px; background: var(--wash);
}
.pd-says__one blockquote { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--ink); }
.pd-says__one blockquote::before { content: "\201C"; }
.pd-says__one blockquote::after { content: "\201D"; }
.pd-says__one figcaption {
	margin-top: 10px; display: flex; flex-wrap: wrap; gap: 4px 12px;
	font-size: 12px; color: var(--ink-3);
}
.pd-says__one figcaption b { color: var(--ink); font-family: var(--head); }
.pd-says__one .is-ok { color: var(--green); font-weight: 600; }

/* ---- Tag cuoi bai ---------------------------------------------------- */

.pd-art__tags {
	margin-top: 26px; border-top: 1px solid var(--line); padding-top: 14px;
	display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
}
.pd-art__tags > span {
	font-family: var(--head); font-size: 11px; font-weight: 800;
	letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3);
}
.pd-art__tags a {
	text-decoration: none; border: 1px solid var(--line); border-radius: 999px;
	padding: 5px 13px; font-family: var(--head); font-size: 13px; font-weight: 600;
}
.pd-art__tags a:hover { border-color: var(--blue); color: var(--blue); }

/* ---- Man hinh hep ---------------------------------------------------- */

@media ( max-width: 760px ) {
	.pd-hero { grid-template-columns: 1fr; padding: 16px; }
	.pd-pc { grid-template-columns: 1fr; }
	.pd-pc__col--yes { border-right: 0; border-bottom: 1px solid var(--line); }
	.pd-spec__row { grid-template-columns: 1fr; gap: 2px; }
	.pd-prose { font-size: 16.5px; }
}
