 .container {
  width: 90%;
  max-width: 850px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 2rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 10px hsla(0, 0.00%, 0.00%, 0.10);

  /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}

h1, h2 {
  margin-bottom: 1rem;
  color: #2c3e50;
}

p {
  margin-bottom: 1rem;
}

.images-test {
text-align: center;
  gap: 20px;
  margin-bottom: 2rem;
}

.images-test img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.images {
  text-align: center;
  gap: 20px;
  margin-bottom: 2rem;
}

.images img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.nav-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 2rem 0;
  max-width: 700px;
  margin-left:auto;
  margin-right:auto;
}

.nav-days a {
  background: #eaeaea;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  flex: 1 1 calc(14% - 10px);
  max-width: 125px;
  min-width: 120px;
}

.section {
  margin-bottom: 3rem;
  border-top: 1px solid #ccc;
  padding-top: 2rem;
 
}

.section h2, h3 {
text-align: left;
}

@media (max-width: 500px) {
  .nav-days a {
    flex: 0 0 calc(50% - 10px); /* force 2 per row */
    max-width: none;
  }
}

@media (max-width: 600px) {
  .images {
    flex-direction: column;
  }

 /* .nav-days {
    flex-direction: column;
    align-items: center;
  } 
  */
    .nav-days {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .nav-days a {
  flex: 0 0 auto;
  width: calc(50% - 10px);
  text-align: center;
  min-width: 120px;
  gap: 10px;
}
}


/* Getting to San Felice */
/* Section wrapper */
.info-section {
  margin: 3rem 0;

}



/* Text content under the image+title row */
.info-section .text {
  margin-top: 1rem;
  text-align: left;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .title-with-image {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-with-image img {
    width: 100%;
  }
}
