/* ================================================================
   هایو گیم - استایل اصلی v2.0
   ================================================================ */

/* ── فونت پیش‌فرض ── */
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

/* ── متغیرها حالت تاریک ── */
:root,
[data-hivo-theme="dark"] {
    --hivo-bg:          #0d0d0d;
    --hivo-bg2:         #111111;
    --hivo-surface:     #1a1a1a;
    --hivo-border:      rgba(255,184,0,.2);
    --hivo-yellow:      #FFB800;
    --hivo-yellow-glow: rgba(255,184,0,.35);
    --hivo-yellow-soft: rgba(255,184,0,.1);
    --hivo-text:        #f0f0f0;
    --hivo-text2:       #aaaaaa;
    --hivo-header-bg:   rgba(10,10,10,.97);
    --hivo-drop-bg:     rgba(15,15,15,.96);
    --hivo-shadow:      0 8px 32px rgba(0,0,0,.6);
    --hivo-footer-bg:   #080808;
    --hivo-btn-surface: rgba(30,30,30,.9);
    --hivo-scan:        rgba(255,184,0,.025);
}

/* ── متغیرها حالت روشن ── */
[data-hivo-theme="light"] {
    --hivo-bg:          #f5f2e8;
    --hivo-bg2:         #ffffff;
    --hivo-surface:     #ffffff;
    --hivo-border:      rgba(180,130,0,.2);
    --hivo-yellow:      #c98a00;
    --hivo-yellow-glow: rgba(180,130,0,.3);
    --hivo-yellow-soft: rgba(180,130,0,.08);
    --hivo-text:        #1a1a1a;
    --hivo-text2:       #555555;
    --hivo-header-bg:   rgba(245,242,232,.97);
    --hivo-drop-bg:     rgba(255,252,240,.97);
    --hivo-shadow:      0 8px 32px rgba(0,0,0,.12);
    --hivo-footer-bg:   #1a1a1a;
    --hivo-btn-surface: rgba(255,255,255,.9);
    --hivo-scan:        transparent;
}

/* ════════════════════════════════════════
   پایه و ریست
   ════════════════════════════════════════ */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    direction: rtl;
    scroll-behavior: smooth;
}

body {
    background: var(--hivo-bg) !important;
    color: var(--hivo-text) !important;
    margin: 0 !important;
    padding: 0 !important;
    direction: rtl;
    min-height: 100vh;
    transition: background .4s ease, color .4s ease;
    overflow-x: hidden;
}

/* پنهان کردن هدر و فوتر اصلی FSE — ما هدر/فوتر خودمان را inject می‌کنیم */
.wp-site-blocks > header,
.wp-site-blocks > footer,
header.wp-block-template-part,
footer.wp-block-template-part {
    display: none !important;
}

/* فضای بالای محتوا */
.wp-site-blocks {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* ════════════════════════════════════════
   هدر
   ════════════════════════════════════════ */
.hivo-header {
    position: sticky;
    top: 0;
    z-index: 9990;
    background: var(--hivo-header-bg);
    border-bottom: 2px solid var(--hivo-yellow);
    box-shadow: 0 2px 20px var(--hivo-yellow-glow);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background .4s ease;
}

.hivo-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 68px;
    flex-direction: row;       /* RTL: راست → چپ */
}

/* موقعیت لوگو */
.hivo-logo-pos-right  .hivo-logo-wrap { order: 1; margin-left: auto; }
.hivo-logo-pos-right  .hivo-nav       { order: 2; }
.hivo-logo-pos-right  .hivo-header-toggle { order: 3; }

.hivo-logo-pos-center .hivo-header-toggle { order: 1; }
.hivo-logo-pos-center .hivo-nav           { order: 2; flex:1; }
.hivo-logo-pos-center .hivo-logo-wrap     { order: 3; margin: 0 auto; }

.hivo-logo-pos-left   .hivo-header-toggle { order: 1; }
.hivo-logo-pos-left   .hivo-logo-wrap     { order: 3; }
.hivo-logo-pos-left   .hivo-nav           { order: 2; margin-right: auto; }

/* ── لوگو ── */
.hivo-logo-wrap {
    flex-shrink: 0;
}

.hivo-logo-link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-decoration: none !important;
    gap: 1px;
}

.hivo-logo-text-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    direction: rtl;
}

.hivo-logo-hex {
    font-size: 2rem;
    color: var(--hivo-yellow);
    filter: drop-shadow(0 0 8px var(--hivo-yellow-glow));
    animation: hexSpin 10s linear infinite;
    display: inline-block;
    line-height: 1;
}

@keyframes hexSpin {
    to { transform: rotate(360deg); }
}

.hivo-site-name {
    font-size: 1.45rem;
    font-weight: 900;
    color: var(--hivo-yellow) !important;
    letter-spacing: -.3px;
    text-shadow: 0 0 16px var(--hivo-yellow-glow);
    line-height: 1;
}

.hivo-logo-img {
    max-height: 48px;
    width: auto;
    filter: drop-shadow(0 0 6px var(--hivo-yellow-glow));
}

.hivo-logo-tagline {
    font-size: .68rem;
    color: var(--hivo-text2);
    letter-spacing: .3px;
}

/* ════════════════════════════════════════
   منوی ناوبری
   ════════════════════════════════════════ */
.hivo-nav {
    display: flex;
    align-items: center;
}

.hivo-menu {
    display: flex;
    align-items: center;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
    direction: rtl;
}

.hivo-menu-item {
    position: relative;
    list-style: none;
}

.hivo-menu-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 9px 16px;
    color: var(--hivo-text) !important;
    text-decoration: none !important;
    font-size: .9rem;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    transition: color .25s;

    /* شکل لوزی */
    clip-path: polygon(10px 0%,calc(100% - 10px) 0%,100% 50%,calc(100% - 10px) 100%,10px 100%,0% 50%);
    background: transparent;
}

.hivo-menu-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hivo-yellow-soft);
    clip-path: polygon(10px 0%,calc(100% - 10px) 0%,100% 50%,calc(100% - 10px) 100%,10px 100%,0% 50%);
    opacity: 0;
    transition: opacity .25s;
    z-index: -1;
}

.hivo-menu-item:hover > .hivo-menu-link,
.hivo-menu-item.hivo-active > .hivo-menu-link {
    color: var(--hivo-yellow) !important;
}
.hivo-menu-item:hover > .hivo-menu-link::before,
.hivo-menu-item.hivo-active > .hivo-menu-link::before {
    opacity: 1;
}

.hivo-arrow {
    width: 9px; height: 9px;
    transition: transform .25s;
    flex-shrink: 0;
}
.hivo-menu-item:hover .hivo-arrow { transform: rotate(180deg); }

/* ── Dropdown ── */
.hivo-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 210px;
    background: var(--hivo-drop-bg);
    border: 1px solid var(--hivo-border);
    border-top: 2px solid var(--hivo-yellow);
    border-radius: 0 0 8px 8px;
    backdrop-filter: blur(8px) saturate(1.05);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
    box-shadow: 0 12px 40px rgba(0,0,0,.5), 0 0 16px var(--hivo-yellow-glow);
    opacity: 0;
    transform: translateY(-6px) scaleY(.95);
    transform-origin: top right;
    visibility: hidden;
    transition: opacity .22s, transform .22s, visibility .22s;
    z-index: 9999;
    direction: rtl;
}

.hivo-menu-item:hover > .hivo-dropdown,
.hivo-menu-item:focus-within > .hivo-dropdown {
    opacity: 1;
    transform: translateY(0) scaleY(1);
    visibility: visible;
}

.hivo-submenu {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}
.hivo-submenu li { list-style: none; }
.hivo-submenu a {
    display: block;
    padding: 9px 18px;
    color: var(--hivo-text) !important;
    text-decoration: none !important;
    font-size: .86rem;
    font-weight: 500;
    border-right: 3px solid transparent;
    transition: background .2s, color .2s, border-color .2s, padding-right .2s;
}
.hivo-submenu li:hover > a {
    background: var(--hivo-yellow-soft);
    color: var(--hivo-yellow) !important;
    border-right-color: var(--hivo-yellow);
    padding-right: 24px;
}

/* ════════════════════════════════════════
   دکمه تاریک / روشن
   ════════════════════════════════════════ */
.hivo-header-toggle {
    flex-shrink: 0;
}

.hivo-toggle-inner {
    display: flex;
    gap: 4px;
    align-items: center;
    background: var(--hivo-btn-surface);
    border: 1px solid var(--hivo-border);
    border-radius: 28px;
    padding: 4px 5px;
    box-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.hivo-btn-dark,
.hivo-btn-light {
    position: relative;
    width: 36px; height: 36px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--hivo-text2);
    transition: background .3s, color .3s, transform .3s, box-shadow .3s;
    padding: 0;
}

.hivo-btn-dark:hover {
    background: rgba(100,120,200,.2);
    color: #a0b0ff;
    transform: scale(1.1);
}
.hivo-btn-light:hover {
    background: rgba(255,184,0,.2);
    color: var(--hivo-yellow);
    transform: scale(1.1) rotate(15deg);
}

[data-hivo-theme="dark"]  .hivo-btn-dark  { background:rgba(80,100,200,.25); color:#c0d0ff; box-shadow:0 0 10px rgba(100,130,255,.4); }
[data-hivo-theme="light"] .hivo-btn-light { background:rgba(255,184,0,.25);  color:var(--hivo-yellow); box-shadow:0 0 10px var(--hivo-yellow-glow); }

.hivo-icon { width: 18px; height: 18px; }

/* ستاره‌های ماه */
.star-1 { animation: twinkle 2s ease-in-out infinite; }
.star-2 { animation: twinkle 2.5s ease-in-out .5s infinite; }
.star-3 { animation: twinkle 1.8s ease-in-out 1s infinite; }
.star-4 { animation: twinkle 3s ease-in-out .3s infinite; }
@keyframes twinkle {
    0%,100% { opacity:.25; }
    50%      { opacity:1; }
}

/* Tooltip */
.hivo-tooltip {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: var(--hivo-surface);
    color: var(--hivo-yellow);
    border: 1px solid var(--hivo-border);
    border-radius: 5px;
    padding: 2px 7px;
    font-size: .68rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s, transform .22s;
    font-weight: 700;
    z-index: 10;
}
.hivo-btn-dark:hover  .hivo-tooltip,
.hivo-btn-light:hover .hivo-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ════════════════════════════════════════
   همبرگر موبایل
   ════════════════════════════════════════ */
.hivo-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    flex-shrink: 0;
}
.hivo-hamburger span {
    display: block;
    width: 22px; height: 2px;
    background: var(--hivo-yellow);
    border-radius: 2px;
    transition: transform .3s, opacity .3s;
}
.hivo-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hivo-hamburger.open span:nth-child(2) { opacity: 0; }
.hivo-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ════════════════════════════════════════
   دکمه اسکرول به بالا
   ════════════════════════════════════════ */
.hivo-scroll-top {
    position: fixed;
    bottom: 28px;
    left: 28px;
    width: 50px; height: 50px;
    background: linear-gradient(135deg,#FFB800,#FF8C00);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8000;
    opacity: 0;
    transform: translateY(16px) scale(.8);
    transition: opacity .35s, transform .35s;
    pointer-events: none;
    clip-path: polygon(50% 0%,95% 25%,95% 75%,50% 100%,5% 75%,5% 25%);
    overflow: hidden;
}
.hivo-scroll-top.hivo-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.hivo-scroll-top:hover { transform: translateY(-4px) scale(1.1) !important; }
.hivo-scroll-top svg { width: 20px; height: 20px; color:#000; }
.hivo-scroll-ring {
    position: absolute;
    inset: -60%;
    background: radial-gradient(circle,rgba(255,255,255,.25) 0%,transparent 70%);
    animation: ringRotate 3s linear infinite;
}
@keyframes ringRotate { to { transform: rotate(360deg); } }

/* ════════════════════════════════════════
   محتوا و بلوک‌ها
   ════════════════════════════════════════ */
main, .wp-site-blocks > main {
    padding-bottom: 0 !important;
}

h1,h2,h3,h4,h5,h6 {
    color: var(--hivo-yellow) !important;
    font-weight: 900 !important;
    text-shadow: 0 0 16px var(--hivo-yellow-glow);
    direction: rtl;
}

p, li, td, th, blockquote, figcaption {
    color: var(--hivo-text) !important;
    line-height: 1.9;
    direction: rtl;
}

a {
    color: var(--hivo-yellow) !important;
    transition: color .2s, text-shadow .2s;
    text-decoration: none;
}
a:hover {
    color: var(--hivo-yellow) !important;
    text-shadow: 0 0 8px var(--hivo-yellow-glow);
}

/* کارت پست */
.wp-block-post, article {
    background: var(--hivo-surface) !important;
    border: 1px solid var(--hivo-border) !important;
    border-radius: 4px !important;
    padding: 20px !important;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    direction: rtl;
}
.wp-block-post:hover, article:hover {
    transform: translateY(-3px);
    border-color: var(--hivo-yellow) !important;
    box-shadow: 0 12px 32px rgba(0,0,0,.5), 0 0 16px var(--hivo-yellow-glow) !important;
}

/* عنوان پست */
.wp-block-post-title a {
    color: var(--hivo-text) !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: color .2s;
}
.wp-block-post-title a:hover { color: var(--hivo-yellow) !important; }

/* دکمه */
.wp-block-button__link, .wp-element-button {
    background: linear-gradient(135deg,#FFB800,#FF8C00) !important;
    color: #000 !important;
    font-weight: 700 !important;
    border: none !important;
    clip-path: polygon(10px 0%,calc(100% - 10px) 0%,100% 50%,calc(100% - 10px) 100%,10px 100%,0% 50%) !important;
    border-radius: 0 !important;
    padding: 11px 26px !important;
    transition: transform .2s, box-shadow .2s !important;
    text-decoration: none !important;
}
.wp-block-button__link:hover, .wp-element-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px var(--hivo-yellow-glow) !important;
    color: #000 !important;
}

/* جداکننده */
.wp-block-separator {
    border-color: var(--hivo-yellow) !important;
    background: var(--hivo-yellow) !important;
    opacity: .5 !important;
    box-shadow: 0 0 6px var(--hivo-yellow-glow);
}

/* نقل قول */
.wp-block-quote {
    border-right: 4px solid var(--hivo-yellow) !important;
    border-left: none !important;
    background: var(--hivo-surface) !important;
    padding: 14px 18px !important;
}

/* کد */
code, pre, .wp-block-code {
    background: rgba(0,0,0,.4) !important;
    color: var(--hivo-yellow) !important;
    border: 1px solid var(--hivo-border) !important;
    border-radius: 4px;
}

/* جدول */
.wp-block-table table {
    background: var(--hivo-surface) !important;
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid var(--hivo-border) !important;
    color: var(--hivo-text) !important;
    padding: 9px 13px !important;
}
.wp-block-table thead td, .wp-block-table thead th {
    background: var(--hivo-yellow-soft) !important;
    color: var(--hivo-yellow) !important;
    font-weight: 700 !important;
}

/* تصویر */
.wp-block-image img {
    border: 1px solid var(--hivo-border);
    border-radius: 4px;
    transition: box-shadow .3s;
}
.wp-block-image img:hover { box-shadow: 0 0 16px var(--hivo-yellow-glow); }

/* search */
.wp-block-search__button {
    background: linear-gradient(135deg,#FFB800,#FF8C00) !important;
    color: #000 !important;
    border: none !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
}

/* input */
input[type="text"], input[type="email"], input[type="search"],
input[type="password"], textarea, select {
    background: var(--hivo-surface) !important;
    border: 1px solid var(--hivo-border) !important;
    color: var(--hivo-text) !important;
    border-radius: 4px !important;
    padding: 9px 13px !important;
    outline: none !important;
    direction: rtl;
    transition: border-color .2s, box-shadow .2s;
}
input:focus, textarea:focus, select:focus {
    border-color: var(--hivo-yellow) !important;
    box-shadow: 0 0 0 3px var(--hivo-yellow-soft) !important;
}

/* ════════════════════════════════════════
   فوتر
   ════════════════════════════════════════ */
.hivo-footer {
    background: var(--hivo-footer-bg) !important;
    border-top: 2px solid var(--hivo-yellow);
    padding: 44px 20px 20px;
    direction: rtl;
    position: relative;
    overflow: hidden;
    margin-top: 48px;
    color: #f0f0f0;
}

.hivo-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: relative;
    z-index: 2;
}

.hivo-footer-brand {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.hivo-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hivo-footer-hex {
    font-size: 2.2rem;
    color: var(--hivo-yellow);
    filter: drop-shadow(0 0 8px var(--hivo-yellow-glow));
    animation: hexSpin 12s linear infinite;
}
.hivo-footer-site-name {
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--hivo-yellow);
}

.hivo-footer-nav .hivo-footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    list-style: none;
    margin: 0; padding: 0;
}
.hivo-footer-menu li a {
    color: #aaa !important;
    text-decoration: none !important;
    font-size: .88rem;
    transition: color .2s;
}
.hivo-footer-menu li a:hover { color: var(--hivo-yellow) !important; }

.hivo-footer-copy {
    border-top: 1px solid rgba(255,184,0,.15);
    padding-top: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.hivo-footer-rights,
.hivo-footer-love,
.hivo-footer-year {
    margin: 0;
    font-size: .86rem;
    color: #aaa;
}
.hivo-footer-rights strong { color: var(--hivo-yellow); }

.hivo-footer-love {
    display: flex;
    align-items: center;
    gap: 7px;
}

/* قلب آبی */
.hivo-heart-wrap { position:relative; display:inline-flex; align-items:center; }
.hivo-heart { width:22px; height:22px; animation:heartbeat 1.4s ease-in-out infinite; filter:drop-shadow(0 0 6px rgba(79,195,247,.8)); }
@keyframes heartbeat {
    0%,100%{ transform:scale(1); }
    14%    { transform:scale(1.2); }
    28%    { transform:scale(1); }
    42%    { transform:scale(1.12); }
    56%    { transform:scale(1); }
}
.hivo-heart-pulse {
    position:absolute; inset:-4px; border-radius:50%;
    border:2px solid rgba(79,195,247,.5);
    animation:pulseRing 1.4s ease-out infinite;
}
@keyframes pulseRing {
    0%  { transform:scale(.8); opacity:.8; }
    100%{ transform:scale(1.8); opacity:0; }
}

/* هگزاگون‌های دکوراتیو فوتر */
.hivo-footer-honeycomb {
    position:absolute; bottom:0; left:0; right:0; height:100px; pointer-events:none;
}
.hivo-hex-deco {
    position:absolute; background:rgba(255,184,0,.05);
    clip-path:polygon(50% 0%,95% 25%,95% 75%,50% 100%,5% 75%,5% 25%);
    animation:hexFloat 6s ease-in-out infinite;
}
.hivo-hex-d0{width:50px;height:50px;bottom:8px; left:4%;  animation-delay:0s;}
.hivo-hex-d1{width:35px;height:35px;bottom:18px;left:14%; animation-delay:.8s;}
.hivo-hex-d2{width:44px;height:44px;bottom:5px; left:26%; animation-delay:1.5s;}
.hivo-hex-d3{width:30px;height:30px;bottom:22px;left:40%; animation-delay:.4s;}
.hivo-hex-d4{width:50px;height:50px;bottom:7px; left:54%; animation-delay:1.2s;}
.hivo-hex-d5{width:40px;height:40px;bottom:16px;left:66%; animation-delay:.6s;}
.hivo-hex-d6{width:34px;height:34px;bottom:4px; left:78%; animation-delay:2s;}
.hivo-hex-d7{width:48px;height:48px;bottom:14px;left:90%; animation-delay:1s;}
@keyframes hexFloat {
    0%,100%{ transform:translateY(0); }
    50%    { transform:translateY(-7px); }
}

/* ════════════════════════════════════════
   پارتیکل هگزاگون (بوم canvas)
   ════════════════════════════════════════ */
#hivo-particles {
    position:fixed; top:0; left:0; width:100%; height:100%;
    pointer-events:none; z-index:0; opacity:.35;
}

/* ════════════════════════════════════════
   اسکرول‌بار
   ════════════════════════════════════════ */
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-track { background:var(--hivo-bg2); }
::-webkit-scrollbar-thumb { background:var(--hivo-yellow); border-radius:3px; }
::-webkit-scrollbar-thumb:hover { background:var(--hivo-yellow); }
::selection { background:var(--hivo-yellow); color:#000; }

/* ════════════════════════════════════════
   Responsive
   ════════════════════════════════════════ */
@media (max-width:900px) {
    .hivo-nav { display:none; position:fixed; top:68px; left:0; right:0; z-index:9988; }
    .hivo-nav.hivo-open { display:flex; flex-direction:column; }
    .hivo-nav.hivo-open .hivo-menu {
        flex-direction:column; width:100%;
        background:var(--hivo-header-bg);
        backdrop-filter:blur(16px);
        border-bottom:2px solid var(--hivo-yellow);
        padding:8px 0;
        max-height:calc(100vh - 68px);
        overflow-y:auto;
    }
    .hivo-menu-link { clip-path:none; padding:12px 20px; width:100%; }
    .hivo-dropdown  { position:static; opacity:1; visibility:visible; transform:none; display:none; box-shadow:none; }
    .hivo-has-dropdown.hivo-dd-open .hivo-dropdown { display:block; }
    .hivo-hamburger { display:flex !important; }

    .hivo-scroll-top { bottom:20px; left:16px; width:44px; height:44px; }
}

@media (max-width:600px) {
    .hivo-toggle-inner { padding:3px 4px; }
    .hivo-btn-dark, .hivo-btn-light { width:32px; height:32px; }
    .hivo-site-name { font-size:1.15rem; }
}
