@media (min-width: 769px) {
    .tmf-home-site-news {
        align-items: start;
    }

    .tmf-home-site-row {
        min-width: 0;
    }

    .tmf-home-site-news.has-expanded .tmf-home-site-row:not(.is-expanded) {
        display: none;
    }

    .tmf-home-site-row.is-expanded {
        grid-column: 1 / -1;
        padding: 14px 0 18px;
        border: 0;
        border-bottom: 1px solid #3d3d3d;
        border-radius: 0;
        background: transparent;
    }

    .tmf-home-site-row.is-expanded > div:last-child {
        min-width: 0;
    }

    .tmf-home-site-row.is-expanded h3 {
        margin-bottom: 8px;
        font-size: 1.08rem;
        line-height: 1.35;
    }

    .tmf-home-site-row.is-expanded .tmf-home-site-details {
        margin-top: 12px;
    }

    .tmf-home-site-row.is-expanded .tmf-home-site-details > p {
        margin-top: 14px;
        color: #b8b8b8;
        font-size: .92rem;
        line-height: 1.72;
    }
}
