

.u-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.u-center { text-align: center; }

.u-stack { margin-top: 1.5rem; }

.u-rule {
  border: 0;
  border-top: 1px solid #ddd7cf;
  margin: 1.5rem 0;
}


:root {
  --cc-bg: #ffffff;
  --cc-text: #333333;
  --cc-text-secondary: #6b6b6b;
  --cc-border: rgba(31, 47, 87, 0.14);
  --cc-primary: #d98324;
  --cc-primary-hover: #c0701a;
  --cc-secondary: #ffffff;
  --cc-secondary-hover: #f4f2ef;
  --cc-secondary-border: #ddd7cf;
  --cc-toggle-bg: #ddd7cf;
  --cc-toggle-active: #1f2f57;
  --cc-overlay: rgba(31, 47, 87, 0.55);
  --cc-shadow: 0 -6px 28px rgba(31, 47, 87, 0.18);
  --cc-radius: 14px;
  --cc-radius-sm: 10px;
}

.cc-banner,
.cc-settings { font-family: 'Montserrat', sans-serif; }

.cc-footer-link { color: #cbd5e1; }
