.tmf-home-site-details[open],
.tmf-news-archive-details[open] {
    display: flex;
    flex-direction: column;
}

.tmf-home-site-details[open] > p,
.tmf-news-archive-details[open] > p {
    order: -1;
    margin-top: 0;
    margin-bottom: 8px;
}

.tmf-home-site-details[open] > p {
    color: #929292;
    font-size: .81rem;
    line-height: 1.42;
}

.tmf-news-archive-details[open] > p {
    color: #9a9a9a;
    font-size: .84rem;
    line-height: 1.55;
}

.tmf-home-site-details[open] > summary,
.tmf-news-archive-details[open] > summary {
    order: 1;
}

.tmf-site-news-media {
    width: 100%;
    max-width: 860px;
    margin: 18px 0 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

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

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

@media (max-width: 768px) {
    .tmf-site-news-media {
        max-width: 100%;
        gap: 12px;
        margin-top: 14px;
    }

    .tmf-site-news-video {
        max-width: 100%;
    }

    .tmf-site-news-image {
        max-width: 100%;
        max-height: 320px;
    }
}
