.tcw-happenings,
.tcw-happenings .side-by-side {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.tcw-happenings .features {
    width: 69%;
}

.tcw-happenings > div:nth-child(2) {
    width: 29%;
}

.tcw-happenings .side-by-side > a {
    flex: 1;
}

.tcw-happenings .side-by-side > a:last-child {
}

/* one item */
.tcw-happenings > div:first-child:nth-last-child(1) {
    width: 100%;
}

.tcw-happenings h5 {
    margin: 0;
}

.tcw-happenings .grey {
    margin: 10px 0;
    color: #707070;
}

.tcw-happenings > div > a.item:first-child > p.grey {
    margin-top: 0;
}

.tcw-happenings .feature .title {
    background: white;
    margin: 0;
    width: 65%;
    padding: 17px;
    position: relative;
    top: -44px;
    margin-left: 30%;
}

.tcw-happenings .feature .title p {
    margin-top: 0;
}

.tcw-happenings .feature .title h5 {
    margin-bottom: 0;
}

.tcw-happenings .list-with-thumbnail hr {
    border-bottom: 1px solid #898989;
}

.tcw-happenings .list-with-thumbnail a {
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.tcw-happenings .list-with-thumbnail img {
    order: 2;
    margin-left: auto;
    padding: 5px;
}

.tcw-happenings .list-with-thumbnail .content {
    order: 1;
    padding: 5px;
    margin-right: auto;
    flex-grow: 2;
}

.tcw-happenings .list-with-thumbnail .content .press-links-media-name {
    text-decoration: underline;
    font-weight: bold;
}

/** FOUR WIDE **/
.tcw-happenings .features.four-wide .side-by-side {
    margin-bottom: 50px;
}

.tcw-happenings .features.four-wide .item h5 {
    margin-bottom: 10px;
}

body[data-elementor-device-mode="mobile"] .tcw-happenings .list-with-thumbnail a {
    display: block;
}

body[data-elementor-device-mode="mobile"] .tcw-happenings .list-with-thumbnail img {
    width: auto;
}


@media (max-width: 800px) {
    .tcw-happenings,
    .tcw-happenings .side-by-side {
        flex-direction: column;
        gap: 2.5rem;
    }

    .tcw-happenings > div:nth-child(2),
    .tcw-happenings .side-by-side > a,
    .tcw-happenings .features,
    .tcw-happenings .feature .title {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        top: 0;
    }
}

/* Previously in tzu-chi-wordpress-extras/assets/play-button-for-video-articles.css */
.elementor-page-21040 .tcw-happenings .feature__thumb,
.tcw-happenings .feature[data-show-play-button='yes'] .feature__thumb,
article a[class*="video-blog"],
article a.blog-cat-video {
    position: relative;
    display: block;
}

.tcw-happenings .feature[data-show-play-button='yes'] .feature__thumb > img,
.elementor-page-21040 .tcw-happenings .feature__thumb > img,
article a[class*="video-blog"] > img {
    display: block;
}
