#search-results article {
  border-color: #EFEFEF;
  border-bottom-style: solid;
  border-bottom-width: 0.07143em;
  margin-top: 2.60714em;
  margin-bottom: 2.67857em;
}

.entry-title a {
  text-decoration: none;
  color: #000000;
}

.search-field {
  height: 40px;
  border: 1px solid #000000;
  border-radius: 6px;
  text-indent: 0.5rem;
  max-width: 150px;
}

body input.search-submit {
  height: 40px;
  background: #000000;
  color: #FFFFFF;
  border-radius: 10px;
  border: none;
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#main > div > form > input:hover {
  background-color: #E9E9E9;
}

h2.entry-title a {
  position: relative;
}

h2.entry-title a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0.1em;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

h2.entry-title a:hover::after {
  width: 100%;
  opacity: 1;
}

.page-numbers {
  display: inline-block;
  min-width: 34px;
  text-align: center;
  background: #FFFFFF;
  padding: 0.5em;
  border-radius: 6px;
  color: #231F20;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.page-numbers:hover {
  color: #231F20;
  background-color: #EFEFEF;
}
.page-numbers.current {
  background: #231F20;
  color: #FFFFFF;
}
.page-numbers.current:hover {
  color: #000000;
  background: #EFEFEF;
}
.page-numbers.prev, .page-numbers.next {
  font-size: 0;
}
.page-numbers.prev::after, .page-numbers.next::after {
  font-size: 16px;
  background: #FFFFFF;
  padding: 0.5em;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  color: #231F20;
  text-decoration: none !important;
  display: inline-block;
  min-width: 34px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.page-numbers.prev:hover::after, .page-numbers.next:hover::after {
  color: #231F20;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
}
.page-numbers.prev::after {
  content: "<";
}
.page-numbers.next::after {
  content: ">";
}

#keyword,
.search_input {
  padding-left: 3rem !important;
  border: 2px solid #313131 !important;
}

#search-button {
  cursor: pointer;
}
@media (max-width: 768px) {
  #search-button > svg {
    height: 20px;
  }
}

#search-button-input,
.search-button-input {
  position: absolute;
  bottom: 3px;
  left: 1px;
}

.line-clamp-1 {
  line-clamp: 1;
}

.search-container {
  margin-top: -15px;
}
@media (max-width: 992px) {
  .search-container {
    height: 100vh;
  }
}

.nav-tabs > .nav-item {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-radius: 10px 10px 0px 0px;
  background-color: #D6D6D6;
  cursor: pointer;
}
.nav-tabs > .nav-item.active {
  background-color: #000000;
  color: white;
}

.w-48 {
  width: 48%;
}

.w-200px {
  width: 200px;
}

a.searched-results:hover {
  font-weight: 400 !important;
}