  .header__top-bar {
  position: relative;
}

.header__top-bar .is-layout-flex > p {
  margin-right: 24px;
}

.header__top-bar .is-layout-flex > p:last-of-type {
  margin-right: 0;
}

.wp-block-navigation .wp-block-navigation__container {
  column-gap: 24px;
  gap: 24px;
}

.wp-block-navigation__container > li > a {
  line-height: 42px;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  border: 1px solid var(--wp--preset--color--background-alt-two);
  min-width: 235px !important;
  margin: 0;
  position: absolute;
  left: 0;
  top: 42px !important;
  transform: translateX(0);
  list-style: none;
  z-index: 5;
}

.wp-block-navigation__submenu-container li {
  border-bottom: 1px solid var(--wp--preset--color--background-alt-two);
}

.wp-block-navigation__submenu-container li:hover,
.wp-block-navigation__submenu-container li:focus-within {
  background: var(--wp--preset--color--background-alt);
}

.ifsa-search__expand-button {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: 0 0;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 43px;
}

.ifsa-search__expand-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  fill: var(--wp--preset--color--text-alt);
  height: 18px;
  justify-content: center;
  width: 18px;
}

.ifsa-search__form {
  background: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--background-alt-two);
  border-radius: 2px;
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .ifsa-search__form {
    right: calc((100% - 1200px) / 2);
  }
}

@keyframes expandSearch {
  0% {
    transform: translateY(-50%) scaleX(0);
  }
  100% {
    transform: translateY(-50%) scaleX(1);
  }
}

.ifsa-search__form--expanded {
  animation: expandSearch 300ms ease forwards;
  display: block;
}

.ifsa-search__search-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ifsa-search__search-icon {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  fill: var(--wp--preset--color--foreground);
  height: 52px;
  justify-content: center;
  padding: 17px;
  width: 52px;
}

.ifsa-search__search-input {
  margin: 0;
  padding: 14px 0;
  line-height: 24px;
  border: 0;
  background: transparent;
  width: 400px;
}

.ifsa-search__close-search {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 0 0;
  background: var(--wp--preset--color--background-alt);
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 0;
}

.ifsa-search__close-search-icon.icon.icon-close {
  height: 18px;
  width: 18px;
}

.ifsa-search__search-submit {
  color: var(--wp--preset--color--text-alt);
  background: var(--wp--preset--color--primary);
  font-weight: 400;
  text-transform: uppercase;
  border-color: var(--wp--preset--color--primary);
  padding: 8px 32px;
  margin-left: 20px;
  margin-right: 12px;
}
