/*
Theme Name: Alecrim RE Theme
Description: Tema criada para a Alecrim RE com base no Elementor
Author: Filipe Sena @ sena.pt
Author URI: www.sena.pt
Author Email: geral@sena.pt
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/
/* =========== BASE SELECT =========== */
.taxonomy-filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;

    padding: 0.6rem 2.2rem 0.6rem 0; /* extra right padding for the arrow */
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;

    color: #000;
    cursor: pointer;
    outline: none;
    width: auto;

    position: relative;
}

/* =========== CUSTOM SVG ARROW =========== */
.taxonomy-filter-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' viewBox='0 0 18 9' fill='none'%3E%3Cpath d='M1 1.5L9 7.5L17 1.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px 7px;
}

/* ========== OPEN STATE (when <select> is focused) ========== */
.taxonomy-filter-select:focus {
    border-bottom: 1px solid #000;
}

/* ========== OPTIONAL: Hover styling ========== */
.taxonomy-filter-select:hover {
    opacity: 0.85;
}

/* ========== OPTIONAL: Spacing between the two filters ========== */
.fase-selector .taxonomy-filter-select,
.type-selector .taxonomy-filter-select {
    margin-right: 2rem;
}