/* LX Quote – Frontend Styles */

.lxq-quote-btn {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 2px solid #1a1a1a !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    text-align: center !important;
}
.lxq-quote-btn:hover {
    background: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
}

.lxq-cart-form {
    margin-top: 30px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 28px;
}
.lxq-cart-form h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
.lxq-field {
    margin-bottom: 16px;
}
.lxq-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}
.lxq-field input,
.lxq-field textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.2s;
}
.lxq-field input:focus,
.lxq-field textarea:focus {
    border-color: #e8640a;
    outline: none;
}
.lxq-submit-btn {
    background: #e8640a !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
}
.lxq-submit-btn:hover {
    background: #c9530a !important;
}

/* My Account */
.lxq-status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}
.lxq-open     { background: #fff3cd; color: #856404; }
.lxq-sent     { background: #cce5ff; color: #004085; }
.lxq-accepted { background: #d4edda; color: #155724; }
.lxq-declined { background: #f8d7da; color: #721c24; }
.lxq-ordered  { background: #ffe0b2; color: #bf360c; }

.lxq-hint {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #999;
}


/* Zweiten Quote-Button ausblenden wenn Formular bereits via wp_footer gerendert */
.lx-product__quote-btn ~ #lxq-quote-form-wrapper ~ .lx-product__quote-btn,
#lxq-request-quote + #lxq-request-quote {
    display: none !important;
}
