/**
 * Smart Report 固定ページ用スタイル
 *
 * @package Aomo_Web
 * @since 1.0.0
 */

/* ==========================================================================
   Snow Problems Section
   ========================================================================== */

.smart-report-snow-problems {
	padding: 5rem 0;
	background-color: #f8f9fa;
}

.smart-report-problems-grid {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 280px, 1fr ) );
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.smart-report-problem-card {
	background: #fff;
	border-radius: 12px;
	padding: 2rem 1.5rem;
	text-align: center;
	box-shadow: 0 2px 12px rgba( 0, 0, 0, 0.08 );
	border: 1px solid #e9ecef;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.smart-report-problem-card:hover {
	transform: translateY( -4px );
	box-shadow: 0 8px 24px rgba( 0, 0, 0, 0.12 );
}

.smart-report-problem-icon {
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.smart-report-problem-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.5;
	color: #333;
}

.smart-report-snow-description {
	margin-bottom: 1.5rem;
	line-height: 1.8;
	color: #555;
}

.smart-report-category-contents {
	margin-bottom: 2.5rem;
}

.smart-report-category-item {
	margin-bottom: 1.5rem;
}

.smart-report-category-item:last-child {
	margin-bottom: 0;
}

.smart-report-category-title {
	font-size: 1.15rem;
	font-weight: 600;
	margin: 0 0 0.5rem;
	color: #333;
}

.smart-report-category-text {
	margin: 0;
	line-height: 1.8;
	color: #555;
}

.smart-report-categories-label {
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.smart-report-categories-list {
	margin: 0;
	color: #666;
	font-size: 0.95rem;
}
