/*
 * Product Fields — Global Web Concepts
 * Copyright (C) 2026 Global Web Concepts
 *
 * The SECTION HEADING IS NOT STYLED HERE. It uses the theme's own
 * `page-product-heading`, the same class as Data Sheet, More Info and
 * Reviews, so it inherits that look and any future change to it. This file
 * styles only what the theme has no opinion about: the group sub-heading and
 * the value table.
 */

.gwcfields-group {
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 0.4rem;
}

.gwcfields-group:first-of-type {
    margin-top: 0;
}

.gwcfields-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.75rem;
}

.gwcfields-table th,
.gwcfields-table td {
    padding: 0.5rem 0.75rem;
    border: 1px solid #e4e6e8;
    text-align: left;
    vertical-align: top;
}

.gwcfields-table th {
    width: 40%;
    font-weight: 400;
}

.gwcfields-table td > :first-child { margin-top: 0; }
.gwcfields-table td > :last-child  { margin-bottom: 0; }
