.smg-skipper{max-width:1100px;margin:0 auto;padding:18px 14px}
.smg-hero{display:grid;grid-template-columns:420px 1fr;gap:22px;align-items:center;background:#f5f7fb;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:18px}
.smg-hero-left img{width:100%;height:320px;object-fit:cover;border-radius:14px;display:block;box-shadow:0 14px 30px rgba(0,0,0,.08)}
.smg-hero-placeholder{width:100%;min-height:260px;border-radius:14px;background:#e9eef6;display:flex;align-items:center;justify-content:center;color:#2b3a55;box-shadow:0 14px 30px rgba(0,0,0,.08)}
.smg-hero-right h1{margin:0 0 10px;font-size:40px;line-height:1.08}
.smg-hero-right p{margin:0 0 12px;color:#1c2b44}
.smg-card{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:16px;padding:18px;margin:18px 0;box-shadow:0 10px 24px rgba(0,0,0,.05)}
.smg-card h2{margin:0 0 10px;font-size:28px}
.smg-muted{color:#4a5a74}
.smg-bullets{margin:10px 0 0 18px}
.smg-bullets li{margin:6px 0}
.smg-bullets-cols{columns:2;column-gap:30px}
.smg-booking{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.smg-select{min-width:260px;max-width:100%;padding:10px 12px;border:1px solid rgba(0,0,0,.15);border-radius:10px}
.smg-btn{display:inline-block;padding:10px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.14);text-decoration:none}
.smg-btn-primary{background:#0b1f44;color:#fff;border-color:#0b1f44}
.smg-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.smg-gallery img{width:100%;height:auto;border-radius:14px;display:block}
.smg-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:99999;padding:20px}
.smg-lightbox-inner{position:relative;max-width:1000px;width:100%}
.smg-lightbox-inner img{width:100%;height:auto;border-radius:14px}
.smg-lightbox-close{position:absolute;top:-10px;right:-10px;width:40px;height:40px;border-radius:999px;border:none;background:#fff;font-size:24px;cursor:pointer}
.smg-acc-item{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:10px 12px;margin:10px 0}
.smg-acc-item summary{cursor:pointer;font-weight:600}
.smg-acc-body{margin-top:8px;color:#1c2b44}
@media (max-width: 860px){
  .smg-hero{grid-template-columns:1fr}
  .smg-hero-left img{height:auto}
  .smg-hero-right h1{font-size:32px}
  .smg-bullets-cols{columns:1}
  .smg-gallery{grid-template-columns:1fr}
}

/* Force hero to stay light even if theme styles collide */
.smg-skipper .smg-hero{background:#fff !important;color:#111 !important}
.smg-skipper .smg-hero-right h1{color:#0b1f44 !important}
.smg-skipper .smg-hero-right p{color:#1a1a1a !important}
.smg-skipper .smg-hero-left img{opacity:1 !important;filter:none !important}

/* Training thumbnails inside cards */
.smg-card-thumb{margin-bottom:12px}
.smg-card-thumb img{width:140px;height:auto;border-radius:12px;display:block;box-shadow:0 10px 22px rgba(0,0,0,.10)}

/* Multiple downloads buttons */
.smg-downloads{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.smg-btn-light{background:#fff;border:1px solid rgba(0,0,0,.12);color:#0b1f44}
.smg-btn-light:hover{background:#f5f7fb}

/* Kurs-Thumbnail links oben – Text L-förmig */
.smg-thumb-float{float:left;width:190px;max-width:45%;margin:0 18px 12px 0;background:#fff;border:1px solid #e6eef6;border-radius:14px;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.06);}
.smg-thumb-float img{width:100%;height:auto;display:block;}
.smg-card:after{content:"";display:block;clear:both;}
@media (max-width:700px){
  .smg-thumb-float{float:none;width:100%;max-width:100%;margin:0 0 14px 0;}
}
