/* ANKOR HEADER PATCH 04.1 */
.ankor-servicebar{background:#0A3A6B;color:#fff;min-height:30px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1.2;letter-spacing:.01em;position:relative;z-index:12}
.ankor-servicebar__inner{width:100%;max-width:1440px;margin:0 auto;padding:0 24px;min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:22px;box-sizing:border-box}
.ankor-servicebar__item{white-space:nowrap;opacity:.96;display:flex;align-items:center;gap:7px}
.ankor-servicebar__dot{width:5px;height:5px;border-radius:50%;background:#57C7F0;display:inline-block;flex:0 0 auto}
header .search-wrapper,.header_wrap .search-wrapper,.header-wrapper .search-wrapper,.header_wrap .search,.header-wrapper .search,header .search{background:#EEF4F8 !important;border-radius:7px !important}
header input[type="search"],header input.search-input,.header_wrap input[type="text"][name*="q"],.header-wrapper input[type="text"][name*="q"]{background:#EEF4F8 !important;border-color:#E0E8EF !important;border-radius:7px !important}
.header_wrap .search-block,.header-wrapper .search-block,header .search-block{background:#EEF4F8 !important;border-radius:7px !important;padding:8px 12px !important}
@media(max-width:767px){.ankor-servicebar__inner{overflow-x:auto;justify-content:flex-start;gap:18px;padding:0 14px}.ankor-servicebar{font-size:11px}}

/* ANKOR FIXED LOGO PATCH 05.1 — CSS only, sticky state only */
.wrapper1.sticky_menu .logo {
    width: 155px !important;
    min-width: 155px !important;
    height: 44px !important;
    min-height: 44px !important;
    background-image: url('/include/logo.png?v=20260923-fixed51') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    display: block !important;
}
.wrapper1.sticky_menu .logo img,
.wrapper1.sticky_menu .logo svg,
.wrapper1.sticky_menu .logo picture {
    opacity: 0 !important;
    visibility: hidden !important;
}
.wrapper1.sticky_menu .logo a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 767px) {
    .wrapper1.sticky_menu .logo {
        width: 132px !important;
        min-width: 132px !important;
        height: 38px !important;
        min-height: 38px !important;
    }
}
