.sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: #ffffff;
  border-top: 1px solid #e6e9ee;
  padding: 0.75rem 1rem;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.12);
}

.sticky-cta-bar .btn {
  width: 100%;
}

.sticky-cta-spacer {
  height: 84px;
}

@media (min-width: 768px) {
  .sticky-cta-bar {
    left: auto;
    right: 24px;
    bottom: 24px;
    max-width: 360px;
    border: 1px solid #e6e9ee;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
  }

  .sticky-cta-bar .btn {
    width: auto;
  }

  .sticky-cta-spacer {
    height: 0;
  }
}
