*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #fff;
    /* background-color: #fafafa; */
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

p {
    padding-bottom: 20px;
}

.news-details {
    background-color: #fff;
    color: #000;
    margin: 0 auto;
    max-width: 600px
}

.news-details .pd {
    padding: 0px
}

@supports (padding:0px) {
    .news-details .pd {
        padding-left: calc(max(0px, env(safe-area-inset-left)));
        padding-right: calc(max(0px, env(safe-area-inset-right)))
    }
}

.news-details h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 40px;
}

.news-details img {
    max-width: 100%
}

.news-details .cover img {
    display: block;
    width: 100%
}

.news-details .date {
    font-size: 15px;
    margin: 19px 0 10px;
    text-transform: uppercase;
    color: #FF6767;
    font-weight: 500;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.news-details .body {
    font-size: 17px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    font-weight: 400;
    
    
}

.news-details .body em {
    font-style: italic
}

.news-details .embed {
    background-color: #323232;
    padding: 25px;
    margin-top: 20px;
    
}

@supports (padding:0px) {
    .news-details .embed {
        padding-left: calc(max(25px, env(safe-area-inset-left)));
        padding-right: calc(max(25px, env(safe-area-inset-right)))
    }
}

.news-details .embed iframe {
    display: block;
    max-height: 304px;
    max-width: 100%;
    width: 100%
}

.news-details .embed h1 {
    font-size: 20px
}

.news-details .embed a {
    color: inherit;
    text-decoration: none
}

.news-details .embed img {
    margin-bottom: 10px
}

.news-details .embed p {
    font-size: 14px;
    line-height: 22px
}

.news-details .link {
    background-color: #333;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px
}

.news-details .link:hover {
    background-color: #404040
}

.news-details .link:active {
    background-color: #484848
}


/*# sourceMappingURL=main.ac808966.css.map*/