/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 /* Override Bootstrap card max-width for full width cards */
.card {
  max-width: none !important;
}

/* Additional specific override for admin pages if needed */
.wp-admin .card {
  max-width: none !important;
  width: 100% !important;
}

.bg-help {
  background-color: #d0e6ff;
}

/* Loading state for search */
.searching {
  opacity: 0.6;
  pointer-events: none;
}

/* Error state */
.error-message {
  color: #dc3232;
  font-weight: bold;
}

/* Origin dropdown styling */
.origin-item {
  transition: background-color 0.2s ease;
}

.origin-item:hover {
  background-color: #f8f9fa;
}

.origin-item:last-child {
  border-bottom: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

#wpfooter {
  display: none !important;
}

#wpfooter p {
  display: none !important;
}

#wpfooter,
.wp-footer {
  display: none !important;
}

/* Show/Hide functionality */
.jneshof-show {
  display: block !important;
}

.jneshof-hide {
  display: none !important;
}
