.hf-container { width: min(100% - 2rem, 90rem); margin-inline: auto; }
.hf-stack { display: flex; flex-direction: column; gap: var(--hf-space-4); }
.hf-stack--lg { gap: var(--hf-space-8); }
.hf-cluster { display: flex; align-items: center; flex-wrap: wrap; gap: var(--hf-space-3); }
.hf-visually-hidden { position: absolute; inline-size: 1px; block-size: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
