/* Modal and toast */
#bb-overlay { position: fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:9998; display:none; }
#bb-modal { position: fixed; top:50%; left:50%; transform: translate(-50%,-50%); background:#fff; padding:20px; border-radius:8px; max-width:480px; width:90%; z-index:9999; display:none; box-shadow:0 6px 30px rgba(0,0,0,0.3); }
.bb-modal-content .bb-close { position:absolute; right:12px; top:8px; cursor:pointer; font-size:18px; }
.bb-logo{text-align:center;margin-bottom:8px;}
.bb-qr{ display:block; text-align:center; }
.bb-qr img{ display:block; margin:0 auto; max-width:220px; }
text-align:center;margin:10px 0;}
.bb-plans{ text-align:center; margin-bottom:10px; }
.bb-plan{ padding:10px 16px; margin:6px; border-radius:8px; border:1px solid #eee; background:#fff; cursor:pointer; box-shadow:0 1px 2px rgba(0,0,0,0.05); }
.bb-plan.primary{ background:#e95757; color:#fff; border-color:#e95757; }
.bb-plan:disabled{ opacity:0.6; cursor:not-allowed; }
.bb-plan.selected{ background:#2ecc71; color:#fff; border-color:#2ecc71; }
.bb-success{ color:#155724; background:#d4edda; padding:10px; border-radius:6px; text-align:center; }
.bb-error{ color:#721c24; background:#f8d7da; padding:10px; border-radius:6px; text-align:center; }
#bb-toast{ position:fixed; bottom:20px; right:20px; background:#333; color:#fff; padding:8px 12px; border-radius:6px; display:none; z-index:10000; }
/* Admin badges and filter */
.buddyboost-status{ padding:4px 8px; border-radius:12px; font-weight:600; text-transform:capitalize; display:inline-block; }
.buddyboost-status.pending{ background:#f0f0f0; color:#666; }
.buddyboost-status.approved{ background:#d4edda; color:#155724; }
.buddyboost-status.rejected{ background:#f8d7da; color:#721c24; }
.buddyboost-filter-wrap{ margin-bottom:10px; }
#buddyboost-plans-table input{ width:120px; }
#add-plan{ margin-top:10px; }
/* Tweak boost button size and frozen state */
.button.buddyboost-action { padding:6px 10px; font-size:14px; border-radius:6px; }
.button.buddyboost-action[disabled], .bb-plan-disabled { background:#2ecc71 !important; color:#fff !important; border-color:#2ecc71 !important; opacity:1 !important; cursor:not-allowed !important; }
