/* 접수 시작한 대회 — wr-running 레이아웃, 시안(Cyan) 배지 */
.na-list-item--reg-started .widget-reg-started-tag {
	display: inline-block;
	box-sizing: border-box;
	width: 56px;
	min-width: 56px;
	max-width: 56px;
	padding: 2px 4px;
	background: #17a2b8;
	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;
}
.na-list-item--reg-started .na-title {
	margin-bottom: 0;
}
.na-list-item--reg-started .widget-reg-started-date-icon {
	margin-right: 2px;
}
.na-list-item--reg-started {
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 5px;
	margin-bottom: 5px;
	list-style: none;
}
.na-list-item--reg-started:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
