/*
Theme Name: Auel Civic
Theme URI: https://mooncat.blog/theme/
Author: 立花月夜
Author URI: https://dark.holy.jp/
Description: A lightweight and responsive WordPress theme for politicians, candidates, and public organizations. Built with Auel Framework Version 1.0.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: auel-civic
Tags: accessibility-ready, custom-logo, custom-menu, featured-images, translation-ready, wide-blocks
*/

/*!
 * Auel Framework Version 1.0
 *
 * Theme    : Auel Civic
 * Brand    : Auel Nox
 * Author   : 立花月夜
 * Copyright: © 2026 Auel Nox
 * License  : GPL-2.0-or-later
 */

/* ==========================================================================
   Base
   ========================================================================== */

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Hiragino Sans",
		"Yu Gothic",
		sans-serif;
	line-height: 1.8;
	color: #212529;
	background: #ffffff;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* ==========================================================================
   Accessibility
   ========================================================================== */

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.screen-reader-text:focus {
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	margin: 0;
	padding: 1rem;
	background: #ffffff;
	color: #000000;
	z-index: 99999;
	clip: auto;
}

/* ==========================================================================
   WordPress
   ========================================================================== */

.alignleft {
	float: left;
	margin: 0 1.5rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0 0 1rem 1.5rem;
}

.aligncenter {
	display: block;
	margin: 0 auto 1.5rem;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	margin-top: .5rem;
	font-size: .875rem;
	color: #6c757d;
}

.gallery-caption {
	font-size: .875rem;
}

.bypostauthor {
	font-weight: inherit;
}

.sticky {
	display: block;
}