/**
 * WooCommerce Oversize Shipping Control
 * Styles for oversize product notices
 */

.oversize-product {
    color: red;
    font-size: inherit;
    margin-top: 5px;
}

.woocommerce table.shop_table td.product-name:has(.oversize-product) {
    display: inline-block !important;
    width: 100%;
  }
