.ovsp-dsp-logo{
  height: 24px !important;
  width: auto !important;
  max-width: 100% !important;
  display: block;
  object-fit: contain;
}

.dsp-logo-link img {
  max-height: 24px;
  width: auto;
}

/* ============ */
/* LIVE (normal) */
/* ============ */
.sto-blur-bg{
  position: relative;
  overflow: hidden;
}

.sto-blur-bg::before{
  content:"";
  position:absolute;
  inset:0;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background: rgba(255,255,255,0.08);
  z-index:0;
  pointer-events:none;
}

.sto-blur-bg > *{
  position: relative;
  z-index:1;
}

/* ===================================== */
/* GENERATOR VIEW: html2canvas FALLBACK   */
/* ===================================== */
body.sto-sc-capture .sto-blur-bg::before{
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;

  inset: -40px;
  background: rgba(255,255,255,0.28);
  filter: blur(34px);
  transform: scale(1.18);
}