/* BIF Request Quotation — Frontend (minimal, theme-friendly, scoped) */

#wrq-quotation-fields {
    padding: 10px 0;
}

#wrq-quotation-fields label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

#wrq-quotation-fields .input-text,
#wrq-quotation-fields textarea {
    width: 100%;
}

/* My Account — quotation status block */
.wrq-order-quotation-status {
    margin-top: 20px;
}

.wrq-order-quotation-status h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.wrq-expired-badge {
    font-weight: 600;
}

.wrq-status-accepted,
.wrq-status-sent,
.wrq-status-pending {
    font-weight: 600;
}

/* Thank-you page — inherits theme background, minimal wrapper */
.wrq-thankyou-message {
    margin: 20px 0;
    padding: 20px;
    border-radius: 4px;
}

.wrq-thankyou-message h2 {
    margin-top: 0;
}
