/* Pagina Eventi - stile dedicato */
body.page-eventi { background:#0b0e12; color:#e9ecef; font-family:'Poppins',sans-serif; }
.page-header-container { max-width:1000px; margin:0 auto 20px; padding:0 20px; clear: both; }
.page-wrap { max-width:1000px; margin:0 auto 10px; padding:0 20px; }
.page-header { text-align:center; margin-bottom:24px; }
.page-header h1 { font-size:2rem; margin:0 0 .5rem; background:linear-gradient(90deg,#fff,#d0d6dc); -webkit-background-clip:text; background-clip:text; color:transparent; }
.page-header p { opacity:.75; margin:0; }
.fb-embed { width:100%; max-width:1000px; margin:0 auto; }
.fb-embed iframe { width:100%; height:100%; border:0; display:block; }
.return-links { margin-top:18px; display:flex; gap:.8rem; justify-content:center; }
.return-links a { background:#232a33; color:#fff; padding:.6rem .9rem; border-radius:10px; text-decoration:none; }
.return-links a:hover{ filter:brightness(1.06); }

/* FB embed sizing (kept single definition above) */

/* Added styles to ensure event images are fully visible and responsive */
.page-banner-container {
  max-width: 1000px;
  margin: 0 auto 60px auto;
  padding: 0;
}

.page-banner {
  width: 100%;
  height: auto;
  overflow: visible;
}

.page-banner::after {
  display: none !important; /* Rimuovi ombra scura sopra immagine */
}

.page-banner img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}

@media (max-width: 680px) {
  .page-banner-container {
    margin-bottom: 20px;
  }
  .page-banner img {
    max-height: none;
  }
  .page-wrap {
    margin-top: 20px;
  }
}

.page-banner-embed iframe {
  width:100%;
  height:100%;
  border:0;
  display:block;
}
