/*
Theme Name: MyMayor
Theme URI: https://example.com
Author: Your Name
Description: NID-based voting theme for WordPress
Version: 1.0
*/

body { background:#f5f7fa; font-family:"Segoe UI", Roboto, Arial; color:#222; }
a { text-decoration:none; }
.candidate-img { border:4px solid #0d6efd; box-shadow:0 4px 12px rgba(0,0,0,.15); }
.card { border:none; border-radius:14px; box-shadow:0 6px 18px rgba(0,0,0,.08); transition:.15s; }
.card:hover { transform:translateY(-3px); }
.card b { font-size:1.4rem; color:#0d6efd; }
.btn-success, .btn-outline-primary { border-radius:30px; padding:8px 26px; }
form { max-width:420px; margin:auto; }
input.form-control { border-radius:10px; padding:10px 14px; }
table { background:#fff; border-radius:12px; overflow:hidden; }
table th { background:#0d6efd; color:#fff; font-weight:500; }
table td, table th { padding:12px; }
footer { margin-top:40px; padding:14px; font-size:14px; color:#777; }
.status-connected { color:#198754; font-weight:600; }
.status-pending { color:#ffc107; font-weight:600; }
