@media (max-width: 1610px) {
}

@media (max-width: 1350px) {
  .results__list,
  .results__title {
    max-width: 400px;
  }
}

@media (max-width: 1220px) {
  .promo__widget {
    padding-left: 42px;
    padding-right: 42px;
  }

  .promo__form-row {
    align-items: stretch;
    flex-direction: column;
  }

  .promo__form-group--submit {
    max-width: none;
  }

  .results__header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
  }

  .results__sort {
    margin: 20px 0 20px;
  }

  .results__search {
    /* flex-direction: column; */
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .results__body {
    flex-direction: column;
    height: auto;
  }

  .results__list,
  .results__title {
    max-width: none;
    width: 100%;
  }

  .results__list {
    margin-bottom: 20px;
    min-height: 210px;
    max-height: 370px;
  }

  .results__list-item {
    padding: 15px;
  }

  .results__list-title {
    font-size: 16px;
  }

  .results__meta-category {
    font-size: 12px;
  }

  .results__list-content {
    font-size: 12px;
  }

  .results__detail-head .btn {
    margin-top: 10px;
    position: static;
  }

  .results__detail-title {
    font-size: 20px;
  }

  .footer__wrap {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
}

@media (max-width: 1100px) {
}

@media (max-width: 1000px) {
}

@media (max-width: 900px) {
}

@media (max-width: 800px) {
  .results__search-fields {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .results__search-fields input {
    min-width: 60%;
  }

  .results__search-fields #search-button {
    width: 100%;
  }
  .results__search {
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 700px) {
}

@media (max-width: 600px) {
}

@media (max-width: 550px) {
  .results__detail-sub {
    font-size: 13px;
  }
  .footer-brand {
    width: 100%;
    justify-content: center;
  }
  #interested-btn {
    width: 100%;
  }
  .results__meta {
    margin-bottom: 7px;
  }
  .results__list-title {
    margin-bottom: 7px;
  }
  .results__search-fields input,
  .results__search-fields select {
    min-width: 100%;
  }
  .results__meta-year {
    font-size: 13px;
    padding: 3px 10px;
  }
}

@media (max-width: 400px) {
}

@media (max-width: 350px) {
}
