@media screen and (max-width: 767px) {
  #q-input-address-table .q-empty-cell {
    display: none;
  }
  #q-result-addresses-list {
    max-height: 150px;
  }
}

@media screen and (max-width: 559px) {
  .q-dialog-buttons-wrapper {
    flex-direction: column;
  }
  #q-dialog-footer button {
    margin-right: 0;
    margin-bottom: 5px;
  }
  #q-dialog-footer button:last-of-type {
    margin-bottom: 0;
  }
}