/* Mini player scroll styles - minimal to avoid conflicts */

@media (max-width: 600px) {
  .videoContainer {
    top: 24px;
  }
}

.mute-button {
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 100;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.mute-button:hover {
  opacity: 0.8;
}