/* === Empfohlene Firmen ef88c0e4 v2.0.2 === */

.ef88-wrapper {
	width: 100%;
}

.ef88-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media (max-width: 1100px) {
	.ef88-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.ef88-grid { grid-template-columns: 1fr; }
}

/* Card */
.ef88-card {
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
	border: 1px solid #eef0f3;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ef88-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.11);
}

/* Image top */
.ef88-img {
	height: 175px;
	background-size: cover;
	background-position: center;
	background-color: #dde2e8;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 12px;
}

/* Badges */
.ef88-badge {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	line-height: 1.3;
}

.ef88-cat {
	background: rgba(255,255,255,0.92);
	color: #1a2b49;
}

.ef88-open {
	background: #f39c12;
	color: #ffffff;
}

.ef88-closed {
	background: rgba(255,255,255,0.90);
	color: #888;
}

/* Body */
.ef88-body {
	padding: 16px 18px 12px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ef88-title {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	color: #1a2b49;
	line-height: 1.35;
}

/* Rating row */
.ef88-rating {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
}

.ef88-stars {
	color: #f39c12;
	letter-spacing: 1px;
	font-size: 13px;
}

.ef88-rating-val {
	color: #1a2b49;
	font-weight: 700;
}

.ef88-rating-sep,
.ef88-reviews {
	color: #8a95a3;
}

/* Address */
.ef88-address {
	font-size: 13px;
	color: #8a95a3;
	margin: 0;
}

/* Service tags */
.ef88-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 2px;
}

.ef88-tag {
	background: #f0f2f5;
	color: #3a4a5c;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 500;
}

/* Footer with phone */
.ef88-footer {
	border-top: 1px solid #eef0f3;
	padding: 12px 18px;
}

.ef88-phone {
	color: #f39c12;
	font-weight: 700;
	font-size: 14px;
}
