.full-background {
  background: url(/static/img/background.webp) no-repeat;
  background-size: cover;
}
.page_actions {
  display: flex;
  gap: 1rem;
}
.page_actions :is(a, button):hover {
  opacity: 1;
}
.TinyMDE {
  min-height: 400px;
}
button {
  cursor: pointer;
}
.invalid-feedback {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc2626;
}
.is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.15);
}
[x-cloak] {
  display: none !important;
}
