.gatti-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 40px;
}

.gatto-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gatto-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.scheda-gatto img.gatto-main-img {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
}

.galleria-extra img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
