/* Wrapper */
.oct-tracker-wrap {
    margin-bottom: 14px;
}

/* Individual tracker */
.oct-progress {
    margin-bottom: 12px;
    font-size: 14px;
}

.oct-progress-label {
    font-weight: 500;
    margin-bottom: 6px;
}

/* Progress bar */
.oct-progress-bar {
    width: 100%;
    height: 10px;
    background: #e6e6e6;
    border-radius: 999px;
    overflow: hidden;
}

/* Animated fill */
.oct-progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 999px;
    transition: width 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Colors */
.oct-progress-fill.min {
	background: #3ca356;
}

.oct-progress-fill.free {
	background: #f2b01e;
}

/* Pickup fineprint card */
.oct-progress--fineprint {
    background: #fff8ed;
    border: 1px solid #f1dfbf;
    border-left: 4px solid #f2b01e;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 8px;
}

.oct-fineprint-title {
    font-size: 13px;
    font-weight: 700;
    color: #7b4e0a;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.oct-fineprint-offer,
.oct-fineprint-line,
.oct-fineprint-note {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 4px;
}

.oct-fineprint-offer {
    color: #2a2a2a;
}

.oct-fineprint-note {
    color: #6a6a6a;
    margin-bottom: 0;
}

.oct-fineprint-divider {
    height: 1px;
    background: #ead7b5;
    margin: 10px 0;
}
