.sport_select_wrapper {
  width: 160px;
  padding: 8px 32px 8px 8px;
  background-color: #191a1d;
  color: #fff;
  border: 1px solid #3c3f46;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

@media screen and (min-width: 1024px) {
  .sport_select_wrapper {
    width: 240px;
    padding: 8px 40px 8px 16px;
    font-size: 16px;
  }
}
