.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: 4px;
    padding: 6px;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    background: #F8FAFC;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    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: 34px;
    min-height: 26px;
    margin: 0;
    padding: 7px 11px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #334155;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.stlt-tab:hover,
.stlt-tab:focus-visible {
    background: #EAF1FF;
    color: #0B2A5B;
    outline: none;
}

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

.stlt-tab.is-active {
    background: #06265A;
    color: #FFFFFF;
    box-shadow: 0 8px 18px rgba(6, 38, 90, 0.22);
}

.stlt-tab.is-active:hover,
.stlt-tab.is-active:focus-visible {
    background: #06265A;
    color: #FFFFFF;
}

.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;
}
