/* ============================================================
   CORFLY — Layout
   ============================================================ */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}


.corfly-footer .footer-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}

.corfly-footer .footer-link:hover {
  color: var(--gold, #b07e2f);
}