/*
Theme Name: ReviewBDS.vn
Theme URI: https://reviewbds.vn
Description: Theme chuyên biệt cho nền tảng reviewbds.vn
Version: 1.0.0
Author: dev.com.vn
*/

/* ── Base typography ── */
*,*::before,*::after{box-sizing:border-box}
body{
  font-family:"Inter",system-ui,-apple-system,sans-serif;
  font-size:15px;
  line-height:1.65;
  color:#2d2d2d;
  background:#F8F9FB;
  margin:0;
  padding:0;
}
/* Bold = 600 (not 700) */
b,strong{font-weight:600}
h1{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:.75em}
h2{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:.65em}
h3{font-size:1.2rem;font-weight:700;line-height:1.35;margin-bottom:.5em}
h4,h5,h6{font-weight:600;line-height:1.4;margin-bottom:.5em}
p{margin-bottom:1em}
a{color:#D97706;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}

/* ── Colors ── */
:root{
  --p:#D97706;--pd:#B45309;--pl:#FBBF24;
  --o10:#FFFBEB;--o20:#FDE68A;--o30:#FBBF24;
  --bg:#F8F9FB;--white:#fff;
  --text:#0F1B35;--muted:#64748B;
  --bdr:#E3E8F0;--r:12px;
}

/* ── Utility ── */
.container{max-width:1200px;margin:0 auto;padding:0 24px}

/* Custom Logo (Site Identity) */
.custom-logo-link img,.custom-logo-link { display:block; }
.custom-logo-link img { max-width:288px !important; width:auto; height:auto; }
