.tmf-news-item {
    max-width: 920px;
    margin: 30px auto;
    padding: 30px;
    background: #262626;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,.3);
    color: #dedede;
}

.tmf-news-item-back {
    display: inline-block;
    margin-bottom: 24px;
    color: #aaa;
    text-decoration: none;
    font-size: .86rem;
    font-weight: 700;
}

.tmf-news-item-back:hover,
.tmf-news-item-back:focus-visible {
    color: #f05454;
}

.tmf-news-item-header {
    padding-bottom: 22px;
    margin-bottom: 24px;
    border-bottom: 1px solid #444;
}

.tmf-news-item-kicker {
    margin-bottom: 8px;
    color: #f05454;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tmf-news-item h1 {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    color: #eee;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1.15;
}

.tmf-news-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #888;
    font-size: .8rem;
}

.tmf-news-item-body {
    color: #c8c8c8;
    font-size: 1rem;
    line-height: 1.75;
}

.tmf-news-item-body p {
    margin: 0 0 1.15em;
}

.tmf-news-item-media {
    width: 100%;
    max-width: 860px;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tmf-news-item-video {
    width: 100%;
    max-width: 860px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
}

.tmf-news-item-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.tmf-news-item-image {
    display: block;
    width: auto;
    height: auto;
    max-width: min(100%, 860px);
    max-height: 520px;
    object-fit: contain;
    object-position: left top;
    border-radius: 8px;
}

.tmf-news-item-source {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #444;
}

.tmf-news-item-source a {
    color: #ddd;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #777;
}

.tmf-news-item-source a:hover,
.tmf-news-item-source a:focus-visible {
    color: #f05454;
    border-color: #f05454;
}

.tmf-news-item-empty {
    color: #999;
}

@media (max-width: 760px) {
    .tmf-news-item {
        margin: 15px;
        padding: 20px;
    }

    .tmf-news-item-body {
        font-size: .96rem;
        line-height: 1.68;
    }

    .tmf-news-item-image {
        max-height: 340px;
    }
}
