/* Why Us Section - minimální CSS, zbývající je v theme */

.why-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.why-icon {
	font-weight: 700;
	color: #003380;
	font-size: 1.25rem;
	line-height: 1.25rem;
}

.why-content h4 {
	margin-bottom: 0.25rem;
	font-size: 1.1rem;
}

.why-content p {
	margin: 0;
	color: #666;
}
