.findForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.search-criteria-histories-wrapper {
  display: none;
}

.search-criteria-wrapper ul {
  overflow-y: scroll;
}

.search-criteria-item {
  align-items: center;
  display: inline-flex;
  width: 100%;
}

.search-criteria-link {
  color: #333;
  display: block;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 15px;
  font-weight: normal;
  line-height: 22.5px;
  margin: 12px 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.search-criteria-history-title {
  color: #8a8c8e;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 16px;
}

.search-popular-keywords-title {
  color: #8a8c8e;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 16px;
}

.search-popular-keywords-wrapper {
  display: flex;
  gap: 0px 8px;
  -ms-overflow-style: none;
  overflow-x: scroll;
  scrollbar-width: none;
}

.search-popular-keywords-wrapper::-webkit-scrollbar {
  display: none;
}

.search-popular-keywords-item {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  display: inline-flex;
  width: auto;
}

.search-popular-keywords-link {
  color: #333333;
  display: block;
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 15px;
  font-weight: normal;
  line-height: 22.5px;
  padding: 4px 16px;
  white-space: nowrap;
  width: auto;
}
