/* Hero: Chips nebeneinander; 80–90%-Hinweis weg */
.smg-hero-badges, .smg-hero-badges .chip-row{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}
.smg-hero-badges .chip{white-space:nowrap}
.practice-note, .smg-hero-badges .sub { display:none !important; }
[data-smg-hide="true"]{display:none !important}

/* Angebotskarten */
.smg-offers-wrap{margin:60px auto 30px;max-width:1200px;padding:0 16px}
.smg-title{font-size:2rem;line-height:1.2;color:#0b1f44;margin:0 0 18px;font-weight:800;text-align:center}
.smg-offers-grid{display:grid;gap:22px}
@media(min-width:720px){.smg-offers-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1040px){.smg-offers-grid{grid-template-columns:repeat(4,1fr)}}
.smg-card{background:#f7fbff;border:1px solid rgba(11,31,68,.06);border-radius:16px;padding:20px;box-shadow:0 10px 24px rgba(11,31,68,.06)}
.smg-card h3{font-size:1.2rem;margin:8px 0;color:#0b1f44}
.smg-card p{margin:0 0 12px;color:#122a55}
.smg-thumb{width:100%;height:150px;object-fit:cover;border-radius:12px}
.smg-price{display:inline-block;background:#eaf3ff;border:1px solid rgba(11,31,68,.08);padding:6px 10px;border-radius:999px;font-weight:600;margin:6px 0 10px}
.smg-btn{display:inline-block;background:#165DFF;color:#fff;text-decoration:none;font-weight:700;border-radius:12px;padding:12px 16px}
.smg-btn:hover{filter:brightness(.95)}
#smg-catalog, .smg-old-offers{display:none !important}
