.description-toggle-wrapper {
  background-color: #DDDDDD;
}

.description-toggle-button {
  cursor: pointer;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.description-button-label {
  text-transform: uppercase;
  font-weight: bolder;
  opacity: 0.6;
}

.description-plus-signal {
  font-weight: bolder;
  font-size: 18px;
  opacity: 0.6;
}

.description-text {
  border-top: 1px solid gray;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.4);
}