.lh-student-portal__availability--list {
	margin-top: 0;
}

.lh-week-calendar__event--available {
	background: rgb(237 245 239 / 0.95);
	border: 1px solid #4a7a52;
	border-left-width: 3px;
	box-shadow: none;
	color: #2c4a32;
	cursor: pointer;
	overflow: visible;
	z-index: 2;
}

.lh-week-calendar__event--available:hover,
.lh-week-calendar__event--available:focus-visible {
	background: #e3f0e7;
	border-color: #2c6c42;
	outline: none;
}

.lh-week-calendar__event--available .lh-week-calendar__event-name {
	color: #2c4a32;
	font-size: 0.72rem;
	font-weight: 700;
}

.lh-week-calendar__event--available .lh-week-calendar__event-time {
	color: #3d5a42;
	font-size: 0.68rem;
	font-weight: 600;
}

.lh-week-calendar__event--available.lh-week-calendar__event--short {
	align-content: start;
	justify-items: start;
	text-align: left;
}

.lh-week-calendar__event--available.lh-week-calendar__event--short .lh-week-calendar__event-name {
	font-size: 0.68rem;
	line-height: 1.2;
}

.lh-week-calendar__booking-form {
	display: grid;
	gap: 0.75rem;
	margin-top: 0.35rem;
}

.lh-week-calendar__booking-field {
	color: #444;
	display: grid;
	font-size: 0.88rem;
	font-weight: 600;
	gap: 0.35rem;
}

.lh-week-calendar__booking-select {
	background: #faf8f5;
	border: 1px solid #d4ccc2;
	border-radius: 8px;
	font: inherit;
	font-weight: 400;
	padding: 0.65rem 0.75rem;
	width: 100%;
}

.lh-week-calendar__booking-submit {
	margin: 0;
	width: 100%;
}

.lh-week-calendar__dialog-time {
	color: #6b625c;
	font-size: 0.92rem;
	line-height: 1.45;
	margin: 0 0 0.75rem;
}

.lh-student-calendar__day--holiday-note .lh-week-calendar__day-note,
.lh-student-calendar__day--holiday-note.lh-week-calendar__day-header .lh-week-calendar__day-note {
	color: #6b625c;
	font-size: 0.62rem;
	font-weight: 500;
}

.lh-student-calendar__swatch.lh-student-calendar__day--holiday-note {
	background: #faf8f5;
	border: 1px solid #d4ccc2;
}
