/* Partner indirim bildirimleri */
.pds-discount-notice {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 10px 0;
}

.pds-discount-notice.error {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Sepet sayfası indirim gösterimi */
.pds-cart-discount {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 0.9em;
    margin: 5px 0;
}

/* Partner badge */
.pds-partner-badge {
    display: inline-block;
    background: #007cba;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8em;
    font-weight: 500;
}