/* Hub liên kết nội bộ — đồng bộ #details: tiêu đề #f8d85a, chữ trắng, link như .details a */

.seo-internal-hub {
  margin: 1.5rem auto 1.75rem;
  padding: 0.25rem 0.5rem 1rem;
  max-width: 1116px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.seo-internal-hub__h {
  font-size: clamp(1.1rem, 2.8vw, 23px);
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1.35;
  margin: 0 0 0.65rem;
  color: #f8d85a;
  text-align: center;
}

.seo-internal-hub__p {
  margin: 0 0 0.85rem;
  line-height: 1.55;
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: -0.2px;
  text-align: center;
}

.seo-internal-hub__p a {
  color: rgba(251, 232, 30, 0.9);
  font-weight: 600;
  text-decoration: underline;
}

.seo-internal-hub__p a:hover {
  text-decoration: none;
  color: #fff6a8;
}

.seo-internal-hub__ul {
  margin: 0 auto;
  padding-left: 1.25rem;
  max-width: 52rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
  list-style: disc;
}

.seo-internal-hub__ul li {
  margin: 0.4rem 0;
  letter-spacing: -0.2px;
}

.seo-internal-hub__ul a {
  color: rgba(251, 232, 30, 0.9);
  text-decoration: underline;
  font-weight: 500;
}

.seo-internal-hub__ul a:hover {
  text-decoration: none;
  color: #fff6a8;
}
