/* Extracted from theme templates — keep selector names stable */
h1 {
        font-size: 28px !important;
    }

    table {
        border: 1px solid #949292;
        width: 100% !important;
        max-width: 100% !important;
    }

    table tr td {
        border: 1px solid #949292;
        padding: 15px;
    }

    .woocommerce ul.order_details li strong {
        font-family: "UTM Avo Bold";
    }

    .woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
    .woocommerce td.product-name .wc-item-meta dt,
    .woocommerce td.product-name dl.variation .wc-item-meta-label,
    .woocommerce td.product-name dl.variation dt {
        font-family: "UTM Avo Bold";
    }

    .woocommerce-table__product-name .wc-item-meta {
        padding-left: 0px;
    }

    strong {
        font-family: "UTM Helve Bold";
    }

    @media only screen and (max-width: 768px) {
        .site-content img {
            width: 100%;
            height: auto;
        }
    }
