.blog article img,
.archive article img {
    border-radius: 12px;
    /* Codice nuovo fix aspect radio */
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.blog .page-title,
.archive .page-title {
    font-family: 'Montserrat', 'Adjusted Arial Fallback';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 41.6px */
}

.blog #category_description,
.archive #category_description {
    font-family: 'Roboto', 'Adjusted Arial Fallback';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
}

.blog article h2,
.archive article h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 31.2px */
    overflow: hidden;
    font-feature-settings: 'ss02' on, 'clig' off, 'liga' off;
    text-overflow: ellipsis;
}

.blog article h2 a,
.archive article h2 a {
    color: #000;
}

.blog article h2 a:hover,
.archive article h2 a:hover {
    color: #BE1328;
}

.blog .imperialdeal_post_date,
.archive .imperialdeal_post_date {
    font-family: 'Roboto', 'Adjusted Arial Fallback';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    text-transform: uppercase;
    color: #7a7a7a;
}

.blog .imperialdeal_big_post,
.archive .imperialdeal_big_post {
    max-height: 350px;
    overflow: hidden;
    border-radius: 12px;
}

.blog .imperialdeal_little_post .imperialdeal_img_container,
.archive .imperialdeal_little_post .imperialdeal_img_container {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
}

.blog article img {
    height: auto;
}

ul.imperialdeal_betting_affiliation_bookie_list {
    list-style: none;
    padding: 0;
}

@media (min-width: 768px) {
    ul.imperialdeal_betting_affiliation_bookie_list {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }
}

@media screen and (max-width: 1200px) {

    .blog .imperialdeal_little_post .content_post_wrapper,
    .archive .imperialdeal_little_post .content_post_wrapper {
        padding-left: 0;
    }

    .blog .imperialdeal_little_post .content_post,
    .archive .imperialdeal_little_post .content_post {
        border-top-right-radius: var(--bs-border-radius)!important;
        border-bottom-right-radius: var(--bs-border-radius)!important;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
        height: 100%!important;
    }

    .blog .imperialdeal_little_post .imperialdeal_img_container,
    .archive .imperialdeal_little_post .imperialdeal_img_container {
        border-radius: 12px;
        height: 150px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;

    }

    .blog .imperialdeal_little_post img,
    .archive .imperialdeal_little_post img {
        border-radius: 0;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: revert-layer;
    }

    .imperialdeal_img_container_wrapper {
        padding-right: 0;
    }

    .blog .imperialdeal_little_post h2,
    .archive .imperialdeal_little_post h2 {
        font-size: 20px;
        margin-top: 0 !important;
    }



}


@media screen and (min-width: 380px) and (max-width: 1199px) {

    .blog .imperialdeal_little_post .imperialdeal_img_container_wrapper,
    .archive .imperialdeal_little_post .imperialdeal_img_container_wrapper {
        width: 150px;
    }

    .blog .imperialdeal_little_post .content_post_wrapper,
    .archive .imperialdeal_little_post .content_post_wrapper {
        width: calc(100% - 150px);
    }

}
