/* ===== INFO-TV TYYLI – VERSIO 2 ===== */

/* Yleinen tausta ja teksti */
.infotv {
    background-color: #f5f5f5;
    color: #222;
}

/* Diojen sisältö keskelle */
.infotv section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

/* Otsikko: napakka ja selkeä */
.infotv h1 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #005aa7;
}

/* Leipäteksti */
.infotv p {
    font-size: 2.3rem;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 75%;
}

/* Sisältö hieman irti taustasta */
.infotv .content {
    background-color: #ffffff;
    padding: 2.5rem 3rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

/* Infotv-kontrollien poisto */
.infotv .progress,
.infotv .controls,
.infotv .slide-number {
    display: none !important;
}