.pfy-swipe-slide-extra .pfy-swipe-slide-inner {
  justify-content: stretch;
}

.pfy-extra-template {
  width: 100%;
  height: 100%;
  min-height: 0;
  color: inherit;
}
.pfy-extra-template *,
.pfy-extra-template *::before,
.pfy-extra-template *::after {
  box-sizing: border-box;
}
.pfy-extra-template__inner {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  gap: clamp(10px, 2.8vw, 16px);
}
.pfy-extra-template__heading {
  min-height: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(20px, 6vw, 28px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.pfy-extra-template__sub-heading {
  margin: 0 0 0.5em;
  font-size: clamp(17px, 4.8vw, 22px);
  line-height: 1.35;
  font-weight: 800;
}
.pfy-extra-template__text,
.pfy-extra-template__short-text {
  min-height: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  font-size: clamp(14px, 3.8vw, 16px);
  line-height: 1.75;
}
.pfy-extra-template__short-text {
  font-size: clamp(13px, 3.5vw, 15px);
  line-height: 1.65;
}
.pfy-extra-template__body,
.pfy-extra-template__media,
.pfy-extra-template__images,
.pfy-extra-template__videos,
.pfy-extra-template__rows,
.pfy-extra-template__faq-list,
.pfy-extra-template__table-wrap,
.pfy-extra-template__icon-buttons {
  min-height: 0;
}
.pfy-extra-template__image {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
}
.pfy-extra-template__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.pfy-extra-template__video {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 0;
  background: #fff;
}
.pfy-extra-template__video-embed {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.pfy-extra-template--template-08 .pfy-extra-template__inner {
  grid-template-rows: minmax(0, 1fr) minmax(0, 3fr) minmax(0, 6fr);
}
.pfy-extra-template--template-08 .pfy-extra-template__body--lead {
  overflow: hidden;
}
.pfy-extra-template--template-08 .pfy-extra-template__table-wrap {
  width: 100%;
  max-width: 600px;
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pfy-extra-template--template-08 .pfy-extra-template__table {
  width: max-content;
  min-width: 100%;
  max-height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  border: 0;
  border-radius: 0;
  background: #fff;
  font-size: clamp(11px, 3vw, 14px);
  line-height: 1.45;
}
.pfy-extra-template--template-08 .pfy-extra-template__table th,
.pfy-extra-template--template-08 .pfy-extra-template__table td {
  max-height: 150px;
  padding: clamp(7px, 2vw, 10px);
  border: 0;
  vertical-align: middle;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}
.pfy-extra-template--template-08 .pfy-extra-template__table th {
  font-weight: 800;
  background: #f5f5f5;
}
.pfy-extra-template--template-08 .pfy-extra-template__table td {
  background: #fff;
}
.pfy-extra-template--template-08 .pfy-extra-template__table thead + tbody tr:first-child th,
.pfy-extra-template--template-08 .pfy-extra-template__table thead + tbody tr:first-child td,
.pfy-extra-template--template-08 .pfy-extra-template__table tbody tr + tr th,
.pfy-extra-template--template-08 .pfy-extra-template__table tbody tr + tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.pfy-seo-page .pfy-extra-template--template-08 {
  height: auto;
}
.pfy-seo-page .pfy-extra-template--template-08 .pfy-extra-template__inner {
  display: block;
}
.pfy-seo-page .pfy-extra-template--template-08 .pfy-extra-template__table-wrap {
  height: auto;
  margin-top: 1rem;
}


/* Phase38: SEO table fills the section and scrolls horizontally when needed. */
.pfy-seo-page .pfy-extra-template--template-08 .pfy-extra-template__table-wrap {
  width: 100%;
  max-width: none;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
.pfy-seo-page .pfy-extra-template--template-08 .pfy-extra-template__table {
  width: 100%;
  min-width: 600px;
}
