.header .logo img {
    height: 60px;
    width: auto;
}

/* CONTENUTO */
.novita-content {
    width: 90%;
    max-width: 900px;
    margin: 60px auto;
    font-size: 18px;
    line-height: 1.6;
}

.novita-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.novita-content ul {
    margin: 20px 0;
    padding-left: 20px;
}

.btn-iscrizioni {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 28px;
    background: #97CA41;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-iscrizioni:hover {
    background: #7fb336;
}

.btn-back-novita {
    display: inline-block;
    padding: 12px 28px;
    margin-bottom: 30px;
    background: #97CA41;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-back-novita:hover {
    background: #7fb336;
}



/* FOOTER SCURO */
.footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}

.novita-img {
    margin: 30px 0;
    text-align: center;
}

.novita-img img {
    width: 100%;
    max-width: 700px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.novita-content h3 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.novita-box {
    background: #f7f7f7;
    padding: 20px 25px;
    border-radius: 12px;
    margin: 30px 0;
    border-left: 4px solid #97CA41;
}

.novita-prenota {
    margin: 40px 0;
    text-align: center;
}

.btn-prenota {
    display: inline-block;
    padding: 12px 28px;
    background: #97CA41;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-prenota:hover {
    background: #7fb336;
}

