/* Generated for items brought over from WooCommerce */

/* Main pricing table container */
#bpaBgPdTablerowProduct {
    display: grid;
    grid-template-columns: 160px 1fr 1fr 1fr;
    column-gap: 12px;
    padding: 6px 8px;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
}

/* Header (left column) */
#bpaBgPdTablerowProduct > div:first-child {
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}

/* Price & size columns */
#bpaBgPdPricecatProduct {
    text-align: center;
    white-space: nowrap;
}

/* Alternate row background */
#bpaBgPdTablerowProduct:nth-child(even) {
    background-color: #f9f9f9;
}

/* Pricing notes under the table */
.bpaBgPdPricesNonTable {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
    font-size: 13px;
    color: #444;
}
