.yy-article-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px;
  padding: 18px 20px;
  border: 1px solid rgba(82, 103, 124, .075);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 0%, rgba(198, 157, 94, .12), transparent 30%),
    linear-gradient(180deg, rgba(252, 254, 255, .95), rgba(242, 247, 250, .9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .86),
    0 10px 24px rgba(72, 91, 110, .045);
}

.yy-article-hero-bg {
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
}

.yy-article-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 251, 253, .98), rgba(248, 251, 253, .7) 48%, rgba(248, 251, 253, .92)),
    linear-gradient(180deg, rgba(248, 251, 253, .28), rgba(248, 251, 253, .98));
}

.yy-article-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(1px) saturate(.9);
  transform: scale(1.04);
}

.yy-article-hero-inner {
  position: relative;
  z-index: 1;
}

.yy-article-kicker,
.yy-article-meta,
.yy-article-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.yy-article-kicker {
  margin-bottom: 11px;
}

.yy-article-pill,
.yy-article-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(235, 241, 246, .82);
  color: #52677c;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
}

.yy-article-category {
  background: rgba(198, 157, 94, .16);
  color: #8b6534;
}

.yy-article-meta {
  color: rgba(82, 103, 124, .72);
  font-size: 13px;
  line-height: 1.6;
}

.yy-article-meta span {
  position: relative;
}

.yy-article-meta span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 2px 0;
  border-radius: 999px;
  background: rgba(198, 157, 94, .55);
}

.yy-article-tags {
  margin-top: 12px;
}

.yy-article-tags a {
  height: 24px;
  padding: 0 10px;
  background: rgba(235, 241, 246, .72);
  color: #66788a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.yy-article-tags a:first-child {
  background: rgba(198, 157, 94, .13);
  color: #8b6534;
}

.yy-article-tags a:hover,
.yy-article-category:hover {
  color: #3f4b59;
  background: rgba(235, 241, 246, .95);
}

body.dark-theme .yy-article-hero,
body.night .yy-article-hero {
  border-color: rgba(255, 255, 255, .07);
  background:
    radial-gradient(circle at 86% 10%, rgba(198, 157, 94, .1), transparent 34%),
    linear-gradient(180deg, rgba(31, 39, 49, .94), rgba(22, 29, 38, .96));
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

body.dark-theme .yy-article-hero-bg,
body.night .yy-article-hero-bg {
  opacity: .12;
}

body.dark-theme .yy-article-hero-bg::after,
body.night .yy-article-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(31, 39, 49, .98), rgba(31, 39, 49, .7) 48%, rgba(31, 39, 49, .92)),
    linear-gradient(180deg, rgba(31, 39, 49, .28), rgba(22, 29, 38, .98));
}

body.dark-theme .yy-article-meta,
body.night .yy-article-meta {
  color: #aebdca;
}

body.dark-theme .yy-article-pill,
body.night .yy-article-pill,
body.dark-theme .yy-article-tags a,
body.night .yy-article-tags a {
  background: rgba(255, 255, 255, .07);
  color: #cbd8e4;
}

body.dark-theme .yy-article-category,
body.night .yy-article-category {
  background: rgba(198, 157, 94, .14);
  color: #d9b26f;
}

@media (max-width: 767px) {
  .yy-article-hero {
    margin-bottom: 14px;
    padding: 15px 14px;
    border-radius: 16px;
  }

  .yy-article-meta {
    gap: 6px;
    font-size: 12px;
  }
}
