/* ====== STRUTTURA GENERALE ====== */

body {
  font-family: Georgia, serif;
  margin: 2.5em auto;
  max-width: 850px;
  line-height: 1.75;
  background-color: #fafafa;
  color: #222;
  padding: 0 1em;
}

/* ====== Rorido ====== */

.icona-home {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 2px;
}

/* ====== HEADER ====== */

header.hero {
  background-color: #2f6b3f;
  color: white;
  padding: 25px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 2em;
}

header.hero h1 {
  margin: 0;
  font-size: 2em;
}

header.hero .sottotitolo {
  margin-top: 0.5em;
  font-size: 1.1em;
  opacity: 0.9;
}

/* ====== DIALOGO ====== */

.dialogo p {
  background: #e9f5ec;
  border-left: 4px solid #2f6b3f;
  padding: 0.7em 1em;
  margin-bottom: 0.8em;
  border-radius: 4px;
}

.dialogo strong {
  color: #245330;
}

/* ====== CONTENUTO ====== */

.contenuto h2 {
  color: #2f6b3f;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-top: 2em;
}

.contenuto p {
  margin-bottom: 1em;
}

.nota-ironica {
  font-style: italic;
  color: #555;
  background: #f4f4f4;
  padding: 0.8em;
  border-left: 4px solid #999;
  border-radius: 4px;
}

/* ====== FOOTER ====== */

footer {
  background-color: #eee;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  margin-top: 40px;
}

footer a {
  color: #2f6b3f;
  text-decoration: none;
  margin: 0 5px;
}

footer a:hover {
  text-decoration: none;
}

footer a:hover .link-text {
  text-decoration: underline;
}
