.search-bar{display:flex;flex-direction:column;width:90%;align-items:center;@media screen and (min-width:768px){width:70%}}.up-search-bar{gap:1rem;display:flex;margin-top:1rem;width:100%;align-items:center;justify-content:space-between;flex-direction:column;@media screen and (min-width:768px){flex-direction:row;align-items:flex-end}}.search-bar label{font-weight:600;margin-bottom:.25rem;margin-right:3rem}.up-search-bar input[type=text],.up-search-bar select{padding:.5rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;width:100%}.up-search-bar input[type=submit]{background-color:#333;color:#fafafa;border:none;width:auto;padding:.75rem;font-weight:600;border-radius:9999px;cursor:pointer;transition:background-color .2s ease}.up-search-bar input[type=submit]:hover{background-color:#e74c3c}.results{width:100%;display:flex;justify-content:space-between}.refresh{color:#e74c3c;text-decoration:underline;cursor:pointer}