/* assets/css/alba-deactivation.css */

/* Styles for the modal backdrop and container */
#alba-feedback-overlay {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6); z-index: 9999;
    display: none; align-items: center; justify-content: center;
}
#alba-feedback-modal {
    background: #fff; width: 450px; border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2); overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.alba-modal-header {
    background: #f0f0f1; padding: 15px 20px; border-bottom: 1px solid #c3c4c7;
    display: flex; justify-content: space-between; align-items: center;
}
.alba-modal-header h3 { margin: 0; font-size: 16px; color: #1d2327; }
.alba-modal-body { padding: 20px; }
.alba-modal-body p { margin-top: 0; font-size: 14px; color: #3c434a; }
.alba-feedback-options { margin-bottom: 15px; }
.alba-feedback-options label {
    display: block; margin-bottom: 8px; font-size: 14px; color: #1d2327; cursor: pointer;
}
.alba-feedback-options input[type="radio"] { margin-right: 8px; }
#alba-feedback-details {
    width: 100%; height: 80px; margin-top: 10px; padding: 8px;
    border: 1px solid #8c8f94; border-radius: 4px; display: none;
}
.alba-modal-footer {
    padding: 15px 20px; border-top: 1px solid #c3c4c7; background: #f6f7f7;
    display: flex; justify-content: space-between; align-items: center;
}
#alba-skip-deactivate { color: #d63638; text-decoration: none; font-size: 13px; }
#alba-skip-deactivate:hover { text-decoration: underline; }