.vc-service {
	margin: 0.5rem 0 1.35rem;
	padding: 0.85rem 0 0.25rem;
	border-top: 1px solid rgba(4, 69, 175, 0.12);
}

.vc-service__heading {
	margin: 0 0 0.65rem;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0a7a3e;
	letter-spacing: -0.01em;
}

.vc-service__item {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	width: 100%;
	text-align: left;
	padding: 0.7rem 0.55rem;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #eef1f4;
	background: transparent;
	cursor: pointer;
	font: inherit;
	color: inherit;
	transition: background 0.15s ease;
}

.vc-service__item:hover,
.vc-service__item:focus-visible {
	background: #f5faf7;
	outline: none;
}

.vc-service__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: #e8f7ee;
	color: #0a7a3e;
	flex-shrink: 0;
}

.vc-service__text {
	display: flex;
	flex-direction: column;
	gap: 0.12rem;
	flex: 1;
	min-width: 0;
}

.vc-service__title {
	font-size: 0.98rem;
	font-weight: 800;
	color: #111827;
	line-height: 1.3;
}

.vc-service__sub {
	font-size: 0.86rem;
	color: #6b7280;
	line-height: 1.35;
}

.vc-service__highlight {
	font-size: 0.92rem;
	font-weight: 700;
	color: #0445af;
	margin-top: 0.1rem;
}

.vc-service__chevron {
	color: #9ca3af;
	font-size: 1.35rem;
	line-height: 1;
	padding-top: 0.15rem;
}

.vc-service__panels {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(15, 23, 42, 0.45);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 1rem;
}

.vc-service__panels[hidden] {
	display: none !important;
}

.vc-service__panel {
	width: min(520px, 100%);
	max-height: min(78vh, 640px);
	overflow: auto;
	background: #fff;
	border-radius: 16px 16px 12px 12px;
	padding: 1.15rem 1.2rem 1rem;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.vc-service__panel[hidden] {
	display: none !important;
}

.vc-service__panel h3 {
	margin: 0 0 0.65rem;
	font-size: 1.1rem;
	color: #0b1f3a;
}

.vc-service__panel p,
.vc-service__panel li {
	font-size: 0.92rem;
	line-height: 1.5;
	color: #374151;
}

.vc-service__panel ul {
	margin: 0.5rem 0 0.75rem 1.1rem;
}

.vc-service__link {
	color: #0445af;
	font-weight: 700;
	text-decoration: underline;
}

.vc-service__close {
	margin-top: 0.85rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.55rem 1.1rem;
	border: 0;
	border-radius: 10px;
	background: #0445af;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

@media (min-width: 782px) {
	.vc-service__panels {
		align-items: center;
	}

	.vc-service__panel {
		border-radius: 16px;
	}
}
