.local-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 29px;
    position: relative;
}

/* Label "Província:" menor e alinhado */
.local-selector label {
    min-width: auto;
    width: auto;
    height: 29px;
    display: flex;
    align-items: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #EC0C30 !important;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

/* Select compacto, alinhado com a linha abaixo */
.local-selector select {
    width: 120px;
    height: 29px;
    background: transparent;
    border: none;
    color: #EC0C30;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    padding: 0 24px 0 6px;
    outline: none;
    position: relative;
    border-bottom: 1px solid #EC0C30;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23EC0C30' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 12px;
}

/* Remove seta padrão IE */
.local-selector select::-ms-expand {
    display: none;
}
