.post-container {
  background-color: var(--custom-primary-white);
  min-height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.single .newsletter {
  background-color: var(--custom-background-primary-color);
}

.single .common-metadata br {
  display: none;
}

.single .common-metadata svg {
  margin-left: 0.5rem;
}

.single .common-metadata p {
  font-size: 1rem;
  margin: 0;
}

.post-header-container .common-main-title {
  margin: 0.5rem 0;
}

.post-header-container .post-category-link {
  color: var(--custom-primary-color);
  font-family: var(--barlow-condensed);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.post-image-caption p {
  color: var(--custom-secondary-color-text);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.post-container .post-partner-content {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.post-container .post-partner-content span {
  color: var(--custom-primary-color-text);
  margin-left: 0.5rem;
}

.post-container .post-metadata-container-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.post-container .post-metadata-container {
  flex: 1;
}

.post-container .common-social-media {
  flex: 1;
  justify-content: end;
  /* margin-top: 1.5rem; */
}

.post-container .common-social-media .common-hat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.post-container .post-metadata-container-partner {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
}

.post-container .post-metadata-container-partner span {
  color: var(--custom-primary-color-text);
  margin-left: 0.5rem;
}

.post-container .post-content-container {
  margin: 3rem auto;
  display: flex;
  gap: 1rem;
}

.post-container .post-content-trending {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 2px solid var(--custom-primary-color);
}

.post-container .post-content-trending h2 {
  /* margin-top: 1rem; */
}

.post-container .post-content-trending-item {
  display: grid;
  grid-template-columns: 1.5rem auto;
  gap: 1rem;
  cursor: pointer;
}

.post-content-trending-item-number {
  font-size: 4rem;
  color: var(--custom-primary-border);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  margin: 0;
}

.post-content-trending-item-data {
  display: flex;
  flex-direction: column;
}

.post-content-trending-item-data h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--custom-primary-color-text);
  transition: all 0.2s ease-in-out;
  margin: 0;
}

.post-content-trending-item-data h4:hover {
  color: var(--custom-primary-color);
}

.post-container .post-content-timeline {
  width: 66.666%;
}

.post-content-timeline .post-thumbnail img {
  width: 100%;
  border-radius: 0.5rem;
}

.post-content-timeline-render {
  margin-top: 1.5rem;
  word-break: break-word;
}

.post-content-timeline-render h1,
.post-content-timeline-render h2,
.post-content-timeline-render h3,
.post-content-timeline-render h4,
.post-content-timeline-render h5,
.post-content-timeline-render h6 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: normal;
}

.post-content-timeline-render,
.post-content-timeline-render p,
.post-content-timeline-render div {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.post-content-timeline-render strong {
  font-weight: 600;
}

.post-content-timeline-render ul,
.post-content-timeline-render ol {
  margin: 0 0 1.25rem 2rem;
}

.post-content-timeline-render ul li,
.post-content-timeline-render ol li {
  margin-bottom: 1rem;
}

.post-content-timeline-render a {
  color: var(--custom-primary-color);
  text-decoration: underline;
}

.post-content-timeline-render a:hover {
  color: var(--custom-primary-color);
}

.post-content-timeline-render img,
.post-content-timeline-render figure {
  width: auto !important;
  height: auto;
  display: block;
  max-width: 100%;
  position: relative;
  margin: 1.5rem auto;
  border-radius: 0.5rem;
}

.post-content-timeline-render img figcaption,
.post-content-timeline-render figure figcaption {
  margin: -1rem 0 0;
  color: var(--custom-secondary-color-text);
  font-size: 0.875rem;
  text-align: left;
}

.post-content-timeline-render blockquote {
  margin: 20px 0;
  position: relative;
  padding: 20px 5px 18px;
  border-top: 1px solid var(--custom-primary-border);
  border-bottom: 1px solid var(--custom-primary-border);
}

.post-content-timeline-render blockquote p {
  font-weight: 700;
  line-height: 1.3;
}

.post-content-timeline-render blockquote p:last-of-type {
  margin-bottom: 0;
}

.post-content-timeline-render iframe {
  width: 100%;
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 37.5rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

.post-content-timeline-render iframe[src*="https://www.youtube"],
.video-container iframe {
  height: 21.25rem;
}

.post-content-timeline-render table {
  display: table;
  border: 1px solid var(--custom-primary-border);
  border-radius: 0.5rem;
  margin: 2rem 0;
}

.post-content-timeline-render table * {
  border: none;
}

.post-content-timeline-render table thead tr {
  background-color: var(--custom-background-primary-color);
}

.post-content-timeline-render table thead tr th {
  font-weight: 600;
  font-size: 1rem;
  color: var(--custom-primary-color-text);
  padding: 12px 6px;
}

.post-content-timeline-render table tr td {
  padding: 12px 6px;
  font-size: 1rem;
  vertical-align: top;
}

.colunista-footer {
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  background: var(--custom-background-primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.colunista-footer img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.colunista-footer h2 {
  font-size: 1.75rem;
  line-height: 100%;
  margin: 0;
}

.colunista-footer p {
  color: var(--custom-primary-gray);
  font-size: 1.125rem;
  line-height: 160%;
  text-align: center;
  font-family: "Barlow";
  margin: 0;
}

.colunista-footer a {
  color: var(--custom-primary-color);
  font-family: Barlow Condensed;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.post-resumo {
  color: var(--custom-primary-color-text);
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

@media (max-width: 768px) {
  .post-container {
    /* padding-top: 5rem; */
  }
  .post-header-container h2 {
    margin-bottom: 0 !important;
  }

  .post-resumo {
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .post-header-container .common-main-title {
    font-size: 1.75rem;
    margin: 0.5rem 0;
  }

  .post-metadata-container img {
    height: 1rem;
  }

  .post-container .post-content-container {
    margin: 1rem auto;
    gap: 2rem;
    flex-direction: column;
  }

  .post-content-timeline-render iframe[src*="https://www.youtube"],
  .video-container iframe {
    height: 200px;
  }

  .post-header-container .post-category-link {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .post-container .post-metadata-container-partner span {
    font-size: 0.875rem;
  }

  .single .common-metadata br {
    display: block;
  }

  .single .common-metadata p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .single .common-metadata svg {
    margin-left: 0;
  }

  .post-container .post-metadata-container {
    flex: auto;
    width: 100%;
    margin-top: 0.5rem;
  }

  .post-container .common-social-media {
    flex: auto;
    justify-content: flex-start;
    margin-top: 1rem;
  }

  .post-content-timeline-render h1,
  .post-content-timeline-render h2,
  .post-content-timeline-render h3,
  .post-content-timeline-render h4,
  .post-content-timeline-render h5,
  .post-content-timeline-render h6 {
    font-size: 1.5rem;
  }

  .colunista-footer p {
    font-size: 1rem;
  }

  .colunista-footer a {
    font-size: 1rem;
  }

  .post-content-trending-item-data h4 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

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

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

/* Carousel */

.post-content-timeline-render .carousel-post {
  background-color: transparent;
  margin: 0 auto 0;
  clear: both;
  position: relative;
  overflow: hidden;
  max-height: 700px;
  padding-bottom: 30px;
}

.post-content-timeline-render .carousel-post div,
.post-content-timeline-render .carousel-post p {
  margin-bottom: 0;
}

.post-content-timeline-render .carousel-post .siema {
  position: relative;
  overflow: visible !important;
}

.post-content-timeline-render .carousel-post .siema .siema-item {
  overflow: visible;
  padding: 0 11px;
}

.post-content-timeline-render .carousel-post .image-carousel {
  width: 100%;
  height: 510px;
  display: flex;
  overflow: hidden;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}

.post-content-timeline-render .carousel-post .image-carousel img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  width: auto;
  border-radius: 0;
}

.post-content-timeline-render .carousel-post .subtitle-carousel {
  padding-left: 4.25rem;
}

.post-content-timeline-render .carousel-post .subtitle-carousel .caption {
  color: var(--custom-primary-color-text);
  font-size: 0.875rem;
}

.post-content-timeline-render .carousel-post .total-slides {
  position: absolute;
  top: 514px;
  left: 0px;
  padding: 2px 0 5px 14px;
  background-color: #fff;
  margin-bottom: 0;
}

.post-content-timeline-render .carousel-post .total-slides span {
  color: var(--custom-primary-color);
  font-family: var(--barlow-condensed);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.post-content-timeline-render .carousel-post .siema-nav button {
  position: absolute;
  top: 235px;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  font-size: 0px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.post-content-timeline-render .carousel-post .siema-nav button.siema-prev {
  left: 28px;
  background-image: url("../img/general/slide-left-arrow.png");
}

.post-content-timeline-render .carousel-post .siema-nav button.siema-next {
  right: 28px;
  background-image: url("../img/general/slide-right-arrow.png");
}

.post-content-timeline-render .carousel-post .siema-bullets {
  position: absolute;
  top: 490px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  margin: 0;
}

.post-content-timeline-render .carousel-post .siema-bullets button {
  font-size: 0px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--custom-primary-white);
  border-radius: 50%;
}

.post-content-timeline-render .carousel-post .siema-bullets button.active {
  background-color: var(--custom-primary-color);
}

.banner-sidebar-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .post-content-timeline-render .carousel-post .image-carousel {
    height: 350px;
  }

  .post-content-timeline-render .carousel-post .siema-nav button {
    top: 155px;
  }

  .post-content-timeline-render .carousel-post .siema .siema-item {
    padding: 0;
  }

  .post-content-timeline-render .carousel-post .siema-nav button.siema-prev {
    left: 16px;
  }

  .post-content-timeline-render .carousel-post .siema-nav button.siema-next {
    right: 16px;
  }

  .post-content-timeline-render .carousel-post .total-slides {
    top: 354px;
    padding: 2px 0 5px 2px;
  }

  .post-content-timeline-render .carousel-post .total-slides span {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .post-content-timeline-render .carousel-post .subtitle-carousel {
    padding-left: 3rem;
  }

  .post-content-timeline-render .carousel-post .siema-bullets {
    top: 330px;
  }
}
