/*
Theme Name: WP CA State Design System
Theme URI:
Author: Web Team, California Department of Housing and Community Development
Description: A custom WordPress theme built using the California State Web Design System. This theme emphasizes clean structure, configuration‑driven components, accessibility, and portability across environments. It provides a flexible foundation for program pages, subpages, bulletins, forms, and other content types used in statewide web properties.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ca-state-template
Tags: accessibility-ready, block-styles, block-patterns, full-site-editing, custom-colors, custom-menu, custom-logo, featured-images, grid-layout, one-column, multi-column, translation-ready, wide-blocks
*/
/* =========================
THEME OVERRIDES ONLY
========================= */
/* Hero banner image */
/*
.header-primary-banner img {
  transform: unset;
}*/
/* Increase logo height on larger screens */
@media (min-width: 992px) {
  .branding .header-organization-banner a .logo-assets .logo-img {
    height: 4.5rem;
  }
}
/* Remove bullets on footer column lists produced by wp_nav_menu */
.section-standout.site-footer li {
  list-style: none;        /* removes bullets */
  margin: 0;
  padding: 0;
}

/* Global vertical rhythm for WP content */
.content-container > * + * {
    margin-top: 2rem;
}
