/*
 * Rolling Suds V10.2 Link Restoration
 * Link styling only — no layout geometry changes.
 */

body .rsv102-zip-link{
  color:#075b9c!important;
  font-weight:650!important;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-decoration-color:rgba(7,91,156,.35)!important;
  text-underline-offset:2px!important;
}

body .rsv102-zip-link:hover{
  color:#063f70!important;
  text-decoration-color:#063f70!important;
}

body .rsv102-restored-link{
  color:#075b9c!important;
  font-weight:650!important;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-decoration-color:rgba(7,91,156,.30)!important;
  text-underline-offset:2px!important;
}

body .rsv102-restored-link:hover{
  color:#063f70!important;
  text-decoration-color:#063f70!important;
}

/* Dedicated ZIP coverage page: standalone ZIPs can be small tasteful chips.
   This applies only to links V10.2 itself creates. */
body .rsv102-zip-standalone{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:58px!important;
  padding:5px 9px!important;
  border:1px solid #c4d8e5!important;
  border-radius:999px!important;
  background:#f8fbfd!important;
  text-decoration:none!important;
  color:#15405c!important;
  font-size:11px!important;
}

body .rsv102-zip-standalone:hover{
  border-color:#96b8cd!important;
  background:#edf6fb!important;
}
