﻿.news-detail p,
.news-detail img {
    margin: 1.5rem 0;
}

#news-content .col-12.col-md-6 img {
    height: 326px;
    object-fit: cover;
}

#news-content img {
    margin: 0;
    max-width: 100% !important;
    width: auto;
}

#news-content p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#news-content ul, #news-content ol {
    margin-top: 1em;
    padding-inline-start: 2em;
}

#news-content table {
    width: auto;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

    #news-content table tbody, #news-content table tbody tr, #news-content table tr td {
        border-width: inherit;
        border-color: inherit;
    }

    #news-content table td img {
        height: auto;
    }

#news-content p:has(iframe) {
    text-align: center;
}

#news-content p iframe {
    max-width: 100%;
}

#news-content figure.image_resized {
    margin: 0 auto;
}

#news-content a {
    color: var(--link-blue);
    text-decoration: underline;
}

    #news-content a:hover {
        color: var(--middle-blue);
    }
