.blog__header .blog__breadcrumbs {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 32px;
}

.blog__header .blog__meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.blog__header .blog__meta-top,
.blog__header .blog__meta-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  gap: 8px;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__header .blog__meta-bottom {
  gap: 8px 40px;
  flex-wrap: wrap;
}

.blog__header .blog__meta .blog__meta-bottom span.label {
  font-size: 12px;
  line-height: 150%;
  color: #626b79;
  font-weight: 400;
}

.blog__header .blog__meta .blog__author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.blog__header .blog__meta .blog__author a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #4b61dd;
  font-weight: 400;
  text-decoration: none;
  transition: all linear 0.2s;
  position: relative;
}

.blog__header .blog__meta .blog__author a img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}

.blog__header .blog__meta .blog__author a::before {
  display: none;
}

.blog__header .blog__meta .blog__reviewer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.blog__header .blog__meta .blog__reviewer a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #4b61dd;
  font-weight: 400;
  text-decoration: none;
  transition: all linear 0.2s;
  position: relative;
}

.blog__header .blog__meta .blog__reviewer a:hover {
  color: #2339b9;
  text-decoration: underline;
  transition: all linear 0.2s;
}

.blog__header .blog__meta .blog__reviewer a img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}

.blog__header .blog__meta .blog__reviewer a .badge {
  background-color: #009bde;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.blog__header .blog__meta .blog__date {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  position: relative;
  color: #626b79;
  margin-left: 0;
}

.blog__header .blog__meta .blog__date::before {
  display: none;
}

.blog__header .blog__meta .blog__date .label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.blog__header .blog__meta .blog__modified {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  position: relative;
  color: #626b79;
}

.blog__header .blog__meta .blog__modified .label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.blog__header .blog__meta {
  width: 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 1024px) {
  .blog__content .blog__sidebar {
    position: sticky;
    top: 85px;
  }
}

.blog__content .blog__sidebar .blog__box.blog__shares {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.blog__content .blog__sidebar .blog__box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.blog__content .blog__sidebar .blog__box.blog__shares > span {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #232933;
  flex: 0 0 100%;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.blog__content .blog__sidebar .blog__box.blog__shares a {
  display: inline-flex;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #f1f5f9;
  border-radius: 200px;
  overflow: hidden;
  transition: background-color linear 0.2s;
}

.blog__content .blog__sidebar .blog__box.blog__shares a:hover {
  background-color: #4b61dd;
  transition: background-color linear 0.2s;
}

.blog__content .blog__sidebar .blog__box.blog__shares a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: grayscale(0) brightness(0.57);
  opacity: 1;
  transition: filter linear 0.2s;
}

.blog__content .blog__sidebar .blog__box.blog__shares a:hover img {
  filter: grayscale(0) brightness(1);
  transition: filter linear 0.2s;
}

.blog__content .blog__sidebar .blog__box.blog__shares a span {
  position: absolute;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 991px) {
  .blog__header .blog__meta .blog__date {
    margin: 0;
    width: auto;
  }

  .blog__header .blog__meta .blog__author {
    width: 100%;
    margin: 0;
  }

  .blog__header .blog__meta .blog__meta-bottom span.label {
    display: block;
    width: 100%;
  }

  .blog__header .blog__meta .expert-mark {
    display: block;
  }

  .blog__header .blog__shares {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: flex-start;
  }

  .blog__header .blog__shares > span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #232933;
    margin-right: 16px;
  }

  .blog__header .blog__shares a {
    display: inline-flex;
    position: relative;
    width: 40px;
    height: 35px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #f1f5f9;
    border-radius: 200px;
    overflow: hidden;
    transition: background-color linear 0.2s;
  }

  .blog__header .blog__shares a:hover {
    background-color: #4b61dd;
    transition: background-color linear 0.2s;
  }

  .blog__header .blog__shares a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: grayscale(0) brightness(0.57);
    opacity: 1;
    transition: filter linear 0.2s;
  }

  .blog__header .blog__shares a:hover img {
    filter: grayscale(0) brightness(1);
    transition: filter linear 0.2s;
  }

  .blog__header .blog__shares a span {
    position: absolute;
    color: transparent;
    font-size: 0;
    line-height: 0;
  }
}
