/*
 Theme Name: Twenty Twenty-Four Child
 Template: twentytwentyfour
 Version: 1.0
*/

/* CSS para el sitio (front-end) */
.nsl-container { text-align: center !important; }
a.avatar-link { pointer-events: none; cursor: default; }


/* CSS del admin */
.widefat td {
  font-size: 10px !important;
  line-height: 1.5em;
}

/* Si el avatar clickeable está en admin, ponlo aquí */
a.avatar-link { pointer-events: none; cursor: default; }

/* Variante genérica, alta especificidad */
header a, .site-header a, .wp-block-navigation a {
  pointer-events: none !important;
  cursor: default !important;
}

/* Mejor, si conoces el contenedor real del avatar */
.header-avatar a, .user-avatar a, a.avatar-link, .avatar a {
  pointer-events: none !important;
  cursor: default !important;
}


.form-table { box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.1); }
