/* V76: ruhige Liveticker-Darstellung ohne periodisches iframe-Neuladen */
.live-status-card{margin:0 0 22px;padding:22px;border:1px solid rgba(0,107,60,.16);border-radius:20px;background:linear-gradient(135deg,#075f3b,#0a7a49);color:#fff;box-shadow:0 18px 42px rgba(0,74,43,.14)}
.live-status-card__eyebrow{margin:0 0 8px;color:#b8ea3a;font-weight:900;letter-spacing:.09em;text-transform:uppercase;font-size:.78rem}
.live-status-card h1{margin:0 0 8px;font-size:clamp(1.45rem,3vw,2.25rem);line-height:1.12}
.live-status-card__meta{margin:0;color:rgba(255,255,255,.86);font-weight:700}
.live-status-card__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.live-status-card__actions .button{min-width:210px;justify-content:center}
.live-status-card[hidden]{display:none!important}
.live-widget-wrapper{overflow:hidden;border:1px solid rgba(0,107,60,.14);border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(5,48,34,.09)}
.live-widget-wrapper__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid rgba(0,107,60,.11);background:#f8fbf9}
.live-widget-wrapper__head h2{margin:0;color:#063f2b;font-size:1.18rem}
.live-widget-wrapper__head span{color:#5f706a;font-size:.88rem}
.live-widget-wrapper iframe{display:block;width:100%;height:520px;border:0;background:#fff}
@media(max-width:760px){.live-status-card{padding:20px 18px;border-radius:18px}.live-status-card__actions{flex-direction:column}.live-status-card__actions .button{width:100%;min-width:0}.live-widget-wrapper{border-radius:18px}.live-widget-wrapper__head{align-items:flex-start;flex-direction:column}.live-widget-wrapper iframe{height:620px}}
