.header-udia {
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-site-logo {
  min-width: 81px;
}
.wp-block-search__button {
  background-color: pink;
  padding: 0.5rem 1rem;
}
.wp-block-search__button > .search-icon {
  color: var(--wp--preset--color--white);
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1px;
}
.wp-block-navigation__responsive-container-open {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1px;
  display: inline-block;
}
.wp-block-navigation__responsive-container-open:after {
  content: "Menu";
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  display: block;
}
.wp-block-navigation__responsive-container-open > svg {
  transform: scaleX(1.675);
}
.wp-block-navigation .current-menu-item {
  text-decoration-line: underline;
}
.wp-block-navigation .wp-block-navigation__submenu-container {
  padding-block: 0.75rem;
  font-weight: 500;
  left: 0;
  transform: translateY(1rem);
}
.wp-block-navigation__submenu-container:before {
  content: "";
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.wp-block-navigation-item__content:hover {
  text-decoration: underline;
}
.page-numbers {
  aspect-ratio: 1;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 1.5rem;
  padding: 0.125rem;
  display: inline-flex;
}
.align-self-stretch {
  align-self: stretch !important;
}
.hide-overflow {
  overflow: hidden;
}
.hide-overflow-x {
  overflow-x: hidden;
}
.hide-overflow-y {
  overflow-y: hidden;
}
.height-100pc {
  height: 100%;
}
.width-100pc {
  width: 100%;
}
.maintain-top {
  z-index: 1;
  position: relative;
}
.maintain-words {
  word-break: keep-all;
  word-wrap: normal;
}
.wp-block-button .wp-block-button__link {
    transition: all 0.3s ease;
    transition-duration: color, border-color, background-color;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
    background-color: var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--white) !important;
    border-color: var(--wp--preset--color--secondary) !important;
}
/*# sourceMappingURL=udia.css.map */
