.sapd-agent-pricing-box {
    background-color: #fff4f4; /* Light red background to highlight deal */
    border: 1px solid #ffcccc;
    border-left: 4px solid #dc3545;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
    font-size: 0.95em;
}

.sapd-user-level-badge {
    display: inline-block;
    background-color: #dc3545;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.85em;
    margin-bottom: 8px;
    font-weight: 600;
}

.sapd-price-row {
    margin: 5px 0;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sapd-original-price {
    color: #6c757d;
    text-decoration: line-through;
    margin: 0 5px;
    font-size: 0.9em;
}

.sapd-final-price {
    color: #dc3545; /* Red price */
    font-weight: bold;
    font-size: 1.4em;
    margin-right: 10px;
}

.sapd-discount-info {
    color: #dc3545;
    font-weight: normal;
    font-size: 0.9em;
}

.sapd-savings-row {
    margin-top: 8px;
    color: #666;
    font-size: 0.9em;
}

.sapd-savings-text {
    color: #28a745; /* Green for savings amount */
    font-weight: 600;
    margin-left: 5px;
}

/* List view adjustments */
.sapd-badge-list {
    display: inline-block;
    background: #ffeeba;
    color: #856404;
    font-size: 0.75em;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: middle;
}
