.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tipzify-shell {
  min-height: 100vh;
}

.tipzify-stack > * + * {
  margin-block-start: var(--wp--preset--spacing--md);
}

.tipzify-section-padding {
  padding-block: clamp(3rem, 6vw, 6rem);
}

.tipzify-surface-card {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: var(--wp--custom--radius--card);
  background: var(--wp--preset--color--surface);
  box-shadow: var(--wp--custom--shadow--soft);
}

.tipzify-muted {
  color: var(--wp--preset--color--muted);
}
