.vjs-stats-overlay {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #18181b;
  color: #fff;
  font-size: 15px;
  font-family: monospace;
  padding: 15px 20px 15px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.7);
  z-index: 9999;
  pointer-events: none;
  user-select: text;
  min-width: 300px;
}
.vjs-stats-overlay-title {
  font-size: 1.08em;
  margin-bottom: 10px;
  color: #ff0000;
  font-weight: bold;
}
.vjs-stats-overlay-close {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  pointer-events: auto;
}
.vjs-stats-custom-menu {
  position: absolute;
  z-index: 99999;
  background: #232323;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.45);
  min-width: 160px;
  padding: 4px 0;
  display: none;
}
.vjs-stats-custom-menu-item {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  background: none;
  text-align: left;
  width: 100%;
  color: #fff;
}
.vjs-stats-custom-menu-item:hover {
}

.vjs-stats-custom-menu {
  position: absolute;
  z-index: 99999;
  background: #18181b;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
  min-width: 180px;
  padding: 0;
  display: none;
  text-align: left;
  overflow: hidden;
}
.vjs-stats-custom-menu-item {
  padding: 12px 20px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  background: none;
  color: #fff;
  font-family: inherit;
  transition: background 0.2s, color 0.2s;
}
.vjs-stats-custom-menu-item:hover {
  color: #ff0000;
}
