/* Dedicated cancel page — one question, one big button.
   Parent class .as-cancel-page carries specificity past the Elementor kit. */

.as-cancel-page {
    max-width: 560px;
    margin: 0 auto;
    padding: 40px 20px 64px;
    text-align: center;
    font-family: inherit;
}

.as-cancel-page .as-cancel-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 20px;
}

.as-cancel-page .as-cancel-text {
    font-size: 20px;
    line-height: 1.6;
    color: #334155;
    margin: 0 0 20px;
}

.as-cancel-page .as-cancel-form {
    margin: 0;
}

/* Buttons: declare everything the kit would otherwise inflate or inherit. */
.as-cancel-page .as-cancel-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
    min-height: 60px;
    margin: 0 0 16px;
    padding: 16px 24px;
    border: 0;
    border-radius: 14px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    cursor: pointer;
}

.as-cancel-page .as-cancel-btn-red {
    background: #dc2626;
    color: #ffffff;
}

.as-cancel-page .as-cancel-btn-red:hover,
.as-cancel-page .as-cancel-btn-red:focus-visible {
    background: #b91c1c;
    color: #ffffff;
}

.as-cancel-page .as-cancel-btn-blue {
    background: #2563eb;
    color: #ffffff;
}

.as-cancel-page .as-cancel-btn-blue:hover,
.as-cancel-page .as-cancel-btn-blue:focus-visible {
    background: #1d4ed8;
    color: #ffffff;
}

.as-cancel-page .as-cancel-btn-outline {
    background: #ffffff;
    color: #1e293b;
    border: 2px solid #cbd5e1;
}

.as-cancel-page .as-cancel-btn-outline:hover,
.as-cancel-page .as-cancel-btn-outline:focus-visible {
    border-color: #64748b;
    color: #0f172a;
    background: #f8fafc;
}

.as-cancel-page .as-cancel-btn:focus-visible {
    outline: 3px solid #93c5fd;
    outline-offset: 2px;
}

.as-cancel-page .as-cancel-small {
    margin: 24px 0 0;
    font-size: 16px;
}

.as-cancel-page .as-cancel-small a {
    color: #64748b;
    text-decoration: underline;
}

@media (max-width: 380px) {
    .as-cancel-page .as-cancel-title {
        font-size: 26px;
    }

    .as-cancel-page .as-cancel-btn {
        font-size: 19px;
    }
}
