/*
Theme Name: WP Base Theme
Theme URI: https://example.com/wp-base-theme
Author: Julio Cavalcanti
Author URI: https://example.com
Description: Base block theme for learning, reuse, and safe WordPress project evolution.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.1
Version: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-base-theme
*/

/* ==========================================================================
   File purpose
   --------------------------------------------------------------------------
   This file is for small CSS refinements that are better handled here than in
   theme.json.

   Use this file for:
   - small block-level refinements
   - small header or footer refinements
   - small front-end fixes
   - simple shared utility fixes

   Do not use this file as the main styling system of the theme.
   Prefer theme.json first.
   ========================================================================== */

/* ==========================================================================
   1. Content block refinements
   ========================================================================== */

/* Quote */
.wp-block-quote {
  margin-block: 1.5rem;
}

.wp-block-quote p {
  margin-bottom: 0.5rem;
}

.wp-block-quote cite {
  display: block;
  margin-top: 0;
  font-size: 0.875rem;
  font-style: normal;
  opacity: 0.75;
}

/* ==========================================================================
   2. Header refinements
   ========================================================================== */

/* Add only small header-specific CSS here when template markup and
   theme.json are not enough. */

/* ==========================================================================
   3. Footer refinements
   ========================================================================== */

/* Add only small footer-specific CSS here when template markup and
   theme.json are not enough. */

/* ==========================================================================
   4. Navigation refinements
   ========================================================================== */

/* Keep navigation fixes small and focused. */

/* ==========================================================================
   5. Utility fixes
   ========================================================================== */

/* Rare shared fixes that do not belong to a single block or area. */
