@keyframes sep-slide-ltr {
  0% {
    background-position: -120% 50%;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}
.suggestions .container {
  margin-bottom: 0;
}

.shopper-agent-from-search-banner {
  gap: 12px;
  padding: 14px 16px;
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 64px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: #333;
  font-weight: 600;
  font-size: 15px;
  background: linear-gradient(90deg, #dcf4ff 0%, #dff5ff 33%, #dce7ff 65%, #def5ff 100%);
  background-size: 360% 120%;
  background-position: 200% 50%;
  transition: filter 160ms ease, box-shadow 200ms ease;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.shopper-agent-from-search-animate {
  animation: sep-slide-ltr 18s linear infinite;
}

.shopper-agent-from-search-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  font-size: 16px;
  margin-right: 0;
  flex-shrink: 0;
  padding: 8px;
  box-sizing: border-box;
  margin-top: -10px;
}
.shopper-agent-from-search-icon svg {
  width: 24px;
  height: 24px;
}

.shopper-agent-from-search-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
  min-width: 0;
}

.shopper-agent-from-search-title-row {
  gap: 8px;
  margin-bottom: 1px;
}

.shopper-agent-from-search-label {
  text-align: left;
  line-height: 1.3;
  font-weight: 400;
  color: #333;
  transition: -webkit-text-decoration 180ms ease;
  transition: text-decoration 180ms ease;
  transition: text-decoration 180ms ease, -webkit-text-decoration 180ms ease;
}

.shopper-agent-from-search-description {
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shopper-agent-from-search-arrow {
  flex-shrink: 0;
  transition: transform 180ms ease;
  width: 25px;
  height: 25px;
  font-size: 18px;
  color: #333;
  align-self: center;
  margin-top: -30px;
}

.shopper-agent-from-search-banner:hover .shopper-agent-from-search-label,
.shopper-agent-from-search-banner:focus .shopper-agent-from-search-label {
  text-decoration: underline;
}

.shopper-agent-from-search-banner:hover .shopper-agent-from-search-arrow,
.shopper-agent-from-search-banner:focus .shopper-agent-from-search-arrow {
  transform: translateX(6px);
}

@media (width <= 420px) {
  .shopper-agent-from-search-banner {
    padding: 10px 12px;
    min-height: 60px;
  }
  .shopper-agent-from-search-label {
    font-size: 14px;
  }
  .shopper-agent-from-search-description {
    font-size: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .shopper-agent-from-search-icon {
    width: 36px;
    height: 36px;
    padding: 7px;
    margin-right: 0;
  }
  .shopper-agent-from-search-icon svg {
    width: 22px;
    height: 22px;
  }
  .shopper-agent-from-search-arrow {
    width: 18px;
    height: 18px;
    font-size: 16px;
    margin-right: 15px;
  }
}
