/* Local recovery fixes to keep legacy look stable */
html, body {
  min-height: 100%;
}

body {
  background: #1f1f1f url('/jpg/bg-content.jpg') repeat;
  color: #222;
}

#site, #site-frontpage {
  position: relative;
  min-height: 100%;
}

#top-site, #bottom_site, #middle-site {
  display: block;
}

.menu a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* Keep embedded map visible without old JS height script */
#height_google_map {
  min-height: 420px;
}

/* Neutral fallback for replaced article thumbs */
img[src$='venerdi_repubblica.jpg'] {
  object-fit: cover;
}
