#expandedSection {
  display: none;
}

.expanded-divider {
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--line);
  padding: 5px 12px;
  border: 1px solid var(--line-strong);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.expanded-scroll {
  border-radius: 0 0 12px 12px;
}
