.postmarathon-flex {
padding:5px; 
display:flex; 
	flex-direction:column;
	gap:5px;
}

.postmarathon-half {
width:100%;}

.march-progress-wrapper {
    position: relative;
    width: 100%;
    height: 20px;
    background: var(--bodytr);
    border-radius: 6px;
    overflow: hidden;
	border:2px solid var(--bodytr);
}

.march-progress-bar {
    background: var(--accent);
    height: 100%;
    transition: width 0.4s ease;
}

.march-progress-text {
    position: absolute;
    top: 0;
    left: 0;
	font-weight:bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bodytr);
    font-size: 10px;
    pointer-events: none;
}

.march-text {
padding:2px 4px; 
background:var(--accent);}

.march-top3-wrapper {
    display: flex;
    align-items: stretch;
}

.march-top3-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    font-size: 9px;
    letter-spacing: 2px;
    padding: 2px 3px;
    
    background: var(--akzentfarbe);
    color: var(--b1);
    font-weight: bold;
    line-height: 1.1;
	height:25px;
}

.march-top3-list {
    flex: 1;
    padding-left: 8px;
}

.march-top3 {
    margin-top: 8px;
}

.march-rank {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.rank-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--akzentfarbe);
    color: var(--b1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

.rank-name a {
    text-decoration: none;
	font-size:11px;
}

.rank-name a:hover {
    text-decoration: underline;
}

.marathonwrapper {
background:var(--b3); border:3px solid var(--akzentfarbe);  z-index:2;}