/*
Theme Name: Reviewer Community Theme
Theme URI: https://review.com.vn
Description: Theme chuyên biệt cho nền tảng review review.com.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:#FFF8F5;
  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:#FF6B35;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}

/* ── Colors ── */
:root{
  --p:#FF6B35;--pd:#E55A24;--pl:#FF8C42;
  --o10:#FFF0EB;--o20:#FFD4C2;--o30:#FFB89A;
  --bg:#FFF8F5;--white:#fff;
  --text:#2d2d2d;--muted:#888;
  --bdr:#FFE0D0;--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; }
