.js-consent-media { position: relative; overflow: hidden; }

.js-consent-media .consent-ph{
  position:absolute; inset:0; z-index:2;
  display:grid; place-items:center;
  background-size:cover; background-position:center;
}

.js-consent-media .consent-ph::before{
  content:"";
  position:absolute; inset:-20px;
  background:inherit;
  filter:blur(10px);
  transform:scale(1.02);
  z-index:0;
  pointer-events:none;
}

.js-consent-media .consent-ph .inner{
  position:relative;
  z-index:1;
  background:#e1e1e1;
  padding:1rem 1.25rem;
  text-align:center;
  width:100%;
  height:100%;
  align-content:center;
}

.js-consent-media .consent-ph .inner .marketing-text{
  font-size:1.125rem;
  font-weight:400;
  color:#606060;
}

.js-consent-media .consent-ph .inner .marketing-text a{
  color:cornflowerblue;
  text-decoration:none;
  font-size:1.125rem;
  font-weight:400;
  margin-left:4px;
}

.js-consent-media .consent-ph .js-cookiebot-renew{
  position:relative;
  display:inline-block;
  padding-left:16px;
}
.js-consent-media .consent-ph .js-cookiebot-renew::before{
  content:"";
  position:absolute;
  left:0;
  top:0.35em;
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(-45deg);
}
