.eshop-content .content-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.eshop-content .content-table-wrapper table {
    min-width: 640px;
    width: 100%;
    border-collapse: collapse;
}

.eshop-content .content-table-wrapper th,
.eshop-content .content-table-wrapper td {
    padding: 0.75rem 1rem;
    border: 1px solid var(--eshop-color-border);
    text-align: left;
    vertical-align: top;
}

.eshop-content .content-table-wrapper th {
    background: var(--eshop-color-muted-background);
    font-weight: 700;
}

.content-figure {
    margin: 1.5rem 0;
}

.content-image {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}