/*
Theme Name: Gizigrow
Theme URI: https://gizigrow.id
Author: Gizigrow Team
Author URI: https://gizigrow.id
Description: Modern premium nutrition brand theme for Gizigrow — whey protein anak. Mobile-first, conversion-focused, fully editable via WordPress Customizer. Includes hero, marketplace CTAs, blog, testimonials, FAQ, and sticky WhatsApp button.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gizigrow
Tags: one-page, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog
*/

/* ===== Design Tokens ===== */
:root {
  --gg-primary: #2f8fd0;
  --gg-primary-dark: #1f7ab8;
  --gg-primary-soft: #e5f1fa;
  --gg-mint: #d6f0e2;
  --gg-sky: #e3f0fb;
  --gg-gold: #e9b949;
  --gg-gold-soft: #fff3d6;
  --gg-bg: #fbfdff;
  --gg-fg: #1e2a3a;
  --gg-muted: #6b7888;
  --gg-border: #e6ecf2;
  --gg-card: #ffffff;
  --gg-shopee: #ee4d2d;
  --gg-tokopedia: #42b549;
  --gg-tiktok: #161823;
  --gg-whatsapp: #25d366;
  --gg-radius: 16px;
  --gg-radius-lg: 24px;
  --gg-shadow: 0 4px 20px -6px rgba(47,143,208,.15);
  --gg-shadow-lg: 0 20px 60px -20px rgba(47,143,208,.35);
  --gg-gradient: linear-gradient(135deg,var(--gg-sky) 0%,#fff 55%,var(--gg-mint) 100%);
  --gg-gradient-primary: linear-gradient(135deg,var(--gg-primary),#5fb8e8);
}

/* ===== Reset & Base ===== */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:'Inter','Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--gg-fg);
  background:var(--gg-bg);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:'Poppins','Inter',sans-serif;letter-spacing:-.02em;line-height:1.15;margin:0 0 .5em}
h1{font-size:clamp(1.9rem,5vw,3.75rem);font-weight:800}
h2{font-size:clamp(1.5rem,4vw,3rem);font-weight:700}
h3{font-size:1.15rem;font-weight:700}
p{margin:0 0 1em}
img{max-width:100%;height:auto;display:block}
a{color:var(--gg-primary);text-decoration:none}
a:hover{color:var(--gg-primary-dark)}
.container{max-width:1200px;margin:0 auto;padding:0 1rem}
@media(min-width:768px){.container{padding:0 2rem}}

.section{padding:4rem 0}
@media(min-width:768px){.section{padding:7rem 0}}
.section-grad{background:var(--gg-gradient);position:relative;overflow:hidden}
.eyebrow{display:inline-block;padding:.3rem .8rem;border-radius:999px;background:var(--gg-primary-soft);color:var(--gg-primary);font-size:.75rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}
.eyebrow.gold{background:var(--gg-gold-soft);color:#8a6515}
.text-center{text-align:center}
.text-muted{color:var(--gg-muted)}
.lead{font-size:1rem;color:var(--gg-muted);max-width:42rem;margin:1rem auto 0}
@media(min-width:768px){.lead{font-size:1.15rem}}

/* ===== Buttons ===== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.5rem;border-radius:999px;font-weight:600;font-size:.95rem;
  border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;
  box-shadow:var(--gg-shadow);
}
.btn:hover{transform:translateY(-2px) scale(1.02)}
.btn:active{transform:scale(.98)}
.btn-primary{background:var(--gg-gradient-primary);color:#fff}
.btn-shopee{background:var(--gg-shopee);color:#fff}
.btn-tokopedia{background:var(--gg-tokopedia);color:#fff}
.btn-tiktok{background:var(--gg-tiktok);color:#fff}
.btn-block{width:100%}

/* ===== Header ===== */
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--gg-border);transition:box-shadow .3s}
.site-header.scrolled{box-shadow:0 2px 20px -4px rgba(0,0,0,.12)}
.site-header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;gap:.75rem}
.site-brand{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.1rem;color:var(--gg-fg);flex-shrink:0}
.site-brand .logo-mark{width:36px;height:36px;border-radius:12px;background:var(--gg-gradient-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;box-shadow:var(--gg-shadow);flex-shrink:0}
/* custom logo img sizing */
.site-brand .custom-logo{height:40px;width:auto;display:block}
.main-nav{display:none;gap:1.5rem}
.main-nav a{color:var(--gg-muted);font-weight:500;font-size:.9rem;transition:color .2s}
.main-nav a:hover,.main-nav .current-menu-item a{color:var(--gg-primary)}
.header-cta{display:none;padding:.65rem 1.25rem;font-size:.88rem}
.nav-toggle{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--gg-fg);display:flex;align-items:center;justify-content:center;touch-action:manipulation}
@media(min-width:900px){
  .main-nav{display:flex}
  .header-cta{display:inline-flex}
  .nav-toggle{display:none}
}
.mobile-nav{display:none;border-top:1px solid var(--gg-border);padding:.5rem 0}
.mobile-nav.open{display:block}
.mobile-nav a{display:block;padding:.8rem 1rem;border-radius:10px;color:var(--gg-fg);font-weight:500;touch-action:manipulation}
.mobile-nav a:hover,.mobile-nav a:active{background:var(--gg-primary-soft);color:var(--gg-primary)}

/* ===== Hero ===== */
.hero{position:relative;overflow:hidden;background:var(--gg-gradient);padding:2.5rem 0 4rem}
@media(min-width:768px){.hero{padding:4rem 0 7rem}}
.hero-grid{display:grid;gap:2rem;align-items:center}
@media(min-width:900px){.hero-grid{grid-template-columns:1fr 1fr;gap:3rem}}
.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--gg-gold-soft);color:#8a6515;border:1px solid rgba(233,185,73,.4);padding:.4rem 1rem;border-radius:999px;font-size:.75rem;font-weight:700;margin-bottom:1.25rem}
.hero h1 .accent{background:var(--gg-gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-ctas{display:flex;flex-direction:column;gap:.65rem;margin:1.5rem 0}
@media(min-width:480px){.hero-ctas{flex-direction:row;flex-wrap:wrap}}
.hero-ctas .btn{justify-content:center}
.hero-trust{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}
.trust-pill{display:inline-flex;align-items:center;gap:.4rem;background:#fff;padding:.35rem .8rem;border-radius:999px;font-size:.75rem;font-weight:600;box-shadow:var(--gg-shadow)}

/* Hero visual — mobile-safe */
.hero-visual{position:relative;margin-top:1rem}
@media(min-width:900px){.hero-visual{margin-top:0}}
.hero-visual .main-img{aspect-ratio:1;border-radius:28px;overflow:hidden;box-shadow:var(--gg-shadow-lg)}
.hero-visual .main-img img{width:100%;height:100%;object-fit:cover}
/* product float: tuck into bottom-left, safe on small screens */
.hero-visual .product-float{
  position:absolute;
  bottom:-1rem;left:-1rem;
  width:clamp(80px,32%,200px);
  animation:float 4s ease-in-out infinite;
  filter:drop-shadow(0 20px 20px rgba(0,0,0,.15));
  z-index:2;
}
.hero-visual .rating-card{
  position:absolute;top:1.25rem;right:-.25rem;
  background:#fff;padding:.75rem 1rem;border-radius:14px;box-shadow:var(--gg-shadow);
  z-index:2;
}
@media(min-width:480px){
  .hero-visual .product-float{bottom:-1.5rem;left:-1.5rem}
  .hero-visual .rating-card{top:2rem;right:-.5rem}
}
.rating-card .label{font-size:.62rem;font-weight:700;color:var(--gg-muted);text-transform:uppercase;letter-spacing:.08em}
.rating-card .value{font-size:1.3rem;font-weight:800;color:var(--gg-primary);margin-top:.1rem}
.rating-card .sub{font-size:.62rem;color:var(--gg-muted)}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

/* ===== About / Ingredients ===== */
.about-grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:900px){.about-grid{grid-template-columns:1fr 1fr}}
.product-stage{position:relative;background:var(--gg-gradient);border-radius:28px;padding:2.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-stage img{max-height:320px;width:auto;animation:float 5s ease-in-out infinite;filter:drop-shadow(0 25px 25px rgba(0,0,0,.15))}
@media(min-width:768px){.product-stage img{max-height:380px}}
.ingredient-grid{display:grid;gap:.75rem;margin-top:1.75rem}
@media(min-width:480px){.ingredient-grid{grid-template-columns:1fr 1fr}}
.ing-card{display:flex;gap:.75rem;background:#fff;border:1px solid var(--gg-border);padding:1rem;border-radius:16px;box-shadow:var(--gg-shadow);transition:transform .2s}
.ing-card:hover{transform:translateY(-2px)}
.ing-icon{flex-shrink:0;width:42px;height:42px;border-radius:12px;background:var(--gg-primary-soft);color:var(--gg-primary);display:inline-flex;align-items:center;justify-content:center}
.ing-card strong{display:block;font-size:.93rem}
.ing-card span{font-size:.78rem;color:var(--gg-muted)}

/* ===== Golden Phase ===== */
.timeline-grid{display:grid;gap:1.25rem;margin-top:2.5rem}
@media(min-width:768px){.timeline-grid{grid-template-columns:repeat(3,1fr)}}
.tl-card{position:relative;background:#fff;border:1px solid var(--gg-border);padding:1.5rem;border-radius:24px;box-shadow:var(--gg-shadow)}
.tl-step{position:absolute;top:-12px;left:1.5rem;padding:.25rem .75rem;border-radius:999px;font-size:.7rem;font-weight:800;color:var(--gg-fg)}
.tl-step.s1{background:var(--gg-mint)}
.tl-step.s2{background:var(--gg-sky)}
.tl-step.s3{background:var(--gg-gold-soft)}
.tl-age{font-size:2.25rem;font-weight:800;color:var(--gg-primary);margin-top:.5rem;line-height:1}
.tl-unit{font-size:.7rem;font-weight:700;color:var(--gg-muted);text-transform:uppercase;letter-spacing:.08em}
.pillars{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:2rem}
.pillar{display:inline-flex;align-items:center;gap:.5rem;background:#fff;padding:.55rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;box-shadow:var(--gg-shadow)}

/* ===== Benefits ===== */
.benefit-grid{display:grid;gap:1rem;margin-top:2.5rem}
@media(min-width:560px){.benefit-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1000px){.benefit-grid{grid-template-columns:repeat(4,1fr)}}
.benefit-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--gg-border);padding:1.5rem;border-radius:24px;box-shadow:var(--gg-shadow);transition:transform .25s,box-shadow .25s}
.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--gg-shadow-lg)}
.benefit-icon{width:48px;height:48px;border-radius:16px;background:var(--gg-gradient-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--gg-shadow)}
.benefit-num{font-size:.78rem;font-weight:800;color:var(--gg-primary);margin-top:1rem}

/* ===== Articles ===== */
.articles-section{background:#f4f8fc;padding:4rem 0}
@media(min-width:768px){.articles-section{padding:7rem 0}}
.articles-head{display:flex;flex-direction:column;gap:.75rem;justify-content:space-between;align-items:flex-start}
@media(min-width:768px){.articles-head{flex-direction:row;align-items:flex-end}}
.article-grid{display:grid;gap:1.25rem;margin-top:2rem}
@media(min-width:600px){.article-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.article-grid{grid-template-columns:repeat(3,1fr)}}
.article-card{background:#fff;border:1px solid var(--gg-border);border-radius:20px;overflow:hidden;box-shadow:var(--gg-shadow);transition:transform .25s}
.article-card:hover{transform:translateY(-4px)}
.article-card .thumb{aspect-ratio:4/3;overflow:hidden;background:#eef3f8;display:block}
.article-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.article-card:hover .thumb img{transform:scale(1.05)}
.article-body{padding:1.25rem}
.article-date{font-size:.7rem;font-weight:700;color:var(--gg-muted);text-transform:uppercase;letter-spacing:.08em}
.article-title{font-size:1.05rem;margin:.4rem 0}
.read-more{display:inline-flex;align-items:center;gap:.35rem;font-weight:700;font-size:.88rem;margin-top:.65rem}

/* ===== Testimonials ===== */
.testi-grid{display:grid;gap:1.25rem;margin-top:2.5rem}
@media(min-width:768px){.testi-grid{grid-template-columns:repeat(3,1fr)}}
.testi-card{background:#fff;border:1px solid var(--gg-border);padding:1.5rem;border-radius:24px;box-shadow:var(--gg-shadow)}
.testi-stars{color:var(--gg-gold);letter-spacing:2px;margin-bottom:.65rem}
.testi-quote{font-size:.95rem;margin:0 0 1.25rem}
.testi-author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--gg-border)}
.testi-author img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.testi-author strong{display:block;font-size:.93rem}
.testi-author span{font-size:.75rem;color:var(--gg-muted)}

/* Mobile testi slider */
.testi-slider{display:none}
@media(max-width:767px){
  .testi-grid{display:none}
  .testi-slider{display:block;margin-top:2.5rem}
  .testi-track{overflow:hidden;border-radius:24px}
  .testi-slide{display:none}
  .testi-slide.active{display:block;animation:fadein .35s ease}
  .testi-dots{display:flex;justify-content:center;gap:.4rem;margin-top:1.25rem;align-items:center}
  .testi-dots button{width:8px;height:8px;border-radius:999px;border:none;background:var(--gg-border);cursor:pointer;padding:0;transition:width .25s,background .25s;touch-action:manipulation}
  .testi-dots button.active{width:28px;background:var(--gg-primary)}
  .testi-nav{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#fff;border:1px solid var(--gg-border);cursor:pointer;box-shadow:var(--gg-shadow);touch-action:manipulation}
}
@keyframes fadein{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}

/* ===== Marketplace ===== */
.market-grid{display:grid;gap:2rem;align-items:center}
@media(min-width:900px){.market-grid{grid-template-columns:1fr 1fr}}
.market-image{position:relative;border-radius:28px;overflow:hidden;box-shadow:var(--gg-shadow-lg);aspect-ratio:4/3}
@media(min-width:900px){.market-image{aspect-ratio:auto;height:480px}}
.market-image img{width:100%;height:100%;object-fit:cover}
.market-image .overlay-card{position:absolute;bottom:1rem;left:1rem;right:1rem;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);padding:1rem;border-radius:14px}
.overlay-card .o-eyebrow{font-size:.7rem;font-weight:700;color:var(--gg-primary);text-transform:uppercase;letter-spacing:.08em}
.overlay-card .o-title{font-size:1rem;font-weight:700;margin-top:.2rem}
.market-list{display:flex;flex-direction:column;gap:.65rem;margin-top:1.75rem}
.market-btn{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem;border-radius:16px;color:#fff;font-weight:600;font-size:.92rem;box-shadow:var(--gg-shadow);transition:transform .2s,filter .2s;touch-action:manipulation}
.market-btn:hover{transform:scale(1.02);color:#fff;filter:brightness(1.05)}
.market-btn:active{transform:scale(.99)}
.market-btn .ic{display:inline-flex;align-items:center;gap:.65rem}
.market-btn .ic-square{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.market-btn .arrow{font-size:1.2rem;transition:transform .2s}
.market-btn:hover .arrow{transform:translateX(4px)}

/* ===== FAQ ===== */
.faq-wrap{max-width:760px;margin:0 auto}
.faq-list{margin-top:2rem;display:flex;flex-direction:column;gap:.65rem}
.faq-item{background:#fff;border:1px solid var(--gg-border);border-radius:16px;box-shadow:var(--gg-shadow);overflow:hidden}
.faq-q{width:100%;background:none;border:none;cursor:pointer;text-align:left;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.97rem;font-weight:600;color:var(--gg-fg);font-family:inherit;touch-action:manipulation}
.faq-icon{flex-shrink:0;width:28px;height:28px;border-radius:999px;background:var(--gg-primary-soft);color:var(--gg-primary);display:inline-flex;align-items:center;justify-content:center;font-weight:800;transition:transform .25s,background .25s}
.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--gg-primary);color:#fff}
.faq-a{display:none;padding:0 1.25rem 1rem;color:var(--gg-muted);border-top:1px solid var(--gg-border);padding-top:.85rem;font-size:.93rem;line-height:1.65}
.faq-item.open .faq-a{display:block}

/* ===== Footer ===== */
.site-footer{background:#f4f8fc;border-top:1px solid var(--gg-border);padding-top:3rem}
.footer-grid{display:grid;gap:2rem}
@media(min-width:600px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(min-width:900px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}
.footer-brand p{max-width:28rem;font-size:.9rem;color:var(--gg-muted);margin-top:.65rem}
.footer-socials{display:flex;gap:.5rem;margin-top:1.1rem;flex-wrap:wrap}
.social-btn{width:40px;height:40px;border-radius:12px;background:#fff;border:1px solid var(--gg-border);display:inline-flex;align-items:center;justify-content:center;color:var(--gg-fg);transition:background .2s,color .2s}
.social-btn:hover{background:var(--gg-primary);color:#fff}
.footer-col h4{font-size:.92rem;font-weight:700;margin-bottom:.85rem}
.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}
.footer-col li{font-size:.88rem;color:var(--gg-muted)}
.footer-col a{color:var(--gg-muted);font-size:.88rem}
.footer-col a:hover{color:var(--gg-primary)}
.footer-bottom{border-top:1px solid var(--gg-border);padding:1.25rem 0;margin-top:2.5rem;font-size:.78rem;color:var(--gg-muted)}
.footer-bottom-inner{display:flex;flex-direction:column;gap:.6rem;justify-content:space-between}
@media(min-width:768px){.footer-bottom-inner{flex-direction:row;align-items:center}}

/* ===== Sticky elements ===== */
/* WhatsApp float — sits ABOVE mobile bar on mobile */
.wa-float{
  position:fixed;
  bottom:5.5rem;right:1rem;
  z-index:50;
  width:52px;height:52px;
  border-radius:50%;
  background:var(--gg-whatsapp);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 6px 24px rgba(37,211,102,.45);
  transition:transform .2s;
}
.wa-float:hover{transform:scale(1.1);color:#fff}
.wa-float:active{transform:scale(.96)}
@media(min-width:768px){.wa-float{bottom:1.5rem;right:1.5rem}}

/* Mobile marketplace bar */
.mobile-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:40;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border-top:1px solid var(--gg-border);
  padding:.5rem .75rem;
  padding-bottom:calc(.5rem + env(safe-area-inset-bottom));/* iPhone notch */
  display:flex;gap:.4rem;
}
.mobile-bar a{
  flex:1;
  display:inline-flex;align-items:center;justify-content:center;gap:.35rem;
  padding:.65rem .4rem;border-radius:12px;
  color:#fff;font-size:.75rem;font-weight:800;
  box-shadow:var(--gg-shadow);
  touch-action:manipulation;
  min-height:44px;/* iOS tap target */
}
.mobile-bar a:active{filter:brightness(.9)}
@media(min-width:768px){.mobile-bar{display:none}}

/* Body offset so content not hidden behind mobile bar */
body.has-mobile-bar{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom))}
@media(min-width:768px){body.has-mobile-bar{padding-bottom:0}}

/* ===== WP Defaults (blog/single/page) ===== */
.entry-content{max-width:760px;margin:0 auto;padding:2rem 1rem}
.entry-content img{border-radius:var(--gg-radius)}
.entry-content h1,.entry-content h2,.entry-content h3{margin-top:1.5em}
.entry-content blockquote{border-left:4px solid var(--gg-primary);padding-left:1rem;color:var(--gg-muted);font-style:italic;margin:1.5em 0}
.wp-caption{margin:1em 0}
.alignleft{float:left;margin:0 1em 1em 0}
.alignright{float:right;margin:0 0 1em 1em}
.aligncenter{display:block;margin:1em auto}
/* clearfix for float images */
.entry-content::after{content:'';display:table;clear:both}

/* Pagination */
.nav-links{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}
.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 .6rem;border-radius:10px;font-size:.9rem;font-weight:600;border:1px solid var(--gg-border);color:var(--gg-muted)}
.page-numbers.current,.page-numbers:hover{background:var(--gg-primary);color:#fff;border-color:var(--gg-primary)}

/* Screen reader only */
.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}

/* ===== Focus styles (accessibility) ===== */
:focus-visible{outline:3px solid var(--gg-primary);outline-offset:2px}
button:focus-visible,a:focus-visible{outline:3px solid var(--gg-primary);outline-offset:2px}

/* ===== Single/Page Post Layout ===== */
.gg-single-wrap{max-width:820px;padding-top:2.5rem;padding-bottom:5rem}
.gg-single-header{text-align:center;margin-bottom:2rem}
.gg-single-header h1{margin-top:.4rem;font-size:clamp(1.6rem,4vw,2.75rem)}
.gg-single-thumb{border-radius:20px;overflow:hidden;margin-bottom:2rem;box-shadow:var(--gg-shadow-lg)}
.gg-single-thumb img{width:100%;height:auto;display:block}
.gg-single-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--gg-border)}
.gg-tags{font-size:.85rem;color:var(--gg-muted);margin-bottom:1rem}
