/* GG Tier Pricing — Frontend Styles */

.gg-tier-pricing {
    margin: 15px 0;
}

.gg-tier-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
}

.gg-tier-table th,
.gg-tier-table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.gg-tier-table thead th {
    background-color: var(--ast-global-color-0, var(--gg-primary, #00A1E1));
    font-weight: 600;
    color: #fff;
    border-bottom: none;
}

.gg-tier-table tbody tr:hover {
    background-color: #f9f9f9;
}

.gg-tier-table tbody tr.gg-tier-active {
    background-color: #e8f6fd;
    font-weight: 600;
}

.gg-tier-table tbody tr.gg-tier-active td {
    color: #00A1E1;
}

/* Subtotal display under quantity */
.gg-tier-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e8f6fd;
    border: 1px solid #b8e2f6;
    border-radius: 4px;
    padding: 10px 14px;
    margin: 12px 0;
    font-size: 14px;
    color: #1E1E1C;
}

.gg-tier-subtotal .gg-tier-total-price {
    font-size: 16px;
    color: #00A1E1;
}

/* Print areas table */
.gg-print-areas th,
.gg-print-areas td {
    padding: 8px 12px;
}

.gg-print-areas thead th {
    background-color: #f5f5f5;
    font-weight: 600;
}
