.gm-product-description-content .gm-product-content-table-wrap {
    width: 100%;
    max-width: 100%;
    margin: 1.25rem 0;
    overflow-x: auto;
    border: 1px solid rgba(42, 1, 54, 0.12);
    border-radius: 14px;
    background: #fffdf8;
    box-shadow: 0 10px 24px rgba(42, 1, 54, 0.07);
    scrollbar-color: rgba(109, 58, 135, 0.55) #fff8f0;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.gm-product-description-content .gm-product-content-table-wrap:focus-visible {
    outline: 3px solid rgba(109, 58, 135, 0.3);
    outline-offset: 3px;
}

.gm-product-description-content table,
.gm-product-description-content table.gm-product-content-table {
    width: 100% !important;
    min-width: 32rem;
    margin: 1.25rem 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fffdf8;
    color: rgba(42, 1, 54, 0.82);
    font-size: 0.94rem;
    line-height: 1.5;
    table-layout: auto;
}

.gm-product-description-content .gm-product-content-table-wrap > table {
    margin: 0;
}

.gm-product-description-content table col,
.gm-product-description-content table th,
.gm-product-description-content table td {
    width: auto !important;
}

.gm-product-description-content table caption {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(42, 1, 54, 0.1);
    background: #fff8f0;
    color: #2a0136;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
    caption-side: top;
}

.gm-product-description-content table th,
.gm-product-description-content table td {
    min-width: 8rem;
    padding: 12px 14px;
    border: 0;
    border-right: 1px solid rgba(42, 1, 54, 0.08);
    border-bottom: 1px solid rgba(42, 1, 54, 0.08);
    text-align: left;
    vertical-align: middle;
}

.gm-product-description-content table th:last-child,
.gm-product-description-content table td:last-child {
    border-right: 0;
}

.gm-product-description-content table tr:last-child > th,
.gm-product-description-content table tr:last-child > td,
.gm-product-description-content table tbody:last-child tr:last-child > th,
.gm-product-description-content table tbody:last-child tr:last-child > td {
    border-bottom: 0;
}

.gm-product-description-content table thead th,
.gm-product-description-content table.gm-product-content-table--legacy-header tbody:first-of-type > tr:first-child > td {
    background: #2a0136;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.025em;
}

.gm-product-description-content table tbody tr:nth-child(even) td {
    background: #fff8f0;
}

.gm-product-description-content table tbody td:first-child {
    color: #2a0136;
    font-weight: 800;
}

.gm-product-description-content table.gm-product-content-table--legacy-header tbody:first-of-type > tr:first-child > td:first-child {
    color: #fff;
}

.gm-product-description-content table p {
    margin: 0;
    color: inherit;
}

.gm-product-description-content .gm-product-content-table-note {
    margin: -0.5rem 0 1.25rem;
    padding: 10px 12px;
    border-left: 3px solid rgba(109, 58, 135, 0.42);
    border-radius: 0 8px 8px 0;
    background: rgba(255, 248, 240, 0.72);
    color: rgba(42, 1, 54, 0.68);
    font-size: 0.82rem;
    line-height: 1.5;
}

.gm-product-description-editor-content {
    padding: 16px;
    background: #fffdf8;
    color: rgba(42, 1, 54, 0.82);
}

.gm-product-description-editor-content table {
    border: 1px solid rgba(42, 1, 54, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(42, 1, 54, 0.07);
    overflow: hidden;
}

@media (max-width: 575px) {
    .gm-product-description-content .gm-product-content-table-wrap {
        margin: 1rem 0;
        border-radius: 12px;
    }

    .gm-product-description-content table th,
    .gm-product-description-content table td {
        padding: 11px 12px;
    }
}
