/* IranStores Step 66 — placement selection before payment */
.promo-placement-card,
.promotion-section{
    position:relative;
}
.promo-placement-card input,
.promotion-section input{
    pointer-events:auto;
}
.promo-placement-card label,
.promotion-option,
.promo-target-grid label{
    cursor:pointer !important;
}
.promo-prepay-note{
    margin:0 0 14px;
    padding:10px 12px;
    border:1px solid #ddd6fe;
    border-radius:12px;
    background:#faf8ff;
    color:#5b21b6;
    font-size:11px;
    font-weight:850;
    line-height:1.9;
}
#promoSummary button:disabled,
#continuePaymentButton:disabled{
    opacity:.55;
    cursor:not-allowed;
}
