/**
 * Custom Admin Styles for Conservation Headless Theme
 */

/* Dashboard widget styling */
#conservation_headless_dashboard_widget .inside {
  padding: 12px;
  border-left: 3px solid #00703c;
  background-color: #f8f8f8;
}

#conservation_headless_dashboard_widget ul {
  margin-left: 16px;
  list-style-type: disc;
}

#conservation_headless_dashboard_widget a {
  text-decoration: none;
  color: #00703c;
}

#conservation_headless_dashboard_widget a:hover {
  color: #005a30;
  text-decoration: underline;
}

/* Admin notice styling */
.conservation-headless-notice {
  border-left-color: #00703c !important;
  padding: 12px !important;
  background-color: #f8f8f8 !important;
}

.conservation-headless-notice h2 {
  margin-top: 0;
  color: #00703c;
  font-weight: 600;
}

.conservation-headless-notice p {
  font-size: 14px;
  margin: 0.5em 0;
  color: #0b0c0c;
}

/* Custom editor styles */
.editor-styles-wrapper .wp-block {
  max-width: 800px;
}

/* Custom color palette */
:root {
  --conservation-primary: #00703c; /* Barnet dark green */
  --conservation-secondary: #85994b; /* Barnet light green */
  --conservation-accent: #1d70b8; /* Gov UK blue */
  --conservation-background: #ffffff;
  --conservation-text: #0b0c0c;
  --conservation-muted: #505a5f;
  --conservation-danger: #d4351c;
}

/* Admin menu customization */
#adminmenu .wp-menu-image img {
  padding: 5px 0 0 0;
  opacity: 1;
}

/* Login page customization */
.login h1 a {
  background-size: contain !important;
  width: 320px !important;
  height: 80px !important;
}

/* Custom post type icons */
#adminmenu .menu-icon-conservation_area div.wp-menu-image:before {
  content: '\f319';
}

/* Admin footer customization */
#wpfooter {
  padding: 15px 20px;
}

/* Admin bar customization */
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
  content: '\f319';
}

/* Gutenberg editor customization */
.edit-post-visual-editor .editor-post-title__block .editor-post-title__input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2.5em;
  font-weight: bold;
}

/* Media library customization */
.media-frame-content .attachments-browser .attachments {
  padding: 8px;
}
