.single-article {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

@media (max-width: 1280px) {
    .single-article {
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 768px) {
    .single-article {
        padding-left: 20px;
        padding-right: 20px;
    }
}


.single-article .wp-block-table {
    overflow-x: auto;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
}

.single-article table,
.single-article .wp-block-table table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
    table-layout: auto;
    background-color: transparent;
}


.single-article table th {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 500;
    padding: 12px 15px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
}


.single-article table td {
    color: #fff;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: transparent;
}


.single-article table tbody tr:nth-child(even) td {
    background-color: rgba(255, 255, 255, 0.02);
}


.single-article table tbody tr:hover td {
    background-color: rgba(255, 255, 255, 0.05);
}


.single-article > table {
    overflow-x: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.single-article > table thead,
.single-article > table tbody {
    display: table;
    width: 100%;
    table-layout: auto;
}


.single-article img,
.single-article .wp-block-image img,
.single-article figure img,
.single-article .wp-block-gallery img {
    border-radius: 20px;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.single-article .wp-block-gallery .wp-block-image img {
    border-radius: 20px;
}


.single-article .wp-block-columns .wp-block-image img {
    border-radius: 20px;
}


.single-article img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.single-article .wp-block-image,
.single-article figure {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.single-article .wp-block-image figure {
    margin: 0 auto;
}

