/* Contenitore */
.bbg-tag-filters{
    display:flex;
    flex-wrap:nowrap;
    gap:12px;

    overflow-x:auto;
    overflow-y:hidden;

    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
}

.bbg-tag-filters::-webkit-scrollbar{
    display:none;
}

/* Select */
.bbg-tag-filters select{

    /* annulla gli stili di Elementor */
    width:auto !important;
    min-width:180px;
    max-width:none;
    flex:0 0 auto !important;

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    padding:10px 42px 10px 18px;

    border:2px solid #d8d1c8 !important;
    border-radius:999px !important;

    background-color:#F8F4ED !important;
    color:#2b2b2b;

    font-size:15px;
    font-weight:600;
    line-height:1.2;

    cursor:pointer;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5' fill='none' stroke='%232b2b2b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 14px center;
    background-size:14px;

    box-shadow:0 1px 2px rgba(0,0,0,.05);
}

.bbg-tag-filters select:hover{
    border-color:#c5beb5 !important;
}