.wk-sandnes-size-guide-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.25em 0;
    max-width: 100%;
}

.wk-sandnes-size-guide {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
    line-height: 1.4;
}

.wk-sandnes-size-guide th,
.wk-sandnes-size-guide td {
    padding: 0.55em 0.75em;
    border: 1px solid #e2e2e2;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

.wk-sandnes-size-guide thead th {
    background: #f7f7f7;
    font-weight: 600;
}

.wk-sandnes-size-guide tbody th {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #fff;
    text-align: left;
    font-weight: 600;
    min-width: 9.5em;
    white-space: normal;
}

.wk-sandnes-size-guide tbody td {
    min-width: 4.5em;
}

@media (max-width: 768px) {
    .wk-sandnes-size-guide {
        font-size: 0.875em;
    }

    .wk-sandnes-size-guide th,
    .wk-sandnes-size-guide td {
        padding: 0.45em 0.55em;
    }

    .wk-sandnes-size-guide tbody th {
        min-width: 7.5em;
    }
}
