.whaleshot-site-footer {
  box-sizing: border-box;
  width: 100%;
  color: #587286;
  font-size: 14px;
  line-height: 1.6;
}

footer.wrap.footer.whaleshot-site-footer {
  display: block;
  white-space: normal;
}

.whaleshot-site-footer-fallback {
  padding: 20px;
  border-top: 1px solid #dceaf2;
  background: #f7fbfd;
  text-align: center;
}

.whaleshot-site-footer a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.whaleshot-site-footer a:hover,
.whaleshot-site-footer a:focus-visible {
  color: #078fd2;
  text-decoration: underline;
}

@media (max-width: 520px) {
  .whaleshot-site-footer {
    text-align: center;
  }
}
