/**
 * Landing page overrides — loaded after seisho.app.min.css
 */
:root {
  --seisho-radius: 10px;
}

a.btn.ui-gradient-green:not(.btn-circle),
a.btn.ui-gradient-peach:not(.btn-circle),
a.btn.ui-gradient-blue:not(.btn-circle) {
  border-radius: var(--seisho-radius) !important;
}

a.btn.ui-gradient-green:not(.btn-circle),
a.btn.ui-gradient-peach:not(.btn-circle) {
  line-height: 1.1;
}

a.btn.ui-gradient-green strong,
a.btn.ui-gradient-peach strong {
  font-size: 1.3rem;
}

@media (max-width: 991px) {
  .ui-action-section.ui-section-tilt .section-heading {
    text-align: center;
  }

  .ui-action-section.ui-section-tilt .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .ui-action-section.ui-section-tilt .actions .btn {
    margin-right: 0 !important;
  }

  .ui-action-section.ui-section-tilt .img-block {
    text-align: center;
  }

  .seisho-footer-row {
    text-align: center;
  }

  .seisho-footer-social {
    margin-top: 1rem;
  }
}

.seisho-footer-copy p {
  margin-bottom: 0.35rem;
}

.seisho-footer-copy p:last-child {
  margin-bottom: 0;
}

.ui-footer .footer-copyright.bg-dark-gray {
  background-color: #383a49 !important;
}
