.tippy-box[data-theme~='songmate'] {
  background-color: #f0ed08;
  color: #1f0101;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(24, 23, 23, 0.15), 0 4.5px 6px rgba(0,0,0,0.10);
  border: 1px solid #353638;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.4em 1em;
}
.tippy-box[data-theme~='songmate'] .tippy-arrow {
  color: #f0ed08;
}
