.rm-roof-maxx-estimator {
    background: #69813b21;
    border-radius: 1rem;
    padding: 2em;
    max-width: 700px;
    box-shadow: 0 2px 12px rgba(60, 156, 46, 0.07);
}

form#lifespanForm {
    width: 700px;
    max-width:100%;
    display: flex;
    flex-direction: column;
}

#lifespanForm div {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.rm-roof-maxx-estimator label {
    display: block;
    margin-bottom: 1rem;
    font-weight: 500;
    width: 260px;
}
.rm-roof-maxx-estimator label span {
    font-weight: bold;
}
.rm-roof-maxx-estimator input, 
.rm-roof-maxx-estimator select {
    width: 100%;
    padding: 0.5em !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.6em;
    border-radius: 0.4em !important;
    border: 1px solid #d0d0d0 !important;
    font-size: 1em;
    height: 45px !important;
}
.rm-roof-maxx-estimator input:focus, 
.rm-roof-maxx-estimator select:focus {
    outline: none !important;
    border: 2px solid #000 !important;
}
.rm-roof-maxx-estimator input:hover, 
.rm-roof-maxx-estimator select:hover {
    border: 2px solid #eb9920 !important;
}
#rmEstimateBtn {
    background-color: #F05023;
    color: white;
    padding: 10px 25px;
    font-size: 20px;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
#rmEstimateBtn::after {
    content: '\203A';
    margin-left: 10px;
    font-size: 45px;
    background-color: #fff;
    color: #f05023;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 20px;
}
#rmEstimateBtn:hover { background-color: #d3441b; }

#results {
    margin-top: 2em;
    font-size: 1.07em;
    text-align: center;
}
#results p:nth-child(2) span {
    background-color: #7ba2d0;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}
#results p:nth-child(3) span {
    background-color: #69813b;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}
#results h3{
    font-weight: bold;
}
.estimator-get-quote {
    padding: 10px;
    width: 409px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    color: #232323;
}
.estimator-get-quote a {
    margin-top: 10px !important;
    font-weight: bold;
    display: block;
    background-color: #ec9a20;
    color: #fff !important;
    padding: 10px;
    width: 280px;
    margin: 10px auto;
    border-radius: 5px;
}
.estimator-get-quote a:hover {
    background-color: #CD871A;
}
.rm-error {
    color: #d60000;
    font-weight: bold;
    text-align:center;
}
.rm-estimator-help {
    font-size: 1em;
    color: #555;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
    #rmEstimateBtn {
        width: 100%;
        max-width: 300px;
    }
    .rm-roof-maxx-estimator {
        padding: 2em 0.5em 0;
    }
    .rm-roof-maxx-estimator label {
        margin-bottom: 0.2em;
        width: 100%;
    }
    #results p:nth-child(2) span,
    #results p:nth-child(3) span{
        display: block;
        font-size: 1.1em;
    }
    .estimator-get-quote a {
        width: 100%;
    }
}


