.dropdown-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--se-shape-color-blue);border-radius:5px}.dropdown-toggle svg{transition:.24s}.dropdown-toggle svg path{fill:var(--se-accent-blue)}@media screen and (max-width:767px){.dropdown-toggle.active{background:var(--se-accent-blue)}.dropdown-toggle.active svg{transform:rotate(180deg)}.dropdown-toggle.active svg path{fill:#fff}}