.wcc-fund-head {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.wcc-pay-btn {
    background:#d40000;
    color:#fff;
    padding:10px 16px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

.wcc-pay-btn:hover {
    opacity:.9;
    color:#fff;
}

.wcc-fund-row {
    display:flex;
    justify-content:space-between;
    padding:8px 0;
    border-bottom:1px solid #eee;
}

.wcc-btns {
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.wcc-btn {
    padding:12px 20px;
    background:#c40000;
    color:#fff;
    border-radius:8px;
    text-decoration:none;
}

.wcc-btn:hover {
    opacity:.9;
}

.wcc-dashboard {
    display:grid;
    gap:20px;
}

.wcc-card {
    background:#fff;
    padding:20px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    transition:.3s;
}

.wcc-card table {
    width:100%;
}

.active-card {
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.wcc-box {
    background:#fff;
    padding:30px;
    max-width:500px;
    margin:auto;
    border-radius:15px;
    box-shadow:0 0 20px rgba(0,0,0,.08);
}

.wcc-box h2 {
    text-align:center;
    margin-bottom:20px;
}

.wcc-box input,
.wcc-box select {
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:10px;
    background:#fff;
}

.wcc-label {
    display:block;
    margin-bottom:6px;
    font-weight:600;
    font-size:14px;
    color:#444;
}

.wcc-checkbox {
    display:block;
    margin-bottom:15px;
    font-size:14px;
}

.wcc-box button {
    width:100%;
    padding:14px;
    background:#d10000;
    color:#fff;
    border:none;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
}

.wcc-box button:hover {
    opacity:.9;
}

.wcc-login-link {
    text-align:center;
    margin-top:15px;
    font-size:14px;
}

.wcc-error {
    background:#ffeaea;
    padding:12px;
    margin-bottom:15px;
    border-left:4px solid red;
    color:#b00000;
}

.toggle-password {
    cursor:pointer;
    font-size:14px;
    color:red;
}