:root{--yellow:#FFD400;--ink:#0d0d0d;--muted:#70757d;--line:#e9e9e9;--soft:#f7f7f7;--card:#fff;--shadow:0 12px 34px rgba(0,0,0,.07)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Poppins,system-ui,-apple-system,Segoe UI,sans-serif;background:#fff;color:var(--ink)}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.ihyb-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid rgba(17,17,17,.08);box-shadow:0 6px 22px rgba(0,0,0,.035)}.ihyb-topbar{max-width:1240px;margin:0 auto;padding:13px 22px;display:flex;align-items:center;gap:28px;min-height:74px}.ihyb-brand{display:flex;align-items:center;gap:12px;min-width:max-content;transform:translateZ(0)}.ihyb-brand:hover .header-logo{transform:rotate(-2deg) scale(1.035)}.ihyb-brand:hover .ihyb-wordmark{letter-spacing:-.058em}.ihyb-logo-svg{display:block;overflow:visible;flex:0 0 auto;shape-rendering:geometricPrecision}.header-logo{width:52px;height:52px;filter:drop-shadow(0 7px 13px rgba(0,0,0,.13));transition:transform .18s ease,filter .18s ease}.ihyb-wordmark{display:inline-flex;align-items:baseline;font-family:Poppins,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:950;font-size:30px;letter-spacing:-.065em;line-height:.92;color:#080808;white-space:nowrap;transition:letter-spacing .18s ease}.ihyb-wordmark span{display:inline-block}.ihyb-wordmark span:nth-child(2),.ihyb-wordmark span:nth-child(3),.ihyb-wordmark span:nth-child(4){margin-left:.03em}.ihyb-nav{margin-left:auto;display:flex;align-items:center;gap:26px;font-size:14px;font-weight:950;text-transform:uppercase;letter-spacing:.01em}.ihyb-nav a{opacity:.92;padding:10px 0}.ihyb-nav a:hover{opacity:1;color:#000;box-shadow:inset 0 -4px 0 var(--yellow)}.ihyb-menu{display:flex;gap:26px;list-style:none;margin:0;padding:0}.ihyb-header-actions{display:flex;align-items:center;gap:14px}.ihyb-search-toggle{border:0;background:transparent;width:42px;height:42px;border-radius:999px;color:#000;display:grid;place-items:center;cursor:pointer}.ihyb-search-toggle:hover{background:var(--soft)}.ihyb-submit{background:var(--yellow);border:2px solid var(--yellow);color:#111;border-radius:13px;padding:13px 18px;text-transform:uppercase;font-weight:950;box-shadow:0 8px 18px rgba(255,212,0,.35)}.ihyb-submit:hover{background:#111;border-color:#111;color:var(--yellow)}.ihyb-search{display:none;max-width:1240px;margin:0 auto;padding:0 20px 14px}.ihyb-search.open{display:block}.ihyb-search input{width:100%;border:2px solid #111;border-radius:16px;padding:14px 16px;font-size:16px;outline:none}.ihyb-shell{max-width:1240px;margin:0 auto;padding:26px 20px 46px;display:grid;grid-template-columns:minmax(0,760px) 340px;gap:28px;align-items:start}.ihyb-feed-title{padding:4px 0 12px}.pill,.ihyb-cat-pill{display:inline-flex;background:var(--yellow);border-radius:8px;padding:6px 9px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.02em}.ihyb-feed-title h1{margin:12px 0 6px;font-size:42px;line-height:.98;letter-spacing:-.07em}.ihyb-feed-title p{margin:0;color:var(--muted);font-size:16px}.ihyb-card{background:var(--card);border:1px solid var(--line);border-radius:18px;margin-bottom:18px;overflow:hidden;box-shadow:var(--shadow);display:grid;grid-template-columns:320px minmax(0,1fr);transition:transform .18s ease,box-shadow .18s ease}.ihyb-card:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(0,0,0,.10)}.ihyb-card-media{display:block;background:#eee;min-height:210px}.ihyb-card-media img{width:100%;height:100%;min-height:210px;display:block;object-fit:cover}.ihyb-card-fallback{height:100%;min-height:230px;display:grid;place-items:center;background:linear-gradient(135deg,#FFD400,#ffe671)}.ihyb-card-body{padding:22px 24px;display:flex;flex-direction:column}.ihyb-meta-line{display:flex;align-items:center;gap:10px;margin-bottom:12px;color:var(--muted);font-size:13px;font-weight:700}.ihyb-card h2{font-size:30px;line-height:1.05;letter-spacing:-.055em;margin:0 0 10px}.ihyb-card h2:hover{text-decoration:underline;text-decoration-thickness:4px;text-decoration-color:var(--yellow)}.ihyb-card p{margin:0 0 18px;color:var(--muted);font-size:15px;line-height:1.45}.ihyb-actions{margin-top:auto;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.ihyb-actions button,.ihyb-actions a{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-weight:950;font-size:14px;cursor:pointer;color:#111}.ihyb-actions button:hover,.ihyb-actions a:hover{background:#111;color:#fff;border-color:#111}.ihyb-like.liked{background:var(--yellow);border-color:#111;color:#111}.ihyb-load-more{display:block;width:100%;border:2px solid #111;background:var(--yellow);border-radius:16px;padding:15px 18px;font-weight:950;font-size:16px;cursor:pointer;box-shadow:0 7px 0 #111}.ihyb-load-more:active{transform:translateY(4px);box-shadow:0 3px 0 #111}.ihyb-loader{text-align:center;font-weight:950;padding:20px}.ihyb-sidebar{position:sticky;top:102px;display:flex;flex-direction:column;gap:18px}.ihyb-widget{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.ihyb-widget-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:10px}.ihyb-widget h3,.ihyb-widget-title h3{margin:0;font-size:20px;letter-spacing:-.04em}.ihyb-widget p{color:var(--muted);line-height:1.45}.ihyb-submit-box a{display:inline-flex;background:#111;color:#fff;border-radius:12px;padding:11px 14px;font-weight:950}.ihyb-trend{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start;padding:12px 0;border-bottom:1px solid var(--line)}.ihyb-trend:last-child{border-bottom:0}.ihyb-trend strong{font-size:22px}.ihyb-trend span{font-weight:850;line-height:1.2}.ihyb-cats ul{list-style:none;margin:0;padding:0}.ihyb-cats li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line);font-weight:850}.ihyb-cats li:last-child{border-bottom:0}.ihyb-muted{color:var(--muted)}.ihyb-empty,.ihyb-single{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.ihyb-single h1{font-size:48px;line-height:.98;letter-spacing:-.07em;margin:0 0 18px}.ihyb-single-media img{border-radius:18px;width:100%;display:block}.single-actions{margin:18px 0}.ihyb-content{font-size:18px;line-height:1.65}.ihyb-content img{border-radius:16px}.ihyb-footer{border-top:1px solid var(--line);background:#fff;padding:28px 20px;color:var(--muted)}.ihyb-footer-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;gap:10px;font-weight:850}@media(max-width:980px){.ihyb-shell{grid-template-columns:1fr}.ihyb-sidebar{position:static}.ihyb-card{grid-template-columns:1fr}.ihyb-card-media img{max-height:420px}.ihyb-nav{gap:16px}.ihyb-menu{gap:16px}.ihyb-submit{padding:11px 14px}}@media(max-width:760px){.ihyb-topbar{padding:12px 14px;gap:12px}.ihyb-wordmark{font-size:24px}.header-logo{width:48px;height:48px}.ihyb-nav{display:none}.ihyb-submit{display:none}.ihyb-shell{padding:16px 10px 34px;gap:16px}.ihyb-feed-title h1{font-size:32px}.ihyb-card{border-radius:16px;margin-bottom:14px}.ihyb-card-body{padding:15px}.ihyb-card h2{font-size:25px}.ihyb-card-media,.ihyb-card-media img{min-height:230px}.ihyb-single h1{font-size:34px}.ihyb-actions{gap:8px}.ihyb-actions button,.ihyb-actions a{padding:8px 11px}.ihyb-sidebar{display:none}}@media(max-width:420px){.ihyb-wordmark{font-size:20px;letter-spacing:-.06em}.header-logo{width:44px;height:44px}.ihyb-search-toggle{width:38px;height:38px}.ihyb-card h2{font-size:23px}}

/* v1.4 Engagement Engine */
.ihyb-hero-post{margin-bottom:22px;border-radius:20px;overflow:hidden;box-shadow:0 18px 44px rgba(0,0,0,.14);background:#111}.ihyb-hero-media{position:relative;display:block;min-height:420px;background:#111}.ihyb-hero-media img{width:100%;height:440px;object-fit:cover;display:block;transition:transform .35s ease}.ihyb-hero-post:hover img{transform:scale(1.035)}.ihyb-hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.76) 100%)}.ihyb-hero-content{position:absolute;left:24px;right:24px;bottom:24px;color:#fff}.ihyb-hero-content h1{font-size:44px;line-height:.98;letter-spacing:-.07em;margin:12px 0 12px;text-shadow:0 3px 18px rgba(0,0,0,.45)}.ihyb-hero-stats{font-weight:950;font-size:15px}.ihyb-reactions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.ihyb-react{border:1px solid var(--line);background:#fafafa;border-radius:999px;padding:7px 10px;font-weight:950;cursor:pointer;transition:.18s}.ihyb-react:hover,.ihyb-react.active{background:var(--yellow);border-color:#111;transform:translateY(-1px)}.ihyb-down.liked{background:#111!important;color:#fff!important;border-color:#111!important}.ihyb-views{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-weight:950;font-size:14px;color:#111}.ihyb-widget-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:10px}.ihyb-widget-head h3{margin:0;font-size:20px;letter-spacing:-.04em}.ihyb-trend-title{display:flex;flex-direction:column;gap:4px}.ihyb-trend-title small{color:var(--muted);font-size:12px;font-weight:800}.ihyb-trend-num{font-size:23px;font-weight:950}.ihyb-cat-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-weight:950}.ihyb-cat-row:last-child{border-bottom:0}.ihyb-card-media{overflow:hidden}.ihyb-card-media img{transition:transform .35s ease}.ihyb-card:hover .ihyb-card-media img{transform:scale(1.035)}
@media(max-width:760px){.ihyb-hero-media,.ihyb-hero-media img{min-height:320px;height:320px}.ihyb-hero-content{left:16px;right:16px;bottom:18px}.ihyb-hero-content h1{font-size:32px}.ihyb-reactions{margin-top:10px}.ihyb-views{padding:8px 11px}}

/* v1.5 Brand Integration — stronger IllHoldYourBeer identity */
body{background:#fbfbfb}.ihyb-header{background:#fff;border-top:4px solid #111;border-bottom:1px solid #e9e9e9;box-shadow:0 10px 30px rgba(0,0,0,.055)}.ihyb-topbar{max-width:1180px;padding:13px 18px}.ihyb-brand{gap:10px}.header-logo{width:64px!important;height:64px!important;border-radius:15px;filter:drop-shadow(0 9px 16px rgba(255,212,0,.28))}.ihyb-wordmark{font-size:34px;letter-spacing:-.075em;font-weight:1000}.ihyb-brand:hover .header-logo{transform:rotate(-2deg) scale(1.035)}.ihyb-logo-svg{transition:transform .18s ease}.ihyb-nav{gap:25px;font-size:13px}.ihyb-nav a{position:relative;padding:10px 0}.ihyb-nav a:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:4px;border-radius:999px;background:#FFD400;transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.ihyb-nav a:hover{box-shadow:none}.ihyb-nav a:hover:after{transform:scaleX(1)}.ihyb-search-toggle:hover{background:#FFD400}.ihyb-submit{border:0;background:#FFD400;color:#111;border-radius:14px;padding:14px 22px;box-shadow:0 11px 25px rgba(255,212,0,.40);letter-spacing:.01em}.ihyb-shell{max-width:1180px;grid-template-columns:minmax(0,760px) 330px;gap:30px}.ihyb-feed-title{position:relative;padding:18px 0 14px}.ihyb-feed-title:before{content:"😏";position:absolute;right:12px;top:8px;font-size:42px;opacity:.10}.ihyb-feed-title h1{font-size:44px;letter-spacing:-.078em}.pill,.ihyb-cat-pill{border-radius:9px;padding:7px 10px;background:#FFD400;color:#111;box-shadow:0 4px 0 rgba(17,17,17,.10)}.ihyb-hero-post{border-radius:22px;box-shadow:0 22px 52px rgba(0,0,0,.16);border:1px solid rgba(0,0,0,.06)}.ihyb-hero-content h1{font-size:48px}.ihyb-hero-content .pill:before{content:"😏 ";}.ihyb-card{border-radius:22px;border:1px solid #ececec;box-shadow:0 12px 32px rgba(0,0,0,.055);background:#fff;position:relative}.ihyb-card:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:5px;border-radius:0 999px 999px 0;background:#FFD400;opacity:0;transition:opacity .18s ease}.ihyb-card:hover:before{opacity:1}.ihyb-card h2{font-size:29px}.ihyb-actions button,.ihyb-actions a,.ihyb-views{border:1px solid #ebebeb;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.035)}.ihyb-actions button:hover,.ihyb-actions a:hover{background:#FFD400;color:#111;border-color:#111;transform:translateY(-1px)}.ihyb-react:hover,.ihyb-react.active{background:#FFD400;color:#111;border-color:#111}.ihyb-widget{border-radius:20px;box-shadow:0 12px 34px rgba(0,0,0,.06)}.ihyb-submit-box .ihyb-logo-svg{width:58px!important;height:58px!important;margin-bottom:10px}.ihyb-submit-box a{background:#111;color:#fff}.ihyb-submit-box a:hover{background:#FFD400;color:#111}.ihyb-widget-head h3,.ihyb-widget-title h3{font-size:21px}.ihyb-cat-row{font-size:15px}.ihyb-footer{background:#111;color:#fff;border-top:0}.ihyb-footer .ihyb-logo-svg{width:34px!important;height:34px!important}@media(max-width:760px){.ihyb-header{border-top-width:3px}.ihyb-topbar{padding:10px 12px}.header-logo{width:52px!important;height:52px!important}.ihyb-wordmark{font-size:25px}.ihyb-shell{padding:14px 10px 34px}.ihyb-feed-title h1{font-size:34px}.ihyb-feed-title:before{font-size:34px}.ihyb-hero-content h1{font-size:32px}.ihyb-card{border-radius:18px}.ihyb-card:before{display:none}}


/* v1.6 Icon System Pro */
.ihyb-brand{gap:14px}.ihyb-logo-svg{shape-rendering:geometricPrecision}.header-logo{width:58px!important;height:58px!important;filter:none!important}.ihyb-wordmark{font-size:32px;letter-spacing:-.075em}.ihyb-submit-box .ihyb-logo-svg{width:54px;height:54px}.footer-logo{width:34px!important;height:34px!important}@media(max-width:760px){.header-logo{width:50px!important;height:50px!important}.ihyb-wordmark{font-size:24px!important;letter-spacing:-.065em}.ihyb-brand{gap:10px}}@media(max-width:420px){.header-logo{width:44px!important;height:44px!important}.ihyb-wordmark{font-size:20px!important}}

/* v2.0 PRO brand lock */
.ihyb-submit-box .ihyb-logo-svg{filter:drop-shadow(0 8px 14px rgba(0,0,0,.12))}
@media(max-width:720px){.ihyb-topbar{padding:11px 16px;min-height:66px;gap:14px}.header-logo{width:44px;height:44px}.ihyb-wordmark{font-size:23px;letter-spacing:-.06em}.ihyb-nav{display:none}.ihyb-submit{display:none}.ihyb-header-actions{margin-left:auto}}
@media(max-width:390px){.ihyb-wordmark{font-size:20px}.ihyb-brand{gap:9px}.header-logo{width:40px;height:40px}}

/* v3.0 NÍVEL VÍCIO — dopamine UI + alive brand */
:root{
  --ihyb-radius-xl:24px;
  --ihyb-pop-shadow:0 18px 50px rgba(0,0,0,.10);
  --ihyb-yellow-glow:0 0 0 6px rgba(255,212,0,.12),0 14px 34px rgba(255,212,0,.28);
}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 20% 8%,rgba(255,212,0,.10),transparent 25%),radial-gradient(circle at 90% 22%,rgba(255,212,0,.08),transparent 22%)}
.ihyb-header{backdrop-filter:saturate(160%) blur(14px);background:rgba(255,255,255,.92)}
.ihyb-topbar{min-height:70px}.ihyb-brand{position:relative}.ihyb-brand:after{content:"";position:absolute;left:-8px;right:-8px;top:-8px;bottom:-8px;border-radius:18px;background:rgba(255,212,0,.18);opacity:0;transform:scale(.92);transition:.22s ease;z-index:-1}.ihyb-brand:hover:after{opacity:1;transform:scale(1)}
.ihyb-logo-svg .ihyb-eye{transition:transform .22s cubic-bezier(.2,.9,.25,1)}.ihyb-logo-svg .ihyb-smile{transition:transform .22s cubic-bezier(.2,.9,.25,1),stroke-width .22s ease}.ihyb-brand:hover .ihyb-eye-left{transform:translateX(4px)}.ihyb-brand:hover .ihyb-eye-right{transform:translateX(4px)}.ihyb-brand:hover .ihyb-smile{transform:translate(2px,-2px);stroke-width:14}.ihyb-brand:hover .header-logo{transform:rotate(-1.5deg) scale(1.055)!important;filter:drop-shadow(0 10px 18px rgba(255,212,0,.34))!important}.header-logo{transition:transform .22s cubic-bezier(.2,.9,.25,1),filter .22s ease!important}
.ihyb-submit{position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.ihyb-submit:before{content:"";position:absolute;inset:-40%;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.75),transparent 65%);transform:translateX(-70%) rotate(8deg);transition:transform .55s ease}.ihyb-submit:hover:before{transform:translateX(70%) rotate(8deg)}.ihyb-submit:hover{transform:translateY(-2px);box-shadow:var(--ihyb-yellow-glow)}
.ihyb-hero-post{position:relative;isolation:isolate}.ihyb-hero-post:after{content:"";position:absolute;inset:auto 18px -10px 18px;height:22px;border-radius:999px;background:rgba(255,212,0,.38);filter:blur(18px);z-index:-1}.ihyb-hero-media{border-radius:22px}.ihyb-hero-content h1,.ihyb-feed-title h1,.ihyb-card h2{font-feature-settings:"kern" 1;text-wrap:balance}.ihyb-card{transition:transform .22s cubic-bezier(.2,.9,.25,1),box-shadow .22s ease,border-color .22s ease}.ihyb-card:hover{transform:translateY(-4px) scale(1.006);box-shadow:var(--ihyb-pop-shadow);border-color:rgba(17,17,17,.16)}.ihyb-card:hover .ihyb-cat-pill{animation:ihyb-pill-pop .32s ease both}.ihyb-actions button,.ihyb-actions a,.ihyb-react{transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.ihyb-actions button:hover,.ihyb-actions a:hover,.ihyb-react:hover{box-shadow:0 8px 18px rgba(0,0,0,.10)}.ihyb-like.liked,.ihyb-react.active{animation:ihyb-pop .32s cubic-bezier(.2,1.4,.3,1)}
.ihyb-widget{transition:transform .22s ease,box-shadow .22s ease}.ihyb-widget:hover{transform:translateY(-2px);box-shadow:var(--ihyb-pop-shadow)}.ihyb-trend,.ihyb-cat-row{border-radius:12px;padding-left:10px;padding-right:10px;transition:background .16s ease,transform .16s ease}.ihyb-trend:hover,.ihyb-cat-row:hover{background:#fff8bf;transform:translateX(2px)}
.ihyb-progress{position:fixed;top:0;left:0;height:4px;width:0;background:#FFD400;z-index:9999;box-shadow:0 0 16px rgba(255,212,0,.75)}.ihyb-backtop{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border-radius:999px;border:2px solid #111;background:#FFD400;color:#111;font-weight:1000;box-shadow:0 8px 0 #111;display:grid;place-items:center;cursor:pointer;z-index:90;opacity:0;pointer-events:none;transform:translateY(14px);transition:.2s ease}.ihyb-backtop.show{opacity:1;pointer-events:auto;transform:translateY(0)}.ihyb-backtop:active{transform:translateY(6px);box-shadow:0 2px 0 #111}
.ihyb-vibe-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,18px) scale(.96);background:#111;color:#fff;border:2px solid #FFD400;border-radius:999px;padding:11px 16px;font-weight:950;z-index:9998;opacity:0;pointer-events:none;box-shadow:0 18px 40px rgba(0,0,0,.22);transition:.22s ease}.ihyb-vibe-toast.show{opacity:1;transform:translate(-50%,0) scale(1)}
@keyframes ihyb-pop{0%{transform:scale(.92)}70%{transform:scale(1.12)}100%{transform:scale(1)}}@keyframes ihyb-pill-pop{0%{transform:scale(.96)}70%{transform:scale(1.08)}100%{transform:scale(1)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.ihyb-progress,.ihyb-vibe-toast,.ihyb-backtop{display:none!important}}
@media(max-width:760px){.ihyb-topbar{min-height:64px}.ihyb-hero-post:after{display:none}.ihyb-card:hover{transform:none}.ihyb-backtop{right:14px;bottom:14px;width:42px;height:42px}.ihyb-vibe-toast{bottom:18px;max-width:calc(100vw - 28px);white-space:nowrap}}


/* v4.0 CRESCIMENTO + VIRAL ENGINE — final brand cleanup + growth loops */
.ihyb-brand:after{display:none!important}.ihyb-brand{background:transparent!important;padding:0!important;border-radius:0!important}.ihyb-header{border-top:0!important}.ihyb-topbar{min-height:68px}.header-logo{filter:none!important}.ihyb-brand:hover .header-logo{filter:drop-shadow(0 10px 18px rgba(255,212,0,.28))!important}.ihyb-wordmark{letter-spacing:-.078em}.ihyb-nav a{font-weight:900;letter-spacing:.02em}.ihyb-growth-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.ihyb-growth-strip span{display:inline-flex;align-items:center;border:1px solid rgba(17,17,17,.08);background:#fff;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:950;color:#111;box-shadow:0 8px 20px rgba(0,0,0,.04)}.ihyb-hot-badge{display:inline-flex;align-items:center;border-radius:999px;background:#fff8bf;border:1px solid rgba(255,212,0,.9);padding:5px 8px;font-size:11px;font-weight:950;color:#111}.ihyb-viral-meter{height:7px;background:#f0f0f0;border-radius:999px;overflow:hidden;margin:12px 0 2px}.ihyb-viral-meter span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#FFD400,#111);transition:width .35s ease}.ihyb-widget-sub{font-size:12px;color:var(--muted);font-weight:700;margin:-4px 0 12px}.ihyb-hook-row{display:block;padding:12px 10px;border-top:1px solid var(--line);border-radius:12px;transition:.16s ease}.ihyb-hook-row:first-of-type{border-top:0}.ihyb-hook-row strong{display:block;font-size:14px}.ihyb-hook-row small{display:block;color:var(--muted);font-weight:800;margin-top:3px}.ihyb-hook-row:hover{background:#fff8bf;transform:translateX(2px)}.ihyb-card{opacity:.001;transform:translateY(14px)}.ihyb-card.ihyb-seen{opacity:1;transform:translateY(0);transition:opacity .28s ease,transform .28s cubic-bezier(.2,.9,.25,1),box-shadow .22s ease,border-color .22s ease}.ihyb-card.ihyb-seen:hover{transform:translateY(-4px) scale(1.006)}.ihyb-share span{margin-left:4px}.ihyb-submit-box{position:relative;overflow:hidden}.ihyb-submit-box:after{content:"";position:absolute;right:-38px;top:-38px;width:90px;height:90px;border-radius:999px;background:rgba(255,212,0,.22);filter:blur(1px)}.ihyb-growth-widget{background:linear-gradient(180deg,#fff,#fffdf0)}@media(max-width:760px){.ihyb-growth-strip{gap:6px}.ihyb-growth-strip span{font-size:11px;padding:7px 9px}.ihyb-hot-badge{display:none}.ihyb-card,.ihyb-card.ihyb-seen{opacity:1;transform:none}.ihyb-card.ihyb-seen:hover{transform:none}}


/* v5.1.0 REAL ICON FIX: forced from functions.php inline SVG */
.ihyb-logo-svg-real{width:58px;height:58px;display:block;flex:0 0 auto;shape-rendering:geometricPrecision;overflow:visible;}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-smile{transform:translateX(1px) translateY(-1px);}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-left{transform:translateX(-1px);}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-right{transform:translateX(1px);}
.ihyb-logo-svg-real .ihyb-smile,.ihyb-logo-svg-real .ihyb-eye{transform-box:fill-box;transform-origin:center;transition:transform .18s ease;}

/* v5.2 pixel correction: brand icon + lighter Poppins Bold wordmark */
.ihyb-wordmark{font-weight:800!important;letter-spacing:-.058em!important;font-size:32px!important;line-height:.94!important;}
.ihyb-brand:hover .ihyb-wordmark{letter-spacing:-.052em!important;}
.header-logo{width:58px!important;height:58px!important;}
@media(max-width:760px){.ihyb-wordmark{font-size:25px!important;letter-spacing:-.052em!important}.header-logo{width:52px!important;height:52px!important}}
@media(max-width:420px){.ihyb-wordmark{font-size:21px!important}.header-logo{width:44px!important;height:44px!important}}


/* v6 Face Perfection: closer to brand sheet eye geometry + softer wordmark */
.ihyb-face-v6 .ihyb-eye path:first-child{stroke-width:8.4px!important;}
.ihyb-face-v6 .ihyb-smile{stroke-width:8.8px!important;}
.ihyb-wordmark{font-weight:900!important;letter-spacing:-.068em!important;}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-smile{transform:translateX(.5px) translateY(-.5px)!important;}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-left,.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-right{transform:translateX(0)!important;}
@media(max-width:760px){.ihyb-wordmark{font-weight:900!important;letter-spacing:-.055em!important}}


/* v7 Micro-interactions: ONLY eyes move on logo hover */
.ihyb-logo-svg-real .ihyb-eye{
  transform-box:fill-box;
  transform-origin:center;
  transition:transform .20s cubic-bezier(.2,.9,.25,1)!important;
}
.ihyb-logo-svg-real .ihyb-smile{
  transform:none!important;
  transition:none!important;
}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-left,
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-right{
  transform:translateX(2.4px) translateY(.15px)!important;
}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-smile{
  transform:none!important;
  stroke-width:8.8px!important;
}
.ihyb-brand:hover .header-logo{
  transform:none!important;
  filter:none!important;
}
.ihyb-brand:hover .ihyb-wordmark{
  letter-spacing:-.068em!important;
}
@media(prefers-reduced-motion:reduce){
  .ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-left,
  .ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-right{transform:none!important;}
}


/* v7.1 Eye Dot Only — linha fixa, somente o olho/bolinha mexe */
.ihyb-logo-svg-real .ihyb-eye,
.ihyb-logo-svg-real .ihyb-eye-line{
  transform:none!important;
  transition:none!important;
}
.ihyb-logo-svg-real .ihyb-eye-dot{
  transform-box:fill-box;
  transform-origin:center;
  transition:transform .18s cubic-bezier(.2,.9,.25,1)!important;
}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye,
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-line{
  transform:none!important;
}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-dot-left{
  transform:translateX(2.2px)!important;
}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-dot-right{
  transform:translateX(2.8px)!important;
}
.ihyb-logo-svg-real .ihyb-smile,
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-smile{
  transform:none!important;
  transition:none!important;
}

/* =========================================================
   v8 TheChive-inspired editorial feed + eye-dot-only logo
   ========================================================= */
:root{--v8-bg:#fff;--v8-ink:#151515;--v8-soft:#f4f4f4;--v8-muted:#6f737a;--v8-line:#e5e5e5;--v8-yellow:#FFD400;}
body{background:var(--v8-bg)!important;color:var(--v8-ink)!important;font-family:Inter,Poppins,system-ui,-apple-system,Segoe UI,sans-serif!important;}
.ihyb-header{position:sticky!important;top:0!important;background:#fff!important;border-top:0!important;border-bottom:1px solid #e7e7e7!important;box-shadow:0 2px 18px rgba(0,0,0,.055)!important;backdrop-filter:none!important;}
.ihyb-topbar{max-width:1240px!important;min-height:74px!important;padding:10px 18px!important;gap:28px!important;}
.ihyb-brand{gap:14px!important;}
.header-logo{width:58px!important;height:58px!important;filter:none!important;transition:none!important;}
.ihyb-brand:hover .header-logo{transform:none!important;filter:none!important;}
.ihyb-wordmark{font-size:31px!important;font-weight:850!important;letter-spacing:-.062em!important;line-height:.92!important;}
.ihyb-brand:hover .ihyb-wordmark{letter-spacing:-.062em!important;}
.ihyb-nav{gap:28px!important;font-size:13px!important;font-weight:900!important;}
.ihyb-nav a:hover{box-shadow:none!important;color:#000!important;}
.ihyb-nav a:after{height:3px!important;bottom:3px!important;}
.ihyb-submit{border:0!important;background:var(--v8-yellow)!important;color:#111!important;border-radius:12px!important;padding:13px 22px!important;box-shadow:0 10px 24px rgba(255,212,0,.28)!important;}
.ihyb-search-toggle:hover{background:#f2f2f2!important;}

/* only the eye dots move; lines/smile/whole icon stay still */
.ihyb-logo-svg-real .ihyb-eye-line,.ihyb-logo-svg-real .ihyb-smile{transform:none!important;transition:none!important;}
.ihyb-logo-svg-real .ihyb-eye-dot{transform-box:fill-box;transform-origin:center;transition:transform .18s cubic-bezier(.2,.9,.25,1)!important;}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-dot-left{transform:translateX(2px)!important;}
.ihyb-brand:hover .ihyb-logo-svg-real .ihyb-eye-dot-right{transform:translateX(2.6px)!important;}

.ihyb-v8-shell{max-width:1040px!important;margin:0 auto!important;padding:22px 18px 56px!important;display:grid!important;grid-template-columns:minmax(0,650px) 270px!important;gap:34px!important;align-items:start!important;}
.ihyb-v8-feed{max-width:650px!important;margin:0!important;}
.ihyb-feed-title,.ihyb-growth-strip{display:none!important;}
.ihyb-v8-tabs{display:flex;align-items:center;justify-content:center;gap:70px;border-bottom:1px solid var(--v8-line);margin:0 0 20px;padding:8px 0 0;}
.ihyb-v8-tabs a{display:inline-flex;padding:13px 8px 11px;color:#7a7d82;font-weight:850;font-size:14px;border-bottom:3px solid transparent;}
.ihyb-v8-tabs a.active,.ihyb-v8-tabs a:hover{color:#111;border-color:#111;}

.ihyb-v8-featured{margin:0 0 22px!important;border-radius:10px!important;box-shadow:none!important;border:0!important;overflow:hidden!important;background:#111!important;}
.ihyb-v8-featured:after{display:none!important;}
.ihyb-v8-featured .ihyb-hero-media{min-height:365px!important;border-radius:10px!important;}
.ihyb-v8-featured .ihyb-hero-media img{height:390px!important;width:100%!important;object-fit:cover!important;}
.ihyb-v8-featured .ihyb-hero-content{left:22px!important;right:22px!important;bottom:22px!important;}
.ihyb-v8-featured .ihyb-hero-content h1{font-size:29px!important;line-height:1.05!important;letter-spacing:-.035em!important;max-width:92%;}
.ihyb-v8-featured .pill{background:rgba(0,0,0,.55)!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important;box-shadow:none!important;border-radius:999px!important;}

.ihyb-v8-card{display:block!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;margin:0 0 34px!important;overflow:visible!important;opacity:1!important;transform:none!important;}
.ihyb-v8-card:before{display:none!important;}
.ihyb-v8-card:hover,.ihyb-v8-card.ihyb-seen:hover{transform:none!important;box-shadow:none!important;}
.ihyb-v8-card .ihyb-card-media{display:block!important;min-height:0!important;background:#eee!important;border-radius:10px!important;overflow:hidden!important;}
.ihyb-v8-card .ihyb-card-media img{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;object-fit:cover!important;border-radius:10px!important;display:block!important;transition:filter .18s ease,transform .25s ease!important;}
.ihyb-v8-card:hover .ihyb-card-media img{transform:none!important;filter:brightness(.96)!important;}
.ihyb-v8-card .ihyb-card-body{display:grid!important;grid-template-columns:1fr auto!important;gap:6px 18px!important;padding:12px 0 0!important;align-items:start!important;}
.ihyb-v8-card h2{font-size:24px!important;line-height:1.12!important;letter-spacing:-.025em!important;font-weight:750!important;margin:0!important;text-wrap:balance!important;}
.ihyb-v8-card h2:hover{text-decoration:none!important;color:#000!important;}
.ihyb-v8-byline{grid-column:1/2;display:flex;align-items:center;gap:10px;color:#7c8086;font-size:12px;font-weight:700;margin-top:6px;}
.ihyb-v8-cat{color:#111!important;font-weight:800!important;}
.ihyb-v8-actions{grid-column:2/3;grid-row:1/3;margin:0!important;display:flex!important;align-items:center!important;gap:8px!important;justify-content:flex-end!important;flex-wrap:nowrap!important;}
.ihyb-v8-actions button,.ihyb-v8-actions a{border:0!important;background:#f3f3f3!important;color:#555!important;border-radius:999px!important;padding:8px 10px!important;box-shadow:none!important;font-size:12px!important;font-weight:800!important;white-space:nowrap!important;}
.ihyb-v8-actions button:hover,.ihyb-v8-actions a:hover{background:#111!important;color:#fff!important;transform:none!important;}
.ihyb-v8-tag{display:none!important;}

/* occasional compact rows like TheChive lists */
.ihyb-v8-card:nth-of-type(4n+3){display:grid!important;grid-template-columns:220px minmax(0,1fr)!important;gap:16px!important;align-items:start!important;}
.ihyb-v8-card:nth-of-type(4n+3) .ihyb-card-body{padding-top:4px!important;}
.ihyb-v8-card:nth-of-type(4n+3) .ihyb-card-media img{height:145px!important;object-fit:cover!important;}
.ihyb-v8-card:nth-of-type(4n+3) h2{font-size:22px!important;}
.ihyb-v8-card:nth-of-type(4n+3) .ihyb-v8-actions{grid-column:1/3;grid-row:auto;justify-content:flex-start;margin-top:6px!important;}

.ihyb-load-more{border:0!important;background:#111!important;color:#fff!important;border-radius:999px!important;box-shadow:none!important;padding:14px 18px!important;font-weight:900!important;}
.ihyb-load-more:hover{background:var(--v8-yellow)!important;color:#111!important;}

.ihyb-v8-sidebar{position:sticky!important;top:96px!important;gap:24px!important;}
.ihyb-widget{box-shadow:none!important;border:0!important;border-radius:0!important;padding:0!important;background:transparent!important;}
.ihyb-widget-head{border-bottom:0!important;margin:0 0 14px!important;padding:0!important;}
.ihyb-widget-head h3{font-size:18px!important;letter-spacing:-.02em!important;}
.ihyb-v8-side-post{display:grid!important;grid-template-columns:92px 1fr!important;gap:12px!important;margin:0 0 15px!important;align-items:start!important;color:#111!important;}
.ihyb-v8-side-post img,.ihyb-v8-side-post svg{width:92px!important;height:62px!important;object-fit:cover!important;border-radius:8px!important;display:block!important;}
.ihyb-v8-side-post strong{display:block!important;font-size:13px!important;line-height:1.18!important;font-weight:850!important;}
.ihyb-v8-side-post small{display:block!important;margin-top:6px!important;color:#7d8188!important;font-size:11px!important;font-weight:700!important;}
.ihyb-cat-row{font-size:13px!important;border-bottom:1px solid #eee!important;padding:10px 0!important;}
.ihyb-v8-ad{border:1px solid #ddd!important;background:#fafafa!important;color:#888!important;display:grid!important;place-items:center!important;text-align:center!important;font-weight:800!important;position:relative!important;}
.ihyb-v8-ad span{position:absolute!important;top:6px!important;left:6px!important;font-size:10px!important;color:#777!important;background:#fff!important;padding:1px 4px!important;border:1px solid #ddd!important;}
.ihyb-v8-ad-top{display:none!important;}
.ihyb-v8-ad-box{height:430px!important;}

@media(max-width:980px){
  .ihyb-v8-shell{grid-template-columns:1fr!important;max-width:720px!important;gap:20px!important;}
  .ihyb-v8-sidebar{display:none!important;}
  .ihyb-v8-feed{max-width:100%!important;}
}
@media(max-width:760px){
  .ihyb-topbar{min-height:62px!important;padding:9px 12px!important;}
  .header-logo{width:48px!important;height:48px!important;}
  .ihyb-wordmark{font-size:24px!important;letter-spacing:-.058em!important;}
  .ihyb-v8-shell{padding:14px 10px 38px!important;}
  .ihyb-v8-featured .ihyb-hero-media{min-height:280px!important;}
  .ihyb-v8-featured .ihyb-hero-media img{height:300px!important;}
  .ihyb-v8-featured .ihyb-hero-content h1{font-size:25px!important;}
  .ihyb-v8-tabs{gap:28px!important;margin-bottom:18px!important;}
  .ihyb-v8-card{margin-bottom:30px!important;}
  .ihyb-v8-card .ihyb-card-body{grid-template-columns:1fr!important;}
  .ihyb-v8-actions{grid-column:1!important;grid-row:auto!important;justify-content:flex-start!important;margin-top:4px!important;}
  .ihyb-v8-card:nth-of-type(4n+3){display:block!important;}
  .ihyb-v8-card:nth-of-type(4n+3) .ihyb-card-media img{height:auto!important;}
}
@media(max-width:430px){
  .ihyb-wordmark{font-size:20px!important;}
  .header-logo{width:44px!important;height:44px!important;}
  .ihyb-v8-card h2{font-size:22px!important;}
}

/* =========================================================
   v8.2 Polish Premium — TheChive density + clean hierarchy
   ========================================================= */
:root{
  --ihyb-premium-max:1120px;
  --ihyb-premium-feed:690px;
  --ihyb-premium-side:300px;
  --ihyb-premium-gap:36px;
}
body{
  background:
    radial-gradient(circle at 10% 20%, rgba(255,212,0,.055), transparent 22%),
    radial-gradient(circle at 96% 14%, rgba(255,212,0,.045), transparent 20%),
    #fff!important;
}
.ihyb-topbar{max-width:var(--ihyb-premium-max)!important;min-height:70px!important;}
.header-logo{width:52px!important;height:52px!important;border-radius:12px!important;}
.ihyb-wordmark{font-size:28px!important;font-weight:780!important;letter-spacing:-.058em!important;}
.ihyb-submit{border-radius:14px!important;padding:12px 22px!important;}

.ihyb-v8-shell{
  max-width:var(--ihyb-premium-max)!important;
  grid-template-columns:minmax(0,var(--ihyb-premium-feed)) var(--ihyb-premium-side)!important;
  gap:var(--ihyb-premium-gap)!important;
  padding-top:20px!important;
}
.ihyb-v8-feed{max-width:var(--ihyb-premium-feed)!important;}

/* Hero: editorial lead, not duplicated in loop */
.ihyb-v8-featured{margin-bottom:18px!important;border-radius:12px!important;}
.ihyb-v8-featured .ihyb-hero-media{min-height:330px!important;border-radius:12px!important;}
.ihyb-v8-featured .ihyb-hero-media img{height:350px!important;object-fit:cover!important;}
.ihyb-v8-featured .ihyb-hero-content{bottom:20px!important;left:20px!important;right:20px!important;}
.ihyb-v8-featured .ihyb-hero-content h1{font-size:30px!important;line-height:1.02!important;letter-spacing:-.045em!important;}
.ihyb-v8-tabs{margin-bottom:18px!important;gap:66px!important;}
.ihyb-v8-tabs a{font-size:13px!important;padding-top:11px!important;}

/* Default feed cards: compact, consistent, high-retention rows */
.ihyb-v8-card,
.ihyb-v8-card:nth-of-type(4n+3){
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:start!important;
  margin:0 0 24px!important;
  padding:0!important;
  border-bottom:0!important;
}
.ihyb-v8-card .ihyb-card-media,
.ihyb-v8-card:nth-of-type(4n+3) .ihyb-card-media{
  border-radius:12px!important;
  background:#f1f1f1!important;
  box-shadow:0 1px 0 rgba(0,0,0,.06)!important;
}
.ihyb-v8-card .ihyb-card-media img,
.ihyb-v8-card:nth-of-type(4n+3) .ihyb-card-media img{
  width:220px!important;
  height:145px!important;
  object-fit:cover!important;
  border-radius:12px!important;
  min-height:0!important;
  max-height:none!important;
}
.ihyb-v8-card .ihyb-card-body,
.ihyb-v8-card:nth-of-type(4n+3) .ihyb-card-body{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  padding:4px 0 0!important;
  min-width:0!important;
}
.ihyb-v8-card h2,
.ihyb-v8-card:nth-of-type(4n+3) h2{
  font-size:22px!important;
  line-height:1.13!important;
  letter-spacing:-.035em!important;
  font-weight:780!important;
  margin:0!important;
}
.ihyb-v8-byline{margin-top:0!important;font-size:12px!important;gap:8px!important;}
.ihyb-v8-actions,
.ihyb-v8-card:nth-of-type(4n+3) .ihyb-v8-actions{
  grid-column:1!important;
  grid-row:auto!important;
  justify-content:flex-start!important;
  gap:7px!important;
  margin-top:2px!important;
}
.ihyb-v8-actions button,.ihyb-v8-actions a{
  padding:7px 9px!important;
  font-size:11px!important;
  background:#f5f5f5!important;
}

/* Every 5th item becomes a visual breather, like TheChive mixed feed */
.ihyb-v8-card:nth-of-type(5n+1){
  display:block!important;
  margin:8px 0 30px!important;
}
.ihyb-v8-card:nth-of-type(5n+1) .ihyb-card-media img{
  width:100%!important;
  height:auto!important;
  max-height:430px!important;
  object-fit:cover!important;
}
.ihyb-v8-card:nth-of-type(5n+1) .ihyb-card-body{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:7px 16px!important;
  padding-top:11px!important;
}
.ihyb-v8-card:nth-of-type(5n+1) h2{font-size:25px!important;}
.ihyb-v8-card:nth-of-type(5n+1) .ihyb-v8-actions{
  grid-column:2!important;
  grid-row:1 / span 2!important;
  justify-content:flex-end!important;
  margin-top:0!important;
}

/* Sidebar: cleaner ad/trending rhythm */
.ihyb-v8-sidebar{top:92px!important;gap:26px!important;}
.ihyb-widget-head h3{font-size:17px!important;font-weight:850!important;}
.ihyb-v8-side-post{grid-template-columns:96px 1fr!important;gap:12px!important;margin-bottom:14px!important;}
.ihyb-v8-side-post img,.ihyb-v8-side-post svg{width:96px!important;height:64px!important;border-radius:9px!important;}
.ihyb-v8-side-post strong{font-size:13px!important;line-height:1.16!important;}
.ihyb-v8-ad-box{height:360px!important;background:#fbfbfb!important;}
.ihyb-cat-row{padding:9px 0!important;}

/* Premium hover: subtle, not app-like */
.ihyb-v8-card:hover h2{color:#111!important;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;}
.ihyb-v8-card:hover .ihyb-card-media img{filter:brightness(.97)!important;}
.ihyb-v8-actions button:hover,.ihyb-v8-actions a:hover{background:#151515!important;color:#fff!important;}

/* Mobile */
@media(max-width:980px){
  .ihyb-v8-shell{max-width:720px!important;grid-template-columns:1fr!important;}
  .ihyb-v8-sidebar{display:none!important;}
  .ihyb-v8-feed{max-width:100%!important;}
}
@media(max-width:700px){
  .ihyb-topbar{min-height:62px!important;}
  .header-logo{width:46px!important;height:46px!important;}
  .ihyb-wordmark{font-size:23px!important;}
  .ihyb-v8-featured .ihyb-hero-media{min-height:260px!important;}
  .ihyb-v8-featured .ihyb-hero-media img{height:280px!important;}
  .ihyb-v8-card,
  .ihyb-v8-card:nth-of-type(4n+3),
  .ihyb-v8-card:nth-of-type(5n+1){display:block!important;margin-bottom:28px!important;}
  .ihyb-v8-card .ihyb-card-media img,
  .ihyb-v8-card:nth-of-type(4n+3) .ihyb-card-media img,
  .ihyb-v8-card:nth-of-type(5n+1) .ihyb-card-media img{width:100%!important;height:auto!important;max-height:none!important;}
  .ihyb-v8-card .ihyb-card-body,
  .ihyb-v8-card:nth-of-type(5n+1) .ihyb-card-body{grid-template-columns:1fr!important;}
  .ihyb-v8-card h2,.ihyb-v8-card:nth-of-type(5n+1) h2{font-size:23px!important;margin-top:0!important;}
  .ihyb-v8-card:nth-of-type(5n+1) .ihyb-v8-actions{grid-column:1!important;grid-row:auto!important;justify-content:flex-start!important;}
}
