/*
Theme Name: Chochong Center
Theme URI: https://chochong-center.com
Author: tecnect
Description: 在日本朝鮮青年同盟公式サイト chochong-center.com のための完全自作ブロックテーマ。
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 7.4
Tested up to: 6.6
License: All Rights Reserved
Text Domain: chochong-center
*/

/* デザインの大半は theme.json で定義。ここは theme.json でカバーできない
   微調整・ユーティリティのみを最小限記述する。 */

.wp-block-cover__inner-container {
	width: 100%;
}

/* エディトリアルカード（活動紹介・お知らせ等で使用する自作パターン用） */
.chochong-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.chochong-card img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

/* グローバルナビの現在地表示 */
.wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content {
	text-decoration: underline;
	text-underline-offset: 6px;
}

/* フォーカス可視化（アクセシビリティ） */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 3px solid var(--wp--preset--color--sky);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
}
