@media (min-width: 1024px) {
    body.page-id-1995 .kh-booking-focus {
        padding-top: 122px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    body.page-id-1995 .kh-booking-focus {
        padding-top: 112px !important;
    }
}

body.page-id-1995 .khs-referral-field {
    animation: none;
}

body.page-id-1995 .khs-booking-success {
    position: relative;
    width: min(640px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 36px auto !important;
    padding: 42px 36px !important;
    overflow: hidden;
    color: #3f2b27 !important;
    background:
        linear-gradient(145deg, rgba(255, 250, 247, 0.96), rgba(255, 240, 244, 0.9)) !important;
    border: 1px solid rgba(255, 255, 255, 0.92) !important;
    border-radius: 18px;
    box-shadow:
        0 28px 70px rgba(88, 45, 57, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.94);
    text-align: center;
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
    backdrop-filter: blur(18px) saturate(1.15);
}

body.page-id-1995 .khs-booking-success::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #8b2635, #c7a56d, #8b2635);
}

body.page-id-1995 .khs-booking-success__mark {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #ffffff;
    background: #8b2635;
    border: 5px solid rgba(139, 38, 53, 0.12);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(139, 38, 53, 0.2);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

body.page-id-1995 .khs-booking-success__eyebrow {
    margin: 0 0 8px;
    color: #8b2635;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

body.page-id-1995 .khs-booking-success__title {
    max-width: 520px;
    margin: 0;
    color: #173d30;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-wrap: balance;
}

body.page-id-1995 .khs-booking-success__copy {
    max-width: 520px;
    margin: 16px 0 24px;
    color: rgba(63, 43, 39, 0.76);
    font-size: 15px;
    line-height: 1.7;
}

body.page-id-1995 .khs-booking-success__actions {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
}

body.page-id-1995 .khs-booking-success__button {
    min-width: 150px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid #8b2635;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-id-1995 .khs-booking-success__button:hover {
    transform: translateY(-2px);
}

body.page-id-1995 .khs-booking-success__button--primary {
    color: #ffffff;
    background: #8b2635;
}

body.page-id-1995 .khs-booking-success__button--secondary {
    color: #8b2635;
    background: rgba(255, 255, 255, 0.68);
}

body.page-id-1995 .khs-booking-success__button:focus-visible {
    outline: 3px solid #c7a56d;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    body.page-id-1995 .khs-booking-success {
        margin: 20px auto !important;
        padding: 34px 20px !important;
        border-radius: 14px;
    }

    body.page-id-1995 .khs-booking-success__actions {
        flex-direction: column;
    }

    body.page-id-1995 .khs-booking-success__button {
        width: 100%;
    }
}
