.loyalty-points-checkbox {
    margin: 0 0 18px;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.08);
}

.loyalty-points-checkbox__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
}

.loyalty-points-checkbox__header label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 650;
    cursor: pointer;
}

.loyalty-points-checkbox__header input[type="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #facc15;
    cursor: pointer;
}

.loyalty-points-checkbox__amount {
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.loyalty-points-checkbox__amount .woocommerce-Price-currencySymbol {
    color: inherit;
}

.loyalty-points-info {
    margin: 0;
    padding: 11px 18px;
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
}

.loyalty-loading {
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 500;
}

.loyalty-excluded-notice,
.loyalty-redemption-blocked-notice {
    margin-bottom: 18px;
}

@media (max-width: 640px) {
    .loyalty-points-checkbox__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .loyalty-points-checkbox__amount {
        white-space: normal;
    }
}
