.cWebinarTag span {
  font-size: 2rem;
  word-spacing: 3px;
  letter-spacing: 0.008rem;
  line-height: 2.75rem;
  color: #000;
  font-weight: 600;
}

.OD_Video {
  border: solid 1px #ccc;
  border-radius: 30px;
  position: relative;
}

.VideoR-one {
  padding: 0;
  height: auto;
  line-height: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.VideoR-one img {
  border-radius: 30px;
}

.cPlayButton {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 28%;
  z-index: 99;
  filter: grayscale(100%);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.cBlackBG p,
.cBlackBG li {
  color: #ccc;
}

.cMt2 {
  margin-top: 2rem
}

.cSpeaker h3 {
  margin-bottom: 0.3rem;
}

.cSpeaker a {
  text-decoration: none;
}

.cSpeaker a:hover {
  text-decoration: underline;
  color: var(--color-link);
}

/* Wrapper fixed to left and centered vertically */
.cWebinarsShareButtons {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

/* Container spacing */
.cSMiconContainer {
  background: #fff;
  padding: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}


/* Stack icons vertically */
.cSocialMedia {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Reset list styles */
.cSocialMedia li {
  list-style: none;
}

/* Icon styling */
.cSocialMedia img {
  max-width: 52px;
  height: 52px;
  max-width: 100%;
  display: block;
}

/* Optional hover effect */
.cSocialMedia a:hover img {
  opacity: 0.85;
  transform: scale(1.05);
  transition: all 0.2s ease;
}

@media (max-width: 768px) {

  .cWebinarsShareButtons {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    transform: none;
    width: 100%;
    padding:0;
  }

  .cSMiconContainer {
    display: flex;
    justify-content: center;
    border-radius: 0;
    padding: 10px 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  }

  .cSocialMedia {
    flex-direction: row;
    gap: 20px;
  }
}