.ct-barro-youtube {
  width: min(100%, 720px);
  margin: 0 auto;
  color: #38231d;
  font-family: "Avenir Next", Avenir, system-ui, sans-serif;
}

.ct-barro-youtube__launch,
.ct-barro-youtube__player {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #241511;
  box-shadow: 0 18px 48px rgba(55, 28, 20, .2);
}

.ct-barro-youtube__launch {
  position: relative;
  display: block;
  padding: 0;
  cursor: pointer;
}

.ct-barro-youtube__launch img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ct-barro-youtube__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 12, 8, .05), rgba(24, 12, 8, .55));
}

.ct-barro-youtube__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #9b241a;
  font-size: 27px;
  line-height: 1;
  text-indent: 4px;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.ct-barro-youtube__label {
  position: absolute;
  left: 20px;
  bottom: 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.ct-barro-youtube__player { display: none; }
.ct-barro-youtube.is-active .ct-barro-youtube__launch { display: none; }
.ct-barro-youtube.is-active .ct-barro-youtube__player { display: block; }
.ct-barro-youtube__player iframe { width: 100%; height: 100%; display: block; }
.ct-barro-youtube__status { min-height: 18px; margin: 10px 0 0; color: #795f55; font-size: 12px; }
.ct-barro-youtube__fallback { display: inline-block; margin-top: 4px; color: #8f241a; font-size: 12px; text-decoration: underline; }

@media (max-width: 600px) {
  .ct-barro-youtube__launch,
  .ct-barro-youtube__player { border-radius: 12px; }
  .ct-barro-youtube__play { width: 58px; height: 58px; font-size: 22px; }
}
