/*
 * Sidebar 共通CSS
 * 2026-05-22
 */

/**================
 * Sidebar Base
 * 2026-05-22
 *================/
/* 2column */
.kuma-layout-with-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 2rem;
}

/* Kuma-icon */
.kuma-sidebar-icon {
	text-align: center;
	margin-bottom: 0.8rem;
}

.kuma-sidebar-icon img {
	width: 96px;
	height: 96px;
	display: inline-block;
	object-fit: contain;
}

/**===============
 * Default Sidebar
 * 2026-05-22
 ================*/
.kuma-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;

	position: sticky;
	top: 2rem;
	align-self: start;
}

.kuma-sidebar-section {
	padding: 1.4rem;
	border: 1px solid #e5e2dc;
	border-radius: 16px;
	background: #fffdf8;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.kuma-sidebar-title {
	margin: 0 0 0.7rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #.kuma-sidebar-title {
	margin: 0 0 0.7rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #.kuma-sidebar-title {
	margin: 0 0 0.7rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #345243;
};
};
}

.kuma-sidebar-text {
	margin: 0 0 1rem;
	line-height: 1.8;
	font-size: 0.95rem;
}

.kuma-sidebar-button {
	display: inline-block;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	background: #3f5f4f;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9rem;
}

.kuma-sidebar-button:hover {
	opacity: 0.85;
}

.kuma-sns-icons {
	display: flex;
	gap: 0.7rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.kuma-sns-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	text-decoration: none;
}

.kuma-sns-icons img {
	width: 48px;
	height: 48px;
	display: block;
	object-fit: contain;
}

.kuma-sns-icons a:hover {
	background: #f2efe8;
}

/* Tea World */
.kuma-sidebar-subtitle {
	margin-top: 1.5rem;
}

.kuma-sidebar-tea-world {
	margin-top: 0.75rem;
}

.kuma-sidebar-tea-world a {
	display: inline-block;
	text-decoration: none;
}