.floristikakool-crm-message {
  margin-bottom: 1rem;
}

#modal-course .modal-content {
  max-height: calc(100vh - 1rem);
  max-height: calc(100dvh - 1rem);
  overflow: hidden;
}

#modal-course .modal-body {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 576px) {
  #modal-course .modal-content {
    max-height: calc(100vh - 3.5rem);
    max-height: calc(100dvh - 3.5rem);
  }
}

.floristikakool-crm-message:empty {
  display: none;
}

.floristikakool-crm-message.is-error,
.floristikakool-crm-message.is-success {
  border: 1px solid currentColor;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
}

.floristikakool-crm-message.is-error {
  color: #842029;
  background: #f8d7da;
}

.floristikakool-crm-message.is-success {
  color: #0f5132;
  background: #d1e7dd;
}

.floristikakool-company-fields {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 1rem;
  padding-top: 1rem;
}

.floristikakool-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.floristikakool-turnstile {
  min-height: 0;
}

.floristikakool-crm-submit {
  align-items: center;
  display: inline-flex;
  gap: 0.6rem;
  justify-content: center;
}

.floristikakool-crm-submit.is-loading::after {
  animation: floristikakool-crm-spin 0.8s linear infinite;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  content: '';
  height: 1rem;
  width: 1rem;
}

@keyframes floristikakool-crm-spin {
  to {
    transform: rotate(360deg);
  }
}
