/* Home Page Amount Form  */

input.quick-quote-loan-amount {
    font-size: 1.6rem;
    font-weight: 600;
    height: 3rem;
    min-height: 3rem;
    padding: 5px 17px 5px 40px;
    border-radius: 10px;
    color: var(--secondary-color);
    background-color: hsl(220, 36%, 95%);
    border: 1px solid transparent;
    appearance: none;
    -webkit-appearance: none;
    margin: 0 0 20px;
    width: 32%;
    max-width: 100%;
}
.hero_qlf_ffield::before {
    content: "$";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 2.5rem;
    color: var(--primary-color);
    height: 3rem;
    pointer-events: none;
    font-size: 1.6rem;
    font-weight: bold;
}

/* Legacy Gravity Forms styling removed 20/08/2025 - GH & BD */