.bf-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 63px;
}

.bf-trusted {
  background: var(--gradients-linear-campaign, linear-gradient(270deg, var(--surface-upsell-soft, #b4c8ff) 0%, var(--surface-focus-vivid, #b286ed) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
}

.bf-headline {
  color: var(--misc-auto-tint, #fff);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  max-width: 800px;
  /* web/heading/h3 */
  font-family: var(--font-typface, Inter);
  font-size: var(--headings-4xl-bold-size, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--headings-4xl-bold-lineHeight, 56px);
  /* 116.667% */
  letter-spacing: var(--headings-4xl-bold-letterSpacing, 0);
  margin: 0;
}

.bf-sub {
  color: var(--misc-auto-tint, #fff);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  max-width: 530px;
  /* web/heading/h5 */
  font-family: var(--font-typface, Inter);
  font-size: var(--headings-large-size, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--headings-large-lineHeight, 32px);
  /* 133.333% */
  letter-spacing: var(--headings-large-letterSpacing, 0);
  text-align: center;
}

.bf-sub p {
  margin: 0;
}

.bf-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #ecd2ff 0%, #b286ed 100%);
  border-radius: 15px;
  margin-top: 16px;
  margin-bottom: 16px;
  transition: opacity 0.3s ease;
}

.bf-cta:hover {
  opacity: 0.8;
}

.bf-cta a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  padding: 16px 32px;
  font-weight: 600;
}

.bf-mockup {
  color: var(--content-invert, #fff);
  font-feature-settings: "liga" off, "clig" off;
  /* web/subtitle/sm/med */
  font-family: var(--font-typface, Inter);
  font-size: var(--headings-3xs-bold-size, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--headings-3xs-med-lineHeight, 16px);
  /* 114.286% */
  letter-spacing: var(--headings-3xs-bold-letterSpacing, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 8px;
}

.blocksite-black-friday-hero-logos {
  max-width: 700px;
  opacity: 0.5;
  margin: 0 auto;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.bf-media {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  position: relative;
}

.bf-price-tag {
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%);
}

.bf-media__image {
  max-width: 100%;
  height: auto;
  margin-bottom: -76px;
}

.bf-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.blocksite-black-friday-hero__inner {
  position: relative;
  overflow: hidden;
}

.bf-ticker {
  position: absolute;
  bottom: 20px;
  display: flex;
  height: 40px;
  text-align: center;
  transform: rotate(3.01deg);
  padding: 6.086px 0 4.348px 0;
  align-items: center;
  justify-content: center;
  border: 1.548px solid var(--overlay-L4, rgba(0, 0, 0, 0.2));
  background: linear-gradient(270deg, var(--surface-focus-vivid, #b286ed) 0%, var(--background-upsell-default, #536dfe) 100%);
}

.bf-ticker .bf-ticker__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--content-invert, #fff);
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--font-typface, Inter);
  font-size: var(--text-overline-sm-size, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--text-overline-sm-lineHeight, 16px);
  /* 133.333% */
  letter-spacing: var(--text-overline-sm-letterSpacing, 1.5px);
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.bf-ticker-separator {
  height: 20px;
  width: 20px;
  flex-grow: 1;
  flex-shrink: 0;
}

.wp-block-acf-black-friday-hero-section.section-actions-list {
  padding: 0;
  margin: 20px 36px;
  border-radius: 48px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .bf-content {
    padding: 63px 15px 0;
  }
  section.wp-block-group.alignfull.blocksite-black-friday-hero {
    width: 100% !important;
    margin: 0 !important;
  }
  .wp-block-acf-black-friday-hero-section.section-actions-list {
    padding: 0;
    margin: 20px 15px;
    border-radius: 48px;
  }
  .bf-media {
    width: 100%;
  }
  img.bf-media__image.mobile-only {
    margin-bottom: 0;
  }
  .bf-ticker {
    bottom: auto;
  }
  .bf-price-tag {
    position: absolute;
    left: 0;
    transform: translate(25%, -35%);
  }
  .bf-price-tag img {
    width: 100px;
  }
  .bf-trusted-text {
    font-size: var(--text-caption-sm-semi-size, 12px);
  }
  h1.bf-headline {
    font-size: var(--headings-large-size, 24px);
    line-height: normal;
    padding: 0 20px;
  }
  .bf-sub p {
    margin: 0;
    font-size: var(--text-body-md-default-size, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
