﻿.filters-box {
    background-color: rgb(248, 249, 250);
    padding: 16px 12px 32px 12px;
}

.filters-box .title {
    font-size: 18px;
    font-weight: 600;
}

.filters-box .subtitle {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.filters-box .filters-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cta-testuale {
    margin: 0;
}

.filters-box .cta-testuale {
    margin-top: 24px;
    margin-bottom: 32px;
}

.filters-box .filter-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.WidgetArea_DettNews .container {
	padding: 0;
}

.news-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.news-item .news-img,
.news-item .news-img-detail {
    height: 240px;
    background-image: url('/Style%20Library/Images/All_Layouts_Images/26_images/generic_bg.jpg');
    background-size: cover;
    background-position: center;
}

.news-item .news-date {
    font-size: 14px;
    font-weight: 500;
}

.news-item .tags {
    display: flex;
    gap: 16px;
    font-size: 14px;
    font-weight: 400;
    margin: 16px 0;
}

.news-item .tags .orange-tag {
    background-color: rgba(245, 150, 27, 0.6);
    padding: 4px;
}

.news-item .tags .green-tag {
    background-color: rgba(216, 233, 195, 1);
    padding: 4px;
}

.news-item .news-title {
    font-size: 16px;
    font-weight: 600;
}

.main-news-title {
    margin-top: 30px !important;
}

.news-item .news-subtitle {
    margin-top: 12px;
    margin-bottom: 20px;
}

.news-subtitle {
    margin: 20px 0;
}

.main-subtitle {
    font-size: 22px;
    font-weight: 600;
}
.buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {

    .text-input,
    .textarea,
    .date-input,
    .select,
    .file-input {
        width: 100%;
    }

    .filters-box .filters-container {
        flex-direction: row;
    }

    .filters-box .filters-container>div {
        flex: 1;
    }

    .filters-box .cta-testuale {
        margin: 0;
    }

    .filters-box .filter-buttons {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 32px;
        margin-top: 48px;
    }

    .news-item {
        flex-direction: row;
    }

    .news-item .news-img {
        height: auto;
        width: 300px;
    }

    .news-item .news-img-detail {
        height: 450px;
        width: 50%;
        background-image: url('/Style%20Library/Images/All_Layouts_Images/26_images/generic_bg.jpg');
        background-size: cover;
        background-position: center;
    }

    .buttons-container .cta-testuale {
        align-self: flex-start;
    }

    .buttons-container .cta-secondaria {
        align-self: flex-end;
    }

    .main-news-title {
        margin-top: 70px !important;
    }
}

@media (max-width: 1190px) {
    .WidgetArea_DettNews img, .WidgetArea_DettNews .news-img-detail {width: 100% !important;}
    
}