/* Keep the approved panel spacing and framing, without decorative dot patterns. */
.section.situations,
.section.kla-overview {
  --panel-gutter: clamp(18px, 2.5vw, 48px);
  position: relative;
  width: calc(100% - var(--panel-gutter) - var(--panel-gutter));
  max-width: calc(1800px - var(--panel-gutter) - var(--panel-gutter));
  margin-inline: auto;
  padding-inline: max(14px, calc(var(--page) - var(--panel-gutter)));
  border-radius: 4px;
}
.section.situations { margin-top: 96px; margin-bottom: 44px; }
.section.kla-overview { margin-top: 36px; margin-bottom: 32px; }

@media (max-width: 600px) {
  .section.situations,
  .section.kla-overview {
    --panel-gutter: 12px;
    border-radius: 3px;
  }
  .section.situations { margin-top: 64px; margin-bottom: 12px; }
  .section.kla-overview { margin-top: 18px; margin-bottom: 18px; }
}
