@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
.editor-styles-wrapper :is(h1, h2, h3, h4, h5, h6) > a {
  border-bottom: none;
}
.editor-styles-wrapper :is(h1, h2, h3, h4, h5, h6):is(.prefix) {
  margin-bottom: 0.25em;
  font-weight: 200;
  font-size: 0.5lh;
}
.editor-styles-wrapper :is(h1, h2, h3, h4, h5, h6):is(.prefix) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}
.editor-styles-wrapper .wp-post-image > video,
.editor-styles-wrapper .wp-post-image > img,
.editor-styles-wrapper .wp-block-image > video,
.editor-styles-wrapper .wp-block-image > img,
.editor-styles-wrapper .wp-block-video > video,
.editor-styles-wrapper .wp-block-video > img,
.editor-styles-wrapper .wp-block-post-featured-image > a > video,
.editor-styles-wrapper .wp-block-post-featured-image > a > img,
.editor-styles-wrapper .wp-block-post-featured-image > video,
.editor-styles-wrapper .wp-block-post-featured-image > img {
  border-radius: 3px;
  box-shadow: 0px 0px 5px black;
}
.editor-styles-wrapper .wp-block-query-title::after {
  content: " Archive";
}
.editor-styles-wrapper .wp-block-post-excerpt__more-text {
  text-align: center;
}
.editor-styles-wrapper .post-meta {
  gap: 0.25em;
}
.editor-styles-wrapper .wp-block-code {
  border-radius: var(--wp--preset--border-radius--medium, 5px);
  background: light-dark(white, color-mix(in srgb, gray 20%, transparent));
  box-shadow: 0px 0px 10px light-dark(silver, black);
  backdrop-filter: blur(15px);
}
.editor-styles-wrapper .wp-block-code:is(.editor-styles-wrapper *) {
  box-shadow: none;
  border: 1px solid silver;
}
.editor-styles-wrapper .wp-block-code > code {
  background: transparent;
  padding: var(--wp--preset--spacing--20);
  tab-size: 2;
  font-size: var(--wp--preset--font-size--small);
}
.editor-styles-wrapper .wp-block-group.post-meta {
  align-items: flex-end;
}
.editor-styles-wrapper .wp-block-group.post-meta > * {
  align-items: center;
}
.editor-styles-wrapper .wp-block-group.post-meta > * .wp-block-post-author__avatar {
  line-height: 1em;
  margin-right: 0.25em;
}
.editor-styles-wrapper .wp-block-group.post-meta > * .wp-block-post-author__avatar img {
  border-radius: 432px;
}
.editor-styles-wrapper .wp-block-post-excerpt__more-link {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--accent-2);
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-query-pagination a {
  border-width: 0;
}
.editor-styles-wrapper .wp-block-query-pagination .page-numbers:not(.dots) {
  border-radius: 50%;
  min-width: 1.5em;
  display: inline-flex;
  justify-content: center;
  background: color-mix(in srgb, var(--wp--preset--color--accent-2), transparent 80%);
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-query-pagination .page-numbers:not(.dots).current {
  background: color-mix(in srgb, var(--wp--preset--color--grey), transparent 80%);
}
.editor-styles-wrapper .abcs {
  --carousel-button-bg: var(--wp--preset--color--grey);
}
.editor-styles-wrapper .abcs::scroll-marker-group {
  position: unset;
  transform: none;
  width: 100%;
  padding-bottom: var(--wp--preset--spacing--50);
  --carousel-marker-bottom-offset: var(--wp--preset--spacing--50);
}
.editor-styles-wrapper .wp-block-media-text .wp-element-button,
.editor-styles-wrapper .repo .wp-element-button {
  --border-width: 2px;
  position: relative;
  border-style: none;
  margin: var(--border-width);
}
.editor-styles-wrapper .wp-block-media-text .wp-element-button:hover,
.editor-styles-wrapper .repo .wp-element-button:hover {
  opacity: 1;
}
.editor-styles-wrapper .wp-block-media-text .wp-element-button:hover::after,
.editor-styles-wrapper .repo .wp-element-button:hover::after {
  animation: moveGradient 4s alternate infinite;
}
.editor-styles-wrapper .wp-block-media-text .wp-element-button::after,
.editor-styles-wrapper .repo .wp-element-button::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(200deg, #111 0%, #2b2b2b 10%, #f7f7f7 22%, #9a9a9a 30%, #ffffff 38%, #5c5c5c 48%, #dcdcdc 58%, #1f1f1f 72%, #bfbfbf 85%, #f3f3f3 100%);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: inherit;
}
@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
.editor-styles-wrapper .wp-block-group:has(> .wp-block-navigation.is-style-pills) {
  gap: 0.5em;
}
.editor-styles-wrapper .custom-logo-link {
  --border-width: 1px;
  position: relative;
  border-style: none;
  margin: var(--border-width);
}
.editor-styles-wrapper .custom-logo-link:hover {
  opacity: 1;
}
.editor-styles-wrapper .custom-logo-link:hover::after {
  animation: moveGradient 4s alternate infinite;
}
.editor-styles-wrapper .custom-logo-link::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(200deg, #111 0%, #2b2b2b 10%, #f7f7f7 22%, #9a9a9a 30%, #ffffff 38%, #5c5c5c 48%, #dcdcdc 58%, #1f1f1f 72%, #bfbfbf 85%, #f3f3f3 100%);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: inherit;
}
.editor-styles-wrapper .wp-block-navigation.is-style-pills {
  gap: inherit;
}
.editor-styles-wrapper .wp-block-navigation.is-style-pills .wp-block-navigation-item,
.editor-styles-wrapper .wp-block-navigation.is-style-pills .menu-item {
  font-size: var(--wp--preset--font-size--small);
  border: 1px solid color-mix(var(--wp--preset--color--grey), transparent);
  border-radius: 1.25em;
  background-color: var(--wp--preset--color--accent-2);
  background: var(--wp--preset--gradient--pale-ocean);
  color: var(--wp--preset--color--contrast);
}
.editor-styles-wrapper .wp-block-navigation.is-style-pills .wp-block-navigation-item > .wp-block-navigation-item__content,
.editor-styles-wrapper .wp-block-navigation.is-style-pills .menu-item > .wp-block-navigation-item__content {
  padding: 0.5em 1em;
}
.editor-styles-wrapper .wp-block-navigation.is-style-pills .wp-block-navigation-item:hover, .editor-styles-wrapper .wp-block-navigation.is-style-pills .wp-block-navigation-item.current-menu-item, .editor-styles-wrapper .wp-block-navigation.is-style-pills .wp-block-navigation-item.current-menu-ancestor, .editor-styles-wrapper .wp-block-navigation.is-style-pills .wp-block-navigation-item.menu-item-type-home,
.editor-styles-wrapper .wp-block-navigation.is-style-pills .menu-item:hover,
.editor-styles-wrapper .wp-block-navigation.is-style-pills .menu-item.current-menu-item,
.editor-styles-wrapper .wp-block-navigation.is-style-pills .menu-item.current-menu-ancestor,
.editor-styles-wrapper .wp-block-navigation.is-style-pills .menu-item.menu-item-type-home {
  background-color: var(--wp--preset--color--accent-1);
  background: var(--wp--preset--gradient--pale-sky);
}
.editor-styles-wrapper .wp-block-navigation.is-style-pills .wp-block-navigation-item.menu-item-type-home > a,
.editor-styles-wrapper .wp-block-navigation.is-style-pills .menu-item.menu-item-type-home > a {
  width: 1em;
}
.editor-styles-wrapper .wp-block-navigation.is-style-pills .wp-block-navigation-item.menu-item-type-home > a > span,
.editor-styles-wrapper .wp-block-navigation.is-style-pills .wp-block-navigation-item.menu-item-type-home > a > div,
.editor-styles-wrapper .wp-block-navigation.is-style-pills .menu-item.menu-item-type-home > a > span,
.editor-styles-wrapper .wp-block-navigation.is-style-pills .menu-item.menu-item-type-home > a > div {
  overflow-wrap: normal;
  display: none;
}
.editor-styles-wrapper .wp-block-navigation.is-style-pills .wp-block-navigation-item.menu-item-type-home > a::after,
.editor-styles-wrapper .wp-block-navigation.is-style-pills .menu-item.menu-item-type-home > a::after {
  width: 1em;
  height: 1em;
  display: inline-flex;
  content: "";
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10L5 19C5 19.5523 5.44772 20 6 20L18 20C18.5523 20 19 19.5523 19 19L19 10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21 11L12.307 4.23875C12.1264 4.09832 11.8736 4.09832 11.693 4.23875L3 11' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.editor-styles-wrapper .wp-block-tabor-dark-mode-toggle__track:not(.has-background) {
  --border-width: 1px;
  position: relative;
  border-style: none;
  margin: var(--border-width);
}
.editor-styles-wrapper .wp-block-tabor-dark-mode-toggle__track:not(.has-background):hover {
  opacity: 1;
}
.editor-styles-wrapper .wp-block-tabor-dark-mode-toggle__track:not(.has-background):hover::after {
  animation: moveGradient 4s alternate infinite;
}
.editor-styles-wrapper .wp-block-tabor-dark-mode-toggle__track:not(.has-background)::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(200deg, #111 0%, #2b2b2b 10%, #f7f7f7 22%, #9a9a9a 30%, #ffffff 38%, #5c5c5c 48%, #dcdcdc 58%, #1f1f1f 72%, #bfbfbf 85%, #f3f3f3 100%);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: inherit;
}
.editor-styles-wrapper .wp-block-tabor-dark-mode-toggle__track:not(.has-background):hover {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray);
}
.editor-styles-wrapper .wp-block-tabor-dark-mode-toggle__track:not(.has-background) {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray);
}
.editor-styles-wrapper .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: transparent;
}
.editor-styles-wrapper .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  min-width: -moz-available;
  min-width: -webkit-fill-available;
  min-width: stretch;
}
.editor-styles-wrapper .wp-block-navigation .wp-block-navigation__submenu-icon {
  margin-left: 0;
  margin-right: 0.5em;
}
.editor-styles-wrapper .wp-block-navigation-item {
  --border-width: 1px;
  position: relative;
  border-style: none;
  margin: var(--border-width);
}
.editor-styles-wrapper .wp-block-navigation-item:hover {
  opacity: 1;
}
.editor-styles-wrapper .wp-block-navigation-item:hover::after {
  animation: moveGradient 4s alternate infinite;
}
.editor-styles-wrapper .wp-block-navigation-item::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(200deg, #111 0%, #2b2b2b 10%, #f7f7f7 22%, #9a9a9a 30%, #ffffff 38%, #5c5c5c 48%, #dcdcdc 58%, #1f1f1f 72%, #bfbfbf 85%, #f3f3f3 100%);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: inherit;
}
