/**********************************************************************************************
PRESS PAGE
***********************************************************************************************/
#press .header-container .top-header-bg, #pressDetail .header-container .top-header-bg  {
    background-image: url(../img/newsroom/press/header-press.webp);
    background-position: bottom right;
}

#press .header-container .box-overlay, #pressDetail .header-container .box-overlay {
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}

/****************************************
 PRESS
****************************************/


/*LATEST press*/

.press-date {font-size: 0.8rem; color: #999; margin-top: 5px}

.press-page .press-container  {
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
    padding: 25px;
}

.press-page .press-preview .title {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    padding-top: 15px;
}

.press-preview-title {
    color: var(--text-dark2);
    font-size: 1.1rem;
    font-weight: 400;
    font-style: italic;
}

.press-page .press-preview {
    background-color: #fff;
    padding: 20px;
}

.press-page .press-preview a {
    color: var(--text-dark1);
}

.press-page .press-preview a:hover {
    color: var(--text-dark2);
}

.press-img-crop {
    height: 250px;
    overflow: hidden;
    border-radius: 3px;
    padding: 10px;
}


.press-img-crop img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: ease 0.5s;
    border-radius: 3px;
    background-color: #fafafa;
}

.press-img-crop img:hover {
    transform: scale(1.1);
    transition: ease 0.3s;
}

.press-page .press-preview-date {
    font-family: "Source Code Pro", monospace;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-dark2);
}

/*PROVV*/
div#adobe-dc-view {
    background: #f5f5f7;
    width: 100%;
    height: 100%;
    min-height: 400px;
}



/*press LINES*/
.section-lines .press-lines-1 {
    height: 90%;
    position: absolute;
    width: 20%;
    border-right: 1px solid #dedcdc;
    border-left: none;
    border-top: none;
    border-bottom: none;
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}
.section-lines .press-lines-2 {
    height: 90%;
    position: absolute;
    width: 25%;
    border-left: 1px solid #dedcdc;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}


/*PRESS DETAILS*/
.press-archive .press-source {
    text-transform: uppercase;
    font-size: 85%;
    margin-top: 5px;
}

#adobe-dc-view iframe {
    min-height: 700px;
}

/****************************************
END press
****************************************/


/***********************************************************************
ARCHIVE
************************************************************************/
.news-wrapper {
    line-height: 1.2 !important;
    padding: 15px;
    transition: all 0.2s ease-in-out;
    background: var(--bg-grey1);
    border-radius: 4px;
}

.news-wrapper .title a h3 {
    font-size: 1rem;
    color: var(--text-dark1);
    font-weight: 400;
    display: unset;
}

.news-separator {
    border-bottom: 1px solid #e8e8e8;
    margin: 12px 5px 2px;
    padding-bottom: 10px;
}

.section-title-mini {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark1);
}

.news-date-info {
    font-size: 0.85rem;
    color: var(--text-dark2);
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: "Source Code Pro", monospace;
}

.news-separator:last-child {
    border-bottom: 0;
}

.xs-mini-news-img-crop {
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 3px;
}

.xs-mini-news-img-crop img, .mini-news-img-crop img, .big-news-img-crop img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: ease 0.5s;
    border-radius: 3px;
}

.xs-mini-news-img-crop img, .mini-news-img-crop img, .big-news-img-crop img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: ease 0.5s;
    border-radius: 3px;
}

.xs-mini-news-img-crop img:hover, .mini-news-img-crop img:hover, .big-news-img-crop img:hover {
    transform: scale(1.1);
    transition: ease 0.3s;
}


