.results-container { padding-bottom: 1em; } .results__subheader { border-bottom: 1px solid black; margin: 1.5em 0; padding: 5px 0; } .results__result { background: #efefef; border: 1px solid black; border-radius: 5px; margin: 1em 0; padding: 0.5em; } .results__result.threads .result__info { margin-bottom: 0; } .result__info { display: flex; font-size: 12px; justify-content: space-between; @media (max-width: 500px) { flex-direction: column; span { display: inline-block; margin: 5px 0; } } } .btn--prev { margin-right: 1em; }