#kf-iframe {
  width: 100%;
  height: max-content;
  border: none;
  overflow: hidden;
}

.kf-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.KeyfeatureParseContentArea {
  color: var(--color-black);
}
.black-background .KeyfeatureParseContentArea {
  color: var(--color-white);
}
.KeyfeatureParseContentArea__features {
  padding: 20px 0;
}
.KeyfeatureParseContentArea__feature {
  padding-bottom: 20px;
}
.KeyfeatureParseContentArea__footer {
  padding-top: 100px;
}

.ProductSupportOldFeatures {
  padding: 0 var(--padding-horizontal);
}
.ProductSupportOldFeatures__title {
  padding-bottom: 20px;
}
.ProductSupportOldFeatures__wrapper {
  display: flex;
  align-items: flex-start;
}

/*# sourceMappingURL=productKf.css.map */
