.promocao-popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 16px;
  box-sizing: border-box;
}

.promocao-popup-content {
  position: relative;
  width: fit-content;
  max-width: min(90vw, 100%);
  max-height: 90vh;
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  animation: popupAnimation 800ms ease-out forwards;
}

@keyframes popupAnimation {
  0% { transform: scale(0.1); opacity: 0; }
  60% { transform: scale(1.08); opacity: 0.9; }
  80% { transform: scale(0.98); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promocao-popup-content img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(90vw, 100%);
  max-height: 90vh;
  object-fit: contain;
}

.promocao-popup-link {
  display: block;
  line-height: 0;
  width: fit-content;
  max-width: 100%;
}

.promocao-popup-link[href] { cursor: pointer; }
.banner-desktop,
.banner-mobile { line-height: 0; }
.banner-desktop { display: none !important; }
.banner-mobile { display: block !important; }

@media screen and (min-width: 960px) {
  .banner-desktop { display: block !important; }
  .banner-mobile { display: none !important; }
}

.btn-accept { text-align: center !important; }

#cookie-message {
  z-index: 9999;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(149, 38, 140, 1) 0%, rgba(243, 114, 31, 1) 100%);
  color: #fff;
  text-align: center;
  padding: 20px 10px 10px;
}

#cookie-message::before {
  content: '';
  height: 2px;
  width: 100%;
  background: #EF6F23;
  position: absolute;
  top: 0;
  left: 0;
}

#cookie-message a,
#cookie-message a:hover {
  font-weight: bold;
  color: #fff;
}

#cookie-accept {
  background-color: #fff;
  border: none;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 2px 4px;
  cursor: pointer;
  height: 35px;
  width: 90px;
  border-radius: 8px;
}

.intervencao-claquete {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
}

.intervencao-claquete-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}

.intervencao-claquete-dialog {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding: 16px;
}

.intervencao-claquete-stage {
  display: none;
  position: relative;
  pointer-events: auto;
}

.intervencao-claquete-stage.is-active { display: block; }

.intervencao-claquete-scale {
  position: relative;
  overflow: hidden;
  transform-origin: center center;
  background: #000;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.intervencao-claquete-iframe {
  display: block;
  border: 0;
  background: transparent;
  pointer-events: none;
}

.intervencao-claquete-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.intervencao-claquete-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 3;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.intervencao-claquete-close img {
  display: block;
  width: 40px;
  height: 40px;
}

@media (max-width: 991.98px) {
  .intervencao-claquete-close {
    top: 30px;
    right: 28px;
  }

  .intervencao-claquete-close img {
    width: 32px;
    height: 32px;
  }
}

.data-filme .filme-info-label {
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 0;
}

.sinopse .movie-people .filme-info-label {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .movie-content-hd .movie-header-layout .data-filme .filme-info-label {
    display: inline;
    font-weight: 700;
    margin-right: 4px;
    font-size: 14px;
    line-height: 1.35;
  }
}

@media (max-width: 767px) {
  .data-filme .filme-info-label {
    display: contents;
    font-size: 14px;
  }
}
