.wc-toolkit-fsb {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.wc-toolkit-fsb-message {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
}

.wc-toolkit-fsb-track {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: rgba(0,0,0,0.08);
    overflow: hidden;
}

.wc-toolkit-fsb-fill {
    height: 100%;
    border-radius: 5px;
    transition: width 0.5s ease;
}
