*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0 solid;
  box-sizing: border-box;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
  tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}
:where(html:has(dialog:modal[open])) {
  overflow: clip;
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
:where(button) {
  all: unset;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}
:where(:disabled, label:has(> :disabled, + :disabled)) {
  cursor: not-allowed;
}
:where(a) {
  color: inherit;
  text-decoration: inherit;
  text-underline-offset: 0.2ex;
}
:where(ul, ol, menu) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}
:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}
:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}
:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}
:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}
:root {
  --wp-offset-px: 0;
  --wp-offset-em: 0em;
  --wp-offset-rem: 0rem;
}
body:has(#wpadminbar) {
  --wp-offset-px: 32px;
  --wp-offset-em: 2em;
  --wp-offset-rem: 2rem;
}
@media screen and (max-width: 782px) {
  body:has(#wpadminbar) {
    --wp-offset-px: 46px;
    --wp-offset-em: 2.875em;
    --wp-offset-rem: 2.875rem;
  }
}
:root {
  --focus-visible-color: #08fb;
  --focus-visible-width: 3px;
  --focus-visible-offset: 2px;
}
html {
  scroll-behavior: smooth;
}
:where(*:focus-visible) {
  outline-color: var(--focus-visible-color);
  outline-width: var(--focus-visible-width);
  outline-style: solid;
  outline-offset: var(--focus-visible-offset);
  z-index: 1;
}
:where(.yum-container) {
  container-type: inline-size;
}
:where(summary) {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}
@media (forced-colors: active) {
  :where(.wp-block-yumval-button, input) {
    border-width: 2px;
    border-style: solid;
  }
}
