.hfg-zexy-top-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(26, 55, 46, .1);
  transition: transform .28s ease, box-shadow .28s ease;
}

.hfg-zexy-top-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(26, 55, 46, .15);
}

.hfg-zexy-top-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.hfg-zexy-top-card__media {
  height: 180px;
  margin: 0;
  overflow: hidden;
}

.hfg-zexy-top-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hfg-zexy-top-card__body {
  padding: 16px;
}

.hfg-zexy-top-card__date {
  margin: 0 0 8px;
  color: #8b2f3a;
  font-size: 14px;
  font-weight: 700;
}

.hfg-zexy-top-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 9px;
}

.hfg-zexy-top-card__tags span {
  padding: 3px 9px;
  border-radius: 999px;
  background: #f5f0eb;
  color: #755c4d;
  font-size: 11px;
}

.hfg-zexy-top-card h3 {
  margin: 0 0 10px;
  color: #243c35;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.hfg-zexy-top-card__time {
  margin: 0 0 13px;
  color: #6d7773;
  font-size: 12px;
  line-height: 1.6;
}

.hfg-zexy-top-card__action {
  display: inline-flex;
  align-items: center;
  color: #8b2f3a;
  font-size: 13px;
  font-weight: 700;
}

.hfg-zexy-top-card__action::after {
  content: '→';
  margin-left: 8px;
}

.hfg-zexy-source-note {
  margin: -10px 0 24px;
  color: #747d79;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
}

.hfg-zexy-source-note a {
  color: #8b2f3a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hfg-zexy-source-note--official {
  max-width: 1100px;
  margin: 0 auto 18px;
}

@media (max-width: 767px) {
  .hfg-zexy-top-card__media {
    height: 200px;
  }

  .hfg-zexy-source-note {
    margin-top: 0;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hfg-zexy-top-card {
    transition: none;
  }
}
