/* Keep footer social hover circles fully visible within the footer column. */
body .f-footer--block-content:has(.social-media-links) {
  overflow: visible !important;
}
body .f-footer--block-content:has(.social-media-links) .social-media-links--item {
  position: relative;
  z-index: 1;
  overflow: visible !important;
  clip-path: none !important;
}
body .f-footer--block-content:has(.social-media-links) .social-media-links--item:hover {
  z-index: 2;
}
