/* ======= Hanging icons ===== */
/*------ new block with green line at the left ------*/
.no_icon_ifc .new-block-text {
    border-left: 3px solid var(--bs-success);
    padding-left: 20px;
}

body[dir="rtl"] .no_icon_ifc .new-block-text {
    border-right: 3px solid var(--bs-success);
    border-left: none;
    padding-right: 20px;
    padding-left: 0;
}

/*------ END new block with green line at the left ------*/
.new-block-text a,
.new-block-text a:hover {
    color: currentColor;
}
/*only in page private-area-instructions*/
.private-area-instructions .fix_height {
    display: none;
}

/*only in page method-geworko*/
.method-geworko .fix_height {
    display: none;
}
/*END only in page private-area-instructions*/

.new-block-text>div,
.new-block-text>div p,
.new-block-text>div p>a {
    max-height: 82px;
    overflow: hidden;
    color: var(--ifc-gray-500);
    font-weight: normal;
    margin-bottom: 0;
}

@media (min-width: 1600px) {
    .new-block-text>div,
    .new-block-text>div p,
    .new-block-text>div p>a {
        max-height: 98px;
    }
}

.new-block-text strong,
.new-block-text p,
.new-block-text b,
.new-block-text a {
    font-weight: normal;
    margin-bottom: 0;
}

.icon-instrument-block span {
    font-size: 45px;
}

/* ======= END Hanging icons ===== */
/* ======= press-center ===== */
.childlist_img_wrapper:first-of-type {
    margin-top: 80px;
}

.childlist_img_wrapper {
    display: flex;
    margin-bottom: 40px;
}

.childlist_img_wrapper img {
    max-width: 412px;
    width: 100%;
    object-fit: contain;
}

.about_events {
    margin-left: 16px;
}

body[dir="rtl"] .about_events {
    margin-right: 16px;
    margin-left: 0;
}

.about_events h2 a {
    color: currentColor;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .childlist_img_wrapper {
        flex-direction: column;
    }

    .about_events {
        margin-left: 0;
        margin-top: 16px;
    }

    body[dir="rtl"] .about_events {
        margin-right: 0;
    }
}

/* ======= END press-center ===== */

/* ======== Reading Time ======== */
.article-info {
    background-color: var(--ifc-gray-100);
}
/* ======= END Reading Time ===== */

.news_title h2 a {
    color: var(--ifc-gray-900);
}