.lp-purchase-status {
  min-height: 1.5em;
  margin: -8px 0 6px;
  color: #34415a;
  font-size: 14px;
  font-weight: 600;
}

.lp-purchase-status.is-error {
  color: #b3261e;
}

[data-pulso-buy].is-loading,
[data-pulso-buy][aria-disabled="true"] {
  cursor: wait;
  opacity: .72;
  pointer-events: none;
}

.lp-card .lp-card-buy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 24px;
  background: #fff;
  color: #0b1f3f;
}

.lp-cta-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.lp-cta-sample {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 820px) {
  .lp-navlinks .lp-nav-cta {
    padding: 11px 13px;
    font-size: 12px;
  }

  .lp-actions .lp-button,
  .lp-cta-actions .lp-button {
    width: 100%;
  }
}
