.wpw-wallet-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-family: inherit;
}
.wpw-wallet-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}
.wpw-wallet-balance {
    font-size: 16px;
    font-weight: bold;
    color: #0073aa;
    margin-bottom: 20px;
}
.wpw-transactions-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}
.wpw-transactions-table th,
.wpw-transactions-table td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.wpw-transactions-table th {
    background: #f9f9f9;
    font-weight: 600;
}
.wpw-transactions-table tr:hover {
    background: #f5f5f5;
}
