a{
color: #000;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

table th {
    background: #f5f5f5;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .posts-grid.featured {
        grid-template-columns: 0fr 1fr;
    }
}

/*SANTOKU*/
  .article-wrapper {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 24px 80px;
  }
 
  /* Header */
  .article-label {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 18px;
  }
 
  h1 {
    font-family: Georgia, serif;
    font-size: 2.6em;
    font-weight: normal;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 12px;
  }
 
  .article-subtitle {
    font-size: 1.15em;
    color: #555;
    font-style: italic;
    margin-bottom: 32px;
    line-height: 1.6;
  }
 
  .article-meta {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.08em;
    padding-bottom: 32px;
    border-bottom: 1px solid #e0dbd0;
    margin-bottom: 40px;
  }
 
  /* Drop cap */
  .dropcap::first-letter {
    font-size: 4.2em;
    font-weight: bold;
    float: left;
    line-height: 0.78;
    margin: 6px 10px 0 0;
    color: #b8860b;
    font-family: Georgia, serif;
  }
 
  /* Body text */
  p {
    margin-bottom: 24px;
  }
 
  /* Headings */
  h2 {
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #1a1a1a;
    margin: 48px 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d4a017;
  }
 
  h3 {
    font-family: Georgia, serif;
    font-size: 1.15em;
    font-weight: bold;
    color: #333;
    margin: 32px 0 12px;
  }
 
  /* Pull quote */
  blockquote {
    border-left: 4px solid #d4a017;
    margin: 40px 0;
    padding: 18px 28px;
    background: #fff9ee;
    font-style: italic;
    font-size: 1.12em;
    color: #444;
    line-height: 1.7;
  }
 
  /* Info box */
  .infobox {
    background: #fff;
    border: 1px solid #e0dbd0;
    border-top: 3px solid #d4a017;
    padding: 24px 28px;
    margin: 40px 0;
  }
 
  .infobox-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 14px;
  }
 
  .infobox ul {
    list-style: none;
    padding: 0;
  }
 
  .infobox li {
    padding: 6px 0;
    border-bottom: 1px solid #f0ece4;
    font-size: 0.95em;
    display: flex;
    gap: 12px;
  }
 
  .infobox li:last-child {
    border-bottom: none;
  }
 
  .infobox li strong {
    min-width: 120px;
    color: #444;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.88em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
 
  /* Comparison table */
  .compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
    font-size: 0.92em;
    font-family: 'Helvetica Neue', Arial, sans-serif;
  }
 
  .compare-table th {
    background: #2a2a2a;
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
 
  .compare-table th:first-child {
    background: #1a1a1a;
    width: 30%;
  }
 
  .compare-table td {
    padding: 11px 16px;
    border-bottom: 1px solid #e8e4dc;
    vertical-align: top;
    line-height: 1.5;
  }
 
  .compare-table tr:nth-child(even) td {
    background: #faf8f4;
  }
 
  .compare-table tr:nth-child(odd) td {
    background: #fff;
  }
 
  .compare-table td:first-child {
    font-weight: 700;
    color: #555;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
 
  /* Variants grid */
  .variants-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 32px 0;
  }
 
  .variant-card {
    background: #fff;
    border: 1px solid #e0dbd0;
    padding: 20px;
  }
 
  .variant-card h4 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 6px;
  }
 
  .variant-card p {
    font-size: 0.93em;
    margin-bottom: 0;
    line-height: 1.6;
    color: #444;
  }
 
  /* Divider */
  .divider {
    text-align: center;
    margin: 48px 0;
    color: #d4a017;
    font-size: 1.3em;
    letter-spacing: 0.4em;
  }
 
  /* Final note */
  .final-note {
    background: #2a2a2a;
    color: #f0ece4;
    padding: 32px 36px;
    margin-top: 48px;
    font-size: 0.95em;
    line-height: 1.75;
  }
 
  .final-note strong {
    color: #d4a017;
  }
 
  @media (max-width: 600px) {
    h1 { font-size: 2em; }
    .variants-grid { grid-template-columns: 1fr; }
    .compare-table { font-size: 0.82em; }
    .compare-table th, .compare-table td { padding: 9px 10px; }
  }

/*-TABELLA DADO-*/
 /* Tabella comparativa formati */
  .compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
    font-size: 0.88em;
    font-family: 'Helvetica Neue', Arial, sans-serif;
  }
 
  .compare-table thead tr th {
    background: #2a2a2a;
    color: #fff;
    padding: 11px 14px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 0.85em;
  }
 
  .compare-table thead tr th:first-child {
    background: #1a1a1a;
    width: 16%;
  }
 
  .compare-table td {
    padding: 10px 14px;
    border-bottom: 1px solid #e8e4dc;
    vertical-align: top;
    line-height: 1.5;
  }
 
  .compare-table tr:nth-child(even) td { background: #faf8f4; }
  .compare-table tr:nth-child(odd) td  { background: #fff; }
 
  .compare-table td:first-child {
    font-weight: 700;
    color: #555;
    font-size: 0.82em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
 
  /* Barre visive nella tabella */
  .bar-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
  }
 
  .bar {
    height: 7px;
    border-radius: 4px;
    display: inline-block;
  }
 
  .bar-salt   { background: #c0392b; }
  .bar-aroma  { background: #1a7a52; }
  .bar-pratico{ background: #1a5fa5; }
 
  .bar-note {
    font-size: 0.78em;
    color: #888;
    margin-top: 3px;
    font-style: italic;
  }
 
  /* Legenda barre */
  .bar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: -16px 0 32px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.78em;
    color: #777;
  }
 
  .bar-legend span {
    display: flex;
    align-items: center;
    gap: 5px;
  }
 
  .bar-legend-dot {
    width: 10px;
    height: 7px;
    border-radius: 2px;
    display: inline-block;
  }
 
  /* Filtri tipo */
  .filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
  }
 
  .fbtn {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border: 1px solid #d0c9bc;
    background: #fff;
    color: #888;
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s;
  }
 
  .fbtn.active, .fbtn:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
  }
 
  .compare-table tr.hidden { display: none; }
 
  /* Tag tipo */
  .tag {
    display: inline-block;
    font-size: 0.75em;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    padding: 2px 8px;
    margin: 1px 2px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
 
  .t-verde  { background: #eaf3de; color: #3b6d11; }
  .t-carne  { background: #faece7; color: #993c1d; }
  .t-pesce  { background: #e6f1fb; color: #185fa5; }
  .t-misto  { background: #eeedfe; color: #534ab7; }
  .t-fungo  { background: #faeeda; color: #854f0b; }
 
  /* Griglia varianti formato */
  .variants-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 32px 0;
  }
 
  .variant-card {
    background: #fff;
    border: 1px solid #e0dbd0;
    padding: 20px;
  }
 
  .variant-card h4 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 6px;
  }
 
  .variant-card p {
    font-size: 0.93em;
    margin-bottom: 0;
    line-height: 1.6;
    color: #444;
  }
 
  /* Ricetta */
  .recipe-box {
    background: #fff;
    border: 1px solid #e0dbd0;
    border-top: 3px solid #d4a017;
    padding: 28px 32px;
    margin: 40px 0;
  }
 
  .recipe-box-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 6px;
  }
 
  .recipe-box h3 {
    font-family: Georgia, serif;
    font-size: 1.25em;
    font-weight: normal;
    color: #1a1a1a;
    margin: 0 0 20px;
  }
 
  .recipe-meta {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.82em;
    color: #888;
    border-top: 1px solid #f0ece4;
    border-bottom: 1px solid #f0ece4;
    padding: 10px 0;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
  }
 
  .recipe-meta span strong {
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85em;
  }
 
  .recipe-section-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.78em;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #b8860b;
    margin: 20px 0 10px;
  }
 
  .recipe-box table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88em;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin-bottom: 20px;
  }
 
  .recipe-box table th {
    text-align: left;
    font-size: 0.78em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999;
    padding: 6px 10px;
    border-bottom: 1px solid #e0dbd0;
  }
 
  .recipe-box table td {
    padding: 7px 10px;
    border-bottom: 1px solid #f0ece4;
    color: #333;
    vertical-align: top;
    line-height: 1.5;
    background: none;
  }
 
  .recipe-box table td:first-child { font-weight: 600; color: #2a2a2a; }
  .recipe-box table td:nth-child(2) { color: #b8860b; font-weight: 700; }
  .recipe-box table td:last-child { color: #777; font-style: italic; font-size: 0.92em; }
 
  .recipe-box ol {
    padding-left: 20px;
    font-size: 0.95em;
    line-height: 1.75;
    color: #333;
  }
 
  .recipe-box ol li {
    margin-bottom: 10px;
    padding-left: 4px;
  }
 
  .recipe-box ol li strong { color: #1a1a1a; }
 
  .recipe-note {
    background: #fff9ee;
    border-left: 4px solid #d4a017;
    padding: 14px 18px;
    margin-top: 20px;
    font-size: 0.88em;
    font-style: italic;
    color: #555;
    line-height: 1.65;
  }
 
  /* Variazioni stagionali */
  .stagioni-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 16px;
  }
 
  .stagione-card {
    background: #faf8f4;
    border: 1px solid #e0dbd0;
    padding: 14px 16px;
  }
 
  .stagione-card h5 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 5px;
  }
 
  .stagione-card p {
    font-size: 0.88em;
    margin-bottom: 0;
    color: #555;
    line-height: 1.55;
  }
 
  /* Etichetta checklist */
  .etichetta-list {
    list-style: none;
    padding: 0;
    counter-reset: etichetta;
    margin: 16px 0 24px;
  }
 
  .etichetta-list li {
    counter-increment: etichetta;
    display: flex;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #f0ece4;
    font-size: 0.95em;
    align-items: flex-start;
  }
 
  .etichetta-list li:last-child { border-bottom: none; }
 
  .etichetta-list li::before {
    content: counter(etichetta);
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.78em;
    font-weight: 700;
    color: #fff;
    background: #b8860b;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    flex-shrink: 0;
  }
 
  .etichetta-list li strong { color: #1a1a1a; }
 
  /* Divider */
  .divider {
    text-align: center;
    margin: 48px 0;
    color: #d4a017;
    font-size: 1.3em;
    letter-spacing: 0.4em;
  }
 
  /* Final note */
  .final-note {
    background: #2a2a2a;
    color: #f0ece4;
    padding: 32px 36px;
    margin-top: 48px;
    font-size: 0.95em;
    line-height: 1.75;
  }
 
  .final-note strong { color: #d4a017; }
 
  @media (max-width: 600px) {
    h1 { font-size: 2em; }
    .variants-grid { grid-template-columns: 1fr; }
    .stagioni-grid { grid-template-columns: 1fr; }
    .compare-table { font-size: 0.78em; }
    .compare-table th, .compare-table td { padding: 8px 9px; }
    .recipe-box { padding: 20px 18px; }
  }

/*BOX AFFILIATE*/
.affiliate-box { background: #fff; border: 1px solid #e0dbd0; border-top: 3px solid #d4a017; padding: 24px 28px; margin: 40px 0; }
.affiliate-box-title { font-family:'Helvetica Neue',Arial,sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #b8860b; margin-bottom: 14px; }
.affiliate-box > p { font-size: 0.95em; color: #555; margin-bottom: 16px; line-height: 1.65; }
.affiliate-product { display: flex; align-items: flex-start; gap: 18px; background: #faf8f4; border: 1px solid #e0dbd0; padding: 16px 18px; margin-bottom: 14px; }
.affiliate-product-info { flex: 1; }
.affiliate-product-name { font-family:'Helvetica Neue',Arial,sans-serif; font-size: 0.88em; font-weight: 700; color: #2a2a2a; margin-bottom: 4px; letter-spacing: 0.02em; }
.affiliate-product-desc { font-family:'Helvetica Neue',Arial,sans-serif; font-size: 0.80em; color: #888; margin-bottom: 12px; line-height: 1.5; }
.affiliate-btn { display: inline-block; background: #2a2a2a; color: #fff; padding: 7px 18px; text-decoration: none; font-family:'Helvetica Neue',Arial,sans-serif; font-size: 0.78em; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.affiliate-btn:hover { background: #b8860b; }
.affiliate-links { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; border-top: 1px solid #f0ece4; padding-top: 14px; margin-top: 4px; }
.affiliate-links a { font-family:'Helvetica Neue',Arial,sans-serif; font-size: 0.82em; color: #b8860b; font-weight: 700; text-decoration: none; letter-spacing: 0.03em; }
.affiliate-links a:hover { text-decoration: underline; }
.affiliate-sep { color: #ddd; }
.affiliate-disclaimer { font-family:'Helvetica Neue',Arial,sans-serif; font-size: 0.72em; color: #bbb; margin: 14px 0 0; line-height: 1.5; }
.final-note { background: #2a2a2a; color: #f0ece4; padding: 32px 36px; margin-top: 48px; font-size: 0.95em; line-height: 1.75; }
.final-note strong { color: #d4a017; }
@media (max-width: 600px) {
  h1 { font-size: 2em; }
  .variants-grid { grid-template-columns: 1fr; }
  .stagioni-grid { grid-template-columns: 1fr; }
  .affiliate-product { flex-direction: column; }
}

/* Scala SHU */
.shu-scale {
  margin: 32px 0;
  border: 1px solid #e0dbd0;
  overflow: hidden;
}

.shu-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0ece4;
}

.shu-row:last-child {
  border-bottom: none;
}

.shu-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.80em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 10px 14px;
  min-width: 130px;
  text-align: center;
}

.shu-bar-wrap {
  flex: 1;
  padding: 10px 16px;
}

.shu-name {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.85em;
  color: #333;
  font-weight: 700;
}

.shu-value {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.75em;
  color: #999;
}

.level-0 {
  background: #4caf50;
}

.level-1 {
  background: #8bc34a;
}

.level-2 {
  background: #cddc39;
  color: #333;
}

.level-3 {
  background: #ffc107;
  color: #333;
}

.level-4 {
  background: #ff9800;
}

.level-5 {
  background: #f44336;
}

.level-6 {
  background: #b71c1c;
}

@media (max-width: 600px) {
  h1 {
    font-size: 2em;
  }

  .variants-grid {
    grid-template-columns: 1fr;
  }

  .stagioni-grid {
    grid-template-columns: 1fr;
  }

  .affiliate-product {
    flex-direction: column;
  }

  .shu-label {
    min-width: 90px;
    font-size: 0.70em;
    padding: 8px 8px;
  }
}