.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;
}

/* Bricks: Backdrop Blur Layer */
.sto-blur-bg {
  position: relative;
  overflow: hidden; /* wichtig für ::before */
}

.sto-blur-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  z-index: 0;
}

/* Bricks Container / Section Content */
.sto-blur-bg > * {
  position: relative;
  z-index: 1;
}