/* DWC_SITE_FOOTER_V1 */
.site-footer {
  margin: 0;
  padding: 30px 20px 26px;
  background: #09275c;
  color: #ffffff;
  text-align: center;
}

.site-footer-inner {
  width: min(760px, 100%);
  margin: 0 auto;
}

.site-footer-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 800;
}

.site-footer-morse {
  color: #a9c3e8;
  letter-spacing: .06em;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
}

.site-footer-links a {
  min-width: 112px;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 6px;
  color: #ffffff;
  background: transparent;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  border-color: #ffffff;
  background: rgba(255,255,255,.12);
}

.site-footer-links a.active {
  border-color: #36d399;
  background: #36d399;
  color: #06110d;
}

.site-footer-meta {
  margin: 0;
  color: #d8e3f4;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 520px) {
  .site-footer { padding: 24px 14px 22px; }
  .site-footer-brand { display: grid; gap: 4px; }
  .site-footer-links { display: grid; grid-template-columns: 1fr; }
  .site-footer-links a { width: 100%; }
}
