/**
 * CSS Front-Office pour le module AVPQuotation
 * Compatible PrestaShop 8 et 9
 */

.avpquotation-container {
    margin-top: 20px;
    margin-bottom: 40px;
}

.avpquotation-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.avpquotation-table td,
.avpquotation-table th {
    vertical-align: middle;
}

.avpquotation-status {
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

.avpquotation-status-pending {
    background-color: #f0ad4e;
}

.avpquotation-status-accepted {
    background-color: #5cb85c;
}

.avpquotation-status-refused {
    background-color: #d9534f;
}

.avpquotation-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
}
