.novomed-deti-booking-doctor-widget {
	--nd-brand-violet: #9b8de0;
	--nd-brand-pink: #ff96cf;
	--nd-brand-sky: #4fc4ff;
	--nd-brand-violet-soft: #f4f2fb;
}

.novomed-deti-booking-doctor-widget__title {
	margin: 0 0 12px;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--nd-brand-violet);
}

.novomed-deti-booking-doctor-widget__groups {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.novomed-deti-booking-doctor-widget__branch-title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 600;
	color: #3d3658;
}

.novomed-deti-booking-doctor-widget__date {
	margin: 0 0 16px;
	color: #6b6580;
}

.novomed-deti-booking-doctor-widget__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.novomed-deti-booking-doctor-widget__chip {
	appearance: none;
	border: 1px solid rgba(155, 141, 224, 0.45);
	background: #fff;
	color: #3d3658;
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.novomed-deti-booking-doctor-widget__chip:hover,
.novomed-deti-booking-doctor-widget__chip:focus {
	border-color: var(--nd-brand-violet);
	background: var(--nd-brand-violet-soft);
	color: #2f2850;
}

.novomed-deti-booking-doctor-widget__chip--other {
	border-color: var(--nd-brand-sky);
	border-style: dashed;
	color: var(--nd-brand-violet);
}

.novomed-deti-booking-doctor-widget__chip--other:hover,
.novomed-deti-booking-doctor-widget__chip--other:focus {
	border-color: var(--nd-brand-pink);
	background: #fff5fa;
}

.novomed-deti-booking-doctor-widget__notice {
	padding: 12px 16px;
	border-radius: 8px;
	background: var(--nd-brand-violet-soft);
	color: #4a4468;
	border: 1px solid rgba(155, 141, 224, 0.25);
}
