/* Design Scuole Italia — child "Formigine 2" · f2-news.css
 * Striscia "novità dall'ultima visita" (solo home). Stile canonico DSI: verde novità
 * #0e865c su superficie chiara, hairline, raggio 4px. Discreta, sopra i contenuti.
 */
.f2news {
  background: #f1faf6;
  border-bottom: 1px solid #cfe9dd;
}
.f2news-in {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .7rem 1.25rem;
  flex-wrap: wrap;
}
.f2news-ico {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0e865c;
  box-shadow: 0 0 0 3px rgba(14, 134, 92, .2);
}
.f2news-msg { color: #19191a; font-size: .95rem; }
.f2news-msg strong { color: #0b6e4c; }
.f2news-cta {
  margin-left: auto;
  font-weight: 600;
  font-size: .88rem;
  color: #0e865c;
  text-decoration: none;
  border: 1px solid #0e865c;
  border-radius: 4px;
  padding: .38rem .85rem;
  white-space: nowrap;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
}
.f2news-cta:hover, .f2news-cta:focus-visible { background: #0e865c; color: #fff; outline: 0; }
.f2news-x {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #5c6f82;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .15s ease-in-out;
}
.f2news-x:hover, .f2news-x:focus-visible { background: #e2f2ea; color: #0b6e4c; outline: 0; }
@media (max-width: 575.98px) {
  .f2news-cta { margin-left: 0; }
}
