#rocket-host-wallet-dashboard {
    max-width: 700px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

#rocket-host-wallet-dashboard h2, h3 {
    color: #222;
}

#rocket-host-wallet-dashboard table {
    width: 100%;
    border-collapse: collapse;
}

#rocket-host-wallet-dashboard table th, #rocket-host-wallet-dashboard table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

#rocket-host-wallet-dashboard table th {
    background: #f5f5f5;
}

#rocket-host-wallet-dashboard form input[type="number"],
#rocket-host-wallet-dashboard form textarea {
    width: 100%;
    max-width: 300px;
    padding: 6px;
}
