/**
 * Kiosk modal overrides - herstelt originele compacte styling voor
 * inklok/uitklok popup (override van projects.css)
 */

#confirmModal .modal-content {
    max-width: 420px;
    max-height: none;
    overflow: visible;
    padding: 2rem;
    display: block;
    flex-direction: unset;
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#confirmModal .modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 1.5rem;
    border: none;
    background: none;
    border-radius: 0;
}

#confirmModal .modal-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    text-align: center;
    width: 100%;
}

#confirmModal .modal-body {
    padding: 0;
    margin-bottom: 1.5rem;
    max-height: none;
    overflow: visible;
    flex: none;
    min-height: 0;
}

#confirmModal .modal-body p {
    font-size: 1rem;
    color: #374151;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 0.5rem;
}

#confirmModal #noteSection {
    margin-top: 0.75rem;
}

#confirmModal .modal-actions {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
    border: none;
    border-top: none;
    background: none;
    border-radius: 0;
}

#confirmModal .modal-actions .btn-cancel,
#confirmModal .modal-actions .btn-confirm {
    padding: 0.75rem 1.5rem;
    min-height: 44px;
    border-radius: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
}
