.ofisimo-service-options {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	margin: 16px 0 14px;
	padding: 14px 16px;
	border: 1px solid #e6eaf0;
	border-radius: 9px;
	background: linear-gradient(135deg, #f8fbff 0%, #ffffff 70%);
	box-shadow: 0 3px 10px rgba(25, 48, 80, .05);
}
.ofisimo-service-heading { margin-bottom: 10px; }
.ofisimo-service-eyebrow {
	display: block;
	margin-bottom: 5px;
	color: #3974c6;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .12em;
}
.ofisimo-service-heading strong {
	display: block;
	color: #172b4d;
	font-size: 16px;
	line-height: 1.25;
}
.ofisimo-service-heading p { margin: 3px 0 0; color: #697586; font-size: 11px; }
.ofisimo-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.ofisimo-service-option {
	position: relative;
	display: flex !important;
	align-items: center;
	gap: 9px;
	min-height: 38px;
	margin: 0 !important;
	padding: 7px 9px;
	border: 1px solid #e1e6ee;
	border-radius: 9px;
	background: #fff;
	color: #26364d;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.ofisimo-service-option:hover { border-color: #6b9fda; box-shadow: 0 4px 12px rgba(46, 96, 160, .12); transform: translateY(-1px); }
.ofisimo-service-option input { position: absolute; opacity: 0; pointer-events: none; }
.ofisimo-service-check {
	display: inline-grid;
	flex: 0 0 19px;
	place-items: center;
	width: 19px;
	height: 19px;
	border: 1px solid #cbd5e1;
	border-radius: 5px;
	color: transparent;
	font-size: 12px;
	font-weight: 700;
}
.ofisimo-service-option:has(input:checked) { border-color: #3974c6; background: #f1f7ff; box-shadow: 0 0 0 2px rgba(57, 116, 198, .1); }
.ofisimo-service-option:has(input:checked) .ofisimo-service-check { border-color: #3974c6; background: #3974c6; color: #fff; }
.ofisimo-service-name { flex: 1; font-size: 13px; font-weight: 600; }
.ofisimo-service-price { white-space: nowrap; color: #3974c6; font-size: 12px; font-weight: 700; }
@media (max-width: 600px) {
	.ofisimo-service-options { padding: 13px 11px; border-radius: 9px; }
	.ofisimo-service-grid { grid-template-columns: 1fr; gap: 8px; }
	.ofisimo-service-heading strong { font-size: 15px; }
}
