/* Momentum Sponsor Bidding styles */
.msb-wrap { border:2px solid var(--mc-accent, #b5a46d); padding:16px; border-radius:14px; background:#fff; margin:20px 0; }
.msb-current { font-size:1.1rem; margin:0 0 10px; }
.msb-notice { background:#e8fff2; border-left:4px solid #2e7d32; padding:10px; margin:10px 0; }
.msb-errors { background:#fff5f5; border-left:4px solid #c62828; padding:10px; margin:10px 0; }
.msb-form .msb-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.msb-form label { display:flex; flex-direction:column; font-weight:600; }
.msb-form input[type="text"], .msb-form input[type="email"], .msb-form input[type="number"] { border:2px solid #b5a46d; border-radius:8px; padding:8px; }
.msb-form .msb-btn { background:#b5a46d; color:#000; border:none; padding:10px 18px; border-radius:999px; font-weight:700; cursor:pointer; }
.msb-help { font-size:0.9rem; opacity:0.8; }
.msb-hp { position:absolute; left:-9999px; opacity:0; height:0; width:0; }
.msb-leaderboard { margin:20px 0; }
.msb-leaderboard .msb-list { list-style:none; padding:0; margin:0; }
.msb-leaderboard li { display:flex; justify-content:space-between; border-bottom:1px solid #eee; padding:8px 4px; }
.msb-rank { width:24px; text-align:center; font-weight:700; }
.msb-name { flex:1; padding:0 8px; }
.msb-amt { font-weight:700; }
@media (max-width:700px){
  .msb-form .msb-grid { grid-template-columns:1fr; }
}
