.fizz-summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  cursor: pointer;
  background-image: $icon-triangle-right;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 12px 12px;
  padding-right: 16px;
  margin-bottom: 12px;
}

.fizz-summary :not(:last-child) {
  margin-right: 4px;
}

details[open] .fizz-summary {
  background-image: $icon-triangle-down;
}

.fizz-summary::-webkit-details-marker {
  display: none;
}