/**
 * A modern CSS reset
 * https://github.com/andy-piccalilli/modern-css-reset
 * https://dev.to/hankchizljaw/a-modern-css-reset-6p3
 */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --max-width-narrow: 672px;
  --max-width-normal: 1136px;
  --max-width-wide: 1368px;
  --nua-page-padding: 24px;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

body.admin-bar #header.pinned {
  top: 32px;
}

:root {
  scroll-behavior: smooth;
}

.entry-content > :where(*:not(.alignwide, .alignfull)) {
  margin-inline: auto;
  max-width: min(var(--wp--style--global--content-size), 100% - 2 * var(--nua-page-padding));
}
.entry-content > .alignwide {
  max-width: min(var(--wp--style--global--wide-size), 100% - 2 * var(--nua-page-padding));
  margin-inline: auto;
}
.entry-content > p, .entry-content > ul, .entry-content > ol, .entry-content > blockquote, .entry-content > pre, .entry-content > .wp-block-heading {
  max-width: var(--max-width-narrow);
}
.entry-content .alignfull > p,
.entry-content .alignfull > ul,
.entry-content .alignfull > ol:not(.nua-timeline__list),
.entry-content .alignfull > blockquote,
.entry-content .alignfull > pre,
.entry-content .alignfull > .wp-block-heading {
  max-width: min(var(--max-width-narrow), 100% - 2 * var(--nua-page-padding));
  margin-inline: auto;
}

.nua-slider .wp-block-query {
  max-width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
}
.nua-slider .wp-block-query::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.nua-slider .wp-block-query::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.nua-slider .wp-block-query::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
}
.nua-slider .wp-block-query:hover::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.nua-slider .wp-block-query:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
}
.nua-slider .wp-block-query .wp-block-post-template {
  display: flex;
  flex-wrap: nowrap;
}
.nua-slider .wp-block-query .wp-block-post-template .wp-block-post {
  flex-grow: 0;
  flex-shrink: 0;
}

/*# sourceMappingURL=style.css.map */
