/*
Theme Name: Charitas VCMS Child
Theme URI: https://vcms.example.com
Description: Child theme of Charitas Lite, customized for the Veterans Cooperative Management System (VCMS). Adds member registration, login, and dashboard page templates wired to the VCMS plugin shortcodes, plus light brand styling.
Author: VCMS Development Team
Template: charitas-lite
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: charitas-vcms-child
*/

@import url("../charitas-lite/style.css");

/* ===========================================================
   VCMS brand overrides
   =========================================================== */
:root {
  --vcms-navy: #1a3a6b;
  --vcms-gold: #c8a94a;
}

.site-header,
#colophon {
  background-color: var(--vcms-navy);
}

a,
.site-title a:hover {
  color: var(--vcms-navy);
}

.vcms-page-section {
  max-width: 960px;
  margin: 40px auto;
  padding: 0 20px;
}

.vcms-page-section .vcms-card,
.vcms-page-section .vcms-form-section {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.vcms-page-section h1.entry-title {
  border-bottom: 3px solid var(--vcms-gold);
  padding-bottom: 12px;
  margin-bottom: 24px;
  color: var(--vcms-navy);
}

.vcms-quick-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0 30px;
}

.vcms-quick-links a {
  background: var(--vcms-navy);
  color: #fff;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
}

.vcms-quick-links a:hover {
  background: var(--vcms-gold);
  color: #1a1a1a;
}
