.entry-header {
  position: relative;
  max-height: 379px;
  height: 379px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry-header .desk {
  width: 100%;
  max-height: 379px;
  object-fit: cover;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
}

.entry-header .mob {
  display: none;
}

.entry-header .entry-title {
  margin: 0;
  z-index: 2;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--White);
}

.entry-content {
  padding: 0 40px;
  margin-top: 60px !important;
  display: flex;
  gap: 26px;
}

.entry-meta .byline,
.entry-meta .posted-on {
  font-size: 0;
}

.entry-meta .byline .author a,
.entry-meta .posted-on a time {
  font-size: 18px;
  color: var(--Grey-600);
  font-weight: 300;
}

.entry-meta .posted-on a::before {
  content: " - ";
  font-size: 18px;
  color: var(--Grey-600);
  display: inline-block;
  margin: 0 5px;
}

.wc-listagem-posts .wp-block-search__inside-wrapper {
  border: 1px solid #9A9A9A;
  padding: 0;
  height: 45px;
}

.wc-listagem-posts .wp-block-search__input {
  border: none;
  color: var(--Grey-600);
  height: 42px;
  padding-left: 18px;
}

.wc-listagem-posts .wp-block-search__button.has-icon {
  border: 0;
  background-color: transparent;
  padding: 0 13px;
}

.wc-listagem-posts__titulo {
  margin-top: 60px;
  padding-bottom: 79px;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 3px solid #CACACA;
}

.wc-listagem-posts__titulo::after {
  content: "";
  width: 45px;
  height: 3px;
  background-color: var(--Golden-900);
  display: block;
  top: 45px;
  left: 0;
  position: absolute;
}

.wc-listagem-posts__grid {
  margin-top: 32px;
}

.wc-post-single h3 {
  margin-top: 0;
  padding-bottom: 32px;
  margin-bottom: 32px;
  color: var(--Grey-600);
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 3px solid #CACACA;
}

.wc-listagem-posts__grid .wc-ver-mais a {
  position: relative;
  z-index: 2;
  background-color: var(--Black);
  width: fit-content;
  padding: 9px 22px;
  color: var(--White);
  font-weight: 700;
  text-align: center;
  display: block;
  border-radius: 4px;
  margin: 0;
}

.wc-listagem-posts__grid .wc-ver-mais a:hover {
  background-color: var(--Golden-900);
  color: var(--White);
}

@media(max-width: 1000px) {
  .entry-header {
    height: 347px;
  }

  .entry-header .desk {
    display: none;
  }

  .entry-header .mob {
    display: block;
    max-height: 379px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
  }


  .entry-header .entry-title {
    text-align: center;
    padding: 0 16px;
    font-size: 24px;
  }


  .entry-content {
    flex-direction: column;
    margin-top: 30px !important;
    padding: 0 16px;
  }

  .entry-meta .byline .author a,
  .entry-meta .posted-on a time {
    font-size: 14px;
  }

  .entry-meta .byline .author a,
  .entry-meta .posted-on a time {
    font-size: 14px;
  }

  .entry-meta .posted-on a::before {
    font-size: 14px;
  }

  .wc-listagem-posts {
    border-top: 2px solid #CACACA;
    padding-top: 32px;
  }

.wc-listagem-posts__titulo {
  font-size: 20px;
  padding-bottom: 51px;
}

  .wc-post-single h3 {
    font-size: 16px;
  }

  .wc-listagem-posts__grid .wc-ver-mais a {
    margin: 0 auto;
  }
}