/* ============================================================
   📝 ADMIN — PROPUESTAS
   Estética moderna, consistente y limpia
   ============================================================ */

/* Título */
.wpeasyvote-admin h1 .subtitle {
    font-size: 14px;
    color: #666;
}

/* Contenedor de imagen preview */
#wpeasyvote-preview img {
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Tabla de propuestas */
.wpeasyvote-admin table.widefat {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.wpeasyvote-admin table.widefat th {
    background: #f7f7f7;
    font-weight: 600;
}

.wpeasyvote-admin table.widefat tbody tr:hover {
    background: #f4f4f4;
}

/* Descripción resumida */
.wpeasyvote-admin td span {
    display: block;
    margin-top: 2px;
}

/* Botones */
.wpeasyvote-admin .button-small {
    border-radius: 6px;
    margin-right: 3px;
}

.wpeasyvote-admin .delete {
    background: #d32f2f !important;
    color: #fff !important;
}

/* Inputs */
.wpeasyvote-admin input[type="text"],
.wpeasyvote-admin input[type="number"],
.wpeasyvote-admin input[type="url"],
.wpeasyvote-admin textarea,
.wpeasyvote-admin select {
    width: 100%;
    max-width: 450px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.wpeasyvote-admin .button-primary {
    background-color: #b71c1c !important;
    border: none;
}

/* Bloqueada */
.notice-info strong {
    font-size: 15px;
}
