/* Preview-only footer polish. Loaded by the new-design pages, never legacy pages. */
.a360-homepage .a360-footer .a360-social {
  align-items: center;
  gap: 12px;
}

.a360-homepage .a360-footer .a360-social a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, .86);
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: color 180ms ease;
  width: 44px;
}

.a360-homepage .a360-footer .a360-social .ti {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.a360-homepage .a360-footer .a360-social svg {
  display: block;
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 30px;
}

.a360-homepage .a360-footer .a360-social a:hover,
.a360-homepage .a360-footer .a360-social a:focus-visible {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--a360-gold);
}

.a360-homepage .a360-footer .a360-social a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .a360-homepage .a360-footer .a360-social a {
    transition: none;
  }
}
