.wc-post-banner__inner {
  padding-top: 104px;
}

.wc-post-limit-screen {
  max-width: 993px;
  margin: auto;
}


.wc-post-banner__inner .wc-post-limit-screen {
  display: flex;
  justify-content: center;
  gap: 19px;
}

.wc-post-banner__media img {
  display: block;
  min-width: 100%;
  height: 435px;
  position: relative;
  top: 101px;
  object-fit: cover;
}

.wc-post-banner__media {
  width: 50%;
}

.wc-post-banner__info {
  width: 50%;
  padding-top: 96px;

}

.wc-post-banner__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  letter-spacing: 2%;
  line-height: 24px;
}

.wc-post-banner__meta {
  margin-top: 10px;
}

.wc-post-banner__date,
.wc-post-banner__sep,
.wc-post-banner__reading {
  color: #F2F2F2;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.wc-post-banner__author {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}

.wc-post-banner__author-photo {
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.wc-post-banner__author-name {
  color: #F2F2F2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 7%;
  line-height: 24px;
}

.wc-post-banner__author-ref {
  color: #F2F2F2;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2%;
  line-height: 20px;
}

article {
  margin-top: 49px;
}

.wc-post-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.wc-post-share__label {
  display: flex;
  align-items: center;
  color: #1A1A1A;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2%;
  text-transform: uppercase;
  gap: 8px;
}

.wc-post-share__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.wc-post-share__button {
  color: #1A1A1A;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2%;
  text-transform: uppercase;

  &:hover {
    color: #1A1A1A;
  }

  &:visited {
    color: #1A1A1A;

  }
}

.wc-post-share__copy {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  text-decoration: underline;
}

.wc-post-content {
  margin-top: 43px;
}

.wc-post-content p,
.wc-post-content a {
  color: #000000;
  letter-spacing: 2%;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;

  &:hover,
  &:visited {
    color: #000000;

  }
}

.wc-post-content h1,
.wc-post-content h2,
.wc-post-content h3,
.wc-post-content h4 {
  color: #000000;
  letter-spacing: 2%;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
}

.wc-post-tags__list {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.wc-post-tags__item a {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(30px);
  padding: 6px 12px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;

  &:hover,
  &:visited {
    color: #fff;

  }
}

.wc-blog-related-list__grid {
  list-style: none;
}


.wc-related-posts {
  padding: 0 48px;
}

@media(max-width: 1000px) {
  .wc-post-banner__inner {
    background-size: 100% 260px;
    background-repeat: no-repeat;
    padding-top: 72px;
  }

  .wc-post-banner__inner .wc-post-limit-screen {
    flex-direction: column;
  }

  .wc-post-banner__media img {
    min-width: 100%;
    height: 211px;
  }

  .wc-post-limit-screen {
    padding: 0 10px;
  }

  .wc-post-banner__media img {
    top: auto;
  }

  .wc-post-banner__info {
    display: flex;
    flex-direction: column;
  }

  .wc-post-banner__info {
    padding: 0;
    margin-top: 0;
  }

  .wc-post-share {
    justify-content: center;
    order: 1;
  }

  .wc-post-banner__author {
    order: 2;
  }

  .wc-post-banner__author-name,
  .wc-post-banner__author-ref {
    color: #1A1A1A;
  }

  .wc-post-banner__meta {
    order: 3;
    margin-bottom: 10px;
  }

  .wc-post-banner__date,
  .wc-post-banner__sep,
  .wc-post-banner__reading {
    color: #1A1A1A;
  }

  .wc-post-banner__title {
    order: 4;
    color: #1A1A1A;
  }


  article {
    margin-top: 24px;
  }

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

  .wc-limit-screen {
    padding: 0 10px;
  }
}

.rank-math-breadcrumb p, .rank-math-breadcrumb a {
  color: #1A1A1A;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin-top: 1rem;

  &:hover {
    color: #1A1A1A;
  }

  &:visited {
    color: #1A1A1A;

  }
}