/* WebsitesGH Ad Slots — self-contained styles (emerald/gold), no theme dependency. */
.wgh-adslot{position:relative;min-height:0}
.wgh-adslot .wgh-ad-card{animation:wghAdIn .5s ease both}
@keyframes wghAdIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

.wgh-ad-card{
  --wgh-green:#07321F; --wgh-green-lo:#0E8C5A; --wgh-gold:#E2A013;
  position:relative;display:block;overflow:hidden;isolation:isolate;
  color:#fff;text-decoration:none;background:var(--wgh-green);
  border-radius:16px;border:1px solid rgba(7,50,31,.08);
  box-shadow:0 6px 24px rgba(20,32,26,.10);
  transition:box-shadow .25s,transform .25s;
  font-family:'Hanken Grotesk','Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
.wgh-ad-card:hover{color:#fff;box-shadow:0 14px 40px rgba(20,32,26,.18);transform:translateY(-2px)}

/* Image fills the whole card; the scrim keeps text legible at any aspect ratio. */
.wgh-ad-card__media{position:absolute;inset:0;z-index:0;overflow:hidden}
.wgh-ad-card__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.wgh-ad-card--zoom-in .wgh-ad-card__media img{animation:wghAdZoomIn 16s linear forwards}
.wgh-ad-card--zoom-out .wgh-ad-card__media img{animation:wghAdZoomOut 16s linear forwards}
@keyframes wghAdZoomIn{from{transform:scale(1)}to{transform:scale(1.1)}}
@keyframes wghAdZoomOut{from{transform:scale(1.1)}to{transform:scale(1)}}
@media (prefers-reduced-motion:reduce){
  .wgh-ad-card--zoom-in .wgh-ad-card__media img,.wgh-ad-card--zoom-out .wgh-ad-card__media img{animation:none}
  .wgh-adslot .wgh-ad-card{animation:none}
}

/* Default scrim: fade up into emerald (portrait + rectangle). */
.wgh-ad-card__scrim{position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(7,50,31,0) 0%,rgba(7,50,31,.06) 32%,rgba(7,50,31,.52) 60%,rgba(7,50,31,.86) 80%,var(--wgh-green) 100%);}

.wgh-ad-card__body{position:absolute;left:0;right:0;bottom:0;z-index:2;
  display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:4px;padding:22px 20px 20px;}

/* Plain (no image). */
.wgh-ad-card--plain{background:radial-gradient(130% 130% at 80% 0%,#0E5A3A 0%,#07321F 72%)}
.wgh-ad-card--plain .wgh-ad-card__body{position:relative;justify-content:flex-start;padding:24px 20px}

/* Eyebrow: darker chip so the gold label is clearly readable over any image. */
.wgh-ad-card__eyebrow{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--wgh-gold);margin-bottom:10px;padding:.42em .8em;border-radius:4px;background:rgba(4,30,19,.88);border-left:2px solid var(--wgh-gold);box-shadow:0 2px 12px rgba(0,0,0,.3)}
.wgh-ad-card__title{font-weight:600;font-size:22px;line-height:1.15;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.42)}
.wgh-ad-card__text{font-size:15px;color:rgba(255,255,255,.92);line-height:1.5;margin-top:4px;text-shadow:0 1px 12px rgba(0,0,0,.5)}
.wgh-ad-card__cta{margin-top:16px;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#fff;padding-bottom:3px;border-bottom:1px solid var(--wgh-gold);transition:border-color .15s}
.wgh-ad-card:hover .wgh-ad-card__cta{border-bottom-color:#fff}
.wgh-ad-card__cta span{display:inline-block;transition:margin-left .15s}
.wgh-ad-card:hover .wgh-ad-card__cta span{margin-left:4px}
.wgh-ad-card__flag{position:absolute;top:10px;right:10px;z-index:3;font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.92);background:rgba(4,30,19,.7);backdrop-filter:blur(4px);padding:3px 7px;border-radius:4px;pointer-events:none}
.wgh-ad-card__flag:empty{display:none}

/* Formats: the slot picks the shape; the creative adapts. */
.wgh-adslot--portrait .wgh-ad-card{min-height:340px}
.wgh-adslot--rectangle .wgh-ad-card{aspect-ratio:5/4;min-height:220px}
.wgh-adslot--banner .wgh-ad-card{aspect-ratio:16/5;min-height:150px}
.wgh-adslot--banner .wgh-ad-card__scrim{background:linear-gradient(90deg,var(--wgh-green) 0%,rgba(7,50,31,.92) 30%,rgba(7,50,31,.55) 55%,rgba(7,50,31,.12) 80%,rgba(7,50,31,0) 100%)}
.wgh-adslot--banner .wgh-ad-card__body{top:0;bottom:0;right:auto;max-width:62%;justify-content:center;padding:20px 32px}
.wgh-adslot--banner .wgh-ad-card__eyebrow{margin-bottom:8px}
.wgh-adslot--banner .wgh-ad-card__title{font-size:25px}
@media (max-width:600px){
  .wgh-adslot--banner .wgh-ad-card{aspect-ratio:3/2;min-height:0}
  .wgh-adslot--banner .wgh-ad-card__scrim{background:linear-gradient(180deg,rgba(7,50,31,0) 0%,rgba(7,50,31,.5) 58%,rgba(7,50,31,.88) 82%,var(--wgh-green) 100%)}
  .wgh-adslot--banner .wgh-ad-card__body{top:auto;right:0;max-width:none;justify-content:flex-end;padding:20px}
  .wgh-adslot--banner .wgh-ad-card__title{font-size:22px}
}

/* Spacing for ads injected between article paragraphs. */
.wgh-adslot--inarticle{margin:34px 0}
