/* Ready Tech Construction — Public Utility Bar 1.1.1 */
#rtc-customer-login-topbar {
    --rtc-topbar-blue: #0867c9;
    --rtc-topbar-blue-2: #1494e8;
    --rtc-topbar-white: #ffffff;
    width: 100%;
    min-height: 38px;
    box-sizing: border-box;
    background: linear-gradient(90deg, var(--rtc-topbar-blue) 0%, var(--rtc-topbar-blue-2) 100%);
    color: var(--rtc-topbar-white);
    font-family: inherit;
    font-size: 13px;
    line-height: 1.2;
    position: relative;
    z-index: 1100;
    box-shadow: 0 1px 0 rgba(255,255,255,.12) inset, 0 1px 8px rgba(3,35,70,.10);
}
#rtc-customer-login-topbar, #rtc-customer-login-topbar * { box-sizing: border-box; }

#rtc-customer-login-topbar .rtc-customer-login-topbar__inner {
    width: 100%;
    min-height: 38px;
    margin: 0;
    padding: 0 16px;
    display: grid;
    grid-template-columns: minmax(68px, auto) minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 14px;
}

#rtc-customer-login-topbar .rtc-customer-login-topbar__language-slot {
    grid-column: 1;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    margin: 0 !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    z-index: auto !important;
}

#rtc-customer-login-topbar .rtc-customer-login-topbar__language {
    appearance: auto !important;
    -webkit-appearance: menulist !important;
    min-width: 62px !important;
    width: 62px !important;
    min-height: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 3px 20px 3px 8px !important;
    border: 1px solid rgba(255,255,255,.58) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.12) !important;
    color: #fff !important;
    font: 800 11px/1.15 inherit !important;
    box-shadow: none !important;
    outline: none !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
#rtc-customer-login-topbar .rtc-customer-login-topbar__language option { color: #15324d !important; background: #fff !important; }

#rtc-customer-login-topbar .rtc-customer-login-topbar__message {
    grid-column: 2;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: rgba(255,255,255,.96);
    letter-spacing: .005em;
    text-align: center;
}
#rtc-customer-login-topbar .rtc-customer-login-topbar__shield { width: 17px; height: 17px; flex: 0 0 auto; display: block; }
#rtc-customer-login-topbar .rtc-customer-login-topbar__message strong { color: #fff; font-weight: 800; }

#rtc-customer-login-topbar .rtc-customer-login-topbar__login {
    grid-column: 3;
    justify-self: end;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 29px;
    padding: 5px 12px;
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .16s ease, border-color .16s ease, transform .16s ease;
}
#rtc-customer-login-topbar .rtc-customer-login-topbar__login:hover,
#rtc-customer-login-topbar .rtc-customer-login-topbar__login:focus-visible,
#rtc-customer-login-topbar .rtc-customer-login-topbar__language:hover,
#rtc-customer-login-topbar .rtc-customer-login-topbar__language:focus-visible {
    background: rgba(255,255,255,.20) !important;
    border-color: rgba(255,255,255,.88) !important;
}
#rtc-customer-login-topbar .rtc-customer-login-topbar__login:active { transform: translateY(1px); }
#rtc-customer-login-topbar .rtc-customer-login-topbar__arrow { font-size: 15px; line-height: 1; }
#rtc-customer-login-topbar .rtc-customer-login-topbar__mobile-label { display: none; }

/* Strong cleanup for legacy language-only floating shells once marked by the runtime. */
[data-rtc-legacy-language-hidden="1"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 760px) {
    #rtc-customer-login-topbar { min-height: 36px; font-size: 12px; }
    #rtc-customer-login-topbar .rtc-customer-login-topbar__inner { min-height: 36px; padding: 0 10px; column-gap: 8px; }
    #rtc-customer-login-topbar .rtc-customer-login-topbar__desktop-label { display: none; }
    #rtc-customer-login-topbar .rtc-customer-login-topbar__mobile-label { display: inline; font-weight: 800; }
    #rtc-customer-login-topbar .rtc-customer-login-topbar__login { min-height: 27px; padding: 4px 9px; font-size: 11px; }
    #rtc-customer-login-topbar .rtc-customer-login-topbar__language { min-width: 56px !important; width: 56px !important; min-height: 27px !important; height: 27px !important; padding-left: 7px !important; font-size: 10px !important; }
}

@media (max-width: 520px) {
    #rtc-customer-login-topbar .rtc-customer-login-topbar__message { display: none; }
    #rtc-customer-login-topbar .rtc-customer-login-topbar__inner { grid-template-columns: auto 1fr auto; }
}
