/* Storico Ordini - Frontend Styles */

.av-storico-ordini {
    margin: 20px 0;
}

.av-storico-ordini h2 {
    margin-bottom: 20px;
}

.av-order-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.av-order-items li {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.av-order-items li:last-child {
    border-bottom: none;
}

.av-order-items .quantity {
    color: #666;
    margin-left: 5px;
}

.av-order-details {
    background: #f9f9f9;
}

.av-shipping-address {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
}

.av-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.av-status-completed,
.av-status-consegnato {
    background: #c8e6c9;
    color: #2e7d32;
}

.av-status-pending,
.av-status-in-attesa {
    background: #fff9c4;
    color: #f57f17;
}

.av-status-cancelled,
.av-status-annullato {
    background: #ffcdd2;
    color: #c62828;
}

@media screen and (max-width: 768px) {
    .av-order-items {
        font-size: 13px;
    }
    
    .av-shipping-address {
        font-size: 13px;
    }
}
