.wawp-deact-backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 100000;
    display: none;
}
.wawp-deact-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 100001;
    align-items: center;
    justify-content: center;
}
.wawp-deact-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    max-width: 580px;
    width: 90%;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wawp-deact-card .hd {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.25em;
    font-weight: 600;
    color: #333333;
}
.wawp-deact-card .bd {
    padding: 24px;
    max-height: 60vh;
    overflow-y: auto;
}
.wawp-deact-card .description {
    font-size: 0.9em;
    color: #666666;
    margin-bottom: 16px;
}
.wawp-deact-card .ft {
    padding: 16px 24px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}
.wawp-deact-card .opt {
    margin: 10px 0;
    font-size: 1em;
    cursor: pointer;
    display: block;
    user-select: none;
}
.wawp-deact-card .opt input[type=radio] {
    margin-right: 10px;
    accent-color: #0073aa;
    transform: scale(1.1);
}
.wawp-deact-card .opt-other {
    margin-top: 8px;
    padding-left: 28px;
}
.wawp-deact-card .opt-other input[type=text] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wawp-deact-card .opt-other input[type=text]:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.25);
}
