.main-footer.footer-one .trial-success-footer-bar,
.footer-copyright-strip .trial-success-footer-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 1rem 1.25rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.footer-copyright-strip {
  background: #151f39;
}

.hidden {
  display: none !important;
}

#subscriptionModal.hidden {
  display: none !important;
}

#subscriptionModal:not(.hidden) {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

#subscriptionModal .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  width: 100%;
}
