/*
Theme Name: Conservation Headless
Theme URI: https://conservationareachecker.com
Author: Conservation Area Checker
Author URI: https://conservationareachecker.com
Description: A minimal WordPress theme designed for headless CMS use with the Conservation Area Checker application.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conservation-headless
Tags: headless, minimal, api, rest, conservation-area
*/

/* This file is required for WordPress to recognize the theme */
/* The actual styling will be handled by the frontend application */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #333;
  line-height: 1.6;
}

.admin-message {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px;
  background: #ffffff;
  border-left: 4px solid #00703c;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.admin-message h1 {
  color: #00703c;
  margin-top: 0;
  font-weight: 600;
}

.admin-message p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #0b0c0c;
}

.admin-message a {
  color: #00703c;
  text-decoration: none;
}

.admin-message a:hover {
  text-decoration: underline;
  color: #005a30;
}

.admin-message .button {
  display: inline-block;
  background: #00703c;
  color: white;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 10px;
  font-weight: 500;
}

.admin-message .button:hover {
  background: #005a30;
  text-decoration: none;
}
