/* Todo: move to main.css */

table.has-fixed-layout {
    table-layout: auto;
}

@media (min-width: 760px) {
    table.has-fixed-layout {
        table-layout: fixed;
    }
}

.wp-block-image img {
    width: 100%;
}

.custom-seo img {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    margin: 0 0 16px;
    width: 100%;
}

.custom-seo *+.wp-block-image {
    margin-top: 16px
}

@media (min-width: 1200px) {
    .custom-seo .wp-block-image {
        border-radius: 12px;
        margin-bottom: 24px
    }

    .custom-seo *+.wp-block-image {
        margin-top: 32px
    }
}