.wc-post-sigle-head {}

.wc-post-sigle-head h1 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 11px;
}

.wc-post-sigle-head--social {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}

.wc-post-sigle-head--social--text {
  margin-bottom: 7px;
}

.wc-post-sigle-head__share-buttons {
  display: flex;
  gap: 12px;
}

.wc-post-sigle .wc-category-content {
  margin-top: 0;
}

.wc-category-content__post-body {
  margin-top: 24px;
}

.wc-category-content__post-body h1,
.wc-category-content__post-body h2,
.wc-category-content__post-body h3,
.wc-category-content__post-body h4,
.wc-category-content__post-body h5 {
  font-size: 24px;
  font-weight: 700;
}

.wc-listagem-posts__titulo {
  color: var(--color-text-pink);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.wc-post-single {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 16px;
  margin-bottom: 16px;
}



.wc-post-single:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wc-post-single a {
  display: flex;
  gap: 12px;
  align-items: center;
}

.wc-post-single__thumb {
  min-width: 94px;
  height: 94px;
  overflow: hidden;
  border-radius: 4px;
}

.wc-post-single__thumb img {
  width: 100%;
  max-width: 94px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.wc-post-single .wc-post-title {
  font-weight: 400;
  font-size: 14px;
}

.wc-post-content__post-body {
  display: block;
}

.wc-post-content__post-body p {
  margin-bottom: 0;
}

.wc-post-content__post-body h2,
.wc-post-content__post-body h3,
.wc-post-content__post-body h4 {
  margin-top: 20px;
}

.wc-post-content__post-body ul {
  margin-left: 30px;
}

.wc-post-content__post-body ul li {
  list-style: disc !important;
}

.wc-post-content__post-body .wp-block-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}