.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-07 .pfy-extra-template__inner {
  grid-template-rows: minmax(0, 1fr) minmax(0, 9fr);
}
.pfy-extra-template--template-07 .pfy-extra-template__faq-list {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 2.2vw, 12px);
}
.pfy-extra-template--template-07 .pfy-extra-template__faq-item {
  min-height: 0;
  overflow: hidden;
  padding: clamp(9px, 2.4vw, 14px);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
}
.pfy-extra-template--template-07 .pfy-extra-template__faq-question,
.pfy-extra-template--template-07 .pfy-extra-template__faq-answer {
  margin: 0;
  display: grid;
  grid-template-columns: 1.8em minmax(0, 1fr);
  gap: 0.4em;
  font-size: clamp(12px, 3.3vw, 15px);
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.pfy-extra-template--template-07 .pfy-extra-template__faq-question {
  font-weight: 800;
  margin-bottom: 0.25em;
}
.pfy-extra-template--template-07 .pfy-extra-template__faq-question span,
.pfy-extra-template--template-07 .pfy-extra-template__faq-answer span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  font-weight: 800;
}
.pfy-seo-page .pfy-extra-template--template-07 {
  height: auto;
}
.pfy-seo-page .pfy-extra-template--template-07 .pfy-extra-template__inner,
.pfy-seo-page .pfy-extra-template--template-07 .pfy-extra-template__faq-list {
  display: block;
}
.pfy-seo-page .pfy-extra-template--template-07 .pfy-extra-template__faq-item {
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;
}
.pfy-seo-page .pfy-extra-template--template-07 .pfy-extra-template__faq-question,
.pfy-seo-page .pfy-extra-template--template-07 .pfy-extra-template__faq-answer {
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 16px 18px;
  font-size: 15px;
  line-height: 1.7;
}
.pfy-seo-page .pfy-extra-template--template-07 .pfy-extra-template__faq-question {
  margin: 0;
  background: #f3f4f6;
  font-weight: 800;
}
.pfy-seo-page .pfy-extra-template--template-07 .pfy-extra-template__faq-answer {
  background: #ffffff;
}
.pfy-seo-page .pfy-extra-template--template-07 .pfy-extra-template__faq-question span,
.pfy-seo-page .pfy-extra-template--template-07 .pfy-extra-template__faq-answer span {
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  background: #111827;
}
.pfy-seo-page .pfy-extra-template--template-07 .pfy-extra-template__faq-answer span {
  color: #111827;
  background: #e5e7eb;
}
