body.swl-header-pilot .swl-detail-contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
    margin: -10px 0 28px;
    padding: 0 0 16px;
    border-bottom: 1px solid #e8ebef;
}
body.swl-header-pilot .swl-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    max-width: 100%;
    color: #0873ce;
    font-size: 15px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    letter-spacing: 0;
}
body.swl-header-pilot .swl-contact-link span { min-width: 0; }
body.swl-header-pilot .swl-contact-link:hover { color: #075493; text-decoration: underline; }
body.swl-header-pilot .swl-contact-link:focus-visible { outline: 2px solid #0690ff; outline-offset: 3px; }
body.swl-header-pilot .swl-detail-mobile-contact { display: none; }
body.swl-header-pilot .booking-sticky-footer { display: none !important; }
@media (max-width: 767px) {
    body.swl-header-pilot .swl-detail-contacts { gap: 2px 16px; margin: -6px 0 22px; padding-bottom: 12px; }
    body.swl-header-pilot .swl-detail-contacts .swl-contact-link { font-size: 14px; }
    body.swl-header-pilot { padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
    body.swl-header-pilot .swl-detail-mobile-contact {
        position: fixed;
        inset: auto 0 0;
        z-index: 1000;
        display: flex;
        gap: 8px;
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid #e1e6ed;
        background: #fff;
        box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.04);
    }
    body.swl-header-pilot .swl-detail-mobile-contact .swl-contact-link {
        flex: 1 1 0;
        justify-content: center;
        min-width: 0;
        min-height: 44px;
        padding: 8px 4px;
        border: 1px solid #cde6fb;
        border-radius: 6px;
        background: #edf7ff;
        color: #076bc2;
        font-size: 14px;
    }
    body.swl-header-pilot .swl-detail-mobile-contact .swl-contact-link:first-child { background: #0877d1; border-color: #0877d1; color: #fff; }
    body.swl-header-pilot .swl-detail-mobile-contact .swl-contact-link:hover { text-decoration: none; }
    body.swl-header-pilot #backtotop { bottom: 90px; }
}
