.seo {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        padding-bottom: 16px;
    }

    ul,
    ol {
        display: flex;
        flex-direction: column;
        gap: 8px;
        list-style-position: inside;
        margin: 16px 0;
    }

    ul li,
    ol li {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #444A58;
    }

    ul li::marker,
    ol li::marker {
        font-weight: 600;
        line-height: 24px;
        color: #1173EB;
    }

    ul li {
        padding-left: 0;
        position: relative;
        padding-left: 20px;
    }

    ul li::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #1173EB;
        position: absolute;
        left: 0;
        top: 8px;
    }
}

.header__alert__right__lang span {
    display: none;
}

.navbar__mobile__lang {
    display: flex;
    align-items: center;
    gap: 0 !important;
}

.navbar__mobile__lang a {
    padding: 12px 16px !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.navbar__mobile__lang .gt-current-lang {
    color: #49B4A5;
}

.navbar__mobile__lang li {
    width: auto !important;
}
