/*
 * Stabilizes the shared public contact modal without altering its Oxygen layout.
 * The legacy responsive rules otherwise stretch and reposition the close control.
 */
[data-public-contact-modal="true"] {
    /* Captured Oxygen headers use very high stacking values; the blocking modal must remain above them. */
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483646 !important;
    overflow-y: auto !important;
}

#section-177-6046 > .ct-section-inner-wrap {
    position: relative !important;
}

#link_button-202-6046.oxy-close-modal {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 2147483647 !important;
    display: flex !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    text-align: center !important;
}

@media (max-width: 767px) {
    #link_button-202-6046.oxy-close-modal {
        top: 12px !important;
        right: 12px !important;
    }
}

/*
 * Keeps the header phone action at one stable size instead of letting Oxygen
 * enlarge it between 768px and 991px, then shrink it again above that range.
 */
@media (max-width: 1280px) {
    #fancy_icon-101-6046 {
        box-sizing: content-box;
        width: 18px;
        height: 18px;
        padding: 5px;
        border-width: 2px;
    }

    #fancy_icon-101-6046 > svg {
        width: 18px;
        height: 18px;
    }
}
/* Keeps V2's contextual promise readable without changing legacy modal forms. */
.public-contact-context {
    max-width: 560px;
    margin: 12px 0 22px;
    color: #4f5056;
    font-size: 16px;
    line-height: 1.5;
}

.public-contact-reassurance {
    margin: 12px 0 0 !important;
    color: #5e6067;
    font-size: 13px;
    line-height: 1.45;
}
.public-turnstile-placeholder {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
}

.public-turnstile-placeholder iframe {
    display: block;
    max-width: 100%;
}
