.play-overlay{
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: #ffffff00;
    cursor: pointer;
    width: 85%;
    padding-left: 5rem;
}

.unmute-pill{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem .9rem;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: #111;
  font-weight: 600;
  font-size: .9rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}

/* Tombol mute kecil di sudut */
.mute-fab{
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 0;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 18px;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(2px);
}

.content-top{
    display: flex;
    justify-content:space-between;
    width: 100%;
}

.icon-lucide-md{
    width: 1.5em;
    height: 1.5em;
    margin-top: -2px;
}

.btn-volume{
    color: #fff !important;
    border: 1px solid #bcbcbc00;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff5e;
    border-radius: 100%;
    padding-top: 9px;
    padding-bottom: 7px;
}

.button-play{
    position: absolute;
    z-index: 20;
    font-size: 2rem;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 17px;
    background: #000000ab;
    border-radius: 100%;
    cursor: pointer;
}

.content-title {
    left: -3px !important;
    padding: 12px !important;
    bottom: 0px !important;
    right: -4px !important;
    width: auto !important;
}

.video-description {
    width: 87% !important;
}

.bg-video {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 63%) 100%) !important;
}

.pointer {
    cursor: pointer;
}

.white-space {
    white-space: nowrap !important;
}