/* Dokos Bridge - front office styles */
.dokosbridge-quote-box {
    margin-top: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}
.dokosbridge-quote-box .card-body {
    padding: 1rem;
}
.dokosbridge-quote-text {
    margin-bottom: .5rem;
    font-weight: 600;
}
.dokosbridge-quote-message {
    margin-bottom: .5rem;
}
.dokosbridge-quote-btn {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}
.dokosbridge-quote-btn .material-icons {
    font-size: 1.1rem;
    line-height: 1;
}
.dokosbridge-flash {
    margin: 1rem 0;
}

/* Delivery date picker */
.dokosbridge-delivery-date {
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}
.dokosbridge-delivery-date .card-body {
    padding: 1rem;
}
.dokosbridge-date-label {
    font-weight: 600;
    margin-bottom: .4rem;
    display: block;
}
.dokosbridge-date-input {
    max-width: 220px;
}
.dokosbridge-date-help {
    margin-top: .4rem;
    color: #888;
    font-size: .85rem;
}

/* Payment terms banner */
.dokosbridge-payment-terms {
    margin-top: 1rem;
    border: 1px solid #d4edda;
    border-radius: 6px;
    background: #f0f9f2;
}
.dokosbridge-payment-terms .card-body {
    padding: .75rem 1rem;
}
.dokosbridge-terms-text {
    margin: 0;
    font-size: .95rem;
}
