
.seo-wrap {
    padding: 30px 5px 30px 15px;
    background: var(--footer_bg_color_2);
}
.seo-text-o {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 15px;
}
.seo-text-o h1:first-of-type {
    margin-top: 5px;
}
table tr td {
    padding: 15px;
    background: var(--bg_color_2);
    border: none;
    word-break: break-word;
}
table tr td p {
    margin: 0;
}
/*.dark .seo-wrap {*/
/*    background: #12131c;*/
/*}*/
@media screen and (max-width: 550px) {
    table tr td {
        padding: 9px;
        font-size: 14px;
    }
}

.seo-text-o {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 15px;
    color: var(--footer_txt_1);
}
.seo-text-o h1:first-of-type {
    margin-top: 0;
}
.seo-text-o::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}
.seo-text-o::-webkit-scrollbar-thumb {
    background: #dedede;
    width: 5px;
    border-radius: 7px;
}
table tr td {
    padding: 15px;
    /* background: #d7deea; */
    border: none;
    word-break: break-word;
}
.light table tr td{
    background: #d7deea;
}
/* .dark table tr td {
    background: #171f3d;
} */
@media screen and (max-width: 550px) {
    table tr td {
        padding: 9px;
        font-size: 14px;
    }
}

.seo-text-o a {
    color: #3396d3 !important;
}