.shipping-quote-inline {
    margin-top: 25px;
}
.sq-inline-box {
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 25px;
    background: #ffffff;
}
.sq-inline-box h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
}
.sq-inline-box p {
    margin: 0 0 20px;
    line-height: 1.5;
}
#shipping-quote-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#shipping-quote-form input,
#shipping-quote-form textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 12px 14px;
}
#shipping-quote-form textarea {
    min-height: 120px;
}
#shipping-quote-form button {
    border: 0;
    border-radius: 8px;
    padding: 14px;
    background: #00b2e2;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
}
#shipping-quote-success {
    color: #1d7f3f;
    font-weight: 700;
    padding-top: 15px;
}