.embed-consent-placeholder{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
  background: #29323B;
  cursor: pointer;
  display: grid;
  align-items: stretch;
}

.embed-consent-bg{
  position:absolute;
  inset:0;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  transform: scale(1.05);
  opacity: 0;
}

.embed-consent-content{
  position: relative;
  z-index: 2;
  padding: 42px 44px;
      max-width: 70%;
    margin-left: 25%;
        text-align: left;
}

.embed-consent-title{
 font-size: 26px;
    font-weight: 400;
  color: #fff;
  margin-bottom: 18px;
}

.embed-consent-desc{
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.45;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
}

.embed-consent-btn{
  background: #C6413E;
    color: #FFFFFF;
    border: 0;
    font-size: 16px;
    padding: 12px 22px;
    border-radius: 6px;
    cursor: pointer;
}

.embed-consent-btn:hover{ filter: brightness(1.05); }

.embed-consent-play{
  position: absolute;
 left: 3%;
    top: 50%;
    transform: translateY(-50%);
  width: 20%;
  z-index: 2;
}

