.news_article {
   padding: 1.5rem 0 2.5rem;
}

.news_article--wrapper {
   background: transparent;
}

.news_article .news--breadcrumb_wrapper {
   margin-bottom: 1rem;
}

.news_article--author_container {
   position: relative;
   margin: 0 0 1.25rem;
   overflow: hidden;
   border: 1px solid #e7e9ee;
   border-radius: 16px;
   background: linear-gradient(115deg, #fff 0%, #fff 72%, #f7f8fa 100%);
   box-shadow: 0 10px 30px rgba(19, 27, 46, .07);
   font-family: "Roboto", Arial, sans-serif;
}

.news_article--author_container::before {
   position: absolute;
   inset: 0 auto 0 0;
   width: 5px;
   background: #d71920;
   content: "";
}

.news_article--author_wrapper {
   display: flex;
   align-items: center;
   min-height: 148px;
   padding: 1.25rem 1.5rem;
}

.news_article--author_image_container {
   flex: 0 0 auto;
}

.news_article--author_image_container figure {
   overflow: hidden;
   width: 108px;
   height: 108px;
   border: 4px solid #fff;
   border-radius: 50%;
   background: #f1f2f5;
   box-shadow: 0 4px 16px rgba(19, 27, 46, .14);
}

.news_article--author_img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.news_article--text_container {
   min-width: 0;
   padding-left: 1.25rem;
}

.news_article--author_name,
.news_article--author_email {
   margin: 0;
}

.news_article--author_name::before {
   display: block;
   margin-bottom: .35rem;
   color: #d71920;
   content: "SON KALE YAZARI";
   font-size: .72rem;
   font-weight: 800;
   letter-spacing: .12em;
}

.news_article--author_name h3 {
   margin: 0;
   font-family: "Gilroy", "Roboto", Arial, sans-serif;
   font-size: clamp(1.45rem, 2.3vw, 2rem);
   line-height: 1.1;
}

.news_article--author_name a {
   color: #111827;
}

.news_article--author_email {
   margin-top: .45rem;
}

.news_article--author_email h5 {
   margin: 0;
   font-size: .82rem;
   font-weight: 500;
}

.news_article--author_email a {
   color: #6b7280;
}

.news_article--author_email:empty,
.news_article--author_email h5:empty,
.news_article--author_email a:empty {
   display: none;
}

.news_article--main_wrapper {
   display: grid;
   grid-template-columns: minmax(0, 1fr) 330px;
   align-items: start;
   gap: 1.25rem;
}

.news_article--article_container {
   min-width: 0;
   margin: 0;
   padding: clamp(1.35rem, 3vw, 2.5rem);
   border: 1px solid #e7e9ee;
   border-radius: 16px;
   background: #fff;
   box-shadow: 0 10px 30px rgba(19, 27, 46, .07);
   font-family: "Roboto", Arial, sans-serif;
   height: min-content;
}

.news_article--article_container header {
   padding-bottom: 1rem;
   border-bottom: 1px solid #eceef2;
}

.news_article--title {
   margin: 0 0 .8rem;
   color: #111827;
   font-family: "Gilroy", "Roboto", Arial, sans-serif;
   font-size: clamp(2rem, 4.2vw, 3.35rem);
   line-height: 1.04;
   letter-spacing: -.025em;
}

.news_article--datetime {
   display: inline-flex;
   align-items: center;
   color: #8b919c;
   font-size: .78rem;
   font-weight: 700;
   letter-spacing: .04em;
}

.news_article--datetime::before {
   width: 7px;
   height: 7px;
   margin-right: .5rem;
   border-radius: 50%;
   background: #d71920;
   content: "";
}

.news_article--social_container {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: .45rem;
   margin: 1rem 0 1.5rem;
}

.news_article--social_container > div {
   padding: 0 !important;
}

.news_article--social_container > div:first-of-type {
   margin-right: .2rem;
   color: #6b7280;
   font-size: .72rem;
   font-weight: 800;
   letter-spacing: .08em;
}

.news_article--social_container a,
.fontsize_controller > div {
   display: grid;
   width: 34px;
   height: 34px;
   place-items: center;
   overflow: hidden;
   border-radius: 50%;
   background: #f1f3f6;
   transition: transform .2s ease, box-shadow .2s ease;
}

.news_article--social_container a:hover,
.fontsize_controller > div:hover {
   transform: translateY(-2px);
   box-shadow: 0 5px 12px rgba(19, 27, 46, .14);
}

.news_article--social_container svg {
   width: 34px;
   height: 34px;
}

.fontsize_controller {
   display: flex;
   gap: .45rem;
   margin-left: auto;
}

.fontsize_controller > div {
   cursor: pointer;
   color: #374151;
}

.fontsize_controller svg {
   width: 20px;
   height: 20px;
}

.news_article--main_content {
   color: #303642;
   font-family: "Merriweather", Georgia, serif;
   font-size: 1.03rem !important;
   line-height: 1.85;
   overflow-wrap: anywhere;
}

.news_article--main_content p {
   margin: 0 0 1.25em;
}

.news_article--main_content img,
.news_article--main_content iframe,
.news_article--main_content video {
   max-width: 100%;
   height: auto;
   border-radius: 10px;
}

.news_article--main_content a {
   color: #c9161d;
   text-decoration: underline;
}

.news_article--article_aside {
   position: sticky;
   top: 82px;
   width: auto;
   padding: 0;
}

.news_article--aside_inner_wrapper,
.news_article--aside_others_container {
   overflow: hidden;
   border: 1px solid #e7e9ee;
   border-radius: 14px;
   background: #fff;
   box-shadow: 0 8px 24px rgba(19, 27, 46, .06);
}

.news_article--aside_title {
   width: auto;
   padding: 1rem 1.05rem .85rem;
   border: 0;
   border-bottom: 3px solid #d71920;
   background: #fff;
   box-shadow: none;
   font-family: "Roboto", Arial, sans-serif;
}

.news_article--aside_title h3 {
   margin: 0;
   color: #171b24;
   font-size: .92rem;
   font-weight: 800;
   letter-spacing: .015em;
}

.news_article--aside-items_container {
   display: flex;
   flex-direction: column;
   max-height: 610px;
   margin: 0;
   overflow-y: auto;
}

.news_article--aside-items_container > .news_article--aside-item {
   display: block;
   flex: 0 0 auto;
   width: auto;
   padding: .9rem 1rem;
   border: 0;
   border-bottom: 1px solid #eceef2;
   border-radius: 0;
   background: #fff;
   box-shadow: none;
   overflow: visible;
   transition: background-color .2s ease;
}

.news_article--aside-items_container .news_article--aside-item:first-of-type {
   border-top: 0;
}

.news_article--aside-items_container > .news_article--aside-item:last-child {
   border-bottom: 0;
}

.news_article--aside-item:hover {
   background: #f8f9fb;
}

.news_article--aside-item:hover .news_article--aside-item-title {
   color: #d71920;
}

.news_article--aside-item-title {
   margin: 0 0 .35rem;
   color: #242934;
   font-family: "Roboto", Arial, sans-serif;
   font-size: .88rem;
   font-weight: 700;
   line-height: 1.35;
   transition: color .2s ease;
}

.news_article--aside-item-date {
   color: #969ca6;
   font-family: "Roboto", Arial, sans-serif;
   font-size: .75rem;
}

.news_article--aside-no_items {
   padding: 1rem;
   color: #6b7280;
   font-family: "Roboto", Arial, sans-serif;
   font-size: .875rem;
}

.news_article--aside_title.from_others {
   margin: 1.25rem 0 0;
   border: 1px solid #e7e9ee;
   border-bottom: 3px solid #d71920;
   border-radius: 14px 14px 0 0;
}

.news_article--aside_others_container {
   border-top: 0;
   border-radius: 0 0 14px 14px;
}

.authors_swiper--link.from_other {
   display: grid;
   grid-template-columns: 68px minmax(0, 1fr);
   gap: .75rem;
   margin: 0;
   padding: .85rem;
   border: 0;
   border-bottom: 1px solid #eceef2;
   border-radius: 0;
   box-shadow: none;
}

.authors_swiper--link.from_other:last-child {
   border-bottom: 0;
}

.authors_swiper--link.from_other .authors_swiper--imgContainer,
.authors_swiper--link.from_other figure {
   width: 68px;
   height: 68px;
}

.authors_swiper--link.from_other .authors_swiper--img {
   width: 68px;
   height: 68px;
   border-radius: 50%;
   object-fit: cover;
}

.authors_swiper--link.from_other .authors_swiper--textContainer {
   display: flex;
   min-width: 0;
   flex-direction: column;
   justify-content: center;
   padding: 0;
}

.authors_swiper--link.from_other .article_name,
.authors_swiper--link.from_other .authors_name {
   margin: 0;
}

.authors_swiper--link.from_other .article_name a {
   display: -webkit-box;
   overflow: hidden;
   color: #252a34;
   font-size: .84rem;
   font-weight: 700;
   line-height: 1.3;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

.authors_swiper--link.from_other .authors_name {
   margin-top: .35rem;
}

.authors_swiper--link.from_other .authors_name a {
   color: #d71920;
   font-size: .73rem;
   font-weight: 700;
}

@media (max-width: 991px) {
   .news_article--main_wrapper {
      grid-template-columns: minmax(0, 1fr);
   }

   .news_article--article_aside {
      position: static;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.25rem;
   }

   .news_article--aside_title.from_others {
      margin-top: 0;
   }
}

@media (max-width: 640px) {
   .news_article {
      padding-top: .75rem;
   }

   .news_article--author_wrapper {
      min-height: 0;
      padding: 1rem;
   }

   .news_article--author_image_container figure {
      width: 76px;
      height: 76px;
   }

   .news_article--text_container {
      padding-left: .85rem;
   }

   .news_article--author_name::before {
      font-size: .62rem;
   }

   .news_article--author_email {
      display: none;
   }

   .news_article--article_container {
      padding: 1.15rem;
      border-radius: 12px;
   }

   .news_article--title {
      font-size: clamp(1.8rem, 9vw, 2.35rem);
   }

   .news_article--main_content {
      font-size: 1rem !important;
      line-height: 1.75;
   }

   .fontsize_controller {
      width: 100%;
      margin: .25rem 0 0;
   }

   .news_article--article_aside {
      display: block;
   }

   .news_article--aside_title.from_others {
      margin-top: 1.25rem;
   }
}
