.bp-boost-button.acomment{ /* match comment button style */
    background: none;
    color: #0073aa;
    border: none;
    padding: 0;
    margin-left: 8px;
    cursor: pointer;
    text-decoration: underline;
}
.bp-boost-wrap{ margin-top:6px; }
.bp-boosted-badge{ color: #007c00; font-weight:bold; margin-left:8px; }
.bp-boost-modal { position: fixed; left:50%; top:50%; transform: translate(-50%,-50%); background:#fff; padding:18px; z-index:99999; border-radius:6px; box-shadow:0 8px 24px rgba(0,0,0,0.2); max-width:360px; width:90%; }
.bp-boost-overlay { position:fixed; left:0; top:0; right:0; bottom:0; background: rgba(0,0,0,0.5); z-index:99998; }
.bp-boost-modal img{ max-width:100%; height:auto; display:block; margin:8px 0; }
.bp-boost-modal .bp-boost-actions{ text-align:right; margin-top:10px; }
.bp-boost-btn-primary{ background:#0073aa; color:#fff; padding:8px 12px; border-radius:4px; border:none; cursor:pointer; }
.bp-boost-btn-secondary{ background:#f1f1f1; color:#333; padding:6px 10px; border-radius:4px; border:none; cursor:pointer; margin-right:8px; }
