.lh-classroom-join {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0.55rem 0 0;
}

.lh-classroom-join__btn {
	background: #7a3e48;
	border: 1px solid #7a3e48;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 600;
	min-height: 2.4rem;
	padding: 0.4rem 0.9rem;
	text-decoration: none;
}

.lh-classroom-join__btn:hover,
.lh-classroom-join__btn:focus-visible {
	background: #5f2f37;
	border-color: #5f2f37;
	color: #fff;
	outline: none;
}

.lh-classroom-join__copy {
	background: #fff;
	border: 1px solid #7a3e48;
	border-radius: 8px;
	color: #7a3e48;
	cursor: pointer;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	min-height: 2.4rem;
	padding: 0.4rem 0.75rem;
}

.lh-classroom-join__copy:hover,
.lh-classroom-join__copy:focus-visible {
	background: #f3ecee;
	outline: none;
}

.lh-classroom-join__wait {
	color: #6b625c;
	font-size: 0.88rem;
	margin: 0.45rem 0 0;
}

.lh-classroom-join--card {
	margin: 0.35rem 0 0;
}

.lh-classroom-join--calendar {
	margin: 0 0 0.45rem;
}

.lh-classroom-join--calendar .lh-classroom-join__btn {
	min-height: 2.15rem;
}

.lh-classroom-live {
	background: #fff;
	border: 1px solid #e8e2da;
	border-left: 4px solid #7a3e48;
	border-radius: 12px;
	margin: 0 0 1.25rem;
	padding: 1rem 1.15rem;
}

.lh-classroom-live h2 {
	font-size: 1.05rem;
	margin: 0 0 0.75rem;
}

.lh-classroom-live__list {
	display: grid;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lh-classroom-live__item {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	justify-content: space-between;
}

.lh-classroom-live__name {
	font-weight: 700;
	margin: 0;
}

.lh-classroom-live__time {
	color: #6b625c;
	font-size: 0.88rem;
	margin: 0.15rem 0 0;
}

.lh-week-calendar__event-actions {
	pointer-events: auto;
}

.lh-week-calendar__event-actions .lh-classroom-join {
	margin: 0;
}
