/* GPS Besturing Dealer - Public Styles */

/* Dealer-badge op cart en checkout */
.gpsd-dealer-badge {
    background-color: #f0f7ef;
    border: 1px solid #4caf50;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #2e7d32;
}

.gpsd-dealer-badge span {
    display: inline-block;
}

/* Notificatie op dealer-landingspagina */
.gpsd-coupon-activated-notice {
    background-color: #d4edda;
    border: 2px solid #28a745;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 24px;
    color: #155724;
    font-size: 15px;
    line-height: 1.5;
}

.gpsd-coupon-activated-notice p {
    margin: 0;
}

/* Productpagina: originele prijs doorgestreept + dealerprijs */
.gpsd-original-price {
    color: #999;
    font-size: 0.9em;
    text-decoration: line-through;
    margin-right: 6px;
}

.gpsd-dealer-price {
    color: #2e7d32;
    font-weight: 700;
    text-decoration: none;
}

.gpsd-dealer-label {
    display: block;
    color: #2e7d32;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 600;
}

/* Cart/checkout: dealer-korting rij */
.gpsd-dealer-discount-row th,
.gpsd-dealer-discount-row td {
    color: #2e7d32;
    font-weight: 600;
}

.gpsd-discount-amount {
    color: #2e7d32;
    font-weight: 700;
}
