/* Portal templates only: uphold the A2B editorial typography without changing App pages. */
body.home.blog,
body.single-post {
    font-family: 'Open Sans', Arial, sans-serif;
}

body.home.blog h1,
body.home.blog h2,
body.home.blog h3,
body.single-post h1,
body.single-post h2,
body.single-post h3 {
    font-family: 'Raleway', Arial, sans-serif;
}

body.home.blog {
    background: #fff;
}

.a2b-mobile-shell {
    display: none;
    --a2b-green: var(--a2b-shell-primary, #17A354);
    --a2b-action: var(--a2b-shell-action, #21BA45);
    --a2b-navy: var(--a2b-shell-navy, #0A123E);
    --a2b-ink: var(--a2b-shell-ink, #1B1C1D);
    --a2b-line: var(--a2b-shell-line, #E9ECEF);
    font-family: var(--a2b-shell-font-family, 'Open Sans', Arial, sans-serif);
    color: var(--a2b-ink);
}

.a2b-mobile-shell * {
    box-sizing: border-box;
}

.a2b-mobile-shell__header {
    background: var(--a2b-shell-header-bg, #fff);
    padding: 28px 18px 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    position: relative;
    z-index: 20;
}

.a2b-mobile-shell__brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.a2b-mobile-shell__logo {
    width: min(62vw, var(--a2b-shell-logo-max-width, 250px));
    height: auto;
}

.a2b-mobile-shell__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 6px;
    background: var(--a2b-navy);
    color: #fff;
    font: 700 var(--a2b-shell-header-cta-font-size, 14px)/1 'Raleway', Arial, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}

.a2b-mobile-shell__search {
    display: flex;
    margin-top: 16px;
    border: 2px solid #DADDE1;
    border-radius: 8px;
    overflow: hidden;
    min-height: 54px;
}

.a2b-mobile-shell__search:focus-within {
    border-color: var(--a2b-action);
    box-shadow: none;
}

.a2b-mobile-shell__search-input {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: 0 16px;
    border: 0;
    background: #fff;
    color: #ADB5BD;
    font-size: var(--a2b-shell-search-font-size, 16px);
    outline: none;
}

.a2b-mobile-shell__search-input::placeholder {
    color: #ADB5BD;
    opacity: 1;
}

.a2b-mobile-shell__search-submit {
    width: 58px;
    min-width: 58px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--a2b-action);
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
}

.a2b-mobile-shell__context {
    display: grid;
    gap: 6px;
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid var(--a2b-line);
    border-radius: 10px;
    background: #f7faf8;
}

.a2b-mobile-shell__context strong {
    color: var(--a2b-navy);
    font-size: 16px;
    line-height: 1.2;
}

.a2b-mobile-shell__context span {
    color: #5d6978;
    font-size: 13px;
    line-height: 1.45;
}

.a2b-mobile-shell__bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: var(--a2b-shell-bottom-height, 70px);
    background: var(--a2b-green);
    z-index: 25;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .18);
}

.a2b-mobile-shell__bottom a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--a2b-visual-mobile-shell-bottom-content, #fff);
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, .18);
    font-size: var(--a2b-shell-bottom-label-font-size, 12px);
}

.a2b-mobile-shell__bottom a[aria-current="page"] {
    color: var(--a2b-visual-mobile-shell-bottom-active, var(--a2b-visual-mobile-shell-bottom-content, #fff));
}

.a2b-mobile-shell__bottom a:last-child {
    border-right: 0;
}

.a2b-mobile-shell__bottom-icon {
    display: block;
    position: relative;
    width: 26px;
    height: 24px;
}

.a2b-mobile-shell__bottom-icon::before,
.a2b-mobile-shell__bottom-icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.a2b-mobile-shell__bottom-icon--cart::before {
    left: 3px;
    top: 5px;
    width: 18px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 2px;
}

.a2b-mobile-shell__bottom-icon--cart::after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 5px;
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    box-shadow: 3px 16px 0 -1px currentColor, 11px 16px 0 -1px currentColor;
}

.a2b-mobile-shell__bottom-icon--home::before {
    left: 4px;
    top: 9px;
    width: 18px;
    height: 13px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 2px;
}

.a2b-mobile-shell__bottom-icon--home::after {
    left: 5px;
    top: 2px;
    width: 16px;
    height: 16px;
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
    transform-origin: center;
}

.a2b-mobile-shell__bottom-icon--user::before {
    left: 8px;
    top: 2px;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-radius: 999px;
}

.a2b-mobile-shell__bottom-icon--user::after {
    left: 4px;
    bottom: 1px;
    width: 18px;
    height: 10px;
    border: 2px solid currentColor;
    border-radius: 12px 12px 3px 3px;
    border-bottom: 0;
}

.a2b-mobile-shell__bottom-icon--menu::before {
    left: 3px;
    top: 5px;
    width: 20px;
    height: 14px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.a2b-mobile-shell__bottom-icon--menu::after {
    left: 3px;
    top: 11px;
    width: 20px;
    border-top: 2px solid currentColor;
}

.a2b-mobile-shell--portal-nav .a2b-mobile-shell__bottom {
    z-index: 18;
}

@media (max-width: 767px) {
    body.a2b-mobile-shell-enabled {
        padding-bottom: calc(var(--a2b-shell-bottom-height, 70px) + 8px);
        background: #ffffff;
    }

    body.a2b-mobile-shell-enabled .oxy-header-wrapper,
    body.a2b-mobile-shell-enabled #_header-1-29,
    body.a2b-mobile-shell-enabled #amp-mobile-version-switcher {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    body.a2b-mobile-shell-enabled #main_inner_content {
        padding-top: 0 !important;
    }

    body.a2b-mobile-shell-enabled .ct-section-inner-wrap {
        max-width: 100% !important;
    }

    body.a2b-mobile-shell-enabled .a2b-mobile-shell {
        display: block;
    }

    body.home.blog {
        padding-bottom: calc(var(--a2b-shell-bottom-height, 70px) + 8px);
        background: #ffffff;
    }

    body.home.blog .sec_footer,
    body.home.blog #amp-mobile-version-switcher {
        display: none !important;
    }

    body.home.blog #section-2-32,
    body.home.blog #section-2-32-1 {
        padding: 24px 18px 96px !important;
    }

    body.home.blog #div_block-1171-32-1,
    body.home.blog #div_block-440-32,
    body.home.blog #div_block-443-32 {
        margin-top: 0 !important;
    }

    body.home.blog .a2b-mobile-shell--portal-nav .a2b-mobile-shell__bottom {
        bottom: 0;
    }

    body.home.blog.oxy-nav-menu-prevent-overflow .a2b-mobile-shell--portal-nav .a2b-mobile-shell__bottom,
    html.oxy-nav-menu-prevent-overflow body.home.blog .a2b-mobile-shell--portal-nav .a2b-mobile-shell__bottom {
        opacity: 0;
        pointer-events: none;
        transform: translateY(110%);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    body.home.blog .oxy-header-wrapper,
    body.home.blog #_header-1-29,
    body.home.blog #div_block-286-29,
    body.home.blog #-pro-menu-272-29 {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    body.home.blog .oxy-header-search_form.visible {
        z-index: 36;
    }

    body.home.blog #headline-1140-32,
    body.home.blog #headline-1140-32-1 {
        margin-top: 0 !important;
        margin-bottom: 22px !important;
        font-size: 34px !important;
        line-height: 1.08 !important;
        color: var(--a2b-navy) !important;
        letter-spacing: -0.03em;
    }

    body.home.blog #headline-265-32,
    body.home.blog #headline-445-32 {
        margin: 0 0 18px !important;
        color: var(--a2b-navy) !important;
        font-size: 28px !important;
        line-height: 1.1 !important;
        letter-spacing: -0.02em;
    }

    body.home.blog .feat__blog {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        margin: 0 0 28px !important;
        overflow: hidden;
        border: 1px solid #e6ebee;
        border-radius: 22px !important;
        background: #ffffff;
        box-shadow: 0 18px 40px rgba(10, 18, 62, 0.08);
    }

    body.home.blog .feat__blog--img-card,
    body.home.blog .feat__blog--content {
        width: 100% !important;
    }

    body.home.blog .feat__blog--img-link,
    body.home.blog .card__blog--img-link {
        display: block !important;
    }

    body.home.blog .feat__blog--img {
        width: 100% !important;
        height: 228px !important;
        object-fit: cover;
        display: block;
    }

    body.home.blog .feat__blog--content {
        padding: 18px 18px 20px !important;
    }

    body.home.blog .feat__blog--heading,
    body.home.blog .feat__blog--heading a {
        color: var(--a2b-navy) !important;
        font-size: 26px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.02em;
        text-decoration: none !important;
    }

    body.home.blog .feat__blog--desc-space {
        margin-top: 12px !important;
        color: #4c5a67 !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    body.home.blog .card__blog__autor--space,
    body.home.blog .feat__blog--info {
        margin-top: 14px !important;
    }

    body.home.blog .card__blog__autor {
        display: flex !important;
        align-items: center;
        gap: 10px;
    }

    body.home.blog .card__blog__autor--img {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        border-radius: 999px !important;
    }

    body.home.blog .card__blog__autor--name,
    body.home.blog .card__blog--data,
    body.home.blog .card__blog--comment {
        color: #6b7785 !important;
        font-size: 13px !important;
    }

    body.home.blog .feat__blog--icon-com,
    body.home.blog .card__blog--icon-com {
        gap: 6px;
    }

    body.home.blog #_dynamic_list-22-32,
    body.home.blog #_dynamic_list-446-32 {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin-top: 0 !important;
    }

    body.home.blog .card__blog {
        overflow: hidden;
        border: 1px solid #e6ebee;
        border-radius: 20px !important;
        background: #ffffff;
        box-shadow: 0 14px 34px rgba(10, 18, 62, 0.06);
    }

    body.home.blog .card__blog--img {
        width: 100% !important;
        height: 196px !important;
        object-fit: cover;
        display: block;
        background: #eef3f5;
    }

    body.home.blog .card__blog--content {
        padding: 16px 16px 18px !important;
    }

    body.home.blog .card__blog--heading,
    body.home.blog .card__blog--heading a,
    body.home.blog .card__blog--heading-link {
        color: var(--a2b-navy) !important;
        text-decoration: none !important;
    }

    body.home.blog .card__blog--heading {
        font-size: 21px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.02em;
        margin-bottom: 14px !important;
    }

    body.home.blog .card_blog_info,
    body.home.blog .card__blog--info {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        flex-wrap: wrap;
    }

    body.home.blog .card__blog--icon {
        color: #17a354 !important;
    }

    .a2b-mobile-shell {
        display: block;
    }

    body.home.wp-singular.page {
        padding-bottom: calc(var(--a2b-shell-bottom-height, 70px) + 8px);
        background:
            linear-gradient(180deg, var(--a2b-shell-page-bg, #f4f7f8) 0, var(--a2b-shell-page-bg, #f4f7f8) 180px, #ffffff 180px, #ffffff 100%);
    }

    body.home.wp-singular.page .oxy-header-wrapper,
    body.home.wp-singular.page #_header-1-29,
    body.home.wp-singular.page #div_block-286-29,
    body.home.wp-singular.page .oxy-pro-menu-mobile-open-icon,
    body.home.wp-singular.page .oxy-pro-menu-mobile-close-icon,
    body.home.wp-singular.page .oxy-pro-menu-container,
    body.home.wp-singular.page .oxy-pro-menu-off-canvas-container,
    body.home.wp-singular.page .oxy-pro-menu-open-container,
    body.home.wp-singular.page #amp-mobile-version-switcher {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    body.home.wp-singular.page #main_inner_content {
        padding-top: 0 !important;
    }

    body.home.wp-singular.page .ct-section-inner-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.home.wp-singular.page .a2b-coming-soon {
        padding: 26px 18px 98px !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body.home.wp-singular.page .a2b-coming-soon h1,
    body.home.wp-singular.page .a2b-coming-soon h2 {
        font-size: 32px !important;
        line-height: 1.08 !important;
    }

    body.home.wp-singular.page .a2b-coming-soon p,
    body.home.wp-singular.page .a2b-coming-soon li,
    body.home.wp-singular.page .a2b-coming-soon a {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    body.home.wp-singular.page .a2b-mobile-shell--app {
        display: block;
    }

    body.a2b-mobile-shell-enabled #div_block-286-29,
    body.a2b-mobile-shell-enabled #-pro-menu-272-29,
    body.a2b-mobile-shell-enabled #-pro-menu-272-29 .oxy-pro-menu-mobile-open-icon,
    body.a2b-mobile-shell-enabled #-pro-menu-272-29 .oxy-pro-menu-mobile-close-icon,
    body.a2b-mobile-shell-enabled #-pro-menu-272-29 .oxy-pro-menu-container,
    body.a2b-mobile-shell-enabled #-pro-menu-272-29 .oxy-pro-menu-off-canvas-container,
    body.a2b-mobile-shell-enabled #-pro-menu-272-29 .oxy-pro-menu-open-container {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

@media (min-width: 768px) {
    .a2b-mobile-shell {
        display: none !important;
    }
}
