.news-tax-page-header {
  margin: 0 0 40px;
  padding: 72px 20px 56px;
  text-align: center;
  background:
    radial-gradient(circle at top right, rgba(215, 38, 56, 0.10), transparent 28%),
    linear-gradient(135deg, #081834 0%, #102b53 100%);
  color: #ffffff;
  border-radius: 0;
}

.news-tax-page-header__eyebrow {
  margin: 0 0 14px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  color: #fda4af !important;
}

.news-tax-page-header__title {
  margin: 0 !important;
  color: #ffffff !important;
}

.news-tax-page-header__desc {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.news-tax-page-header__desc p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}

.news-tax-page-header__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.news-tax-page-header__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.news-tax-empty {
  padding: 56px 24px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  margin-bottom: 40px;
}

.news-tax-empty h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.3;
  color: #0f172a;
}

.news-tax-empty p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #667085;
}

@media (max-width: 767px) {
  .news-tax-page-header {
    padding: 56px 16px 44px;
    margin-bottom: 28px;
  }

  .news-tax-page-header__desc p {
    font-size: 15px;
    line-height: 1.8;
  }

  .news-tax-page-header__meta {
    gap: 8px;
  }

  .news-tax-page-header__meta span {
    font-size: 12px;
  }
}