main.post {
  scroll-behavior: smooth;
}
main.post section.block.component-hero-container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main.post section.block.component-hero-container .container {
    flex-direction: column;
    gap: 40px;
  }
}
main.post section.block.component-hero-container .container .content {
  width: var(--col-6);
  padding-right: var(--spacing-2-xl);
}
main.post section.block.component-hero-container .container .content.has-no-thumbnail {
  width: var(--col-10);
}
@media screen and (max-width: 768px) {
  main.post section.block.component-hero-container .container .content {
    width: 100%;
    padding-right: 0px;
  }
}
main.post section.block.component-hero-container .container .content .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: var(--spacing-l);
}
main.post section.block.component-hero-container .container .content h1 {
  font-size: 56px;
  line-height: 100%;
  text-align: left;
  margin: var(--spacing-l) 0px;
}
main.post section.block.component-hero-container .container .content .infos {
  display: flex;
  gap: var(--spacing-s);
  margin-bottom: var(--spacing-3-xl);
  margin-bottom: 0px;
}
main.post section.block.component-hero-container .container .content .infos span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
main.post section.block.component-hero-container .container .content.has-no-thumbnail + .thumbnail {
  display: none;
}
main.post section.block.component-hero-container .container .thumbnail {
  width: var(--col-6);
  border: 1px solid #343C46;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main.post section.block.component-hero-container .container .thumbnail {
    width: 100%;
  }
}
main.post section.block.component-hero-container .container .thumbnail img, main.post section.block.component-hero-container .container .thumbnail picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.post section.post .container {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  padding-top: var(--spacing-3-xl);
  height: fit-content;
}
@media screen and (max-width: 768px) {
  main.post section.post .container {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
main.post section.post .container .sidebar-container {
  width: var(--col-3);
}
@media screen and (max-width: 768px) {
  main.post section.post .container .sidebar-container {
    width: 100%;
  }
}
main.post section.post .container .sidebar {
  position: sticky;
  top: 130px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main.post section.post .container .sidebar .summary {
    display: none;
  }
}
main.post section.post .container .sidebar .summary ul {
  list-style: none;
}
main.post section.post .container .sidebar .summary ul li {
  list-style: none;
  margin-left: 0px;
  margin-bottom: var(--spacing-m);
}
main.post section.post .container .sidebar .summary ul li a {
  color: white;
  transition: color 0.3s;
}
main.post section.post .container .sidebar .summary ul li a.active {
  color: var(--primary);
}
main.post section.post .container .sidebar .authors {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: var(--spacing-xl) 0px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
}
main.post section.post .container .sidebar .social-share {
  padding-top: var(--spacing-xl);
}
main.post section.post .container .content {
  width: var(--col-7);
}
@media screen and (max-width: 768px) {
  main.post section.post .container .content {
    width: 100%;
  }
}
main.post section.post .container .content p + p {
  margin-top: var(--spacing-s);
}
main.post section.post .container .content a {
  display: inline;
  color: white;
  font-weight: 400;
  text-decoration: underline;
  transition: color 0.1s;
}
main.post section.post .container .content a:hover {
  color: var(--primary);
}
main.post section.post .container .content figure.wp-block-image {
  width: 100%;
  margin: 0px;
  position: relative;
  margin-bottom: 50px;
  margin-top: var(--spacing-xl);
}
main.post section.post .container .content figure.wp-block-image img, main.post section.post .container .content figure.wp-block-image picture {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
main.post section.post .container .content figure.wp-block-image figcaption {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding: var(--spacing-s);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 40px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}
main.post section.post .container .content figure.wp-block-image img {
  width: 100%;
  height: inherit;
}
main.post section.post .container .content h2 {
  font-size: 38px;
  line-height: 100%;
  font-weight: 400;
  margin: var(--spacing-3-xl) 0px var(--spacing-xl) 0px;
  position: relative;
}
main.post section.post .container .content h2:nth-child(odd):after {
  left: 500px;
}
main.post section.post .container .content h2:after {
  content: "";
  position: absolute;
  top: -150px;
  left: 250px;
  width: 300px;
  height: 300px;
  border-radius: 550px;
  background: var(--primary);
  filter: blur(300px);
  opacity: 0.4;
  border-radius: 552px;
  z-index: 1;
}
main.post section.post .container .content h3 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: var(--spacing-m);
}
main.post section.other-posts {
  margin: var(--spacing-4-xl) 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main.post section.other-posts {
    margin: var(--spacing-2-xl) 0px;
  }
}
main.post section.other-posts:after {
  content: "";
  position: absolute;
  top: -20%;
  left: 20%;
  width: 300px;
  height: 500px;
  border-radius: 550px;
  filter: blur(300px);
  opacity: 0.4;
  border-radius: 552px;
  z-index: 1;
}
main.post section.other-posts:before {
  content: "";
  position: absolute;
  top: -20%;
  right: 20%;
  width: 300px;
  height: 500px;
  border-radius: 550px;
  background: #24B7FC;
  filter: blur(300px);
  opacity: 0.4;
  border-radius: 552px;
  z-index: 1;
}
main.post section.other-posts h2 {
  text-align: center;
}
main.post section.other-posts p {
  max-width: var(--col-6);
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.post section.other-posts p {
    max-width: 100%;
  }
}
main.post section.other-posts .container .cards {
  width: var(--col-10);
  margin: auto;
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-l);
}
@media screen and (max-width: 768px) {
  main.post section.other-posts .container .cards {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: var(--spacing-l);
  }
}
main.post section.other-posts .container .cards .card-post {
  height: 100%;
}
main.post section.other-posts .container .cards .card-post article {
  height: 100%;
}