.container--default {
  max-width: 1400px;
}

.article-section__container {
  max-width: 590px;
}

.post-content .wp-block-image figure {
  display: table;
}

.post-content .wp-block-image figcaption {
  margin-top: 0;
}

.sidebar {
  position: sticky;
  top: -70px;
}

@media (max-width: 1300px) {
  .sidebar {
    top: -111px;
  }
}

.desktop-only.author-social-media .social-links {
  position: sticky;
  top: 118px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.desktop-only.author-social-media--left {
  left: -22.4%;
}

.author-social-media .social-links {
  width: auto;
  height: auto;
}

.author-social-media .social-links a {
  border: 1px solid #d0d0d0;
  width: 38px;
  height: 38px;
  opacity: 0.55;
}

.social-links svg {
  max-width: 18px;
}

.author-box {
  position: relative;
  padding: 10px 0 10px 30px;
}

.author-box-footer .author-name {
  font-size: 18px;
  display: flex;
  flex-direction: column;
}

.author-box-footer .author-name span {
  font-weight: 400;
  line-height: 15px;
  margin-top: 10px;
}

.author-box::before {
  content: "";
  position: absolute;
  background: #cacaca;
  width: 7px;
  height: 100%;
  left: 0;
  top: 0;
}

.author-box__description {
  font-size: 20px;
  font-weight: 200;
}

.author--one-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.author-box-footer .author--one-line {
  margin-bottom: 10px;
}

.author--one-line .author-info {
  display: flex;
  align-items: center;
}

.author-box__social {
  display: flex;
  flex-wrap: wrap;
  margin-left: 18px;
  margin-top: 25px;
}

.author-box__social__item {
  display: flex;
  margin-right: 8px;
}

.author-box__social__link {
  display: inline-flex;
  align-items: center;
}

.author-box__social__icon {
  width: 27px;
  height: 27px;
  transition: opacity 0.3s ease-out;
}

.author-box__social__icon:hover {
  opacity: 0.7;
}

.link-copied-text {
  font-size: 16px;
  line-height: 16px;
  color: #676879;
  position: absolute;
  left: 47px;
  top: 4px;
  width: 109px;
  pointer-events: none;
  background: rgba(255,255,255, 0.6);
  padding: 5px 10px;
  border-radius: 4px;
}

@media (max-width: 991px) {

  .sidebar,
  .desktop-only.author-social-media .social-links {
    position: relative;
    top: 0;
  }

  .author-box {
    padding-left: 20px;
  }

  .author-box::before {
    width: 5px;
  }

  .author--one-line {
    flex-wrap: nowrap;
  }

  .author--one-line .author-name {
    min-width: 230px;
  }

  .author-box__description {
    font-size: 18px;
  }

  .author-box__social {
    display: flex;
    margin-left: 0;
    flex: 0 0 100%;
    left: -10px;
  }

  .author-box__social__icon {
    width: 30px;
    height: 30px;
  }
}

.post-meta__tags {
  margin-left: 0;
}

.post-meta__author {
  margin-right: 20px;
}

.post-tag__item {
  font-weight: 400;
  padding: 4px 15px 6px;
  transition: background 0.3s ease-out;
}

.sidebar .widget {
  margin-bottom: 32px;
}

.sidebar .banner {
  margin-bottom: 34px;
}

.sidebar>div {
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.banner__image {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 0px 30px #3900001c;
  border-radius: 10px;
}

.related-articles {
  max-width: 1200px;
  margin: 170px auto 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .related-articles {
    margin-top: 0;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .related-articles .featured-slides .featured-slide {
    max-width: 285px;
  }
}

@media (max-width: 1450px) {
  .desktop-only.author-social-media--left {
    left: -18%;
  }
}

@media (max-width: 1199px) {
  .desktop-only.author-social-media--left {
    left: -16%;
  }
}

/* Blog mobile */
@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }

  .article-section__container {
    margin: 0 auto;
  }

  .sidebar {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .widget__title {
    color: #000;
    font-size: 20px;
    text-align: left;
  }
}