.main-single-post {
  background: #fff;
  color: rgb(13, 13, 13);
  padding: 48px 0 72px;
}

.forbarber-post {
  margin: 0 auto;
}

.forbarber-post-hero {
  margin: 0 auto 42px;
  width: min(90%, 1340px);
}

.forbarber-post-hero__inner {
  display: grid;
  gap: 18px;
  max-width: 940px;
}

.forbarber-post-back {
  align-items: center;
  background: var(--forbarber-accent-orange, #f57905);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  justify-self: start;
  min-height: 42px;
  padding: 10px 18px;
  text-decoration: none;
}

.forbarber-post-title {
  color: rgb(13, 13, 13);
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  max-width: 980px;
}

.forbarber-post-meta {
  align-items: center;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}

.forbarber-post-excerpt {
  color: #4d4d4d;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
  max-width: 860px;
}

.forbarber-post-tax {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.forbarber-post-pill,
.forbarber-post-tag {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  min-height: 32px;
  padding: 8px 13px;
  text-decoration: none;
}

.forbarber-post-pill {
  background: #f5f5f0;
  border: 1px solid rgba(198, 29, 46, .18);
  color: #c61d2e;
  text-transform: uppercase;
}

.forbarber-post-tag {
  background: #f4f4f4;
  border: 1px solid rgba(13, 13, 13, .1);
  color: rgb(13, 13, 13);
}

.forbarber-post-featured {
  margin: 34px 0 0;
}

.forbarber-post-featured img {
  aspect-ratio: 16 / 7;
  border-radius: 18px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.forbarber-post-layout {
  margin: 0 auto;
  width: min(90%, 1060px);
}

.forbarber-post-content {
  color: #4f5965;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

.forbarber-post-content > * + * {
  margin-top: 22px;
}

.forbarber-post-content h2,
.forbarber-post-content h3,
.forbarber-post-content h4,
.forbarber-post-content h5,
.forbarber-post-content h6 {
  color: rgb(13, 13, 13);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 42px;
}

.forbarber-post-content h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.forbarber-post-content h3 {
  font-size: clamp(22px, 2.4vw, 28px);
}

.forbarber-post-content p {
  margin-bottom: 0;
}

.forbarber-post-content strong {
  color: rgb(13, 13, 13);
  font-weight: 800;
}

.forbarber-post-content a {
  color: rgb(13, 13, 13);
  font-weight: 700;
  text-decoration-color: var(--forbarber-accent-orange, #f57905);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.forbarber-post-content ul,
.forbarber-post-content ol {
  display: grid;
  gap: 8px;
  list-style-position: outside;
  margin-left: 22px;
  padding-left: 18px;
}

.forbarber-post-content ul {
  list-style-type: disc;
}

.forbarber-post-content ol {
  list-style-type: decimal;
}

.forbarber-post-content li {
  padding-left: 4px;
}

.forbarber-post-content blockquote {
  background: #f7f7f5;
  border-left: 4px solid var(--forbarber-accent-orange, #f57905);
  border-radius: 10px;
  color: rgb(13, 13, 13);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  padding: 22px 24px;
}

.forbarber-post-content figure {
  margin-left: 0;
  margin-right: 0;
}

.forbarber-post-content img {
  border-radius: 14px;
  height: auto;
  max-width: 100%;
}

.forbarber-post-content figcaption {
  color: #777;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 8px;
  text-align: center;
}

.forbarber-post-content table {
  border: 1px solid rgba(13, 13, 13, .12);
  border-collapse: separate;
  border-radius: 12px;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

.forbarber-post-content th,
.forbarber-post-content td {
  border-bottom: 1px solid rgba(13, 13, 13, .1);
  padding: 14px 16px;
  text-align: left;
}

.forbarber-post-content tr:last-child th,
.forbarber-post-content tr:last-child td {
  border-bottom: 0;
}

.forbarber-post-footer {
  border-top: 1px solid rgba(13, 13, 13, .1);
  margin-top: 48px;
  padding-top: 24px;
}

.forbarber-post-footer h2 {
  color: rgb(13, 13, 13);
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 12px;
}

@media only screen and (max-width: 767px) {
  .main-single-post {
    padding: 28px 0 52px;
  }

  .forbarber-post-hero {
    margin-bottom: 30px;
  }

  .forbarber-post-hero__inner {
    gap: 14px;
  }

  .forbarber-post-title {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.08;
  }

  .forbarber-post-featured {
    margin-top: 24px;
  }

  .forbarber-post-featured img {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
  }

  .forbarber-post-content {
    font-size: 16px;
    line-height: 1.7;
  }

  .forbarber-post-content > * + * {
    margin-top: 18px;
  }

  .forbarber-post-content h2,
  .forbarber-post-content h3,
  .forbarber-post-content h4,
  .forbarber-post-content h5,
  .forbarber-post-content h6 {
    margin-top: 32px;
  }
}
