.freeshipping-teaser {
    padding: 10px 15px;
    background: #fff8e1;
    border: 1px solid #ffcc02;
    border-radius: 4px;
    margin: 0 0 12px;
    font-size: 13px;
    box-sizing: border-box;
}

.fst-bar-wrap {
    background: #e0e0e0;
    border-radius: 10px;
    height: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.fst-bar {
    height: 100%;
    background: linear-gradient(90deg, #ffcc02, #ff9800);
    border-radius: 10px;
    transition: width 0.4s ease;
    max-width: 100%;
}

.fst-bar.fst-bar--complete {
    background: linear-gradient(90deg, #66bb6a, #2e7d32);
}

.fst-message {
    margin: 0;
    color: #5a4a00;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
}

.fst-success {
    background: #e8f5e9;
    border: 1px solid #4caf50;
    border-radius: 4px;
    padding: 8px 12px;
    color: #2e7d32;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
}

/* Elementor sidebar cart / mini cart adjustments */
.fst-mini {
    margin: 8px 0;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 4px;
}
