@media (min-width: 901px) {
  html body .content > .results-section {
    align-items: flex-start !important;
  }

  html body .content > .results-section > .ad-card {
    width: 85% !important;
    min-width: 0 !important;
    max-width: 85% !important;
    align-self: flex-start !important;
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  html body .content > .results-section > .ad-card > .ad-image {
    flex: 0 0 228px !important;
    width: 228px !important;
    min-width: 228px !important;
    max-width: 228px !important;
  }

  html body .content > .results-section .ad-price {
    font-size: 15.3px !important;
  }
  html body .content > .results-section .ad-location svg,
  html body .content > .results-section .ad-side-meta .ad-date svg {
    color: #8a94a3 !important;
    stroke: #8a94a3 !important;
  }
  html body .content > .results-section .ad-side-meta {
    top: 13px !important;
    right: auto !important;
    bottom: 11px !important;
    left: 0 !important;
    width: 138px !important;
    max-width: 138px !important;
    height: auto !important;
    display: block !important;
    direction: ltr !important;
    text-align: left !important;
  }

  html body .content > .results-section .ad-side-meta .ad-date {
    position: absolute !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 4px 8px !important;
    color: #667085 !important;
    background: #f2f4f7 !important;
    border: 0 !important;
    border-radius: 3px !important;
    white-space: nowrap !important;
  }

  html body .content > .results-section .ad-side-meta .ad-shipping {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  html body .content > .results-section .ad-side-meta .ad-shipping svg {
    width: 13px !important;
    height: 13px !important;
    flex: 0 0 13px !important;
  }

  html body .content > .results-section .ad-location-date {
    padding-left: 144px !important;
  }
  html body .content > .results-section .ad-favorite {
    appearance: none !important;
    position: absolute !important;
    z-index: 5 !important;
    top: 13px !important;
    right: auto !important;
    left: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 29px !important;
    height: 29px !important;
    margin: 0 !important;
    padding: 2px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline-offset: 3px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer !important;
  }
  html body #resultsSection.results-section > .ad-card > .ad-image > button.ad-favorite,
  html body #resultsSection.results-section > .ad-card > .ad-image > button.ad-favorite:hover,
  html body #resultsSection.results-section > .ad-card > .ad-image > button.ad-favorite:focus,
  html body #resultsSection.results-section > .ad-card > .ad-image > button.ad-favorite:focus-visible,
  html body #resultsSection.results-section > .ad-card > .ad-image > button.ad-favorite:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  html body .content > .results-section .ad-favorite svg {
    display: block !important;
    width: 25px !important;
    height: 25px !important;
    overflow: visible !important;
    fill: transparent !important;
    stroke: #fff !important;
    stroke-width: 2.1 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.72)) !important;
    transition:
      transform 0.16s ease,
      fill 0.16s ease !important;
  }

  html body .content > .results-section .ad-favorite:hover svg {
    transform: scale(1.08) !important;
  }

  html body .content > .results-section .ad-favorite.is-favorite svg {
    fill: #fff !important;
  }

  html body #b24DynamicFilter .b24-df-context-note {
    margin: 0 0 15px !important;
    padding: 10px 11px !important;
    border: 1px solid #d5e4f3 !important;
    border-radius: 8px !important;
    background: #f7fbff !important;
    color: #52677f !important;
    font-size: 10.5px !important;
    font-weight: 650 !important;
    line-height: 1.65 !important;
    text-align: right !important;
  }
}
