.swal2-container {
    z-index: 20000;
}

.fp-swal-popup {
    width: min(30rem, calc(100vw - 2rem));
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    box-shadow: 0 24px 64px rgb(15 23 42 / 18%);
    padding: 1.5rem;
}

.fp-swal-title {
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.25;
    padding: 0;
}

.fp-swal-copy {
    color: #52647d;
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0.75rem 0 0;
    padding: 0;
}

.fp-swal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.4rem;
}

.fp-swal-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    min-height: 2.75rem;
    min-width: 6.5rem;
    padding: 0.7rem 1rem;
    transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.fp-swal-button:focus-visible {
    box-shadow: 0 0 0 4px rgb(37 99 235 / 18%);
    outline: none;
}

.fp-swal-button--primary {
    background: #2563eb;
    color: #fff;
}

.fp-swal-button--primary:hover {
    background: #1d4ed8;
}

.fp-swal-button--danger {
    background: #dc2626;
    color: #fff;
}

.fp-swal-button--danger:hover {
    background: #b91c1c;
}

.fp-swal-button--warning {
    background: #b45309;
    color: #fff;
}

.fp-swal-button--warning:hover {
    background: #92400e;
}

.fp-swal-button--secondary {
    background: #fff;
    border-color: #dbe3ef;
    color: #172033;
}

.fp-swal-button--secondary:hover {
    background: #f8fafc;
    border-color: #c7d2e1;
}

@media (max-width: 575.98px) {
    .fp-swal-popup {
        padding: 1.25rem;
    }

    .fp-swal-actions {
        flex-direction: column-reverse;
        width: 100%;
    }

    .fp-swal-button {
        min-height: 3rem;
        width: 100%;
    }
}
