.seo-text__show-more {
    cursor: pointer;
}

.seo-text {
}

.seo-text__show-more {
    width: 6.25rem;
    height: 6.25rem;
    background-color: rgb(255 255 255 / 4%);
    border-radius: 50%;
    padding: 0;
    background-size: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.seo-text__show-more:hover {
    background-color: var(--color__fill-1);
}

.seo-text__show-more:active {
    background-color: var(--color__fill-4-a) !important;
}

.seo-text__show-more.is-open {
    background-image: none;
    background-color: var(--color__fill-1);
}

.seo-text__show-more.is-open::before {
    content: "";
    border-bottom: .1875rem solid #fff;
    width: 2rem;
    position: absolute;
}

.seo-text__show-more.is-open:hover {
    background-color: var(--color__fill-1-h) !important;
}

.seo-text__show-more.is-open:active {
    background-color: var(--color__fill-1-a) !important;
}

.seo-text__full-wrap *:first-child {
    margin-top: 0 !important;
}

.seo-text__full-wrap *:last-child {
    margin-bottom: 0 !important;
}

.seo-text__intro * {
    /* margin: 0 !important; */
    /* margin-top: 0; */
}

.seo-text__full-wrap {
    /* padding-top: 1.5rem; */
}








