.svs-form input, .svs-vote-page input { padding: 8px; width: 100%; max-width: 320px; margin-top: 4px; }
.svs-form button, .svs-vote-page button, .svs-button {
    background: #2271b1; color: #fff; border: none; padding: 10px 18px;
    border-radius: 4px; cursor: pointer; font-size: 15px; text-decoration: none; display: inline-block;
}
.svs-error { color: #b00020; font-weight: bold; }
.svs-success { color: #0a7a2f; font-weight: bold; }
.svs-stats { display: flex; gap: 20px; margin: 20px 0; }
.svs-stats div { background: #f5f5f5; padding: 16px 24px; border-radius: 6px; text-align: center; }
.svs-stats span { display: block; font-size: 24px; font-weight: bold; }
.svs-stats label { color: #666; font-size: 13px; }
.svs-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.svs-table th, .svs-table td { border: 1px solid #ddd; padding: 8px 10px; text-align: left; }
.svs-table th { background: #fafafa; }
