/* Sits inside .profile-buttons-holder next to Contact Studio (.profile-btn). */
.profile-buttons-holder .studio-add-to-trackcard {
  margin: 0;
}

.profile-buttons-holder .studio-add-to-trackcard__dropdown {
  position: relative;
  /* Above tab strip / neighbours; template uses .dropup so menu opens upward when near bottom */
  z-index: 1002;
}

@media screen and (min-width: 768px) {
  .profile-buttons-holder .studio-add-to-trackcard__dropdown {
    display: inline-block;
    vertical-align: middle;
  }
}

.profile-buttons-holder .studio-add-to-trackcard__btn {
  margin: 0;
}

/* Caret on pink: BS3 .dropup uses border-bottom for the arrow */
.profile-buttons-holder .studio-add-to-trackcard.dropup .caret {
  border-bottom-color: #fff;
  border-top-color: transparent;
}

.profile-buttons-holder .studio-add-to-trackcard__menu {
  min-width: 220px;
  z-index: 1003;
}

.profile-buttons-holder .studio-add-to-trackcard__empty {
  margin: 0;
  max-width: 280px;
  font-size: 0.95em;
  line-height: 1.35;
  color: #555;
}
