/* Generated by scripts/build-legacy-css.mjs from legacy/templates/index/search.html. */

/* legacy/templates/index/search.html */
.top-sub-menu {
  display: flex;
}

.top-sub-menu-option {
  display: block;
  width: 50%;
  text-align: center;
  padding-bottom: 8px;
  color: #352F30;
  flex-shrink: 0;
  padding-top: 14px;
  background: #EFEAEB;
}

.top-sub-menu-option-selected {
  border-bottom: 4px solid #EBDEE1;
  color: #E3939C;
}

.page-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.page {
  display: block;
  width: 34px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eee;
  color: #333;
  margin: 0 7px;
  border-radius: 3px;
  border-bottom: 2px solid #eee;
}

.current-page {
  background: #eee;
}

.video-list-video {
  margin: 10px 0;
}

.video-list-video-link {
  display: flex;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.video-list-video-left {
  width: 40%;
  flex-shrink: 0;
}

.video-list-video-right {
  margin: 0 10px;
  color: #352F30;
}

.video-list-video-image {
  width: 100%;
  border-radius: 3px;
}

.video-list-video-title {
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   font-weight: bold;
}

.video-list-video-youtuber {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
}

.video-list-right-channel-image {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  margin-right: 5px;
}

.search-container {
  display: flex;
  margin: 20px 10px 30px;
  align-items: center;
  max-width: auto;
}

.search {
  padding: 10px !important;
  border-radius: 2px 0 2px;
  margin-left: auto;
  width: auto;
}

.search-button {
  background: #D67681;
  color: white;
  height: 35px;
  width: 40px;
  border-radius: 0 2px 2px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

.search-button svg {
  width: 18px;
  height: 18px;
}

.no-result {
  padding: 0 10px 20px;
}

.candidates {
  padding: 0 10px 20px;
}

.candidates p {
  font-weight: bold;
  margin-bottom: 5px;
}

.candidates a {
  margin-right: 10px;
}
