.sidebar-video-player {
  width: 300px;
  margin-bottom: 16px;
  position: relative;
}
.sidebar-video-player > header {
  margin-bottom: 0;
}
.sidebar-video-player > header strong {
  display: block;
  background-color: #0F1019;
  line-height: 32px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  padding-left: 8px;
}
.sidebar-video-player__player {
  position: relative;
  margin-bottom: 0;
}
.sidebar-video-player__player-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #0F1019;
  border-radius: 8px;
}
.sidebar-video-player__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}
.sidebar-video-player__now-playing {
  padding: 4px 8px 2px;
  background-color: #FFFFFF;
}
.sidebar-video-player__title {
  font-family: "Roboto Condensed", Helvetica Neue, Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: #0F1019;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar-video-player__title:hover {
  color: #007bff;
  text-decoration: none;
}
.sidebar-video-player__meet {
  display: block;
  font-size: 11px;
  color: #6c757d;
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
button.sidebar-video-player__close-btn {
  display: none !important;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 28px;
  height: 28px;
  min-width: 0;
  min-height: 0;
  border-radius: 50%;
  background: #0F1019;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
}
.sidebar-video-player--floating {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  z-index: 1060;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0;
}
.sidebar-video-player--floating > header {
  display: none;
}
.sidebar-video-player--floating .sidebar-video-player__player {
  flex: 0 0 40%;
  max-width: 40%;
  order: 1;
}
.sidebar-video-player--floating .sidebar-video-player__player-wrap {
  border-radius: 0;
}
.sidebar-video-player--floating .sidebar-video-player__iframe {
  border-radius: 0;
}
.sidebar-video-player--floating .sidebar-video-player__now-playing {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 12px;
  min-width: 0;
  order: 2;
}
.sidebar-video-player--floating .sidebar-video-player__now-playing::before {
  content: "Now Playing";
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 2px;
}
.sidebar-video-player--floating .sidebar-video-player__title {
  font-size: 12px;
  -webkit-line-clamp: 2;
}
.sidebar-video-player--floating .sidebar-video-player__meet {
  display: none;
}
.sidebar-video-player--floating button.sidebar-video-player__close-btn {
  display: flex !important;
  position: static;
  flex: 0 0 40px;
  width: 40px;
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: transparent;
  color: #0F1019;
  border: none;
  border-left: 1px solid #e9ecef;
  font-size: 20px;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  order: 3;
}
.sidebar-video-player--closed {
  display: none !important;
}
@media only screen and (max-width: 969px) {
  .sidebar-video-player {
    width: 100%;
  }
}
@media only screen and (max-width: 969px) {
  .sidebar-video-player-widget {
    display: none !important;
  }
}
.mobile-video-player-widget {
  margin-bottom: 16px;
}
@media only screen and (min-width: 970px) {
  .mobile-video-player-widget {
    display: none !important;
  }
}
