:root{--primary-color:#006ffd;--hover-bg:#f0f8ff;--text-color:#151d2c}
.gff-dropdown__filter{width:100%;position:relative;display:inline-block;-webkit-tap-highlight-color:transparent}
.gff-dropdown__filter-container{max-width:1120px;margin:0 auto}
.gff-dropdown__filter-title{color:#151d2c;font-weight:600;line-height:34px;letter-spacing:-1px;font-size:28px;margin:0;margin-bottom:24px}
.gff-dropdown__filter-button{display:flex;align-items:center;gap:10px;padding:11px 16px;background-color:#fff;border:1px solid #b3bdd1;border-radius:8px;cursor:pointer;color:var(--text-color);font-size:16px;width:328px;line-height:24px;letter-spacing:-0.5px}
.gff-dropdown__filter-arrow{margin-left:auto;color:var(--primary-color)}
.gff-dropdown__filter-menu-container{position:relative}
.gff-dropdown__filter-menu{top:100%;position:absolute;margin:0;padding:0;list-style:none;background-color:#fff;border-radius:8px;display:none;z-index:10;width:328px;box-shadow:0 2px 6px 0 #00000029}
.gff-dropdown__filter-menu.show{display:block}
.gff-dropdown__filter-item{display:flex;align-items:center;gap:10px;padding:16px;cursor:pointer;color:#151d2c;line-height:24px;letter-spacing:-0.5px}
.gff-dropdown__filter-item:hover{background-color:#00C1DE14;color:#068}
.gff-dropdown__filter-item img{width:20px;height:20px}
.gff-dropdown__filter-icon img{width:20px;height:20px}
.gff-dropdown__filter-item.selected-item-filter{background-color:#00C1DE14;color:#068;font-weight:400;line-height:24px;letter-spacing:-0.5px}
.gff-dropdown__filter-item.selected-item-filter img{filter:brightness(0) saturate(100%) invert(45%) sepia(14%) saturate(4716%) hue-rotate(159deg) brightness(98%) contrast(101%)}
.gff-dropdown__filter-button.active-item-filter{background-color:#00C1DE29;border:1px solid #0080aa}
@media(max-width:1024px){.gff-dropdown__filter-container{padding:0 32px}
.gff-dropdown__filter-menu{width:fit-content}
}
@media(max-width:767px){.gff-dropdown__filter-container{padding:0 16px}
.gff-dropdown__filter-button{width:100%}
.gff-dropdown__filter-menu{width:100%}
.gff-dropdown__filter-title{color:#151d2c;font-weight:600;line-height:28px;letter-spacing:-1px;margin-bottom:18px;font-size:22px}
}