/* ************************************** */
/* history.html styles                    */
/* block_id = '#search_help_history-Main' */
/* ************************************** */
#search_help_history-Main .whereami {
  position: fixed;
  top: 122px;
  left: 3rem;
  background: #fff;
  width: 840px;
  padding-top: 38px;
  padding-bottom: 10px;
  padding-left: 5px;
  border: 0;
  border-radius: 0%;
  border-bottom: 1px solid #dedede;
  box-shadow: none;
  z-index: 0;
  opacity: 0.9;
}

#search_help_history-Main .whereami h1 {
  font-size: 14px;
  padding: 5px 0;
  color: #333;
}

#search_help_history-Main .whereami h2 {
  font-size: 13px;
  color: #333;
}

#search_help_history-Main .whereami span.mainMenu {
  color: var(--logoRed);
}

#search_help_history-Main .whereami span.selected {
  color: var(--logoRed);
}

#search_help_history-Main .whereami span.selected:hover {
  background: none;
}

#search_help_history-Main section {
  /* margin-top: 4rem; */
  margin-top: 6rem;
  padding: 2.5rem 1.5rem;
}

#search_help_history-Main section h1 {
  border-bottom: 1px solid #333;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

#search_help_history-Main section h1 span {
  font-size: 12px;
  margin-left: 10px;
}

#search_help_history-Main section p {
  padding: 0 1rem;
  margin-bottom: 1.4rem;
}

#search_help_history-Main section p a {
  background: linear-gradient(transparent 80%, #e8cece 0%);
}

#search_help_history-Main .container {
  display: flex;
  flex-direction: row-reverse;
}

#search_help_history-Main .container .image {
  width: 300px;
  align-items: center;
  margin-top: 3rem;
  margin-right: 1rem;
}

#search_help_history-Main .container .image p {
  font-size: 10px;
}

#search_help_history-Main .container .content {
  width: 500px;
  margin-right: 2rem;
}
