/* =========================================
   ARTICLE STYLE - LINGUISTICA
   Stili specifici per articoli di Linguistica
   ========================================= */

/* Importa stili condivisi */
@import url('article_style_shared.css');

/* =========================================
   OVERRIDE SPECIFICI LINGUISTICA
   ========================================= */

/* Header con banner Linguistica */
.article-header {
  background: var(--article-lin-header-bg);
}

/* Footnote header - tema Linguistica (giallo) */
.footnote-header {
  background: var(--article-lin-footnote-header-bg);
  color: var(--article-lin-footnote-header-text);
}

.footnote-header h3 {
  color: var(--article-lin-footnote-header-text);
}

/* Header linguistica specifici per popup */
.footnote-header-linguistica {
  background: rgb(254, 199, 81);
  color: #1d2f53;
}

.footnote-header-linguistica h3 {
  color: #1d2f53;
}

/* Category badge */
.category-linguistica {
  background: rgb(254, 199, 81);
  color: rgb(30, 53, 96);
}

.category-linguistica h3 {
  color: #333;
}