.search-row {
                height: 15rem;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                align-items: center;
                gap: 3rem;
                background: #fff;
                margin-top: 9rem;
                transition: all 0.5s;
            }

            .form-container {
                width: 28%;
                position: relative;
            }

            .search-input {
                height: 3rem;
                background: #f7f7f7;
                width: 90%;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: space-between;
                align-items: center;
                padding: 0 1rem 0 1rem;
                border: 0;
                font-size: 0.8rem;
                color: #414644;
                font-weight: 600;
            }

            .submit-button {
                border: 0;
                background: transparent;
                position: absolute;
                top: 25%;
                right: 1.5rem;
            }

            .submit-icon {
                width: 1.3rem;
            }

            .Subtitle {
                color: #9c0034;
                font-weight: 500;
            }

            .Miniatura {
                width: 20rem;
                margin-left: 0rem;
                height: 100%;
            }

            .Icone {
                margin-right: 0.5rem;
            }

            .Abstract {
                line-height: 1.2rem !important;
            }

            .NoRisultati {
                height: 15rem;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 1rem;
                text-align: center;
            }

            .NoRisultati > i {
                font-size: 3rem;
            }

            .Risultati {
                display: grid;
                width: 65%;
                align-content: center;
                margin: auto;
                grid-template-columns: 1fr 1fr;
                flex-wrap: wrap;
                align-items: center;
                gap: 3rem;
                padding: 2rem;
            }

            .Risultato {
                display: flex;
                align-content: center;
                flex-direction: row;
                justify-content: normal;
                align-items: center;
                gap: 1rem;
                padding: 0rem;
                background: #fff;
                height: 11rem;
            }

            .Risultato a {
                width: 13rem;
                height: 9rem;
                overflow: hidden;
            }

            .Titolo {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                text-decoration: none;
                height: 9rem;
                margin-right: 1rem;
                position: relative;
            }

            .RealTitolo {
                font-size: 1rem;
                font-weight: 600;
                text-transform: uppercase;
                color: #9c0034;
                margin-top: 0.5rem;
                text-align: left;
                max-height: 5rem;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .Subtitle {
                font-weight: 700;
                color: #414644;
            }

            .Testo {
                color: #414644;
                font-size: 0.8rem;
                height: 4.5rem;
                overflow: hidden;
                display: none;
            }

            .Date {
                color: #414644;
                position: absolute;
                bottom: 0.3rem;
                text-align: left;
            }

            .Paginazione {
                text-align: center;
            }

            @media screen and (max-width: 443px) {
                .Titolo {
                    margin-left: 0rem !important;
                }

                .Testo {
                    display: none !important;
                }

                .Risultato {
                    text-align: center;
                    margin-top: 1.5rem;
                }

                .search-row {
                    flex-direction: column;
                    margin-top: 6rem !important;
                }

                .search-input {
                    width: 80%;
                    margin: auto;
                }

                .form-container {
                    width: 100%;
                }

                .Risultati {
                    display: flex;
                    flex-direction: column;
                    width: 90%;
                    align-content: center;
                    margin: auto;
                    grid-template-columns: 1fr 1fr;
                    flex-wrap: wrap;
                    align-items: center;
                    gap: 0rem;
                    padding: 0rem;
                    margin: auto;
                }

                .Risultato a {
                    margin: 0rem !important;
                }

                #main-container .Subtitle {
                    display: none;
                }

                .search-row {
                    height: 10rem;
                }
            }
            .Testi{
                max-height: 6rem;
                text-overflow: ellipsis;
                overflow: hidden;
            }