#training_drop_down {
  display: none;
  flex-direction: column;
  gap: 1rem;
}
#training_drop_down.active {
  display: flex;
}
#training_drop_down div.results {
  background-color: #FFF;
  overflow-y: scroll;
  max-height: 500px;
}
#training_drop_down div.results .result {
  cursor: pointer;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto;
  padding: 0.7rem 0 0.7rem 0.7rem;
  margin: 0;
}
#training_drop_down div.results .result:hover {
  background-color: #F0F0F0;
}
#training_drop_down div.results .result:hover .content h5 {
  color: #07A7E1;
}
#training_drop_down div.results .result .icon {
  aspect-ratio: 1/1;
  background-image: url("../../../images/icons/list.svg");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
}
#training_drop_down div.results .result .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-right: 5px solid #07A7E1;
  height: auto;
  width: 100%;
}
#training_drop_down div.results .result .content {
  align-content: center;
  color: #1B1B1B;
  display: grid;
  font-family: "Selawik", sans-serif;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding: 0 1rem;
}
#training_drop_down div.results .result .content p {
  font-size: 0.8rem;
}
#training_drop_down div.results .result .content h4, #training_drop_down div.results .result .content h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
}
#training_drop_down div.results .result .content .picobutton {
  float: right;
  height: 40px;
  max-width: 50%;
}

/*# sourceMappingURL=dropdown.css.map */
