/*
Theme Name: Corporate Theme
Theme URI: https://example.com/
Author: Your Company
Author URI: https://example.com/
Description: 企業サイト向けのシンプルで信頼感のあるフルサイト編集（FSE）ブロックテーマです。トップページ、会社概要、サービス紹介、ブログ、お問い合わせなどに対応しています。
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: corporate-theme
Tags: full-site-editing, block-patterns, custom-colors, custom-menu, footer-widgets, translation-ready

Corporate Theme is distributed under the terms of the GNU GPL.
*/

/* ---- コラムページ用スタイル ---- */

.column-category-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0 0 var(--wp--preset--spacing--50);
	padding: 0;
}

.column-category-nav li {
	margin: 0;
}

.column-category-nav a {
	display: inline-block;
	padding: 0.4rem 1.1rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 999px;
	font-size: 0.85rem;
	color: var(--wp--preset--color--primary);
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.column-category-nav a:hover,
.column-category-nav .current-cat a {
	background-color: var(--wp--preset--color--secondary);
	border-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--base);
}

.column-sidebar-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.column-sidebar-categories li {
	padding: 0.5rem 0;
	border-bottom: 1px solid var(--wp--preset--color--border);
	font-size: 0.9rem;
}

.column-sidebar-categories li:last-child {
	border-bottom: none;
}

.column-sidebar-categories a {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
}

.column-sidebar-categories a:hover {
	color: var(--wp--preset--color--secondary);
}

.wp-block-post-template .wp-block-group:has(.wp-block-post-featured-image) {
	transition: box-shadow 0.15s ease;
}

.wp-block-post-template a {
	text-decoration: none;
}
