.EDN_article {
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 3px;
    background-color: hsla(150, 0%, 88%, 0.53);
    display: flex;
    justify-content: space-between;
}

.EDN_publish-date {
    color: #003f91;
    margin-top: 0;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
}

.news-detail .EDN_publish-date {
    color: #333;
    font-size: 16px;
}

.articleTitle {
    margin: 4px 0 10px;
}

.articleTitle a {
    color: #399cfe;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-decoration: none;
}

.EDN_mediaContainer {
    flex: 0 0 250px;
}

.news-detail .EDN_mediaContainer {
    float: right;
    margin: 0 0 1em 1em;
    width: 50%;
    max-width: 500px;
}

.EDN_mediaContainer img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

.ase-article-text {
    flex: 0 1 calc(100% - 285px);
}

.eds_template_List_Article_Default {
    padding-top: 40px;
    border-top: 1px solid #8a817c;
}

.EDN_author,
.EDN_author a {
    font-size: 16px;
    color: #399cfe;
    font-weight: 600;
}

.ase-news-categories {
    font-size: 14px;
    margin: 10px 0 7px;
}

.ase-news-categories a {
    color: #399cfe;
}

.EDN_details {
    flex-wrap: wrap;
}

.EDN_article.EDN_details {
    background: transparent;
    padding: 0;
}

.EDN_details .articleTitle {
    color: #399cfe;
    font-weight: 600;
    font-size: 32px;
    width: 100%;
    border-bottom: 1px solid #8a817c;
    padding-bottom: 1em;
    margin-bottom: 2rem;
}

.EDN_meta-details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

.ase-article-title {
    margin: 0 0 1.5em;
    line-height: 1.2;
}

#dnn_BreadcrumbPane + .ase-article-title {
    width: 90vw;
    margin: 35px 5vw 70px;
}

#dnn_BreadcrumbPane + .ase-article-title.detail {
    margin-bottom: 40px;
}

.ase-article-title.detail {
    font-size: 24px;
    margin: 0;
}

.EDN_categories {
    width: 100%;
    font-size: 14px;
}

.news-detail .EDN_categories {
    color: #399cfe;
    margin: 1em 0 0;
}

.news-detail .EDN_categories a {
    color: #333;
}
