.mh_league_schedule_box {
	margin: 0 0 15px;
	padding: 12px 15px;
	border: 1px solid #eee;
	border-radius: 6px;
	background: #fafafa;
	font-size: 13px;
}
.mh_league_schedule_title {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
}
.mh_league_schedule_title_past {
	margin-top: 14px;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
	color: #777;
}
.mh_league_schedule_item_past {
	opacity: 0.85;
}
.mh_league_schedule_result_link {
	display: inline-block;
	margin-left: 4px;
	padding: 1px 7px;
	border-radius: 3px;
	background: #eee;
	color: #555;
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
}
.mh_league_schedule_result_link:hover {
	background: #9C27B0;
	color: #fff !important;
}
.mh_league_schedule_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mh_league_schedule_item {
	padding: 6px 0;
	border-bottom: 1px dashed #e2e2e2;
}
.mh_league_schedule_item:last-child {
	border-bottom: none;
}
.mh_league_schedule_row {
	display: flex;
	align-items: center;
	gap: 8px;
}
.mh_league_schedule_badge {
	flex-shrink: 0;
	padding: 1px 6px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
}
.mh_league_schedule_badge_individual {
	background: #7B1FA2;
}
.mh_league_schedule_badge_team {
	background: #222;
}
.mh_league_schedule_sub {
	display: flex;
	gap: 12px;
	margin-top: 3px;
	padding-left: 2px;
	font-size: 12px;
	color: #777;
}
.mh_league_schedule_fee {
	white-space: nowrap;
}
.mh_league_schedule_note {
	color: #c0392b;
}
.mh_league_schedule_date {
	color: #888;
	white-space: nowrap;
}
.mh_league_schedule_time {
	color: #aaa;
	white-space: nowrap;
}
.mh_league_schedule_name {
	flex: 1;
}
.mh_league_schedule_link {
	color: inherit;
	text-decoration: none;
}
.mh_league_schedule_link:hover {
	text-decoration: underline;
	color: #9C27B0;
}
.mh_league_schedule_empty {
	margin: 0;
	color: #999;
}
