/*
Theme Name: reviewcomvn - thông tin
Theme URI: https://example.com/reviewcomvn
Description: reviewcomvn - thông tin: giữ layout/CSS gốc, tách theo chuẩn thông tin/tính năng.
Version: 1.0.0
Author: dot vn Studio
*/

/* ── 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:600;line-height:1.2;margin-bottom:.75em}
h2{font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:.65em}
h3{font-size:1.2rem;font-weight:600;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; }


/* reviewcomvn split typography/menu guard */
html,body,button,input,select,textarea,.rvhp,.rvhp *,.rv-site-nav,.rv-site-nav *,#rv-site-mnav,#rv-site-mnav *{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
h1,h2,h3,h4,h5,h6,b,strong,.rvhp h1,.rvhp h2,.rvhp h3,.rvhp b,.rvhp strong,.rvhp .st,.rvhp .hero h1,.rvhp .hero-stat-n,.rv-site-nav-links a,.hero-search-btn,.rvac-title,.rvac-btn{font-weight:600!important}
@media(max-width:900px){
  .rv-site-nav-in{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;grid-template-areas:"logo search menu"!important;gap:8px!important;height:auto!important;min-height:58px!important;padding:8px 12px!important}
  .rv-site-nav-in>a:first-child{grid-area:logo!important;min-width:0!important}
  .rv-site-nav-in>a:first-child img{max-width:96px!important;max-height:38px!important;object-fit:contain!important}
  .rv-site-nav-search{grid-area:search!important;max-width:none!important;width:100%!important;min-width:0!important}
  #rv-site-ham{grid-area:menu!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:58px!important;height:38px!important;padding:0 12px!important;border:0!important;border-radius:11px!important;background:linear-gradient(135deg,#FF6B35,#E55A24)!important;color:#fff!important;font-size:12px!important;font-weight:600!important;line-height:1!important}
  .rv-site-nav-links{display:none!important}
  #rv-site-mnav{display:block!important}
  body{padding-bottom:66px!important}
}
@media(max-width:600px){.rv-site-nav-search select{display:none!important}.rv-site-nav-search input{font-size:12px!important}}
