.news_article {
   padding-top: 2rem;
}

.news_article--wrapper {
   background-color: #fff;
   padding-bottom: 1rem;
}

.news_article--author_container {
   margin: 1rem;
   -webkit-box-shadow: 0 1px 3px 0 #ccc;
   box-shadow: 0 1px 3px 0 #ccc;
   font-family: Arial, Helvetica, sans-serif;
}

.news_article--author_wrapper {
   display: flex;
   padding: 1rem;
}

.news_article--author_img {
   width: 130px;
   height: 130px;
   object-fit: cover;
}

.news_article--author_email,
.news_article--author_name {
   margin: 0.75rem 0 0.75rem 0.75rem;
}

.news_article--author_name h3 {
   font-size: 1.5rem;
   margin: 0;
}

.news_article--author_email h5 {
   font-size: 0.8rem;
   margin: 0;
}

.news_article--author_email a {
   color: #d00;
}

.news_article--main_wrapper {
   display: flex;
   justify-content: space-between;
}

.news_article--article_container {
   width: calc(64.66% - 1rem);
   font-family: Arial, Helvetica, sans-serif;
   padding: 0 1rem 1.25rem 1rem;
   margin-left: 1rem;
   -webkit-box-shadow: 0 1px 3px 0 #ccc;
   box-shadow: 0 1px 3px 0 #ccc;
   line-height: 1.4;
   height: min-content;
}

.news_article--title {
   font-size: 1.5rem;
   margin: 1rem 0 0.5rem 0;
}

.news_article--datetime {
   color: #999;
   font-size: 14px;
   font-weight: 700;
}

.news_article--social_container {
   display: flex;
   margin-top: 1rem;
   margin-bottom: 0.75rem;
}

.news_article--social_container div:first-of-type {
   display: flex;
   align-items: center;
   font-size: 14px;
   font-weight: 700;
   color: #555;
   padding-right: 0.5rem;
}

.news_article--social_container div:not(:first-of-type) {
   padding-left: 0.5rem;
}

.news_article--social_container a {
   display: block;
   height: 2.25rem;
}

.news_article--social_container svg {
   width: 2.25rem;
   height: 2.25rem;
}

.news_article--article_aside {
   padding: 0 1rem;
   width: 35.33%;
}

.news_article--aside_inner_wrapper {
   display: flex;
   flex-direction: column;
}

.news_article--aside_title {
   width: 100%;
   font-family: Arial, Helvetica, sans-serif;
   -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
   box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
   padding: 0.5rem;
}

.news_article--aside_title h3 {
   margin: 0.25rem 0;
}

.news_article--aside-items_container {
   display: flex;
   flex-direction: column;
   margin-top: 1rem;

}

.news_article--aside-items_container .news_article--aside-item:first-of-type {
   border-top: 1px solid #00000022;
}

.news_article--aside-item {
   width: 100%;
   padding: 0.5rem 0 1rem 0.5rem;
   border: 1px solid #00000022;
   border-top: none;
}

.news_article--aside-item:hover .news_article--aside-item-title {
   color: red;
}

.news_article--aside-item-title {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: 600;
   font-size: 0.875rem;
   margin: 0.25rem 0;
   transition: 0.2s linear;
}

.news_article--aside-item-date {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.875rem;
   color: #ababab;
}

.news_article--aside-no_items {
   font-family: Arial, Helvetica, sans-serif;
   font-size: .925rem;
}

.news_article--aside_others_container {}

.news_article--aside_others_container .news_article--aside_title.from_others:not(:first-of-type) {
   border-top: none;
}

.news_article--aside_title.from_others {
   margin-top: 2rem;
   margin-bottom: 1rem;
}

.authors_swiper--link.from_other {
   border: 1px solid #00000022;
}