.lauryn-ws-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border-radius: 18px;
	box-sizing: border-box;
}

.lauryn-ws-service-image {
	position: relative;
	height: 300px;
	overflow: hidden;
	background: #eef2f4;
}

.lauryn-ws-service-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.lauryn-ws-service-ribbon {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 4px;
	background: #8facbd;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.lauryn-ws-service-tags {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lauryn-ws-service-tag {
	display: inline-flex;
	align-items: center;
	padding: 5px 12px;
	border-radius: 999px;
	background: #fff;
	color: #64717a;
	font-size: 11px;
	line-height: 1.15;
	box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.lauryn-ws-service-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 28px;
}

.lauryn-ws-footer-bottom .lauryn-ws-service-footer {
	margin-top: auto;
}

.lauryn-ws-service-subtitle {
	margin: 0 0 14px;
	color: #7f9eb2;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.lauryn-ws-service-title {
	margin: 0 0 18px;
	color: #2e3033;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}

.lauryn-ws-service-description {
	margin: 0 0 22px;
	color: #7f9eb2;
	font-size: 15px;
	line-height: 1.55;
}

.lauryn-ws-service-description > :first-child { margin-top: 0; }
.lauryn-ws-service-description > :last-child { margin-bottom: 0; }

.lauryn-ws-service-features {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0 0 28px;
}

.lauryn-ws-service-feature {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #5d656b;
	font-size: 12px;
	line-height: 1.4;
}

.lauryn-ws-service-feature::before {
	content: '';
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 50%;
	background: #b8d1df;
}

.lauryn-ws-service-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 8px;
	padding-top: 24px;
	border-top: 1px solid #e5eaed;
}

.lauryn-ws-service-duration-wrap,
.lauryn-ws-service-price-wrap {
	display: flex;
	align-items: baseline;
	gap: 4px;
}

.lauryn-ws-service-clock {
	margin-right: 3px;
	color: #9ebccc;
	font-size: 13px;
}

.lauryn-ws-service-duration {
	color: #4e5962;
	font-size: 13px;
	font-weight: 600;
}

.lauryn-ws-service-price {
	color: #7f9eb2;
	font-size: 26px;
	line-height: 1;
}

.lauryn-ws-service-suffix {
	color: #8aa4b4;
	font-size: 11px;
	font-weight: 400;
}

.lauryn-ws-service-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 28px;
	padding: 12px 20px;
	border-radius: 3px;
	background: #2d3b47;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.lauryn-ws-service-button:hover,
.lauryn-ws-service-button:focus {
	background: #1f2a33;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.lauryn-ws-service-meta {
		align-items: flex-start;
		flex-direction: column;
	}
}
