/* Minimal site overrides - Cyréna Identity Light Theme */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* No margin-bottom here — footer is static, not fixed/absolute */
}

.footer {
  /* Static positioning — flows naturally with document */
  position: static;
  width: 100%;
  white-space: nowrap;
  line-height: 1.5;
}
