#results {
  min-height: 70vh;
}

.summary_filter {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 5px;
  margin: 0 5px 0 5px;
  border: none;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255, 0, 255, 0.582);
  -webkit-box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.summary_filter:hover {
  background: rgba(226, 2, 226, 0.295);
}
/* input[type='search'] is the default search input type */
/* #search_query {
  background-color: transparent;
  transition: transform 250ms ease-in-out;
  font-size: 18px;
  line-height: 18px;

  color: #000000;
  background-color: transparent;

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 95% center;
  border-radius: 50px;
  border: 1px solid #575756;
  transition: all 250ms ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

#search_query::placeholder {
  color: color(#575756 a(0.8));
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

#search_query:hover,
#search_query:focus {
  padding: 12px 0;
  outline: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #575756;
  border-radius: 0;
  background-position: 100% center;
} */

.Search__card .card-image {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: 200px;
  height: 100%;
  position: relative;
  opacity: 1;
  background-position: center;
}

#layout_filters li.nav-item a.nav-link {
  color: var(--bs-white);
  border: 1px solid var(--bs-white-25);
}
#layout_filters li.nav-item a.nav-link.active {
  color: var(--bs-dark);
  /* background-color: var(--bs-white);
  color: var(--bs-dark);
  border: 1px solid var(--bs-white); */
}

#layout_filters li.nav-item a.nav-link.disabled {
  color: var(--bs-white-25);
  border: 1px solid var(--bs-white-25);
}

ul.Search__filters {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.Search__filters li.nav-item {
  margin: 0;
}
ul.Search__filters li.nav-item a.nav-link {
  text-decoration: underline;
  border: 0px solid red !important;
  padding: 0px 10px 0px 0px;
}
ul.Search__filters li.nav-item a.nav-link.disabled {
  opacity: 0.5;
}
ul.Search__filters li.nav-item a.nav-link.active {
  text-decoration: none;
  font-weight: bold;
  border: 0px solid red !important;
  padding: 0px 10px 0px 0px;
}

#tag_filter {
  display: flex;
  flex-wrap: wrap;
}

#tag_filter li {
  display: inline-block;
}

.Search__card .badge {
  font-size: inherit;
  font-weight: normal;
  font-size: 0.8rem;
  border: 1px solid var(--bs-dark);
}

.Search__card {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 5px;
  border-top: 0px solid transparent;
}

.search .container-fluid {
  max-width: 1400px;
}

.Search__author {
  text-decoration: underline;
  cursor: pointer;
}
.Search__author:hover {
  text-decoration: none;
}

.Search__tags {
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.Search__tag {
  margin: 0 5px 5px 0;
  border-bottom: 1px solid var(--bs-accent);
  padding: 0;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.25s linear;
}
.Search__tag:hover {
  color: var(--bs-accent);
}
