/* Default footer */
.footer-block {
  width: 100%;
}

/* Sticky footer (opt-in) */
.footer-block.footer-sticky {
  position: sticky;
  bottom: 0;
  z-index: 100;
  background: #fff;
}

.form-error {
  display: none;
}

.form-error.is-visible {
  display: block;
}

.form-error-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-error-item {
  line-height: 1.3;
}

video.funnel-video-pip {
    position: fixed !important;

    right: 20px !important;
    bottom: 20px !important;

    width: 360px !important;
    height: auto !important;

    max-width: calc(100vw - 40px) !important;

    z-index: 999999 !important;

    background: #000;

    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.4);
}
