.seo-text-wrapper {
    overflow-x: hidden;
}

.seo-text-toggle {
    background: #f6f6f6;
    border: 1px solid transparent;
    color: rgba(34, 39, 41, 0.7);
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.seo-text-toggle:hover {
    border: 1px solid #007f92;
}

.toggle-icon {
    font-size: 18px;
}

.seo-text-content {
    display: none;
    padding: 10px 0;
}


@media screen and (min-width: 1360px) {
    .seo-text-wrapper {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1360px;
        margin: 0 auto 40px;
    }
}

@media screen and (max-width: 768px) {
    .seo-text-wrapper {
        padding: 0 6.25vw;
        padding-bottom: 10vw;
        padding-top: 15.625vw;
    }
}


.seo-text-wrapper hr {
    width: 100%;
    height: 1px;
    background: #AEAEAE;
    margin: 0;
}

.seo-text-content ul, .seo-text-content ol {
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
}
