.travel-note {
  margin-top: 2.313rem;
  padding-top: 1.313rem;
  border-top: 1px solid rgba(12, 67, 74, 0.16);
}

.travel-note > summary {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.313rem;
  padding: 0.5rem 0;
}

.travel-note > summary:hover {
  color: #8D2565;
}

.travel-note__body {
  max-width: 68ch;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.65;
}

.travel-note__body p {
  margin: 0 0 1rem;
}

.travel-note__body a {
  text-decoration-color: rgba(12, 67, 74, 0.3);
  text-underline-offset: 3px;
}

.travel-note__body a:hover {
  color: #8D2565;
  text-decoration-color: currentColor;
}

/*# sourceMappingURL=travel-note.css.map */
