.presave {
  position: relative;
  width: 180px;
  height: 50px;
  margin: 2.5rem auto;
}

#drop-btn {
  text-align: center;
  background: none;
  border: 2px solid white;
  /* padding: 0.7rem 2.3rem; */
  color: white;
  font-size: 0.9rem;
  font-family: 'Druk Wide Bold', sans-serif;
  width: 100%;
  position: relative;
  height: 100%;
}

#drop-content {
  width: 91%;
  margin: 0;
  text-transform: uppercase;
  list-style-type: none;
  position: absolute;
  top: -120px;
  left: 0;
  text-align: left;
  font-size: 1rem;
  color: black;
  background-color: white;
  padding: 0 0.5rem;
  display: none;
}

#drop-content a {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
}

#drop-content .fa-icon {
  margin-right: 0.8rem;
  display: block;
  font-size: 1.2rem;
}

.icon-tidal {
  margin-right: 0.5rem !important;
}
