/* ===

Theme Name: SLE
Version: 1.2.0
Description: The Template is created for TemplateMonster
Author: Koval Web

*=== */
.seo.open .seo-btn .btn div::after {
    transform: translate(-50%, -50%) rotate(0);
}

.seo.open .seo-content {
    padding-bottom: 1.5rem;
}

.seo.open .seo-content .seo-content-visible {
    padding-bottom: 1.5rem;
}

.seo-content {
    border-bottom: 1px solid var(--border);
    padding-bottom: 2.5rem;
    width: 100%;
    overflow: hidden;
}

.seo-content .article > * {
    margin-bottom: 1.625rem;
}

.seo-content .article > *:last-child {
    margin-bottom: 0;
}

.seo-content .article h2, .seo-content .article h3, .seo-content .article h4, .seo-content .article h5, .seo-content .article h6 {
    padding-left: 0;
    font-weight: 400;
    color: var(--accent);
    font-family: var(--additional-font-family), serif;
}

.seo-content .article h2 {
    font-size: 1.625rem;
}

.seo-content .article h3 {
    font-size: 1.5rem;
}

.seo-content .article h4, .seo-content .article h5, .seo-content .article h6 {
    font-size: 1.25rem;
}

.seo-content .article.seo-content-visible > *:first-child {
    font-size: 1.25rem;
    padding-left: 0;
}

.seo-content-hidden {
    overflow: hidden;
}

.seo-btn {
    margin-left: 1.5rem;
}

.seo-btn .btn {
    width: 3rem;
    min-width: 3rem;
}

.seo-btn .btn div {
    position: relative;
    display: block;
    width: 3rem;
    height: 3rem;
    z-index: 1;
}

.seo-btn .btn div::before, .seo-btn .btn div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.125rem;
    height: 0.1875rem;
    transform: translate(-50%, -50%);
    background-color: var(--base);
    transition: all 0.2s;
}

.seo-btn .btn div::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.seo-content-btn {
    margin: 1.5rem 0 0 0;
}

@media (min-width: 480px) {
    .seo-content .article > * {
        padding-left: 1.5rem;
    }

    .seo-content-btn {
        margin-left: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .seo-content .article {
        max-width: 59.375rem;
    }

    .seo-content .article > * {
        padding-left: 3rem;
    }

    .seo-content-btn {
        margin-left: 3rem;
    }
}

@media only screen and (min-width: 1365px) {
    .seo-content .article {
        font-size: 1.125rem;
    }
}