.alfapress-select{display:none!important}.alfapress-select-wrap{position:relative;z-index:2}.alfapress-select-current{flex:1;display:flex;align-items:center;gap:8px}.alfapress-select-current-wrap{display:flex;align-items:center;cursor:pointer;box-sizing:border-box;gap:8px}.alfapress-select-current img{width:28px;aspect-ratio:1;border-radius:4px}.alfapress-select-current i{font-size:1rem}.alfapress-select-current-text{color:#222;font-weight:500}.alfapress-select-current-arrow{color:#848688;font-size:1rem;will-change:transform;transition:transform .2s ease-in-out}.alfapress-select-options{position:absolute;inset-inline:auto 0;top:100%;z-index:1;width:100%;min-width:200px;margin-top:4px;max-height:240px;overflow:auto;background:#fff;border-radius:16px;display:flex;flex-direction:column;box-shadow:0 8px 32px 0 hsla(0,0%,40%,.2);opacity:0;visibility:hidden;will-change:opacity,visibility;transition:.2s ease-in-out;transition-property:opacity,visibility}.alfapress-select-option{display:flex;align-items:center;gap:8px;padding:16px;cursor:pointer;box-sizing:border-box;background:#fff;color:#222;font-weight:500;font-size:1rem;will-change:background,color;transition:.2s ease-in-out;transition-property:background,color}.alfapress-select-option:first-child{border-radius:16px 16px 0 0}.alfapress-select-option:last-child{border-radius:0 0 16px 16px}.alfapress-select-option:not(:last-child){border-bottom:1px solid var(--primary-200)}.alfapress-select-option img{width:28px;aspect-ratio:1;border-radius:4px}.alfapress-select-option i{font-size:1rem}.alfapress-select-option:focus,.alfapress-select-option:hover{background:var(--primary-200-10)}.alfapress-select-option.current{color:var(--primary-100)}.alfapress-select-theme-boxed .alfapress-select-current{font-size:.875rem}.alfapress-select-theme-boxed .alfapress-select-current-wrap{min-height:40px;padding:6px;padding-inline-end:16px;border-radius:8px;border:1px solid var(--primary-200-25);background:#fff;will-change:background;transition:background .2s ease-in-out}.alfapress-select-theme-boxed .alfapress-select-current img{border-radius:50%}.alfapress-select-theme-boxed .alfapress-select-current-text{padding-inline-start:8px}.alfapress-select-theme-simple .alfapress-select-current-arrow,.alfapress-select-theme-simple .alfapress-select-current-text{color:var(--primary-200)}.alfapress-select-theme-simple_2{min-width:156px}.alfapress-select-theme-simple_2 .alfapress-select-current-wrap{background:linear-gradient(265.4deg,var(--primary-200-25) 0,var(--primary-100-25) 100%);border-radius:8px;padding:12px 32px;justify-content:center}.alfapress-select-theme-simple_2 .alfapress-select-current{flex:unset}.alfapress-select-theme-simple_2 .alfapress-select-current-arrow,.alfapress-select-theme-simple_2 .alfapress-select-current-text{font-weight:700;color:var(--primary-100)}.alfapress-select-wrap.opened .alfapress-select-current-arrow{transform:rotate(180deg)}.alfapress-select-wrap.opened .alfapress-select-options{opacity:1;visibility:visible}