.showcase-single{
  padding: 35px 0 110px;
  background: #fff;
  font-family: var(--font-sans);
  color: #161616;
}

.showcase-single__inner{
  width: min(1100px, calc(100% - 80px));
  margin: 0 auto;
}

.showcase-single__breadcrumbs{
  margin-bottom: 28px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #666;
}

.showcase-single__breadcrumbs a{
  color: inherit;
  text-decoration: none;
}

.showcase-single__breadcrumbs a:hover{
  text-decoration: underline;
}

.showcase-single__article{
  display: block;
  width: 100%;
}

.showcase-single__header{
  margin-bottom: 24px;
}

.showcase-single__title{
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 2.8vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #111;
}

.showcase-single__snippet{
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
}

.showcase-single__snippet p{
  margin: 0;
  padding-left: 14px;

  border-left: 2px solid #111;

  font-size: 1rem;
  line-height: 1.65;
  color: #1a1a1a;
}

.showcase-single__meta-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.showcase-single__author{
  font-size: 14px;
  line-height: 1.4;
  color: #5c5c5c;
  margin: 0;
}

.showcase-single__author a,
.showcase-single__author a:visited,
.showcase-single__author a:hover,
.showcase-single__author a:focus{
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}

.showcase-single__author a:hover{
  opacity: .72;
}

.showcase-single__share{
  display: flex;
  gap: 1rem;
  align-items: center;
}

.showcase-single__share a,
.showcase-single__share button{
  color: #555;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.showcase-single__share a:hover,
.showcase-single__share button:hover{
  color: #111;
  opacity: 1;
}

.showcase-single__share a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.showcase-single__share button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

.showcase-single__timestamp{
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #6b6b6b;
}

.showcase-single__media{
  margin: 28px 0 40px;
  width: 100%;
  height: 520px;
  overflow: hidden;
}

.showcase-single__media img{
  width: 100%;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

.showcase-single__caption{
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #777;
}

.showcase-single__content{
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.8;
  color: #1a1a1a;
}

.showcase-single__content > *:first-child{
  margin-top: 0;
}

/* paragraphs */
.showcase-single__content p{
  margin: 0 0 1.1em;
}

/* headings */
.showcase-single__content h2,
.showcase-single__content h3,
.showcase-single__content h4,
.showcase-single__content h5,
.showcase-single__content h6{
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #111;
}

.showcase-single__content h2{
  margin: .5em 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.showcase-single__content h3{
  margin: .4em 0;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.showcase-single__content h4{
  margin: .4em 0;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

/* lists */
.showcase-single__content ul,
.showcase-single__content ol{
  margin: 0.4em 0 1.2em 1.2em;
}

.showcase-single__content li{
  margin-bottom: 0.2em;
}

/* blockquote */
.showcase-single__content blockquote{
  margin: 1.6em 0;
  padding: 0 0 0 18px;
  border-left: 2px solid #111;
  color: #333;
}

/* images */
.showcase-single__content .wp-block-image,
.showcase-single__content figure{
  margin: 1.6em 0;
}

.showcase-single__content figcaption{
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #777;
}

.showcase-single__content hr{
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2.5em 0;
}

.showcase-single__recent{
  margin-top: 90px;
  padding-top: 34px;
  border-top: 1px solid #ddd;
}

.showcase-single__recent-title{
  margin: 0 0 34px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
}

.showcase-single__recent-list{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.showcase-single__recent-card{
  display: grid;
  grid-template-columns: minmax(220px, 30%) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.showcase-single__recent-media{
  display: block;
  text-decoration: none;
}

.showcase-single__recent-image-wrap{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eceae6;
}

.showcase-single__recent-image-wrap img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.showcase-single__recent-fallback{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 18px;
  box-sizing: border-box;
  background:
    linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.08)),
    url('../media/panel-bg-3.jpg') center/cover no-repeat;
}

.showcase-single__recent-fallback-text{
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.showcase-single__recent-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.showcase-single__recent-meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #5b5b5b;
}

.showcase-single__recent-category a{
  color: inherit;
  text-decoration: none;
}

.showcase-single__recent-category a:hover{
  text-decoration: underline;
}

.showcase-single__recent-post-title{
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.showcase-single__recent-post-title a{
  color: inherit;
  text-decoration: none;
}

.showcase-single__recent-post-title a:hover{
  opacity: .78;
}

.showcase-single__recent-author{
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #5c5c5c;
}

.showcase-single__recent-author a,
.showcase-single__recent-author a:visited,
.showcase-single__recent-author a:hover,
.showcase-single__recent-author a:focus{
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}

.showcase-single__recent-author a:hover{
  opacity: .72;
}

.showcase-single__recent-excerpt{
  font-size: 15px;
  line-height: 1.75;
  color: #1a1a1a;
}

.showcase-single__recent-excerpt p{
  margin: 0;
}

.showcase-single__recent-link{
  display: inline-block;
  margin-top: 2px;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  line-height: 1.2;
  border-bottom: 1px solid #111;
  padding-bottom: 3px;
}

.showcase-single__recent-link:hover{
  opacity: .75;
}

@media (max-width: 991px){
  .showcase-single{
    padding: calc(var(--mobile-header-height, 55px) + 34px) 0 80px;
  }

  .showcase-single__inner{
    width: min(100%, calc(100% - 36px));
  }

  .showcase-single__title{
    font-size: clamp(2rem, 11vw, 3.1rem);
    line-height: 1.03;
  }

  .showcase-single__snippet{
    padding: 16px 18px;
    font-size: 1rem;
  }

  .showcase-single__meta-row{
    align-items: flex-start;
    gap: 14px;
  }

  .showcase-single__media{
    height: 260px;
  }

  .showcase-single__content{
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.85;
    }

  .showcase-single__recent{
    margin-top: 70px;
    padding-top: 28px;
  }

  .showcase-single__recent-card{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}