.falc-about {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: end;
  font-style: italic;
}
.falc-about a {
  text-decoration: underline;
}

.falc-disclaimer {
  margin-top: 45px;
  padding-inline: 20px;
  padding-block: 10px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.falc-disclaimer a {
  text-decoration: underline;
}

.falc-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .falc-top {
    flex-direction: unset;
    align-items: center;
    gap: 10px;
  }
}
.falc-top .falc-img {
  width: 50px;
}
.falc-top .falc-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.falc-top a {
  text-decoration: underline;
}

.falc-img img {
  border-radius: 10px;
}

body .falc-content {
  max-width: 70ch;
  margin-inline: auto;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  text-wrap: pretty;
}
body .falc-content > * + * {
  margin-top: 1.5rem;
}
body .falc-content > *:nth-child(1) {
  margin-top: 0;
}
body .falc-content p {
  margin: 0;
}
body .falc-content h1,
body .falc-content h2,
body .falc-content h3,
body .falc-content h4,
body .falc-content h5,
body .falc-content h6 {
  line-height: 1.3;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}
body .falc-content h1 {
  font-size: 3.6rem;
}
body .falc-content h2 {
  margin-top: 8rem;
  margin-bottom: 2rem;
  font-size: 3rem;
}
body .falc-content h3 {
  margin-top: 4.5rem;
  font-size: 2.6rem;
}
body .falc-content ul,
body .falc-content ol {
  margin: 3rem 0;
  padding-left: 3.2rem;
}
body .falc-content li {
  line-height: 1.8;
}
body .falc-content blockquote {
  margin: 4rem 0;
  padding: 1.6rem 2rem;
  border-left: 6px solid currentColor;
  background: #f5f5f5;
}
body .falc-content a {
  font-weight: 700;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.2em;
}
body .falc-content a:hover, body .falc-content a:focus {
  text-decoration: none;
}
body .falc-content a[class*=btn],
body .falc-content a[class*=button] {
  margin: 3.2rem 0;
}
body .falc-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 3.2rem 0;
}
body .falc-content figure {
  margin: 3.2rem 0;
}
body .falc-content figcaption,
body .falc-content .wp-caption-text {
  margin-top: -2rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
body .falc-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 3.2rem 0;
}
body .falc-content th,
body .falc-content td {
  border: 2px solid #000;
  padding: 0.75rem;
  text-align: left;
}
body .falc-content th {
  font-weight: 700;
}
body .falc-content a:focus-visible,
body .falc-content button:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}