/*
 * YUDA shared compatibility layer.
 * Kept intentionally small: page-specific design remains in assets/css/pages/.
 */
:root {
  --yuda-safe-area-bottom: env(safe-area-inset-bottom, 0px);
}

.yuda-site-header *,
.yc-footer *,
#index_cta_bottom * {
  box-sizing: border-box;
}
