.stlt-widget-wrap {
    display: block;
    line-height: 1;
}

.stlt-switcher,
.stlt-switcher * {
    box-sizing: border-box;
}

.stlt-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    border: 1px solid #E1E3E7;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: none;
    overflow: hidden;
    isolation: isolate;
}

.stlt-layout-horizontal {
    flex-direction: row;
}

.stlt-layout-vertical {
    flex-direction: column;
}

.stlt-tab {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 26px;
    margin: 0;
    padding: 0 9px;
    border: 0 solid transparent;
    border-radius: 0;
    background: #FFFFFF;
    color: #687386;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.stlt-tab:not(.is-active):hover {
    background: #F3F4F6;
    color: #1C2A48;
}

.stlt-tab:focus-visible {
    position: relative;
    z-index: 2;
    outline: none;
    outline: 2px solid #7AA2FF;
    outline-offset: -2px;
}

.stlt-tab:active {
    transform: translateY(1px);
}

.stlt-tab.is-active {
    background: #1C2A48;
    color: #FFFFFF;
    font-weight: 700;
    box-shadow: none;
}

.stlt-switcher[aria-busy="true"] .stlt-tab {
    cursor: wait;
    pointer-events: none;
}

.stlt-google-translate-element {
    position: absolute !important;
    left: -99999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

body.stlt-hide-google-ui {
    top: 0 !important;
}

body.stlt-hide-google-ui > .skiptranslate,
body.stlt-hide-google-ui .goog-te-banner-frame.skiptranslate,
body.stlt-hide-google-ui iframe.goog-te-banner-frame,
body.stlt-hide-google-ui .goog-te-gadget,
body.stlt-hide-google-ui .goog-te-balloon-frame,
body.stlt-hide-google-ui #goog-gt-tt {
    display: none !important;
    visibility: hidden !important;
}

html.translated-ltr body,
html.translated-rtl body {
    top: 0 !important;
}

/* Smart translated CTA fit: keeps compact Elementor/header buttons from wrapping after ES translation. */
html.stlt-compact-buttons.stlt-is-translated .elementor-button,
html.stlt-compact-buttons.stlt-is-translated .elementor-button .elementor-button-text,
html.stlt-compact-buttons.stlt-is-translated .elementor-button .elementor-button-content-wrapper,
html.stlt-compact-buttons.stlt-is-translated .wp-block-button__link,
body.stlt-compact-buttons.stlt-is-translated .elementor-button,
body.stlt-compact-buttons.stlt-is-translated .elementor-button .elementor-button-text,
body.stlt-compact-buttons.stlt-is-translated .elementor-button .elementor-button-content-wrapper,
body.stlt-compact-buttons.stlt-is-translated .wp-block-button__link {
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

html.stlt-compact-buttons.stlt-is-translated .elementor-button .elementor-button-content-wrapper,
body.stlt-compact-buttons.stlt-is-translated .elementor-button .elementor-button-content-wrapper {
    flex-wrap: nowrap !important;
}

.stlt-manual-text {
    display: inline !important;
    font: inherit !important;
    color: inherit !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
    text-decoration: inherit !important;
}
