.btn, .cursor-pointer {
    cursor: pointer;    
}
#sect-busca .uf-btns .btn.selected {
    background-color: var(--turq)!important;
    color: var(--branco)!important;
}
#sect-busca .select-cidade {
    width: 300px;
}
#sect-busca .search-field {
    border: none;
}
#sect-busca .search-field:focus-visible {
    outline-color: transparent;
    outline-width: 0px;
}
#sect-busca .results-container {
    height: 600px;
}
#sect-busca .inner-results-container {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 100%;
}
#sect-busca .results-container .pa-entry {
    border-bottom: solid 2px var(--cinza-400);
}
#sect-busca .results-container .pa-img {
    width: 250px;
    height: 180px;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center;
}
@media (max-width: 990px) {
    #sect-busca .results-container .pa-entry {
        flex-direction: column;
        align-items: start!important;
        gap: 10px;
    }
}