/* ================================
   I4P RFQ Button
   ================================ */

.i4p-rfq-button {
    display: block;
    margin-top: 20px;
    background-color: #3498db;
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-weight: 700;
}

.i4p-rfq-button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.i4p-rfq-feedback {
    margin-top: 10px;
    font-weight: 700;
}

.i4p-rfq-feedback.is-success {
    color: green;
}

.i4p-rfq-feedback.is-error {
    color: red;
}
