.itw-live-search-form {
  position: relative;
}

.itw-live-search-content {
  display: none;
  position: absolute;
  top: 100%;
  max-height: 480px;
  overflow-y: auto;
  width: 100%;
  background: #f2f4f8;
  z-index: 999;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.itw-live-search-content.is-active {
  display: block;
}

.itw-live-search-list {
  padding: 1rem 1rem 0 1rem;
}

.itw-live-search-btn {
  display: none!important;
  position: absolute;
  z-index: 1001;
  top: 100%;
  left: 100%;
  font-size: 1.125rem;
}

.itw-live-search-btn.is-active {
  display: flex!important;
}

/* To avoid creating new teaser view mode we hide some elements in live search results */

.itw-live-search-content .prod-buttons, .itw-live-search-content .content-description, .itw-live-search-content .actions-content {
  display: none!important;
}

.itw-live-search-content .teaser-item {
  margin-bottom: 1rem;
}

.itw-live-search-content .teaser-content-top > .d-flex {
  flex-direction: column;
  align-items: normal!important;
}

.itw-live-search-content .teaser-content-top > .d-flex .prod-sku {
  margin-bottom: .5rem;
}

.itw-live-search-content .teaser-content-top > .d-flex .item-title, .itw-live-search-content .teaser-content-top > .d-flex .item-title .title__link {
  line-height: .875;
}
