/* Wrapper for both simple & variable tier tables */
.gxp-tier-wrapper {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* The actual tier table box */
.gxp-tier-table {
    font-size: 13px;
    opacity: 0.9;
    margin-top: 6px;
}

/* Title "Wholesale tiered pricing" */
.gxp-tier-title {
    font-weight: 600;
    margin-bottom: 6px;
}

/* Table layout */
.gxp-tier-table table {
    border-collapse: collapse;
}

.gxp-tier-table td {
    padding: 3px 12px 3px 0;
    white-space: nowrap;
}

/* Wholesale badge — premium subtle style */
.gxp-wholesale-badge {
    display: inline-block;
    background: #eef2f6;
    color: #34495e;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
    margin-top: 2px;
    vertical-align: middle;
}
