.tag-list-page main > .growth-banner:first-child + .content-list-hero {
  padding-top: 28px;
}

.tag-list-hero {
  padding-bottom: 64px;
}

.tag-hero-links,
.tag-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-hero-links {
  margin-top: 24px;
}

.tag-hero-links a,
.tag-filter a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  color: #60450f;
  border: 1px solid rgba(139, 100, 17, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 900;
}

.tag-hero-links a:hover,
.tag-filter a:hover,
.tag-filter a.is-active {
  color: #241a07;
  background: linear-gradient(90deg, #f7d274, #f5dfb5);
}

.tag-summary-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tag-summary-panel div {
  min-width: 0;
}

.tag-summary-panel strong {
  font-size: 18px;
}

.tag-content-section {
  padding-top: 34px;
}

.tag-filter {
  margin-bottom: 26px;
  padding: 14px 0;
  border-top: 1px solid rgba(139, 100, 17, 0.13);
  border-bottom: 1px solid rgba(139, 100, 17, 0.13);
}

.tag-filter > span {
  margin-right: 4px;
  color: #241a07;
  font-size: 14px;
  font-weight: 950;
}

.tag-filter a {
  gap: 7px;
}

.tag-filter small,
.tag-topic-cloud small {
  color: #8b6411;
  font-size: 11px;
  font-weight: 900;
}

.tag-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.tag-list-head span {
  display: block;
  margin-bottom: 8px;
  color: #8b6411;
  font-size: 12px;
  font-weight: 950;
}

.tag-list-head > strong {
  flex: 0 0 auto;
  color: #6b5725;
  font-size: 14px;
}

.tag-content-card {
  grid-template-columns: 184px minmax(0, 1fr);
  min-height: 176px;
}

.tag-content-card .article-thumb,
.tag-content-card .article-thumb img {
  min-height: 142px;
}

.tag-card-copy {
  min-width: 0;
}

.tag-topic-cloud a {
  gap: 6px;
}

.tag-empty {
  padding: 46px 28px;
  border: 1px solid rgba(139, 100, 17, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.tag-empty strong {
  color: #241a07;
  font-size: 22px;
}

.tag-empty p {
  margin-top: 10px;
  color: #6b5725;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .tag-summary-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .tag-list-page main > .growth-banner:first-child + .content-list-hero {
    padding-top: 20px;
  }

  .tag-list-hero {
    padding-bottom: 46px;
  }

  .tag-summary-panel {
    grid-template-columns: 1fr;
  }

  .tag-content-section {
    padding-top: 24px;
  }

  .tag-list-head {
    align-items: start;
  }

  .tag-content-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    min-height: 132px;
  }

  .tag-content-card .article-thumb,
  .tag-content-card .article-thumb img {
    min-height: 104px;
    height: 104px;
  }

  .tag-content-card h3 {
    margin-top: 6px;
    font-size: 18px;
  }

  .tag-content-card p,
  .tag-content-card .article-more {
    display: none;
  }
}

@media (max-width: 430px) {
  .tag-content-card {
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 12px;
  }

  .tag-content-card .article-thumb,
  .tag-content-card .article-thumb img {
    min-height: 92px;
    height: 92px;
  }

  .tag-content-card .article-meta {
    gap: 6px;
    font-size: 11px;
  }

  .tag-content-card h3 {
    font-size: 16px;
  }
}
