@charset "UTF-8";

.solutionResult p.searchIteration {
  font-weight: bold;
  width: 2em;
  text-align: center;
  margin-right: 10px;
  color: var(--color-black);
}

.solContLeft {
  display: flex;
  align-items: center;
}

.solContLeft .learnObject {
  width: 100%;
  margin-bottom: 8px;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .solutionResult p.searchIteration {
    display: none;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
