﻿
/* Document Styles */

body {
    margin-top: 100px;
}

/* Container Styles */

.newspost_container .sub-entry {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-weight: 500;
}

.newspost_container .published {
    border-top: 1px solid;
    padding-top: 2rem;
    margin-top: 6rem;
    font-size: 1rem;
    font-weight: 500;
}

.newspost_container .role {
    margin-top: -1rem;
    font-size: 1rem;
    font-weight: 200;
}

.newspost_container p {
    font-size:1.3rem;
}

/* List styles */

.newspost_container ol li {
    font-weight: 700;
}

    .newspost_container ol li > b {
        font-weight: 600;
    }

    .newspost_container ol li > p {
        font-weight: normal;
    }

.text-formula {
    font-weight:700;
    font-size:1rem;
}

/* Format Styles */

.highlight_img {
    width: 100%;
}

.img-layout {
    overflow: hidden;
}

    .img-layout img {
        object-fit: cover;
        height: 20rem;
        width: 100%;
    }

.posts-images {
    width: 30vw;
}

.subtitles-images {
    font-size:0.9rem;
}

.subtitles-images span {
    font-weight:600;
}

#producerDetailsTable{
    width: 100%;
}

/* Media queries Styles */
@media only screen and (max-width: 768px) {
    .img-layout {
        overflow: initial;
    }

        .img-layout img {
            margin: 0;
            width: 100%;
            height: auto;
            object-fit: inherit;
        }
}
