.custom-search-widget {
  margin-bottom: 40px;
}
.custom-search-widget .search-form {
  display: flex;
  width: 100%;
  gap: 15px;
}
.custom-search-widget .search-form .search-field {
  flex: 1;
}

.relevanssi-live-search-instructions {
  display: block;
}

.tooltip {
  position: relative;
}
.tooltip:hover .tooltip__content, .tooltip:focus .tooltip__content {
  opacity: 1;
}
.tooltip__content {
  display: block;
  position: absolute;
  min-width: 300px;
  max-width: 80vw;
  background-color: #C53CD1;
  color: white;
  text-align: left;
  border-radius: 5px;
  padding: 12px 18px;
  position: absolute;
  z-index: 100;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: opacity 0.25s ease, visibility 0.25s ease;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1.4em;
  word-wrap: break-word;
  white-space: normal;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
}
.tooltip__content:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -8px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #C53CD1 transparent transparent transparent;
  transform: rotate(0deg);
}

.cw-flow {
  margin: 2rem 0;
}
.cw-flow.active .cw-flow-steps {
  flex-direction: column;
}
.cw-flow.active .cw-flow-steps .cw-flow-step {
  width: 100%;
}
.cw-flow__title {
  font-size: 25px !important;
  padding: 25px;
  text-align: center;
  border-radius: 20px;
  background: #442F48;
  color: #FFF;
}
.cw-flow__content {
  margin: 0 0 40px 0;
  text-align: center;
}
.cw-flow-steps {
  display: flex;
  gap: 1.5rem;
  cursor: pointer;
}
.cw-flow-steps .cw-flow-step {
  width: 50%;
  cursor: pointer !important;
}
.cw-flow-steps .cw-flow-step__heading {
  background: var(--background-color);
  color: var(--color);
  padding: 25px;
  text-align: center;
  border-radius: 20px;
  display: block;
  cursor: pointer !important;
  transition: 150ms ease-in-out;
}
.cw-flow-steps .cw-flow-step__heading:hover {
  transform: scale(1.05);
}
.cw-flow-steps .cw-flow-substeps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cw-flow-steps .cw-flow-substeps.other .cw-flow-sub-step {
  display: block;
  transition: 150ms ease-in-out;
}
.cw-flow-steps .cw-flow-substeps.other .cw-flow-sub-step:not(.shown):hover {
  transform: scale(1.05);
}
.cw-flow-steps .cw-flow-substeps.other .cw-flow-sub-step:hover {
  transform: scale(1.05);
}
.cw-flow-steps .cw-flow-substeps.other .cw-flow-sub-step h4 {
  font-size: 16px;
  margin: 0;
}
.cw-flow-steps .cw-flow-substeps.first > .cw-flow-sub-step:not(.has-substeps) .the-content {
  display: block;
}
.cw-flow-steps .cw-flow-substeps .cw-flow-sub-step {
  background: var(--background-color);
  color: var(--color);
  padding: 25px;
  text-align: center;
  border-radius: 20px;
  flex: 1;
  display: none;
}
.cw-flow-steps .cw-flow-substeps .cw-flow-sub-step.shown {
  display: block;
}
.cw-flow-steps .cw-flow-substeps .cw-flow-sub-step .the-content {
  text-align: left;
  display: none;
}

.no-results {
  background: darkred;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
}

@media (max-width: 1300px) {
  .tooltip__content {
    display: flex;
    align-items: center;
    min-width: unset;
    max-width: unset;
    width: 90vw;
    height: 100px;
    overflow: scroll;
    position: fixed;
    top: 20px;
    left: 20px;
    transform: none;
  }
  .cw-flow__title {
    font-size: 24px !important;
  }
  .cw-flow-steps {
    gap: 0;
    flex-direction: column;
  }
  .cw-flow-steps .cw-flow-step {
    width: 100%;
  }
  .cw-flow-steps .cw-flow-step__heading {
    font-size: 16px !important;
  }
  .cw-flow-steps .cw-flow-step h4 {
    font-size: 18px !important;
  }
  .cw-flow-steps .cw-flow-substeps {
    gap: 0.5rem;
  }
  .cw-flow-steps .cw-flow-substeps .cw-flow-sub-step {
    padding: 10px;
  }
}

/*# sourceMappingURL=cw-customizations.css.map */
