.wcfsp-wrap {
    margin: 1.25rem 0;
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}
.wcfsp-item { margin-bottom: 12px; }
.wcfsp-item:last-child { margin-bottom: 0; }
.wcfsp-head {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 6px;
}
.wcfsp-zone { opacity: 0.95; }
.wcfsp-amount { opacity: 0.8; }
.wcfsp-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background: #f2f4f7;
    border-radius: 999px;
    overflow: hidden;
}
.wcfsp-bar > span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: width 0.3s ease-in-out;
}
.wcfsp-ok .wcfsp-bar { background: #eaf7ec; }
.wcfsp-ok .wcfsp-bar > span { background: #22c55e; }
.wcfsp-pending .wcfsp-bar > span { background: #3b82f6; }
.wcfsp-note {
    font-size: 12px;
    opacity: .75;
    margin-top: 8px;
}
.wcfsp-error-message {
    color: #d63638;
    font-size: 12px;
    margin-top: 8px;
}