#qq-insurance-cta {
    background: #f8f1e7;
    border: 1px solid #eadbc5;
    border-radius: 16px;
    padding: 10px 25px;
    margin: 20px auto;
    max-width: 1200px;
}


.qq-cta-inner {
    max-width: 1150px;
    margin: auto;
    text-align: center;
}


.qq-cta-inner h2 {
    margin: 0 0 8px;
    font-size: 30px;
    color: #14213d;
}


.qq-cta-inner p {
    margin-bottom: 8px;
    color: #4b5563;
}


/* Put insurance buttons and quote form on same row */
.qq-insurance-buttons,
.qq-quote-form {
    display: inline-flex;
    align-items: center;
}


.qq-insurance-buttons {
    gap: 10px;
    margin-right: 12px;
}


.qq-insurance-buttons button {
    background: #dceef8;
    color: #123456;
    border: 1px solid #b8d5e6;
    padding: 11px 22px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.2s;
}


.qq-insurance-buttons button:hover {
    background: #c5e3f3;
    color: #123456;
}


.qq-insurance-buttons button.active {
    background: #1468d5;
    color: #ffffff;
    border-color: #1468d5;
}


.qq-quote-form {
    gap: 10px;
}


#qq-zip {
    height: 42px;
    width: 150px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
}


#qq-get-quote {
    height: 42px;
    padding: 0 30px;
    background: #198754;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}


#qq-get-quote:hover {
    background: #146c43;
}


@media(max-width:900px){

    .qq-insurance-buttons,
    .qq-quote-form {
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        margin:10px 0;
    }

}
