@charset "UTF-8";

.toggle-btn {
  padding: 10px 18px;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  border: solid 1px;
  border-color: #bbb;
  cursor: pointer;
  background: transparent;
  color: #aaa;
 
}

.toggle-btn:hover {
  color: #333;
}

/* Hidden state: height 0, invisible */
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

/* Optional padding and styling for content */
.content p {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin: 0;
  padding: 0 15% 50px 15%;
}
