/*
Theme Name: gSkeleton-common
Theme URI: https://www.garan.ne.jp/
Author: 伽藍堂
Author URI: https://www.garan.ne.jp/
Description: gBase をベースにした装飾専用 WordPress ブロックテーマ
Version: 1.0.0
License: GPL v2 or later
Text Domain: gSkeleton-common
*/

/* ===================================
   gSkeleton Decorative Styles Only
=================================== */

.is-style-hero-visual {
	border-radius: 0;
}

.is-style-section-card {
	background: var(--wp--preset--color--g-kinari);
	padding: var(--wp--preset--spacing--m);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.is-style-cta-accent {
	text-align: center;
	padding: var(--wp--preset--spacing--l);
}

.is-style-faq-soft {
	background: #ffffff;
	border-left: 4px solid var(--wp--preset--color--g-asagi);
	padding: var(--wp--preset--spacing--m);
}
