.single__news h1 {
  margin-bottom: 26px;
}

.e-a-t__news__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}

.rating__wrap,
.view__count {
  display: flex;
  align-items: center;
  gap: 6px;
}

.view__count svg {
  fill: none;
}

.single__news .content__wrap img {
  margin: 12px 0;
  border-radius: 24px;
}

.single__news ol:has(a) li::marker,
.single__news ol a {
  color: var(--main-accent2);
}

.e-a-t__news__author.staff__card {
  width: 384px;
  margin-top: 24px;
}

.e-a-t__news__author .staff_img {
  height: 100%;
}

.single__news .blog-faq__title {
  font-size: var(--h2-font-size);
  color: var(--main-accent1);
  font-weight: 600;
}

.doctor-advice {
  background-color: #EEF9FA;
  margin: 20px 0;
  border-left: 7px solid var(--main-accent1);
  border-radius: 14px;
  overflow: hidden;
  width: 100%
}

.doctor-advice__label {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--main-accent1);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 20px
}

.doctor-advice__body {
  padding: 22px 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.doctor-advice__author {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  width: max-content;
}

.doctor-advice__photo-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden
}
.doctor-advice__photo-wrap.doctor-advice__photo-wrap img{
  margin: 0;
}
.doctor-advice__meta a {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: inherit;
}
.pub_date{
  font-size: 14px;
  margin-top: 14px;
}
@media(max-width:600px){
  .e-a-t__news__top{
    flex-direction: column;
    align-items: start;
    row-gap: 6px;
  }
  .doctor-advice__author{
    width: 100%;
  }
}