.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.has-black-color {
  color: #000;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 36px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.aligncenter img,
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-separator {
  border: 0;
  border-bottom: 1px solid currentColor;
}

.wp-block-columns {
  display: flex;
  gap: 2em;
}

.wp-block-column {
  flex: 1 1 0;
  min-width: 0;
}

.cm-product-widget.widget-placeholder {
  border: 1px solid #efefef;
  color: #464646;
  font-size: 12px;
  line-height: 1;
  min-height: 21px;
  padding: 6px 8px;
}

.cm-product-powered-by {
  color: #c5c5c5;
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 1.2rem;
  text-align: right;
}

.gumroad-product-embed {
  display: block;
  min-height: 1104px;
}

.gumroad-product-embed[data-gumroad-product-id="RxZKd"] {
  min-height: 1184px;
}

.gumroad-product-embed[data-gumroad-product-id="jHhMQ"] {
  min-height: 1383px;
}

.gumroad-product-embed a {
  opacity: 0;
  pointer-events: none;
}

.legacy-kit-form {
  border: 1px solid #efefef;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.941176470588236rem;
  overflow: hidden;
}

.legacy-kit-form__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.legacy-kit-form__content {
  padding: 40px;
}

.legacy-kit-form h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}

.legacy-kit-form input {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #dde0e4;
  box-shadow: none;
  color: #8b8b8b;
  display: block;
  margin-bottom: 10px;
  padding: 12px 0;
  width: 100%;
}

.legacy-kit-form button {
  background: #d35742;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 15px 0;
  padding: 12px 24px;
  width: 100%;
}

.legacy-kit-form p {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.legacy-kit-form strong {
  display: block;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .wp-block-columns {
    display: block;
  }

  .legacy-kit-form {
    display: block;
  }

  .gumroad-product-embed[data-gumroad-product-id="RxZKd"] {
    min-height: 1050px;
  }

  .gumroad-product-embed[data-gumroad-product-id="jHhMQ"] {
    min-height: 1302px;
  }
}
