.tll-footnotes__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border: 2px solid #00313c;
  border-radius: 999px;
  background: transparent !important;
  color: #00313c !important;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease;
}
.tll-footnotes__toggle:hover {
  text-decoration: none;
}
.tll-footnotes__toggle span {
  color: #00313c !important;
}
.tll-footnotes__toggle:hover {
  background: #00202B;
}
.tll-footnotes__toggle .tll-footnotes__icon {
  font-size: 0.85em;
}
.tll-footnotes__toggle .tll-footnotes__icon--open {
  display: none;
}

.tll-footnotes--open .tll-footnotes__toggle .tll-footnotes__icon--closed {
  display: none;
}
.tll-footnotes--open .tll-footnotes__toggle .tll-footnotes__icon--open {
  display: inline-block;
}

.tll-footnotes__content {
  display: none;
  margin-top: 20px;
  color: #808080;
  font-size: 14px;
  font-family: "Source Sans 3", sans-serif;
}
