.seo-wrapper {
    width: 40%;
    float: left;
    margin: 0 30px 30px 0;
}
table {
    color: #dedede;
    border-spacing: 10px;
    border: none;
}
table tr td {
    padding: 15px;
    background: rgba(255,255,255,.4);
    border: none;
}
.Page_seoSnippet--O0V {
    background: var(--bg_color_2);
}
.seo-text-o {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 15px;
}
.seo-text-o a {
    color: var(--accent_color_3);
}
.seo-text-o a:hover {
    text-decoration: underline;
}
.seo-text-o h1:first-of-type {
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .seo-wrapper {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    table {
        border-spacing: 3px;
    }
    table tr td {
        padding: 10px;
    }
}
