.hhc-callout {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-left: 6px solid #FFA68E;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.25);
  max-width: 70%;
  overflow-wrap: anywhere;
}
.hhc-callout > :first-child {
  margin-top: 0;
}
.hhc-callout > :last-child {
  margin-bottom: 0;
}
.hhc-callout__title {
  margin: 0 0 0.5rem 0;
  font-family: "Lora", serif;
  font-size: clamp(
    1.125rem,
    0.569rem + 1.778vw,
    2.125rem
  );
  line-height: 1.1;
  font-weight: 600;
}
.hhc-callout__content > :first-child {
  margin-top: 0;
}
.hhc-callout__content > :last-child {
  margin-bottom: 0;
}
.hhc-callout p {
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
  font-size: clamp(
    0.938rem,
    0.799rem + 0.444vw,
    1.188rem
  );
}
.hhc-callout ul,
.hhc-callout ol {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}
.hhc-callout li {
  margin: 0.2rem 0;
}
.hhc-callout a {
  text-underline-offset: 0.12em;
  text-decoration-thickness: 0.08em;
}

@media (max-width: 800px) {
  .hhc-callout {
    max-width: 95%;
  }
}

/*# sourceMappingURL=call-out.css.map */
