.toggle-section {
  margin: 0;
  padding: 0 0 0px;
  color: #fff;
  text-align: left;
}

.toggle-container{
  background-color: #000;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.toggle-heading {
  font-size: 44px;
  margin: 0;
  text-align: left
}

.toggle-buttons {
  margin-bottom: 20px;
  font-size: 18px;
}

.toggle-buttons button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #999;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  
}

.toggle-buttons button:first-child::after {
  content: " | ";
  padding: 0 6px;
  color: #fff;
}

.toggle-buttons button:hover {
  color: #fff;
  background: none;
}

.toggle-content {
  display: none;
  margin-top: 20px;
  text-align: left;
}

/* Heading and first paragraph should appear as a single block */
.toggle-content h3 {
  margin-bottom: 0;
}

.toggle-content h3 + p {
  margin-top: 0;
}
