.gb-any-provider-wrap .jet-form__field-template {
	display: block;
}

.gb-any-provider-wrap .jet-listing-dynamic-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gb-any-provider-avatar {
	width: 58px;
	height: 58px;
	border: 1px solid #d9dadc;
	border-radius: 50%;
	background: #f6f6f7;
	color: #8a8b8d;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	user-select: none;
}

.gb-any-provider-card {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gb-any-provider-texts {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gb-any-provider-title {
	color: #15171b;
	font-size: 20px;
	line-height: 1.2;
}

.gb-any-provider-subtitle {
	color: #8a8b8d;
	font-size: 14px;
	line-height: 1.2;
}

.jet-apb-calendar-date.gb-calendar-date-unavailable,
.jet-apb-calendar-date.gb-calendar-date-unavailable:hover,
.jet-apb-calendar-date.gb-calendar-date-unavailable:focus {
	color: #a3a4a6 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-decoration: line-through !important;
	cursor: not-allowed !important;
	opacity: 0.58 !important;
	touch-action: manipulation;
}

.jet-apb-calendar-date.gb-calendar-date-unavailable * {
	color: inherit !important;
	text-decoration: line-through !important;
}
