/* SiteHub hash highlight */
.sitehub-anchor-flash {
  border-radius: 16px;
  outline: 3px solid rgba(255, 120, 0, 0.95);
  outline-offset: 4px;
  animation: sitehubAnchorFlash 1.1s ease-in-out infinite;
  scroll-margin-top: 1rem;
}

@keyframes sitehubAnchorFlash {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 120, 0, 0.4);
    background-color: rgba(255, 180, 0, 0.28);
    outline-color: rgba(255, 120, 0, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 80, 0, 0.5);
    background-color: rgba(255, 160, 0, 0.4);
    outline-color: rgba(255, 60, 0, 1);
  }
}

[data-sitehub-anchor],
[data-sitehub]:not(iframe) {
  scroll-margin-top: 1rem;
}

html[data-sitehub-pending] .header-signin,
html[data-sitehub-pending] .header-signup,
html[data-sitehub-pending] .footer-app,
html[data-sitehub-pending] .contact-tele a {
  pointer-events: none;
}

footer.sitehub-force-visible,
.review-top-member.sitehub-force-visible,
.contact-container.sitehub-force-visible,
.tab-content.sitehub-force-visible {
  display: block !important;
}

/* Highlight rõ trên nền xanh contact */
.contact-container .sitehub-anchor-flash,
.content-info .sitehub-anchor-flash,
.contact-info-content .sitehub-anchor-flash {
  border-radius: 12px;
  outline: 3px solid rgba(255, 200, 0, 1);
  outline-offset: 6px;
  background-color: rgba(255, 200, 0, 0.35) !important;
  position: relative;
  z-index: 6;
}

/* Mobile: absolute overlay trên board liên hệ */
.contact-info-content a.sitehub-anchor-flash {
  box-shadow: 0 0 0 3px rgba(255, 180, 0, 0.95), 0 0 18px rgba(255, 140, 0, 0.7);
}

.contact-tele a.sitehub-anchor-flash {
  border-radius: 50%;
  outline-offset: 4px;
}

/* Footer SNS: giữ gap khi wrap img bằng <a> */
footer .footer-logos-right .footer-logos-list > a,
.home-footer .footer-logos .footer-logos-item.sns .footer-logos-list > a {
  flex: 0 0 auto;
  display: block;
  line-height: 0;
  width: auto;
  text-decoration: none;
}

.header-logo-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
