.blog-v1-detail-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.blog-v1-detail-hero-inner {
  position: relative;
  height: 100%;
  min-height: 374px;
  overflow: hidden;
  display: flex;
}

.blog-v1-hero-figure {
  display: block;
  height: 100%;
  min-height: 374px;
  color: #fff;
  position: absolute;
  inset: 0;
  overflow: hidden;
  margin: 0;
}

.blog-v1-hero-figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 95px;
  background: linear-gradient(180deg, rgba(94, 85, 72, 0) 0%, #423116 100%);
}

.blog-v1-hero-image {
  width: 100%;
}

.blog-v1-detail-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1000px;
  padding: 34px 0 40px 36px;
  position: relative;
  margin: 0 auto;
  flex: 1;
}

.blog-v1-detail-hero-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  padding: 0 17px;
  background: #ff3700;
  border-radius: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}

.blog-v1-detail-hero-title {
  margin: 12px 0 6px;
  width: 533px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
}

.blog-v1-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
}

.blog-v1-date-icon {
  width: 14px;
  height: 14px;
}

@media (max-width: 1024px) {
  .blog-v1-detail-hero-content {
    padding: 0 26px 32px;
  }

  .blog-v1-hero-image {
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }

  .blog-v1-detail-hero-title {
    width: auto;
    font-size: 32px;
  }
}
