/**
 * Weller Hire - Hide Manual Price Tables
 * Version: 1.7.0 - "The Human-Error Proof Version"
 */

/* 1. Neutralize the wrapper: It stays visible (display: block) but 
      we strip all its styling so it doesn't add gaps or borders. */
.woocommerce-product-details__short-description .price-table-wrapper {
    display: block !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* 2. Ensure we don't have any 'ghost' table margins */
.woocommerce-product-details__short-description table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}