/* Event Widget Form Hints Styling */
.field-unit__hint {
  margin-top: 0.5rem;
  margin-left: 0 !important;
  padding: 0.75rem 1rem;
  background-color: #e7f3ff;
  border-left: 3px solid #007bff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #004085;
  font-weight: 500;
  line-height: 1.5;
}

.field-unit__hint code {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
}

/* Example section styling */
details summary {
  padding: 0.5rem 0;
}

details summary:hover {
  color: #007bff;
}

details pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Fix for boolean field hints */
.field-unit--boolean .field-unit__hint {
  margin-top: 0.25rem;
}
