/* Minimal, theme-friendly */
.mbp-backdrop{height:220px;background-size:cover;background-position:center;border-radius:12px;margin:0 0 16px 0;opacity:.95}
.mbp-title{margin:8px 0 14px 0}
.mbp-card{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:14px;margin:18px 0;background:#fff}
.mbp-muted{opacity:.75}
.mbp-searchbar{display:flex;gap:8px;align-items:center;margin:10px 0}
.mbp-searchbar input{flex:1;padding:10px;border-radius:10px;border:1px solid rgba(0,0,0,.15)}
.mbp-searchbar button{padding:10px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.2);background:#f5f5f5;cursor:pointer}
.mbp-results{display:flex;flex-direction:column;gap:10px}
.mbp-result{display:grid;grid-template-columns:72px 1fr;gap:12px;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:10px}
.mbp-poster img{width:72px;height:auto;border-radius:8px;display:block}
.mbp-poster-ph{width:72px;height:108px;border-radius:8px;background:rgba(0,0,0,.08)}
.mbp-result-title{font-weight:700;margin-bottom:6px}
.mbp-overview{font-size:.95em;opacity:.85;margin-bottom:8px}
.mbp-result button{padding:8px 10px;border-radius:10px;border:1px solid rgba(0,0,0,.2);background:#f5f5f5;cursor:pointer}
.mbp-offers{display:flex;flex-direction:column;gap:10px}
.mbp-offer{display:flex;justify-content:space-between;align-items:center;gap:10px;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:10px}
.mbp-provider{font-weight:700}
.mbp-offer-meta{opacity:.8}
.mbp-offer-btn{display:inline-block;padding:9px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.2);background:#f5f5f5;text-decoration:none}
.mbp-provider-logos{display:flex;flex-wrap:wrap;gap:8px}
.mbp-logo img{width:34px;height:34px;border-radius:8px;object-fit:contain;background:#fff;border:1px solid rgba(0,0,0,.08);padding:2px}
.mbp-suggestion-form textarea{width:100%;padding:10px;border-radius:10px;border:1px solid rgba(0,0,0,.15)}
.mbp-suggestion-form button{margin-top:8px;padding:10px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.2);background:#f5f5f5;cursor:pointer}
.mbp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:10px}
.mbp-grid label{display:flex;flex-direction:column;gap:6px}
.mbp-grid select,.mbp-grid input{padding:10px;border-radius:10px;border:1px solid rgba(0,0,0,.15)}
@media (max-width: 900px){ .mbp-grid{grid-template-columns:1fr 1fr} }
@media (max-width: 520px){ .mbp-grid{grid-template-columns:1fr} }

/* Ratings (All-in-One) */
.mbp-stars{display:flex;gap:.25rem;margin-top:.5rem}
.mbp-star{border:1px solid rgba(0,0,0,.15);background:transparent;border-radius:8px;padding:.35rem .5rem;cursor:pointer;line-height:1;font-size:1.2rem}
.mbp-star.is-on{background:rgba(0,0,0,.06)}
.mbp-star:disabled{opacity:.5;cursor:not-allowed}
.mbp-rating-meta{display:flex;gap:.5rem;align-items:baseline}
.mbp-rating-toast{margin-top:.6rem;padding:.5rem .6rem;border-radius:8px;background:rgba(0,0,0,.06)}
