.static-detail {
  margin: var(--grid-gap) 0;
  display: grid;
  gap: var(--grid-gap);
}

.static-detail h3, .static-detail h4 {
  margin: 20px 0;
}
