:root {
  --banner-background: #ffc923;
  --search-button-background: #ff5340;
}

.search-container {
  padding: 0 10px 8px;
}

.banner {
  height: 250px;
  justify-content: center;
  background-color: var(--banner-background);
  overflow: hidden;
}

.banner img {
  height: 100%;
  aspect: 375 / 250;
}

.select-motors-container {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0px 60px;
}

.select-motors-form {
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
}

#select-motors {
  height: 40px;
  border: 1px solid var(--text);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  background-color: var(--white);
}

#motor-search-button {
  background-color: var(--search-button-background);
  width: 100%;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
  color: var(--white);
  margin-top: 12px;
}

.search-description {
  padding: 24px 6px 0px;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: -0.1px;
}

#search-description-bold {
  font-size: 16px;
  font-weight: 500;
}
