/* 마라톤대회일정 위젯 : 접수예정 스타일(오늘접수, D-X) - PC·모바일 공통 */
.na-list-item--reg .widget-reg-tag {
	display: inline-block;
	box-sizing: border-box;
	width: 56px;
	min-width: 56px;
	max-width: 56px;
	padding: 2px 4px;
	background: #e85d04;
	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 .na-title { margin-bottom: 0; }
.na-list-item--reg .widget-reg-date-icon { margin-right: 2px; }

/* 접수예정 항목 아래 구분선 */
.na-list-item--reg {
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 5px;
	margin-bottom: 5px;
	list-style: none;
}
.na-list-item--reg:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
