.mpv-pakete-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;align-items:stretch}
.mpv-paket-inner{height:100%;display:flex;flex-direction:column;padding:18px;border:1px solid #ddd;border-radius:8px;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.12)}
.mpv-paket-content{flex:1 1 auto}

/* Title / Level */
.mpv-paket-title{margin:0 0 6px;line-height:1.2}
.mpv-paket-level{opacity:.85;margin:0 0 10px;line-height:1.2}

/* Highlights als Pills (aus dem Backend: 1 Zeile = 1 Pill) */
.mpv-paket-highlights{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.mpv-paket-highlights .mpv-highlight{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:13px;line-height:1;white-space:nowrap}

/* Footer / Button */
.mpv-paket-footer{margin-top:14px}
.mpv-paket-button{display:inline-block;text-decoration:none;line-height:1.1}

/* Status / Upgrade-Hinweise */
.mpv-paket-upgrade-hint{margin-top:12px;opacity:.9;font-size:13px;line-height:1.35}
