/* це зробив кодекс початок */
.togas-category-size-tables {
    width: 100%;
    max-width: 100%;
}

.togas-category-size-tables__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 14px;
}

.togas-category-size-tables__icon {
    display: block;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.togas-category-size-tables__heading-copy {
    display: grid;
    gap: 3px;
}

.togas-category-size-tables__title {
    margin: 0;
    color: #0F1319;
    font-family: "Calleo-Trial", sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0;
}

.togas-category-size-tables__description {
    margin: 0;
    color: #9ca3af;
    font-family: "Calleo-Trial", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.04em;
}

.togas-category-size-tables__list {
    display: grid;
    gap: 13px;
}

.togas-category-size-tables__table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.togas-category-size-tables__table-scroll:focus-visible {
    outline: 2px solid #2c6e63;
    outline-offset: 2px;
}

.size-table.togas-category-size-table {
    width: 100%;
    min-width: calc(var(--togas-column-count, 1) * 120px);
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 !important;
    table-layout: fixed;
    background: transparent;
    box-shadow: none !important;
}

.togas-category-size-table,
.togas-category-size-table tbody,
.togas-category-size-table tr {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.togas-category-size-table tr::before,
.togas-category-size-table tr::after,
.togas-category-size-table td::before,
.togas-category-size-table td::after,
.togas-category-size-table th::before,
.togas-category-size-table th::after {
    display: none !important;
    content: none !important;
}

.togas-category-size-table th,
.togas-category-size-table td {
    width: calc(100% / var(--togas-column-count, 1));
    min-width: 0;
    padding: 5px 8px;
    border-top: 0 !important;
    border-bottom: 1px solid #e4e4e4 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: #272727;
    font-family: "Calleo-Trial", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-align: left;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.togas-category-size-table th:last-child,
.togas-category-size-table td:last-child {
    border-right: 0 !important;
}

.togas-category-size-table__header th {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f4f4f2;
    border-top: 0 !important;
    border-bottom: 1px solid #e4e4e4 !important;
    font-weight: 600;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 479px) {
    .togas-category-size-tables__heading {
        gap: 6px;
    }

    .togas-category-size-table th,
    .togas-category-size-table td {
        font-size: 11px;
    }
}
/* це зробив кодекс кінець */
