.panelSimpleSectionTitle {
  font: var(--grapes-title-l);
  margin-bottom: var(--grapes-unit-16);
  color: var(--grapes-color-content-primary);
}

.panelSimpleSectionIcon {
  flex: 0 0 auto;
  transition: rotate var(--grapes-transition-duration)
    var(--grapes-transition-timing-function);
}

details[open] .panelSimpleSectionIcon {
  rotate: 90deg;
}

.panelSimpleSectionCollapsibleHeader {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.panelSimpleSectionCollapsibleHeader .panelSimpleSectionTitle {
  margin-bottom: 0;
}
