.fpo-progress-wrap {
    margin-bottom: 20px;
    position: relative;
}

.fpo-progress-mini {
    padding: 12px 16px;
    margin: 0 0 12px;
    border-radius: 0;
    border-left: none;
    border-right: none;
}

.fpo-progress-message { text-align: center; font-size: 15px; font-weight: 500; margin-bottom: 12px; color: #333; line-height: 1.4; }
.fpo-progress-mini .fpo-progress-message { font-size: 12px; margin-bottom: 10px; }
.fpo-progress-track { height: 8px; background: #f0f0f0; border-radius: 4px; position: relative; overflow: hidden; margin-bottom: 6px; }

.fpo-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #db1547, #db1547);
    border-radius: 4px;
    transition: width 0.4s ease;
}

.fpo-progress-markers {
    position: relative;
    height: 60px;
    margin: 0 -4px;
}

.fpo-progress-mini .fpo-progress-markers {
    height: 50px;
}

.fpo-marker {
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    top: 0;
}

.fpo-dot {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto 4px;
    border-radius: 50%;
    background: #9c8189;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #9c8189;
    transition: background 0.3s;
}

.fpo-dot.active {
    background: #4a3238;
    box-shadow: 0 0 0 1px #4a3238;
}

.fpo-marker-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 3px;
    object-fit: contain;
}

.fpo-marker-label {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 1.2; display: block;
    white-space: nowrap;
}

.fpo-marker-label small {
    display: block;
    font-size: 10px;
    color: #999;
    margin-top: 2px;
}

.fpo-progress-mini .fpo-marker-label {
    font-size: 10px;
}

.fpo-progress-mini .fpo-marker-label small {
    font-size: 9px;
}

.fpo-marker:last-child{  text-align: right; margin: 0 0 0 -10px; }