section[role="tabpanel"] {
  margin-top: 0;
}

section.multiple {
  padding: 0 !important;

  .sub-section {
    padding: 1rem;
    border: 1px solid var(--light-border-color);
    border-bottom: 0;

    &:first-child {
      border-top-left-radius: var(--message-border-radius);
      border-top-right-radius: var(--message-border-radius);
    }

    &:last-child {
      border-bottom: 1px solid var(--light-border-color);
      border-bottom-left-radius: var(--message-border-radius);
      border-bottom-right-radius: var(--message-border-radius);
    }

    & > header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      h1,h2,h3,h4 { margin: 0; }
    }

  }
}