/* 1. VIDEO RESPONSIVE */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    margin: 25px 0;
}
.video-container iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%; border: 0;
}

/* 2. TESTO GRANDE PER PUBBLICO SENIOR (Oltre 14pt) */
body {
    font-size: 1.2rem !important; /* Questo rende tutto il testo del sito ben leggibile */
    line-height: 1.7; /* Più spazio tra le righe per non affaticare gli occhi */
}

/* 3. TITOLI ELEGANTI E COLORI ACCERTI */
h1, h2, h3 {
    color: #1e4d3a; /* Verde scuro elegante */
    font-weight: 700;
}

/* Arrotonda le foto degli articoli */
.item-content img {
    border-radius: 15px;
}