/* Structural foundation only. Brand tokens are supplied by the validated skin. */
.nvc-root,
.nvc-root *,
.nvc-root *::before,
.nvc-root *::after {
  box-sizing: border-box;
}

.nvc-root {
  min-inline-size: 0;
  overflow-wrap: break-word;
}

.nvc-root :where(img, video) {
  display: block;
  max-inline-size: 100%;
  block-size: auto;
}

.nvc-root :where(button, input, select, textarea) {
  font: inherit;
}

.nvc-root :where(button, a, input, select, textarea):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.nvc-root [hidden] {
  display: none !important;
}

.nvc-visually-hidden:not(:focus):not(:active) {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  padding: 0;
  border: 0;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* The rebuilt theme owns text typography, including generated validation and links. */
.nvc-root,.nxd-app{font-family:var(--nvc-font,"Helvetica Neue",Helvetica,sans-serif)}
.nvc-root :is(h1,h2,h3,h4,h5,h6,p,a,button,input,textarea,select,label,summary,figcaption,small,strong,em),.nxd-app .error{font-family:var(--nvc-font,"Helvetica Neue",Helvetica,sans-serif)!important}
