form.tiktok-votacion-form {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    max-width: 400px;
    margin: 20px 0;
    border-radius: 8px;
}
form.tiktok-votacion-form input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
form.tiktok-votacion-form input[type="radio"] {
    margin-right: 5px;
}
form.tiktok-votacion-form button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}
form.tiktok-votacion-form button:hover {
    background-color: #005177;
}
.wrap h1 {
    margin-top: 30px;
}
table.widefat {
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
table.widefat th, table.widefat td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
table.widefat thead {
    background-color: #f1f1f1;
    font-weight: bold;
}
