/* 이번 주 레이스 일정 — 접수예정(wr-running) 리스트 밀도 참고, 배지 색만 구분 */
.na-list-item--weekly-race {
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 5px;
	margin-bottom: 5px;
	list-style: none;
}
.na-list-item--weekly-race:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.na-title--weekly-race {
	margin-bottom: 0;
	position: relative;
}
.na-title--weekly-race .widget-weekly-region {
	float: right;
	margin-left: 8px;
	max-width: 28%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.na-title--weekly-race .widget-weekly-region-icon {
	display: inline-block;
	margin-right: 2px;
	font-size: 12px;
	line-height: 1;
	vertical-align: -1px;
}
.na-title--weekly-race .widget-weekly-row {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	min-width: 0;
	padding-right: 0;
}
.na-title--weekly-race .widget-weekly-row .widget-weekly-subject {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.widget-weekly-tag {
	display: inline-block;
	box-sizing: border-box;
	width: 56px;
	min-width: 56px;
	max-width: 56px;
	padding: 2px 4px;
	color: #fff;
	font-size: 11px;
	letter-spacing: -1px;
	line-height: 16px;
	min-height: 20px;
	height: 20px;
	font-weight: normal;
	margin-right: 4px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-shrink: 0;
}
/* 오늘: 마라톤 리스트 오늘대회(state-today)와 동일 */
.widget-weekly-tag--today {
	background: #44A466;
}
/* 내일·요일: 나리야 Blue-Jeans (.bg-blue-jeans #5D9CEC) */
.widget-weekly-tag--soon,
.widget-weekly-tag--day {
	background: #5D9CEC;
}
.widget-weekly-date {
	display: inline-block;
	flex-shrink: 0;
	margin-right: 0;
	padding-right: 1px;
	font-size: 13px;
	color: #495057;
	letter-spacing: -0.5px;
	min-width: 0;
	width: auto;
}
.widget-weekly-sep {
	display: inline-block;
	flex-shrink: 0;
	margin: 0 5px 0 2px;
	font-size: 12px;
	color: #adb5bd;
	font-weight: normal;
}
@media (max-width: 575.98px) {
	.na-title--weekly-race .widget-weekly-region {
		max-width: 22%;
		font-size: 12px;
	}
}
