/* === timeline-scroll 階段卡滾動區塊 === */
.timeline-bg {
	background: #333;
    min-width: 400px;
    border-radius: 6px;
	}
.time-register {
	background: #e10;
    border-radius: 6px;
    color: #fff;
    padding: 5px 1em;
    line-height: 3em;
    font-weight: bold;
    box-shadow: 1px 2px 1px #333;
	white-space: nowrap;
	}
.set-time {
    background: #fc0;
    border-radius: 6px;
    color: #fff;
    padding: 5px 1em;
    line-height: 3em;
    font-weight: bold;
    box-shadow: 1px 2px 1px #333;
    white-space: nowrap;
	}
.set-time > img {
	background-size: contain;
    vertical-align: middle;
    padding-bottom: 5px;
	width: 25px;
	}			
.timeline-round .item {
    font-size: 0.9em;
    margin-bottom: 0.4em;
	color: #fff;
	white-space:nowrap;
	}
.timeline-round .item strong {
	color: #fff;
}
.timeline-scroll {
    display: flex;
    gap: 1em;
    overflow-x: auto;
	margin: 0 1em;
}

.timeline-round {
    padding: 0.5em;
}

.timeline-round.active-stage {
	background: #333;
    border-color: #555;
    color: gold;
    font-size: 1.5em;
	border-radius: 6px;

}
.timeline-round.past-stage {
	background: #999;
    border-color: #ccc;
    color: gold;
    font-size: 1.5em;
	border-radius: 6px;

}
.timeline-round.future-stage {
    background: #333;
    border-color: #ccc;
    color: gold;
    font-size: 1.5em;
	border-radius: 6px;

}
.edit_time {
	font-size: 0.75em;
    margin-left: 1em;
    color: #ffcc00 !important;
}
.edit_time:hover {
	color: #e10 !important;
}

.timeline-round h3 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    color: #fff;
    text-align: center;
    margin-top: 0em;
	white-space: nowrap;
	border: 0;
}
.mark-rightup {
    position: absolute;
    top: 8px;
    right: 12px;
    background-color: #999;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    z-index: 10;
    pointer-events: none;
}
