/* ── Special Products Modal Styles ─────────────────────────── */
/* Matches the existing JTL/NOVA modal look (no extra rounding or shadows) */

.cw-sp-modal .modal-title {
    font-weight: 700;
    font-size: 1.15rem;
}

.cw-sp-modal .modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.cw-sp-modal-content p:last-child {
    margin-bottom: 0;
}

.cw-sp-modal-content img {
    max-width: 100%;
    height: auto;
}

/* Checkbox confirmation */
.cw-sp-checkbox-wrap {
    padding: 0.75rem 1rem;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 0.375rem;
}

.cw-sp-checkbox-wrap .custom-control-label {
    font-weight: 600;
    cursor: pointer;
}

/* Confirm button disabled state */
.cw-sp-modal .cw-sp-confirm-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 576px) {
    .cw-sp-modal .modal-dialog {
        margin: 0.5rem;
    }

    .cw-sp-modal .modal-body {
        max-height: 50vh;
        padding: 1rem;
    }
}
