.accordion .tab.open .tab__title {
  display: none;
}

.accordion .tab:not(.open) .tab__content {
  display: none;
}

.accordion .tab {
  margin-bottom: 10px;
}

.accordion .tab .close,
.accordion .tab .tab__title {
  cursor: pointer;
}
