/* Fallback styling. Das Child Theme liefert das vollstaendige Corporate Design. */
.lev-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.lev-news-card{background:#fff;border:1px solid #e2e6ea;border-radius:12px;padding:20px}
.lev-news-tag{display:inline-block;border-radius:999px;background:#f8ecee;color:#9b1622;padding:5px 9px;font-size:11px;font-weight:800}
.lev-news-content{line-height:1.55}
.lev-news-content.is-collapsed{position:relative;max-height:7.2em;overflow:hidden}
.lev-news-content.is-collapsed:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2.4em;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff)}
.lev-news-toggle{margin-top:8px;padding:0;border:0;background:transparent;color:#9b1622;font-weight:800;cursor:pointer;text-decoration:underline}
.lev-info-backdrop{position:fixed;inset:0;background:rgba(18,22,27,.58);z-index:99998;display:none;align-items:center;justify-content:center;padding:20px}
.lev-info-backdrop.is-open{display:flex}.lev-info-popup{width:min(620px,100%);background:#fff;border-radius:14px;overflow:hidden}.lev-info-popup__top{height:5px;background:#9b1622}.lev-info-popup__body{padding:26px;max-height:min(82vh,760px);overflow:auto}.lev-info-popup__content{line-height:1.6}
@media(max-width:800px){.lev-news-grid{grid-template-columns:1fr}}
