.servicios-grid-2e2daddd {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	padding: 20px 0;
}

.servicio-card-2e2daddd {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	border: 1px solid #f0f0f0;
}

.servicio-card-2e2daddd:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.servicio-thumbnail-2e2daddd {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.servicio-thumbnail-2e2daddd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.servicio-card-2e2daddd:hover .servicio-thumbnail-2e2daddd img {
	transform: scale(1.05);
}

.servicio-thumbnail-placeholder-2e2daddd {
	width: 100%;
	height: 200px;
	background-color: #f5f7f9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.servicio-thumbnail-placeholder-2e2daddd .dashicons {
	font-size: 60px;
	width: 60px;
	height: 60px;
	color: #cbd5e1;
}

.servicio-content-2e2daddd {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.servicio-title-2e2daddd {
	font-size: 20px;
	margin: 0 0 12px 0;
	color: #1e293b;
	font-weight: 600;
	line-height: 1.4;
}

.servicio-excerpt-2e2daddd {
	font-size: 15px;
	color: #64748b;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1;
}

.servicio-btn-2e2daddd {
	display: inline-block;
	align-self: flex-start;
	background-color: #3b82f6;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	transition: background-color 0.2s ease;
}

.servicio-btn-2e2daddd:hover {
	background-color: #2563eb;
	color: #ffffff;
}

.servicios-no-found-2e2daddd {
	text-align: center;
	padding: 40px;
	color: #64748b;
	font-size: 16px;
}
