/*
Theme Name: Mining Pool Theme V4
Theme URI: http://example.com/mining-pool-theme-v4
Author: Your Name
Author URI: http://example.com
Description: Mining pool UI theme V4 with fixed redirect loop and admin-only editable wallet.
Version: 4.0
License: GNU GPL v2 or later
Text Domain: mining-pool-theme-v4
*/
body { margin:0; font-family: Arial, sans-serif; background:#f0f0f0; color:#333; }
header { background:#004080; color:#fff; padding:20px; text-align:center; }
.container { max-width:1200px; margin:20px auto; padding:0 15px; }
button, input[type="submit"] { background:#008000; color:#fff; border:none; padding:10px 20px; cursor:pointer; }
.wallet-dropdown { margin-bottom:20px; }
table { width:100%; border-collapse: collapse; margin-bottom:20px; }
th, td { border:1px solid #ccc; padding:10px; text-align:left; }
@media (max-width:7680px) {
  table, thead, tbody, th, td, tr { display:block; }
  th { background:#004080; color:#fff; }
  td { border:none; position:relative; padding-left:50%; }
  td:before { position:absolute; top:10px; left:10px; width:45%; white-space:nowrap; font-weight:bold; }
}