.maranatha-services-date-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 24px;
}

.maranatha-services-date-header h2 {
	margin: 0;
}

.maranatha-services-time-filters {
	display: flex;
	gap: .5rem;
}

.maranatha-services-time-filter {
	border: 0;
	border-radius: 999px;
	padding: 12px 16px;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	line-height: 1.5;
}

.maranatha-services-time-filter.is-active {
	background: var(--theme-palette-color-6, #E9EDF9);
}

@media (max-width: 600px) {
	.maranatha-services-date-header {
		display: block;
	}

	.maranatha-services-time-filters {
		margin-top: .75rem;
	}
}

.maranatha-services-time-group {
    margin-bottom: 50px;
}
