
.floating-player {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 520px;
  max-width: 95vw;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 9999;
}

.player-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.player-video {
  width: 100%;
  margin-top: 10px;
}

#ssm-minimized-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eee;
  padding: 5px;
  display: flex;
  gap: 10px;
  z-index: 9999;
}

/* Responsive embed wrapper */
.floating-player .player-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 10px;
}

.floating-player .player-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
