/**
 * Commerce Insight — responsive mid-page CTA
 */

.commerce-insight-mid-cta {
  display: block;
  padding: 40px 16px;
}

.commerce-insight-mid-cta__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
}

.commerce-insight-mid-cta__visual {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  background: #e8ebef;
}

.commerce-insight-mid-cta__visual-image {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.commerce-insight-mid-cta__action {
  position: absolute;
  z-index: 3;
  top: 82.79%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(240.56px, calc(100% - 32px));
}

.commerce-insight-mid-cta__action .commerce-insight-fv__cta {
  width: 100%;
  height: 43.9px;
  padding: 14px 32px;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .commerce-insight-mid-cta {
    padding: 0;
  }

  .commerce-insight-mid-cta__card {
    width: min(100%, 982px);
    margin-inline: auto;
    border-radius: 24px;
  }

  .commerce-insight-mid-cta__action {
    display: none;
  }
}
