.dccsp-blocked {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.dccsp-blocked .video_placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /*&::before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    background: url('/path/to/play-icon.svg') center center no-repeat;
    background-size: contain;
    opacity: 0.8;
  }*/
}
.dccsp-blocked .video_consent_notice {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1em;
  text-align: center;
  font-size: 0.95em;
  border-radius: 6px;
  z-index: 10000;
  max-width: 300px;
}
.dccsp-blocked .video_consent_notice button {
  margin: 0.5em 0.25em 0 0.25em;
  padding: 0.5em 1em;
  border: none;
  border-radius: 3px;
  font-size: 0.9em;
  cursor: pointer;
  color: white;
}
.dccsp-blocked .video_consent_notice button.video_consent_button {
  background: #00aaff;
}
.dccsp-blocked .video_consent_notice button.video_consent_button:hover {
  background: #008ecc;
}
.dccsp-blocked .video_consent_notice button.video_force_load {
  background: #666;
}
.dccsp-blocked .video_consent_notice button.video_force_load:hover {
  background: #444;
}/*# sourceMappingURL=block-service.css.map */