﻿.search-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.search-description {
    text-align: center;
    color: #666;
    margin-bottom: 35px;
}

/* ===========================
   PAGINA RICERCA
=========================== */

.ricerca-page {
    max-width: 800px;
    margin: 50px auto;
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

    .ricerca-page h1 {
        text-align: center;
        color: #0056b3;
        margin-bottom: 10px;
    }