/* =========================================================================
   Site Gear Guide - khung chung
   Nen trang, xanh duong tuoi, nhan chu hoa nen mau, nut mua mau xanh la.
   Chu Figtree cho noi dung, Roboto Condensed cho nhan va ngay thang.
   ========================================================================= */

:root {
	--brand:    #0b57ff;
	--brand-dk: #0741c4;
	--brand-lt: #e8f0ff;
	--deal:     #16a34a;
	--deal-dk:  #12813b;
	--flag:     #ffc400;
	--accent:   #0b57ff;

	--pro: #0f9d58;
	--con: #d93025;

	--ink:   #0f1115;
	--ink-2: #434a53;
	--ink-3: #6b737d;
	--paper: #ffffff;
	--grey:  #f4f6f8;
	--grey-2:#e9edf1;
	--line:  #dde3e9;
	--line-2:#c2cbd4;

	--sans: 'Figtree', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--cond: 'Roboto Condensed', 'Arial Narrow', sans-serif;

	--gut: 16px;
	--sp:  clamp(36px, 4.6vw, 58px);
	--r:   4px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; }

h1, h2, h3, h4 {
	font-family: var(--sans);
	font-weight: 800;
	line-height: 1.18;
	margin: 0;
	letter-spacing: -0.018em;
}

p { margin: 0 0 1em; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0);
	white-space: nowrap; border: 0;
}

.gd-skip {
	position: absolute; left: -9999px; top: 0; z-index: 90;
	background: var(--ink); color: #fff; padding: 12px 18px;
	font-size: 14px; text-decoration: none;
}
.gd-skip:focus { left: 8px; top: 8px; }

.gd-wrap {
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: var(--gut);
}
.gd-wrap--art  { max-width: 772px; }
.gd-wrap--wide { max-width: 1000px; }

/* Khung anh: anh san pham Amazon deu nen trang nen khung cung phai trang,
   dat tren nen xam se lo ra mot vien quanh anh. */
.gd-media {
	display: block;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
.gd-media img { width: 100%; height: 100%; object-fit: contain; padding: 7%; }
.gd-media--square { aspect-ratio: 1 / 1; }

.gd-stars { display: block; flex: none; }

/* =========================================================================
   Dau trang
   ========================================================================= */

.gd-trend { background: var(--brand); color: #fff; }
.gd-trend__inner { display: flex; align-items: center; gap: 14px; min-height: 34px; overflow-x: auto; scrollbar-width: none; }
.gd-trend__inner::-webkit-scrollbar { display: none; }
.gd-trend__label {
	font-family: var(--cond); font-size: 12px; font-weight: 700;
	letter-spacing: 0.1em; text-transform: uppercase;
	white-space: nowrap; flex: none; opacity: 0.85;
}
.gd-trend ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 16px; width: max-content; }
.gd-trend a { font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.gd-trend a:hover { text-decoration: underline; }

.gd-head__bar { background: #fff; }
.gd-head__inner { display: flex; align-items: center; gap: 14px; min-height: 66px; }

.gd-burger {
	display: inline-flex; align-items: center; justify-content: center;
	width: 34px; height: 34px; flex: none;
	background: none; border: 0; cursor: pointer; padding: 0; color: var(--ink);
}
/* Ba vach nam trong mot the span: phai cho chinh the span thanh cot, dat gap
   o the button thi ba vach van dinh lien nhau thanh mot vach day. */
.gd-burger__bars { display: flex; flex-direction: column; gap: 4px; }
.gd-burger i { display: block; height: 2px; width: 20px; background: currentColor; border-radius: 2px; }

.gd-logo { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; flex: none; }
.gd-logo__text {
	font-weight: 900; font-size: clamp(15px, 2.2vw, 21px);
	letter-spacing: -0.03em; white-space: nowrap;
	overflow: hidden; text-overflow: ellipsis;
}

.gd-head__search { flex: 1; max-width: 460px; margin-left: 12px; }
.gd-head__tools { margin-left: auto; display: flex; align-items: center; gap: 9px; }

.gd-iconbtn {
	display: none;
	width: 34px; height: 34px;
	align-items: center; justify-content: center;
	background: none; border: 1px solid var(--line-2);
	border-radius: var(--r); cursor: pointer;
}
.gd-iconbtn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.gd-cta {
	background: var(--ink); color: #fff;
	padding: 9px 15px; border-radius: 100px;
	font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap;
}
.gd-cta:hover { background: var(--brand); }

.gd-search { display: flex; }
.gd-search input {
	flex: 1; min-width: 0; font: inherit; font-size: 14.5px;
	padding: 9px 13px;
	border: 1px solid var(--line-2); border-right: 0;
	border-radius: 100px 0 0 100px;
	background: var(--grey); color: var(--ink);
}
.gd-search button {
	display: inline-flex; align-items: center;
	border: 1px solid var(--brand); background: var(--brand); color: #fff;
	padding: 0 16px; cursor: pointer; border-radius: 0 100px 100px 0;
}
.gd-search button:hover { background: var(--brand-dk); border-color: var(--brand-dk); }
.gd-search button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; }

.gd-nav { position: sticky; top: 0; z-index: 40; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gd-nav.is-stuck { box-shadow: 0 2px 10px rgba(15, 17, 21, 0.09); }
.gd-nav__inner { overflow-x: auto; scrollbar-width: none; }
.gd-nav__inner::-webkit-scrollbar { display: none; }
.gd-nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; width: max-content; }
.gd-nav__list a {
	display: block; padding: 10px 12px;
	font-family: var(--cond);
	font-size: 15px; font-weight: 700;
	letter-spacing: 0.02em; text-transform: uppercase;
	text-decoration: none; color: var(--ink-2); white-space: nowrap;
	border-radius: var(--r);
}
.gd-nav__list a:hover { background: var(--grey); color: var(--ink); }
.gd-nav__list .current-menu-item > a,
.gd-nav__list .current-cat > a { background: var(--brand); color: #fff; }

.gd-searchbar { background: var(--grey); border-bottom: 1px solid var(--line); padding: 13px 0; }

.gd-drawer { background: var(--grey); border-bottom: 1px solid var(--line); padding: 22px 0 26px; }
.gd-drawer__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.gd-drawer__head { margin: 0 0 9px; font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.gd-drawer ul { list-style: none; margin: 0; padding: 0; }
.gd-drawer__col > ul > li > a {
	display: flex; justify-content: space-between; gap: 12px;
	padding: 7px 0; border-bottom: 1px solid var(--line);
	text-decoration: none; font-size: 14.5px;
}
.gd-drawer__col > ul > li > a span { color: var(--ink-3); font-size: 12px; }
.gd-drawer__tags { display: flex; flex-wrap: wrap; gap: 7px; }
.gd-drawer__tags a {
	display: inline-block; padding: 6px 12px;
	border: 1px solid var(--line-2); border-radius: 100px;
	background: #fff; font-size: 12.5px; text-decoration: none;
}
.gd-drawer__tags a:hover { border-color: var(--brand); color: var(--brand); }

/* =========================================================================
   Dai bai
   ========================================================================= */

.gd-sec { padding: var(--sp) 0; }
.gd-sec--grey { background: var(--grey); }
.gd-sec--tight { padding-top: 0; }

/* Tieu de dai: chu hoa tren nen mau, kieu nhan dan. */
.gd-railhead { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin: 0 0 20px; }
.gd-railhead__title { font-size: 0; }
.gd-railhead__title span {
	display: inline-block;
	background: var(--ink); color: #fff;
	font-family: var(--cond);
	font-size: clamp(15px, 1.9vw, 19px); font-weight: 700;
	letter-spacing: 0.04em; text-transform: uppercase;
	padding: 5px 12px; border-radius: var(--r);
}
.gd-railhead__more { font-size: 13px; font-weight: 700; color: var(--brand); text-decoration: none; white-space: nowrap; }
.gd-railhead__more:hover { text-decoration: underline; }

/* =========================================================================
   The bai
   ========================================================================= */

.gd-eyebrow { margin: 0 0 6px; font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); }
.gd-eyebrow a { text-decoration: none; }
.gd-eyebrow a:hover { text-decoration: underline; }

.gd-by { margin: 8px 0 0; font-size: 12.5px; color: var(--ink-3); display: flex; flex-wrap: wrap; gap: 4px 10px; }
.gd-by a { color: var(--ink-2); text-decoration: none; font-weight: 600; }
.gd-by a:hover { color: var(--brand); }

.gd-chip { display: flex; align-items: center; gap: 8px; margin: 8px 0 0; font-size: 13px; }
.gd-chip__num { font-weight: 800; }
.gd-chip__price { margin-left: auto; font-weight: 800; color: var(--deal); }

.gd-card { margin: 0; }
.gd-card__media { display: block; text-decoration: none; }
.gd-card__title a { text-decoration: none; }
.gd-card__title a:hover { color: var(--brand); }
.gd-card__dek { color: var(--ink-2); font-size: 14px; margin: 7px 0 0; }

.gd-card--hero .gd-media { aspect-ratio: 16 / 9; }
.gd-card--hero .gd-card__body { padding-top: 14px; }
.gd-card--hero .gd-card__title { font-size: clamp(22px, 3vw, 34px); }
.gd-card--hero .gd-card__dek { font-size: 15.5px; margin-top: 9px; }

.gd-card--wide .gd-card__body { padding-top: 12px; }
.gd-card--wide .gd-card__title { font-size: 18px; }

.gd-card--grid .gd-card__body { padding-top: 11px; }
.gd-card--grid .gd-card__title { font-size: 15.5px; line-height: 1.3; }

.gd-card--list { display: grid; grid-template-columns: 96px 1fr; gap: 12px; align-items: start; padding: 12px 0; border-top: 1px solid var(--line); }
.gd-card--list:first-of-type { border-top: 0; padding-top: 0; }
.gd-card--list .gd-card__body { padding: 0; }
.gd-card--list .gd-card__title { font-size: 14.5px; line-height: 1.35; }
.gd-card--list .gd-chip { margin-top: 5px; font-size: 12px; }

/* =========================================================================
   Luoi, cot, dai tin
   ========================================================================= */

/* O luoi mac dinh la `min-width: auto` nen khong co nho hon noi dung ben
   trong - bat cu cho nao co cuon ngang deu co the keo ca trang rong ra. */
.gd-grid > *, .gd-hero__grid > *, .gd-cols > *, .gd-river__row > *,
.gd-card--list > *, .gd-toplist li > * { min-width: 0; }

.gd-grid { display: grid; gap: 24px 20px; }
.gd-grid--3 { grid-template-columns: repeat(3, 1fr); }
.gd-grid--5 { grid-template-columns: repeat(5, 1fr); }
.gd-grid--lead { margin-bottom: 34px; }

.gd-hero { padding: var(--sp) 0 0; }
.gd-hero__grid { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr); gap: 32px; align-items: start; }

.gd-cols { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; align-items: start; }

.gd-river__row { display: grid; grid-template-columns: 54px minmax(0, 1fr) 128px; gap: 16px; align-items: start; padding: 18px 0; border-top: 1px solid var(--line); margin: 0; }
.gd-river__row:first-child { border-top: 0; padding-top: 0; }
.gd-river__date {
	font-family: var(--cond); font-size: 13px; font-weight: 700;
	letter-spacing: 0.03em; text-transform: uppercase; color: var(--ink-3);
	padding-top: 2px;
}
.gd-river__eyebrow { margin-bottom: 4px; font-size: 12px; }
.gd-river__title { font-size: 17px; line-height: 1.3; }
.gd-river__title a { text-decoration: none; }
.gd-river__title a:hover { color: var(--brand); }
.gd-river__dek { margin: 6px 0 0; font-size: 14px; color: var(--ink-2); }
.gd-river__meta { margin: 8px 0 0; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.gd-river__price { color: var(--deal); }
.gd-river__media { display: block; text-decoration: none; }

.gd-panel { background: var(--grey); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; }
.gd-panel__head { margin: 0 0 12px; font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.gd-panel__fine { margin: 12px 0 0; font-size: 11px; color: var(--ink-3); }

.gd-toplist { list-style: none; margin: 0; padding: 0; }
.gd-toplist li { display: grid; grid-template-columns: 20px 54px 1fr; gap: 10px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); }
.gd-toplist li:first-child { border-top: 0; padding-top: 0; }
.gd-toplist__n { font-family: var(--cond); font-weight: 700; font-size: 17px; color: var(--brand); text-align: center; }
.gd-toplist__pic { display: block; }
.gd-toplist__body a { font-size: 13.5px; font-weight: 700; line-height: 1.3; text-decoration: none; display: block; }
.gd-toplist__body a:hover { color: var(--brand); }
.gd-toplist__meta { display: flex; align-items: center; gap: 8px; margin-top: 5px; font-size: 12.5px; }
.gd-toplist__meta strong { color: var(--deal); }

.gd-tiles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 18px 14px; }
.gd-tile a { display: block; text-decoration: none; text-align: center; }
.gd-tile__name { display: block; margin-top: 9px; font-size: 13px; font-weight: 700; line-height: 1.3; }
.gd-tile__count { display: block; font-size: 11.5px; color: var(--ink-3); margin-top: 2px; }
.gd-tile a:hover .gd-tile__name { color: var(--brand); }

.gd-brands { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.gd-brands a {
	display: inline-flex; align-items: baseline; gap: 7px;
	padding: 8px 14px; background: #fff;
	border: 1px solid var(--line-2); border-radius: 100px;
	text-decoration: none; font-size: 13.5px; font-weight: 600;
}
.gd-brands a span { font-size: 11.5px; color: var(--ink-3); font-weight: 400; }
.gd-brands a:hover { border-color: var(--brand); color: var(--brand); }

/* =========================================================================
   Dang ky, khoi gioi thieu
   ========================================================================= */

.gd-signup { background: var(--ink); color: #fff; padding: 32px 0; }
.gd-signup--tight { padding: 26px 0; }
.gd-signup__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.gd-signup__title { font-size: 21px; }
.gd-signup__dek { margin: 6px 0 0; font-size: 14px; opacity: 0.78; }
.gd-signup__form { display: flex; flex-wrap: wrap; }
.gd-signup__form input {
	flex: 1; min-width: 0; font: inherit; font-size: 14.5px;
	padding: 11px 14px; border: 0; border-radius: 100px 0 0 100px; background: #fff; color: var(--ink);
}
.gd-signup__form button {
	border: 0; background: var(--brand); color: #fff; cursor: pointer;
	padding: 0 20px; font-size: 13.5px; font-weight: 700; border-radius: 0 100px 100px 0;
}
.gd-signup__form button:hover { background: var(--brand-dk); }
.gd-signup__fine { flex: 0 0 100%; margin: 8px 0 0; font-size: 11px; opacity: 0.66; }

.gd-how__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gd-how__step { background: #fff; border: 1px solid var(--line); border-radius: var(--r); border-top: 3px solid var(--brand); padding: 18px 20px; }
.gd-how__step h3 { font-size: 16px; margin-bottom: 7px; }
.gd-how__step p { margin: 0; font-size: 14px; color: var(--ink-2); }
.gd-how__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 20px 0 0; }
.gd-how__stats > div { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 14px 16px; }
.gd-how__stats dt { font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-3); }
.gd-how__stats dd { margin: 4px 0 0; font-size: 23px; font-weight: 900; letter-spacing: -0.02em; }

/* =========================================================================
   Dau trang danh muc, tac gia
   ========================================================================= */

.gd-termhead { padding: 20px 0 24px; }
.gd-termhead__kicker { margin: 0 0 6px; font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); }
.gd-termhead__title { font-size: clamp(26px, 4vw, 42px); }
.gd-termhead__desc { margin: 11px 0 0; color: var(--ink-2); font-size: 15px; max-width: 740px; }
.gd-termhead__count { margin: 10px 0 0; font-family: var(--cond); font-size: 14px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-3); }
.gd-termhead__form { margin-top: 16px; max-width: 460px; }
.gd-termhead__stats { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 14px; }
.gd-termhead__stat { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--ink-2); }

.gd-authorhead { padding: 20px 0 24px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.gd-authorhead__inner { display: flex; gap: 16px; align-items: flex-start; }
.gd-authorhead__name { font-size: clamp(24px, 3.4vw, 34px); }
.gd-authorhead__bio { margin: 9px 0 0; color: var(--ink-2); font-size: 15px; max-width: 700px; }
.gd-authorhead__meta { margin: 9px 0 0; font-size: 13px; color: var(--ink-3); display: flex; flex-wrap: wrap; gap: 7px; align-items: baseline; }
.gd-authorhead__meta a { color: var(--brand); text-decoration: none; }

/* =========================================================================
   Vun vat
   ========================================================================= */

.gd-crumb { padding: 13px 0 0; }
.gd-crumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 12px; color: var(--ink-3); }
.gd-crumb li + li::before { content: '/'; margin-right: 6px; color: var(--line-2); }
.gd-crumb a { text-decoration: none; }
.gd-crumb a:hover { color: var(--brand); text-decoration: underline; }

.gd-pager { margin: 32px 0 0; }
.gd-pager ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.gd-pager a, .gd-pager span {
	display: inline-block; min-width: 38px; text-align: center;
	padding: 9px 12px; border: 1px solid var(--line-2); border-radius: var(--r);
	font-size: 13px; font-weight: 700; text-decoration: none;
}
.gd-pager .current { background: var(--brand); border-color: var(--brand); color: #fff; }
.gd-pager a:hover { border-color: var(--brand); color: var(--brand); }
.gd-pager .dots { border-color: transparent; }

.gd-empty { text-align: center; color: var(--ink-3); padding: 44px 0; }

.gd-avatar {
	display: inline-flex; align-items: center; justify-content: center;
	width: var(--avs, 48px); height: var(--avs, 48px);
	border-radius: 50%;
	background: var(--av, var(--brand)); color: #fff;
	font-weight: 800; font-size: calc(var(--avs, 48px) * 0.36);
	flex: none;
}

.gd-404 { padding: 48px 0 var(--sp); }
.gd-404__inner { max-width: 620px; }
.gd-404__num { font-size: clamp(56px, 11vw, 100px); font-weight: 900; line-height: 1; margin: 0; color: var(--brand); letter-spacing: -0.04em; }
.gd-404__title { font-size: clamp(24px, 3.4vw, 34px); margin-top: 8px; }
.gd-404__dek { margin: 12px 0 20px; color: var(--ink-2); }
.gd-404__form { max-width: 460px; }

/* =========================================================================
   Chan trang
   ========================================================================= */

.gd-foot { background: var(--grey); border-top: 1px solid var(--line); padding: 36px 0 30px; }
.gd-foot__cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 26px; }
.gd-foot__logo { display: flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 900; letter-spacing: -0.03em; margin: 0 0 9px; }
.gd-foot__blurb { font-size: 13.5px; margin: 0; color: var(--ink-2); max-width: 320px; }
.gd-foot__head { margin: 0 0 9px; font-family: var(--cond); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.gd-foot ul { list-style: none; margin: 0; padding: 0; }
.gd-foot__col li a { display: block; padding: 4px 0; font-size: 13.5px; text-decoration: none; color: var(--ink-2); }
.gd-foot__col li a:hover { color: var(--brand); }
.gd-foot__tags { display: flex; flex-wrap: wrap; gap: 7px; }
.gd-foot__tags a { border: 1px solid var(--line-2); border-radius: 100px; padding: 4px 11px; font-size: 12.5px; }
.gd-foot__fine { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line-2); font-size: 12.5px; color: var(--ink-2); max-width: 920px; }
.gd-foot__fine p:last-child { margin-bottom: 0; }
.gd-foot__legal { margin: 16px 0 0; font-size: 12px; color: var(--ink-3); }

/* =========================================================================
   Thich ung
   ========================================================================= */

@media (max-width: 1100px) {
	.gd-tiles { grid-template-columns: repeat(5, 1fr); }
	.gd-grid--5 { grid-template-columns: repeat(3, 1fr); }
	.gd-foot__cols { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 940px) {
	.gd-head__search { display: none; }
	.gd-iconbtn { display: inline-flex; }
	.gd-hero__grid { grid-template-columns: 1fr; gap: 26px; }
	.gd-cols { grid-template-columns: 1fr; gap: 30px; }
	.gd-grid--3 { grid-template-columns: repeat(2, 1fr); }
	.gd-how__grid { grid-template-columns: 1fr; }
	.gd-how__stats { grid-template-columns: repeat(2, 1fr); }
	.gd-signup__inner { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 700px) {
	.gd-tiles { grid-template-columns: repeat(3, 1fr); }
	.gd-grid--5 { grid-template-columns: repeat(2, 1fr); }
	.gd-drawer__inner { grid-template-columns: 1fr; }
	.gd-authorhead__inner { flex-direction: column; }
	.gd-river__row { grid-template-columns: 1fr 104px; grid-template-areas: 'main media' 'date date'; gap: 10px 14px; }
	.gd-river__main { grid-area: main; }
	.gd-river__media { grid-area: media; }
	.gd-river__date { grid-area: date; padding-top: 0; }
}

@media (max-width: 520px) {
	.gd-cta { display: none; }
	.gd-grid--3, .gd-grid--5 { grid-template-columns: 1fr; }
	.gd-tiles { grid-template-columns: repeat(2, 1fr); }
	.gd-how__stats { grid-template-columns: 1fr; }
	.gd-signup__form { flex-direction: column; gap: 9px; }
	.gd-signup__form input, .gd-signup__form button { border-radius: 100px; }
	.gd-signup__form button { padding: 12px; }
	.gd-toplist li { grid-template-columns: 18px 46px 1fr; gap: 8px; }
}


/* === de mau chu huy hieu plugin === */
/*
 * Huy hieu cua plugin dat chu cung mau voi nen (nen la chinh mau do pha 10%
 * do duc), nen tuong phan chi 2.5-4.1 - duoi chuan AA 4.5, rieng nhan
 * 'Prime' gan nhu khong doc duoc.
 *
 * Chi doi MAU CHU, giu nguyen nen cua plugin. Dung hai lop cung ten de co do
 * uu tien cao hon luat goc ma khong phai dung !important.
 *
 * Khong sua tep CSS cua plugin: ban cap nhat sau nay se ghi de len.
 */
.acms-badge.acms-badge--prime   { color: #01607f; }
.acms-badge.acms-badge--danger  { color: #a81b1b; }
.acms-badge.acms-badge--success { color: #10693a; }
.acms-badge.acms-badge--warning { color: #8a5a06; }
.acms-badge.acms-badge--info    { color: #0b5e86; }


/* === mau chu phu cua plugin === */
/*
 * Plugin lay mau chu phu tu `var(--color-text-muted, #9ca3af)`. Khong theme
 * nao dat bien do nen no roi ve #9ca3af - tren nen trang chi duoc 2.54, duoi
 * chuan. Do bang Chrome that: nhan "/10", "ACMS Score" va dong "Updated: ..."
 * deu dinh.
 *
 * #6b7280 duoc 4.83, va chinh plugin cung dung mau nay o cho khac.
 */
:root { --color-text-muted: #6b7280; }

/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* Day lien ket trang tinh o chan trang.                                */
/* Mau chu ke thua cua chan trang: chu chan trang da qua vong do tuong  */
/* phan, con mau nhan cua site thi chua.                                */
/* ------------------------------------------------------------------ */
.gd-foot-pages {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
	font-size: 13px;
	line-height: 1.6;
}
.gd-foot-pages a {
	color: inherit;
	text-decoration: none;
	opacity: .82;
}
.gd-foot-pages a:hover,
.gd-foot-pages a:focus {
	opacity: 1;
	text-decoration: underline;
}

/* --- Logo thuong hieu ------------------------------------------------ */
/* Dau hieu do bang em nen no lon nho theo chinh co chu cua ten site. */
.gg-lg { white-space: nowrap; }
.gg-lg__mark { display: inline-block; width: 1em; height: 1em; vertical-align: -0.14em; margin-right: 0.36em; }
.gg-lg__tld { font-weight: 400; opacity: .5; }

/* --- Lien ket chan trang --------------------------------------------- */
/* Viet .gg-mang .gg-mang__h chu khong phai .gg-mang__h: luat cua theme
   kieu .xx-foot__disclosure p co do uu tien (0,1,1), cao hon (0,1,0), nen ban
   ngan gon bi de mat. Da do that moi biet.

   Khong dung opacity de lam mo: no keo do tuong phan xuong duoi nguong doc
   duoc o phan lon theme. Phan cap bang co chu la du, va co san toi thieu 11px
   vi co theme dat khoi cong bo chi 12px. */
.gg-mang { margin: 22px 0 0; }
.gg-mang .gg-mang__h { margin: 0 0 8px; font-size: max(11px, .8em); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.gg-mang .gg-mang__list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; font-size: max(11px, .8em); line-height: 1.6; }
.gg-mang .gg-mang__list li { margin: 0; padding: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
.gg-mang .gg-mang__list li::before { content: none; }
.gg-mang .gg-mang__list a { text-decoration: none; }
.gg-mang .gg-mang__list a:hover,
.gg-mang .gg-mang__list a:focus { text-decoration: underline; }
