/* LP-DESIGN-R33: Wavefront Media footer credit.
   No approved page or hero geometry is changed. */

.footer-copy{display:grid;gap:8px}
.footer-copy p{margin:0}
.site-credit{color:#fff3d3}
.site-credit a{color:inherit;font-weight:700;text-underline-offset:3px}
.site-credit a:hover,.site-credit a:focus-visible{color:var(--r3-yellow)}

@media(max-width:640px){
  footer{position:relative}
  .site-credit{position:absolute;left:16px;bottom:28px;max-width:220px}
}
