.icon {
  transition: transform var(--duration-short);
}

.iconOpened {
  transform: rotate3d(1, 0, 0, 180deg);
}
