body {
  scroll-behavior: smooth;
}

:target::before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px;
}

.post.container-posts .main .content {
  width: 100%;
}

.post.container-posts .main .content h2,
.post.container-posts .main .content h3,
.post.container-posts .main .content h4,
.post.container-posts .main .content h5,
.post.container-posts .main .content h6 {
  color: #25303e !important;
  font-family: Poppins !important;
}

.post.container-posts .main .content h2,
.post.container-posts .main .content h3,
.post.container-posts .main .content h4,
.post.container-posts .main .content h5 {
  font-weight: 700 !important;
}

.post.container-posts .main .content h3 {
  font-size: 22px;
  line-height: 32px;
}

.post.container-posts .main .content h2 {
  font-size: 30px !important;
  line-height: 40px !important;
}

.post.container-posts .main .content p,
.post.container-posts .main .content ul {
  color: #25303e;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.36px;
}

.post.container-posts .main .content figcaption {
  font-style: italic !important;
  color: #444A53 !important;
  font-size: 16px !important;
}

.post.container-posts .sidebar {
  display: none;
}

.post.container-posts .hero {
  text-align: center;
}

.post.container-posts .hero h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.56px;
  color: #25303e;
  text-align: center;
  margin: 20px 0 0;
}

.post.container-posts .hero .tags-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 34px;
}

.post.container-posts .hero .tags-container .tag,
.post.container-posts .hero .post-data .tags-container .tag {
  background-color: #d0d3d4;
  border-radius: 16px;
  padding: 2px 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #25303e;
  text-transform: capitalize;
}

.post.container-posts .hero img {
  aspect-ratio: 388 / 218;
  object-fit: cover;
  object-position: center;
}

.post.container-posts .hero .post-data {
  display: flex;
  justify-content: center;
  padding: 34px 0;
}

.post.container-posts .author .bio {
  display: none;
}

.post.container-posts .hero .post-data .author-date {
  display: flex;
  align-items: center;
}

.post.container-posts .hero .post-data .author-date img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 14px;
  display: none;
  object-fit: cover;
}

.post.container-posts .hero .post-data .author-date p {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #25303e;
  margin: 0;
}

.post.container-posts .hero .post-data .tags-container {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.post.container-posts .hero .post-data .reading-time {
  display: none;
  align-items: center;
  gap: 17px;
}

.post.container-posts .hero .post-data .reading-time .watch {
  background: url("../img/icons/clock.svg");
  height: 32px;
  width: 32px;
  background-position: center;
  background-repeat: no-repeat;
}

.post.container-posts .hero .post-data .reading-time p {
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #25303e;
  margin: 0;
}

.post.container-posts .main {
  display: flex;
  gap: 40px;
}

.post.container-posts .content .cta-inside-post-content .wp-block-separator,
.post.container-posts .content .cta-inside-post-content .wp-block-column:first-child,
.post.container-posts .content .cta-inside-post-content br {
  display: none;
}

.post.container-posts .content .cta-inside-post-content .wp-block-column:nth-child(2) {
  flex-basis: 100%;
}

.post.container-posts .content .cta-inside-post-content p {
  color: #25303e;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}

.post.container-posts .content .cta-inside-post-content .wp-block-columns {
  margin-bottom: 0;
  justify-content: space-between;
  gap: 85px;
}

.post.container-posts .content .cta-inside-post-content .wp-block-column {
  align-content: center;
}

.post.container-posts .content .cta-inside-post-content .wp-block-buttons {
  justify-content: right;
}

.post.container-posts .socials {
  justify-content: right;
  display: flex;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 34px;
  text-transform: uppercase;
}

.post.container-posts .socials>div:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.post.container-posts .socials .links {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.post.container-posts .socials .links img {
  width: 36px;
  height: 36px;
}

.post.container-posts .author {
  display: flex;
  gap: 20px;
  padding: 34px 0;
  margin: 34px 0;
  border-top: 1px solid #d0d3d4;
  border-bottom: 1px solid #d0d3d4;
  align-items: center;
  padding-left: 33px;
}

.post.container-posts .author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  max-width: unset;
  object-fit: cover;
}

.post.container-posts .author .designation {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;

}

.post.container-posts .author h2 {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-align: left;

}

.post.container-posts .author p {
  max-width: 998px;
  margin: 0;
}

.post.container-posts .enlighter-code {
  overflow: auto !important;
}

@media (min-width: 767px) {
  .post.container-posts .hero h1 {
    font-size: 50px;
    line-height: 60px;
    margin-top: 54px;
  }

  .post.container-posts .hero img {
    aspect-ratio: 660 / 374;
  }

  .post.container-posts .hero .post-data {
    justify-content: space-between;
    border-bottom: solid #d0d3d4 1px;
    margin-bottom: 48px;
  }

  .post.container-posts .hero .post-data .author-date p .by {
    display: none;
  }

  .post.container-posts .hero .post-data .reading-time {
    display: flex;
  }

  .post.container-posts .content .cta-inside-post-content .wp-block-separator,
  .post.container-posts .content .cta-inside-post-content .wp-block-column:first-child {
    display: block;
  }

  .post.container-posts .content .cta-inside-post-content .wp-block-column:first-child {
    flex-basis: 412px;
  }

  .post.container-posts .content .cta-inside-post-content .wp-block-column:nth-child(2) {
    flex-basis: 134px;
  }

  .post.container-posts .author h2 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    color: #0160a4;
  }

  .post.container-posts .author {
    gap: 34px;
  }

}

@media (min-width: 1440px) {

  .post.container-posts .hero h1 {
    margin-bottom: 54px;
  }

  .post.container-posts .hero img {
    aspect-ratio: 1220 / 686;
  }

  body.single-post {
    overflow-y: visible !important;
    overflow-x: visible !important;
  }

  .post.container-posts .sidebar {
    display: block;
    position: sticky;
    top: 120px;
    height: fit-content;
    overflow: auto;
    width: 325px;
    margin-left: -16px;
    padding-left: 16px;
    padding-bottom: 4px;
  }

  .post.container-posts .hero .tags-container {
    display: none;
  }

  .post.container-posts .hero .post-data {
    margin-bottom: 54px;
  }

  .post.container-posts .hero .post-data .author-date img {
    display: block;
  }

  .post.container-posts .hero .post-data .author-date p .by {
    display: inline;
  }

  .post.container-posts .hero .post-data .tags-container {
    display: flex;
  }

  .table-of-content .text-heading-4 {
    margin-bottom: 24px;
  }

  .table-of-content p {
    margin-bottom: 16px;
  }

  .table-of-content p:last-child {
    margin-bottom: 24px;
  }

  .table-of-content a {
    color: #25303e;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.32px;
  }

  .table-of-content a.active {
    font-weight: bold;
    position: relative;
  }

  .table-of-content a.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    width: 2px;
    height: 100%;
    background-color: #25303e;
  }


  .post.container-posts .main {
    justify-content: space-between;
    gap: 50px;
  }

  .post.container-posts .main .content {
    flex: 1;
    max-width: 870px;
  }

  .post.container-posts .content .cta-inside-post-content br {
    display: block;
  }

  .post.container-posts .author {
    gap: 54px;
    padding-left: 24px;
  }

  .post.container-posts .author img {
    width: 148px;
    height: 148px;
  }

  .post.container-posts .author .bio {
    display: block;
    color: var(--primary-25303-e-slate, #25303e);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.4px;
  }

  .post.container-posts .author .designation {
    display: none;
  }
}