.footer {
  padding: 0 0 28px;
  color: #51615f;
  font-size: 0.94rem;
}

.footer-copy {
  font-size: 0.76rem;
  line-height: 1.6;
  white-space: nowrap;
  flex: 1 1 auto;
}

.footer-copy a {
  color: #2A5AA3;
  font-weight: 800;
}

.footer-inner {
  border-top: 1px solid rgba(16, 33, 31, 0.08);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-wrap: anywhere;
}

.footer-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.footer-links a {
  font-weight: 700;
  color: #2A5AA3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

@media (max-width: 760px) {
  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .footer-copy {
    white-space: normal;
  }

  .footer-links {
    order: -1;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
  }

  .footer-links a {
    width: auto;
    text-align: center;
  }
}
