#header27512 .oulu-header-search-wrap {
  position: relative;
  display: flex;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  align-items: center;
}

#header27512 .serachIcon.oulu-header-search-trigger {
  display: flex;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #162833;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transition: color .2s ease, background-color .2s ease;
}

#header27512 .serachIcon.oulu-header-search-trigger svg {
  width: 21px;
  height: 21px;
}

#header27512 .serachIcon.oulu-header-search-trigger:hover,
#header27512 .serachIcon.oulu-header-search-trigger:focus-visible,
#header27512 .serachIcon.oulu-header-search-trigger[aria-expanded="true"] {
  color: #159bb0;
  background: rgba(21, 155, 176, .1);
}

#header27512 .oulu-header-search {
  position: absolute;
  z-index: 10001;
  top: calc(100% + 14px);
  right: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  width: min(320px, calc(100vw - 32px));
  min-height: 50px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(21, 155, 176, .28);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(20, 63, 130, .16);
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

#header27512 .oulu-header-search.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#header27512 .oulu-header-search input {
  min-width: 0;
  padding: 0 15px;
  color: #183f82;
  font: inherit;
  font-size: 14px;
  border: 0;
  outline: 0;
}

#header27512 .oulu-header-search button {
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 0;
  background: #159bb0;
  cursor: pointer;
}

#header27512 .oulu-header-search button:hover,
#header27512 .oulu-header-search button:focus-visible {
  background: #0f7d90;
}

#header27512 .oulu-header-search svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (min-width: 1181px) and (max-width: 1350px) {
  #header27512 .oulu-header-search-wrap,
  #header27512 .serachIcon.oulu-header-search-trigger {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 1180px) {
  #header27512 .oulu-header-search-wrap {
    display: none;
  }
}
