.row.list-wrapper {
    margin-top: 0;
    padding: 0 15px;
}
.row.list-wrapper > .col-md-6 {
    padding: 3px;
}
.container-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#tab-annunci .move-pagination-top {
    padding: .375rem 0;
    font-size: .875rem;
}
.media.media-separator {
    padding: 0;
    border: none;
    margin: 0 -10px;
}
.media.media-separator h4 {
    font-size: 1.45rem;
}
.annunci-media-style {
    padding: .625rem .9rem;
    border-radius: .25rem;
}
.list-wrapper .col-md-12:not(:first-of-type) .annunci-media-style {
    margin-top: 1rem;
}
.annunci-media-style .title-annuncio {
    display: -webkit-box;
    min-height: 3rem;
    max-height: 3rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: .625rem 0;
    line-height: 1.3;
    font-size: 1.125rem !important;
    font-weight: 500;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
}
.annunci-media-style .anteprima {
    font-size: .9rem !important;
    color: #3C3C3C;
    overflow: hidden;
    line-height: 1rem;
    max-height: 2rem;
    min-height: 2rem;
}
.link-annuncio:hover {
    text-decoration: none !important;
}
.annuncio-info {
    display: flex;
    align-items: center;
}
.annuncio-info__info {
    color: #8c8c8c;
    font-size: .9rem !important;
}
.annuncio-info__info:not(:last-of-type) {
    padding-right: 1.2rem;
}
.annuncio-info__info__icon {
    padding-right: .25rem;
}
.container-pagination i:hover {
    color: rgba(0, 0, 0, .6);
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .annunci-media-style {
        display: flex;
        flex-wrap: wrap;
    }

    .annunci-media-style .title-annuncio {
        min-height: 1px;
    }

    .annunci-media-style .media-body {
        order: 1;
    }

    .annunci-media-style .media-middle {
        order: 2;
    }

    .annunci-media-style .media-middle {
        padding: 0;
        order: 3;
        margin-top: 1.5rem;
        width: 100%;
    }

    .annunci-media-style .media-middle button {
        width: 100%;
    }

    .annunci-media-style .annuncio-info {
        flex-direction: column;
        align-items: flex-start;
        order: 2;
    }
}