:host(.desktop-collection) {
  display: block;
  margin: 8px 0;
}
:host(.desktop-collection) staytuned-track {
  border-radius: 4px;
  transition: background 0.2s ease-in-out;
  padding: 8px 23px;
  margin: 6px 0;
}
:host(.desktop-collection) staytuned-track:hover {
  background: rgba(101, 103, 105, 0.1);
  cursor: pointer;
}

.show-more-element-button {
  cursor: pointer;
  margin: 16px 12px;
  width: calc(100% - 24px);
  display: block;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--staytuned-main-color, #216fd4);
  background: none;
  outline: none;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.2s ease-out;
}
.show-more-element-button:hover {
  background: var(--staytuned-main-color, #216fd4);
  color: white;
}
.show-more-element-button.black-theme {
  color: white;
  background: #31353d;
  border: 0px;
}
.show-more-element-button.black-theme:hover {
  background: #464950;
}