.hsxl-verzendpauze-open,
.hsxl-verzendpauze-open body {
    overflow: hidden !important;
}

.hsxl-verzendpauze-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px;
    background: rgba(17, 24, 39, 0.72);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.hsxl-verzendpauze-dialog {
    width: min(100%, 560px);
    max-height: calc(100vh - 48px);
    overflow: auto;
    box-sizing: border-box;
    padding: 34px 34px 30px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    color: #111827;
    text-align: center;
    font-family: inherit;
}

.hsxl-verzendpauze-icon {
    display: flex;
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.hsxl-verzendpauze-title {
    margin: 0 0 14px;
    color: #111827;
    font-size: clamp(24px, 4vw, 32px);
    line-height: 1.2;
    font-weight: 750;
}

.hsxl-verzendpauze-message {
    margin: 0 auto 24px;
    color: #374151;
    font-size: 17px;
    line-height: 1.65;
}

.hsxl-verzendpauze-message p {
    margin: 0 0 12px;
}

.hsxl-verzendpauze-message p:last-child {
    margin-bottom: 0;
}

.hsxl-verzendpauze-message a {
    color: inherit;
    text-decoration: underline;
}

.hsxl-verzendpauze-button {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 9px;
    padding: 14px 20px;
    background: #111827;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    transition: transform .12s ease, opacity .12s ease;
}

.hsxl-verzendpauze-button:hover {
    opacity: .92;
}

.hsxl-verzendpauze-button:active {
    transform: translateY(1px);
}

.hsxl-verzendpauze-button:focus-visible {
    outline: 3px solid rgba(17, 24, 39, .28);
    outline-offset: 3px;
}

@media (max-width: 600px) {
    .hsxl-verzendpauze-overlay {
        padding: 16px;
    }

    .hsxl-verzendpauze-dialog {
        max-height: calc(100vh - 32px);
        padding: 28px 22px 24px;
        border-radius: 14px;
    }

    .hsxl-verzendpauze-message {
        font-size: 16px;
    }
}
