.single-product .wc-block-components-product-sku {
    color: var(--wp--preset--color--neutral-700);
}

.single-product .wc-block-components-product-sku > .sku {
    font-weight: inherit;
}

.single-product .wp-block-add-to-cart-form > form.cart::before {
    color: var(--wp--preset--color--neutral-800);
    content: 'Qty';
    display: block;
    font-weight: 600;
    margin-block-end: 0.5em;
    text-transform: uppercase;
}

.wc-tabs {
    border-bottom: 1px solid var(--wp--preset--color--neutral-600) !important;
}

.wc-tabs > .active {
    border-bottom-color: currentcolor !important;
    color: var(--wp--preset--color--primary) !important;
}

.wc-tabs > li {
    transition: all 0.25s ease-out;
    transition-property: border-color, color;
}

.wc-tabs > .active > a {
    pointer-events: none;
}

.wp-block-product-resources {
    list-style-type: none;
    padding-inline-start: 0;
}

.wp-block-product-resource-link {
    border-bottom: 1px solid currentcolor;
    display: block;
    padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--20);
    position: relative;
    text-decoration: none;
    transition: all 0.25s ease-out;
    transition-property: background-color, color;
}

.wp-block-product-resource-link:focus,
.wp-block-product-resource-link:hover {
    background-color: var(--wp--preset--color--neutral-500);
    color: var(--wp--preset--color--primary);
}

.wp-block-product-resource-link::after {
    border-color: currentcolor transparent transparent;
    border-style: solid;
    border-width: 0.25em;
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    transition: transform 0.125s ease-out;
}

.wp-block-product-resource-link:active::after {
    transform: translateY(0.25em);
    transition-duration: 0.075s;
}

.woocommerce .woocommerce-Tabs-panel {
    & table {
        border-collapse: collapse;
        width: 100%;

        & th,
        & td {
            border: 1px solid var(--wp--preset--color--table-border);
            color: var(--wp--preset--color--table-text);
            font-size: 0.75rem;
            font-weight: 400;
            overflow-wrap: normal;
            padding: 1em;
            text-align: left;
            text-wrap-style: balance;
            white-space: normal;
            word-break: normal;
        }

        & tr:first-of-type {
            & th,
            & td {
                font-weight: 600;
            }
        }

        & tbody {
            tr:nth-child(even) {
                background-color: var(--wp--preset--color--neutral-500);
            }

            & tr:nth-child(odd) {
                background-color: var(--wp--preset--color--base);
            }
        }
    }
}
