/*
Theme Name: Hello Child
Template: hello-elementor
Version: 1.0
*/

.gv-single{max-width:1200px;margin:0 auto;padding:24px}
.gv-hero{padding:16px 0 10px}
.gv-hero__inner{max-width:880px;margin:0 auto}
.gv-title{font-size:38px;line-height:1.15;margin:10px 0 12px}
.gv-meta{display:flex;flex-wrap:wrap;gap:10px;opacity:.75;font-size:14px}
.gv-meta--top{margin-bottom:10px}
.gv-dot{opacity:.6}
.gv-chip{display:inline-block;padding:6px 10px;border:1px solid rgba(0,0,0,.12);border-radius:999px;text-decoration:none;font-size:13px}
.gv-featured{margin:18px auto 0;max-width:1100px}
.gv-featured__img{width:100%;height:auto;border-radius:18px}

.gv-layout{display:grid;grid-template-columns:1fr 340px;gap:28px;margin-top:22px}
.gv-content{max-width:880px}
.gv-content p{font-size:18px;line-height:1.75}
.gv-content h2{font-size:28px;margin-top:34px}
.gv-content h3{font-size:22px;margin-top:22px}
.gv-content img{border-radius:14px}

.gv-sidebar{}
.gv-sticky{position:sticky;top:18px;display:flex;flex-direction:column;gap:14px}
.gv-card{border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:14px}
.gv-card__title{font-weight:700;margin-bottom:8px}
.gv-card__text{opacity:.85;margin:0 0 10px}

.gv-btn{display:inline-block;text-decoration:none;padding:12px 14px;border-radius:12px;border:1px solid rgba(0,0,0,.12);font-weight:700}
.gv-muted{opacity:.7}

.gv-toc{margin:0;padding-left:18px}
.gv-toc__item{margin:6px 0}
.gv-toc__item--h3{margin-left:12px;font-size:14px;opacity:.9}

.gv-author{display:flex;gap:12px;margin:24px 0;padding:14px;border:1px solid rgba(0,0,0,.12);border-radius:16px}
.gv-author__name{font-weight:800;margin-bottom:4px}
.gv-nav{display:flex;justify-content:space-between;gap:12px;margin:18px 0}
.gv-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.gv-related__card{display:block;text-decoration:none;border:1px solid rgba(0,0,0,.12);border-radius:16px;overflow:hidden}
.gv-related__img{width:100%;height:auto;display:block}
.gv-related__meta{padding:10px}
.gv-related__h{font-weight:800}
.gv-related__d{opacity:.7;font-size:13px}

@media (max-width: 980px){
  .gv-layout{grid-template-columns:1fr}
  .gv-sticky{position:static}
  .gv-related__grid{grid-template-columns:1fr}
}