.vmfl-filtro-localidade {
    width: 100%;
}

.vmfl-filtro-titulo {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 16px 0;
    text-align: start;
    padding-bottom: 5px;
}

.vmfl-filtro-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

.vmfl-filtro-col {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.vmfl-filtro-localidade label {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.vmfl-filtro-localidade select {
    width: 100%;
    min-height: 42px;
    padding: 10px 36px 10px 14px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239d4edd' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat;
    color: #000000;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
}

.vmfl-filtro-localidade select option {
    background-color: #ffffff;
    color: #000000;
}

.vmfl-filtro-btns {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 14px;
}

.vmfl-btn-pesquisar,
.vmfl-btn-limpar {
    width: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    flex: 0 0 auto !important;
    padding: 14px 20px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background-color: #9d4edd !important;
    color: #ffffff !important;
    cursor: pointer !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    transition: background-color 0.2s ease !important;
}

.vmfl-btn-pesquisar:hover,
.vmfl-btn-limpar:hover {
    background-color: #7b35b8 !important;
}

.vmfl-btn-pesquisar:disabled,
.vmfl-btn-limpar:disabled {
    cursor: wait !important;
    opacity: 0.65;
}

.vmfl-empty {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
}

@media (max-width: 768px) {
    .vmfl-filtro-titulo {
        font-size: 15px;
        margin: 0 0 16px 0;
    }
}

@media (max-width: 300px) {
    .vmfl-filtro-btns {
        align-items: stretch;
        flex-direction: column;
    }

    .vmfl-btn-pesquisar,
    .vmfl-btn-limpar {
        width: 100% !important;
    }
}
.vmfl-btn-limpar[hidden],
.vmfls-btn-limpar[hidden] {
    display: none !important;
}
