.csm-service-single {
	max-width: 900px;
	margin: 40px auto;
	padding: 0 20px;
}

.csm-service-single .csm-service-icon {
	width: 56px;
	height: 56px;
	object-fit: contain;
	margin-bottom: 12px;
}

.csm-service-single .csm-service-featured-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0;
}

.csm-service-single h1 {
	font-size: 2.2em;
	margin-bottom: 8px;
}

.csm-service-single .csm-service-content {
	font-size: 1.05em;
	line-height: 1.7;
}

.csm-services-archive {
	max-width: 1100px;
	margin: 40px auto;
	padding: 0 20px;
}

.csm-services-archive h1 {
	margin-bottom: 30px;
}

.csm-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 28px;
}

.csm-service-card {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 20px;
	text-align: left;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	text-decoration: none;
	color: inherit;
	display: block;
}

.csm-service-card:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.csm-service-card .csm-service-icon {
	width: 44px;
	height: 44px;
	object-fit: contain;
	margin-bottom: 14px;
}

.csm-service-card .csm-service-thumb img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 14px;
}

.csm-service-card h2 {
	font-size: 1.2em;
	margin: 0 0 8px;
}

.csm-service-card p {
	font-size: 0.95em;
	color: #555;
	margin: 0;
}
