.as-wholesale-tier-table.prominent {
    margin: 25px 0;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border: 2px solid #3498db;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.15);
}

.as-wholesale-tier-table h3 {
    margin: 0 0 15px 0;
    color: #2c3e50;
    font-size: 1.25em;
    text-align: center;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

.as-wholesale-tier-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    background: white;
}

.as-wholesale-tier-table th,
.as-wholesale-tier-table td {
    padding: 14px 10px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.as-wholesale-tier-table th {
    background: #3498db;
    color: white;
    font-weight: 600;
}

.as-wholesale-tier-table tr:hover {
    background: #f0f8ff;
}

.as-wholesale-tier-table .discount {
    color: #e74c3c;
    font-weight: bold;
}

.as-wholesale-tier-table .savings {
    color: #27ae60;
    font-weight: bold;
}

.wholesale-note {
    text-align: center;
    font-size: 0.9em;
    color: #7f8c8d;
    margin-top: 12px;
}

.wholesale-badge {
    color: #e67e22;
    font-weight: bold;
}