@charset "UTF-8";
/*
 * Generic page — the legal and information pages.
 *
 * Loaded only on those templates, via inc/enqueue.php. Every selector is
 * kf-page- prefixed; the copy sits in the same tinted panel the single post
 * and the product description tab use, written out again here per the project
 * rule that each template owns its component CSS.
 */
.kf-page {
  padding: 48px 0 64px;
}

.kf-page__header {
  margin: 0 0 28px;
}

/*
 * inline-block so the box shrinks to the words and the rule below can be
 * measured from the title rather than from the column.
 */
.kf-page__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 1.25;
  color: #1f2933;
}
.kf-page__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc((100% + 14px) / 2);
  height: 2px;
  background: #0f9d78;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(15, 157, 120, 0.35);
}

.kf-page__media {
  max-width: 960px;
  margin: 0 0 32px;
  background: #f3f9f7;
  border-radius: 12px;
  overflow: hidden;
}

/* Sized to width, so it is never cropped or letterboxed. */
.kf-page__image {
  display: block;
  width: 100%;
  height: auto;
}

.kf-page__content {
  padding: 50px;
  background: #f3f9f7;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  color: #5c6b73;
}
.kf-page__content > *:first-child {
  margin-top: 0;
}
.kf-page__content p {
  margin: 0 0 18px;
}
.kf-page__content h2 {
  margin: 36px 0 14px;
  font-size: 24px;
  line-height: 1.3;
  text-align: left;
  color: #1f2933;
}
.kf-page__content h3 {
  margin: 28px 0 12px;
  font-size: 19px;
  line-height: 1.35;
  text-align: left;
  color: #1f2933;
}
.kf-page__content h4 {
  margin: 24px 0 10px;
  font-size: 17px;
  text-align: left;
  color: #1f2933;
}
.kf-page__content a {
  color: #0c7d5f;
  text-decoration: underline;
}
.kf-page__content {
  /*
   * Kept as the reset it always was: the editor wraps some headings in
   * <strong>, and those have to stay ink. Body copy is recoloured by the
   * more specific pair below, which is how the homepage, the product
   * description and the blog do it.
   */
}
.kf-page__content strong {
  color: #1f2933;
}
.kf-page__content p strong,
.kf-page__content li strong {
  color: #0c7d5f;
}
.kf-page__content ul,
.kf-page__content ol {
  margin: 0 0 18px;
  padding-left: 22px;
}
.kf-page__content li {
  margin-bottom: 8px;
  text-align: left;
}
.kf-page__content li::marker {
  color: #0f9d78;
}
.kf-page__content img {
  height: auto;
  border-radius: 12px;
}
.kf-page__content {
  /* White, not tint: the panel behind it is already the tint. */
}
.kf-page__content blockquote {
  margin: 24px 0;
  padding: 18px 24px;
  background: #ffffff;
  border-left: 3px solid #0f9d78;
  border-radius: 8px;
}
.kf-page__content blockquote p:last-child {
  margin-bottom: 0;
}
.kf-page__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 18px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.kf-page__content th,
.kf-page__content td {
  padding: 11px 16px;
  text-align: left;
  border-bottom: 1px solid #e2e8e6;
}
.kf-page__content tr:last-child th,
.kf-page__content tr:last-child td {
  border-bottom: 0;
}
.kf-page__content th {
  font-weight: 600;
  color: #1f2933;
  background: rgba(15, 157, 120, 0.06);
}

.kf-page__pages {
  margin: 24px 0 0;
  font-size: 14px;
  color: #5c6b73;
}

@media (max-width: 560px) {
  .kf-page__content {
    padding: 24px 20px;
  }
  .kf-page__title {
    font-size: 24px;
  }
}
