.alza-vp {
  --alza-vp-color: #f4c20d;
  --alza-vp-radius: 0px;
  --alza-vp-ratio: 16/9;
  width: 100%;
  margin: 1rem auto;
  position: relative;
  container-type: inline-size;
  box-sizing: border-box;
}
.alza-vp *, .alza-vp *::before, .alza-vp *::after { box-sizing: border-box; }
.alza-vp button,
.alza-vp [role="button"],
.alza-vp input[type="range"] {
  -webkit-tap-highlight-color: transparent;
}
.alza-vp button:focus:not(:focus-visible),
.alza-vp [role="button"]:focus:not(:focus-visible),
.alza-vp input[type="range"]:focus:not(:focus-visible),
.alza-vp .plyr__control:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}
.alza-vp-stage {
  width: 100%;
  position: relative;
  container-type: inline-size;
  overflow: hidden;
  border-radius: var(--alza-vp-radius);
  background: #000;
  aspect-ratio: var(--alza-vp-ratio);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.alza-vp-stage > .plyr,
.alza-vp-stage > video,
.alza-vp-stage > div[data-plyr-provider] {
  width: 100%;
  height: 100%;
}
.alza-vp-stage .plyr {
  height: 100%;
  border-radius: inherit;
  container-type: inline-size;
}
.alza-vp-stage .plyr__video-wrapper { height: 100%; }
.alza-vp-stage video { width: 100%; height: 100%; object-fit: contain; background: #000; }
.alza-vp .plyr { --plyr-color-main: var(--alza-vp-color); }
.alza-vp-notice,
.alza-vp-stream-error {
  padding: 16px 18px;
  border-radius: 8px;
  background: #fff4e5;
  border-left: 4px solid #f59e0b;
  color: #6b3f00;
  font: 600 14px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.alza-vp-stream-error {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: inherit;
  background: #160d0d;
  color: #fff;
  text-align: center;
}
.alza-vp-watermark,
.alza-vp-overlay {
  position: absolute;
  z-index: 9;
  max-width: min(44%, 340px);
  pointer-events: none;
}
.alza-vp-watermark[data-alza-vp-watermark-pending="1"] {
  visibility: hidden !important;
}
.alza-vp-watermark {
  --alza-vp-watermark-size-large: 48px;
  --alza-vp-watermark-size-small: 36px;
  --alza-vp-watermark-size: var(--alza-vp-watermark-size-large);
  color: rgba(255,255,255,.88);
  font: 700 13px/1.2 system-ui, sans-serif;
  text-shadow: 0 1px 3px rgba(0,0,0,.9);
  opacity: .42;
  pointer-events: auto;
  cursor: default;
  transition: opacity .18s ease, transform .18s ease, bottom .18s ease, left .18s ease, right .18s ease;
}
.alza-vp-watermark:hover,
.alza-vp-watermark:focus-within {
  opacity: .95;
  transform: scale(1.03);
}
.alza-vp-watermark img {
  display: block;
  width: var(--alza-vp-watermark-size);
  max-width: min(var(--alza-vp-watermark-size), 28vw);
  height: auto;
  max-height: min(var(--alza-vp-watermark-size), 18vh);
  object-fit: contain;
}
.alza-vp-overlay {
  padding: 8px 12px;
  border-radius: 6px;
  color: #fff;
  background: rgba(17,17,17,.82);
  font: 600 13px/1.35 system-ui, sans-serif;
  pointer-events: auto;
}
.alza-vp-overlay a { color: inherit; text-decoration: none; }
.alza-vp-watermark.top-left, .alza-vp-overlay.top-left { top: 14px; left: 14px; }
.alza-vp-watermark.top-right, .alza-vp-overlay.top-right { top: 14px; right: 14px; }
.alza-vp-overlay.bottom-left { bottom: 58px; left: 14px; }
.alza-vp-overlay.bottom-right { bottom: 58px; right: 14px; }

/* Padrão YouTube: a marca fica junto à borda inferior e sobe com a barra de controles. */
.alza-vp-stage {
  --alza-vp-watermark-bottom-rest: 12px;
  --alza-vp-watermark-bottom-controls: 68px;
}
.alza-vp-watermark.bottom-left {
  bottom: var(--alza-vp-watermark-bottom-rest) !important;
  left: 14px;
}
.alza-vp-watermark.bottom-right {
  bottom: var(--alza-vp-watermark-bottom-rest) !important;
  right: 14px;
}
.alza-vp-stage.alza-vp-controls-visible .alza-vp-watermark.bottom-left,
.alza-vp-stage.alza-vp-controls-visible .alza-vp-watermark.bottom-right,
.alza-vp-stage[data-alza-vp-controls-visible="1"] .alza-vp-watermark.bottom-left,
.alza-vp-stage[data-alza-vp-controls-visible="1"] .alza-vp-watermark.bottom-right,
.alza-vp-stage.alza-vp-watermark-hover .alza-vp-watermark.bottom-left,
.alza-vp-stage.alza-vp-watermark-hover .alza-vp-watermark.bottom-right,
.alza-vp-stage[data-alza-vp-watermark-hover="1"] .alza-vp-watermark.bottom-left,
.alza-vp-stage[data-alza-vp-watermark-hover="1"] .alza-vp-watermark.bottom-right {
  bottom: var(--alza-vp-watermark-bottom-controls) !important;
}
.alza-vp-stage.alza-vp-watermark-hover .alza-vp-watermark,
.alza-vp-stage[data-alza-vp-watermark-hover="1"] .alza-vp-watermark,
.alza-vp-watermark.is-pointer-active {
  opacity: .95;
  transform: scale(1.03);
}

/* Mantém a mesma lógica e o mesmo canto no mini player. */
.alza-vp-stage.is-sticky {
  --alza-vp-watermark-bottom-rest: 10px;
  --alza-vp-watermark-bottom-controls: 54px;
}
.alza-vp-stage.is-sticky .alza-vp-watermark {
  --alza-vp-watermark-size: var(--alza-vp-watermark-size-small);
}
.alza-vp-stage.is-sticky .alza-vp-watermark img {
  width: var(--alza-vp-watermark-size) !important;
  max-width: min(var(--alza-vp-watermark-size), 28vw) !important;
  max-height: min(var(--alza-vp-watermark-size), 18vh) !important;
}
.alza-vp-stage.is-sticky .alza-vp-watermark.top-left { top: 14px; left: 14px; }
.alza-vp-stage.is-sticky .alza-vp-watermark.top-right { top: 14px; right: 14px; }
.alza-vp-end-screen,
.alza-vp-pause-poster {
  position: absolute;
  inset: 0;
  z-index: 12;
}
.alza-vp-end-screen {
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,.84);
  color: #fff;
  text-align: center;
}
.alza-vp-end-screen[hidden], .alza-vp-pause-poster[hidden] { display: none !important; }
.alza-vp-end-content { max-width: 520px; }
.alza-vp-end-content p { margin: 0 0 18px; font: 800 clamp(20px,4vw,38px)/1.15 system-ui, sans-serif; }
.alza-vp-end-content a,
.alza-vp-end-content button,
.alza-vp-popup-trigger,
.alza-vp-lock-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 11px 18px;
  background: var(--alza-vp-color);
  color: #111;
  font: 800 14px/1 system-ui, sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.alza-vp-end-content button { margin-left: 8px; background: #fff; }
.alza-vp-pause-poster {
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.alza-vp-pause-poster::after,
.alza-vp-popup-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.34));
}

/* O botão de fechar do mini player é criado pelo JavaScript e permanece com
   [hidden] até o modo flutuante estar totalmente posicionado. Esta regra também
   protege HTML antigo servido por cache e elimina o flash do X durante F5. */
.alza-vp-sticky-close[hidden] { display: none !important; }
.alza-vp-sticky-close {
  display: none;
  position: absolute;
  top: -13px;
  right: -13px;
  z-index: 30;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font: 700 21px/1 sans-serif;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(0,0,0,.3);
}
.alza-vp-popup-trigger { min-height: 44px; }
.alza-vp-popup-poster {
  width: 100%;
  min-height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: var(--alza-vp-radius);
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.alza-vp-popup-play {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: var(--alza-vp-color);
  color: #111;
  font-size: 28px;
  padding-left: 4px;
  box-shadow: 0 9px 32px rgba(0,0,0,.35);
}
.alza-vp-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999999;
  padding: 30px;
  background: rgba(0,0,0,.86);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(7px);
}
.alza-vp-modal[aria-hidden="false"] { display: flex; }
.alza-vp-modal-dialog { width: min(1100px, 94vw); }
.alza-vp-modal-close {
  position: fixed;
  top: 18px;
  right: 22px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font: 700 30px/1 sans-serif;
  cursor: pointer;
}
body.alza-vp-modal-open { overflow: hidden; }

.alza-vp-lock-card {
  min-height: 360px;
  border-radius: var(--alza-vp-radius);
  background: #101010 center/cover no-repeat;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.alza-vp-lock-overlay {
  min-height: inherit;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(4px);
}
.alza-vp-lock-form {
  width: min(420px, 100%);
  padding: 28px;
  border-radius: 14px;
  background: rgba(15,15,15,.9);
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 50px rgba(0,0,0,.45);
}
.alza-vp-lock-form::before { content: "🔒"; display: block; margin-bottom: 10px; font-size: 32px; }
.alza-vp-lock-heading { margin: 0 0 16px; font: 700 17px/1.4 system-ui, sans-serif; }
.alza-vp-lock-form input {
  width: 100%;
  height: 46px;
  margin: 0 0 12px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 16px;
}
.alza-vp-lock-form button { width: 100%; min-height: 44px; }
.alza-vp-lock-form button:disabled { opacity: .6; cursor: wait; }
.alza-vp-lock-message { min-height: 20px; margin: 10px 0 0; color: #ff9b9b; font: 600 13px/1.4 system-ui, sans-serif; }

@media (max-width: 640px) {
  .alza-vp { margin-block: .75rem; }
  .alza-vp-modal { padding: 12px; }
  .alza-vp-modal-dialog { width: 100%; }
  .alza-vp-modal-close { top: 10px; right: 10px; }
  .alza-vp-watermark img { width: var(--alza-vp-watermark-size); max-width: min(var(--alza-vp-watermark-size), 28vw); max-height: min(var(--alza-vp-watermark-size), 18vh); }
  .alza-vp-overlay { max-width: 55%; font-size: 11px; }
}

/* Cores independentes do player */
.alza-vp {
  --alza-vp-play-color: #f4c20d;
  --alza-vp-play-icon-color: #111;
  --alza-vp-progress-color: #f4c20d;
  --alza-vp-control-color: #fff;
  --alza-vp-time-color: #fff;
  --alza-vp-text-color: #fff;
  --alza-vp-control-hover: #f4c20d;
  --alza-vp-control-hover-icon: #111;
}
.alza-vp .plyr {
  --plyr-color-main: var(--alza-vp-progress-color);
  --plyr-focus-visible-color: var(--alza-vp-control-hover);
  --plyr-range-fill-background: var(--alza-vp-progress-color);
  --plyr-control-toggle-checked-background: var(--alza-vp-progress-color);
  --plyr-video-control-color: var(--alza-vp-control-color);
  --plyr-video-control-color-hover: var(--alza-vp-control-hover-icon);
  --plyr-video-control-background-hover: var(--alza-vp-control-hover);
}
.alza-vp .plyr__control--overlaid {
  background: var(--alza-vp-play-color) !important;
  color: var(--alza-vp-play-icon-color) !important;
}
.alza-vp .plyr__control--overlaid:hover,
.alza-vp .plyr__control--overlaid:focus-visible {
  filter: brightness(1.08);
}
.alza-vp .plyr__control:focus-visible {
  outline: 2px solid var(--alza-vp-control-hover) !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}
.alza-vp button:focus-visible,
.alza-vp [role="button"]:focus-visible {
  outline: 2px solid var(--alza-vp-control-hover, #f4c20d) !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}
.alza-vp .plyr__progress input[type="range"],
.alza-vp .plyr__volume input[type="range"] {
  color: var(--alza-vp-progress-color);
}
.alza-vp .plyr__time {
  color: var(--alza-vp-time-color) !important;
}
.alza-vp .plyr__tooltip {
  color: var(--alza-vp-text-color) !important;
}
.alza-vp .plyr__menu__container {
  --plyr-menu-color: var(--alza-vp-text-color);
  --plyr-menu-background: rgba(20,20,20,.96);
  color: var(--alza-vp-text-color);
}
.alza-vp .plyr__menu__container .plyr__control {
  color: inherit;
}

/* Plataforma de anúncios pós-roll — visual premium inspirado em grandes plataformas */
.alza-vp-ad-layer {
  position: absolute;
  inset: 0;
  z-index: 24;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}
.alza-vp-ad-layer[hidden] { display: none !important; }
.alza-vp-ad-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  cursor: pointer;
}
.alza-vp-ad-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.42) 0, rgba(0,0,0,0) 24%),
    linear-gradient(0deg, rgba(0,0,0,.86) 0, rgba(0,0,0,.3) 28%, rgba(0,0,0,0) 54%);
}
.alza-vp-ad-corner {
  position: absolute;
  z-index: 4;
  top: 13px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-width: calc(100% - 28px);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0,0,0,.9);
  pointer-events: none;
}
.alza-vp-ad-corner-logo,
.alza-vp-ad-brand-logo {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ff6d00;
  color: #fff;
  font-weight: 900;
  letter-spacing: -.04em;
  box-shadow: 0 1px 5px rgba(0,0,0,.34);
}
.alza-vp-ad-corner-logo { width: 15px; height: 15px; font-size: 6px; }
.alza-vp-ad-brand-logo { width: 42px; height: 42px; font-size: 12px; }
.alza-vp-ad-corner-logo img,
.alza-vp-ad-brand-logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.alza-vp-ad-corner-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.alza-vp-ad-card[hidden] { display: none !important; }
.alza-vp-ad-card {
  position: absolute;
  z-index: 5;
  left: 20px;
  bottom: 76px;
  min-width: 300px;
  max-width: min(620px, calc(100% - 180px));
  min-height: 56px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 13px;
  background: var(--alza-vp-ad-card-background, rgba(18,18,18,.84));
  box-shadow: 0 7px 28px rgba(0,0,0,.34);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  pointer-events: auto;
}
.alza-vp-ad-brand-copy {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.alza-vp-ad-title,
.alza-vp-ad-advertiser {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.alza-vp-ad-title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--alza-vp-ad-card-text, #fff) !important;
  -webkit-text-fill-color: var(--alza-vp-ad-card-text, #fff);
  letter-spacing: -.01em;
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
}
.alza-vp-ad-advertiser {
  font-size: 11px;
  line-height: 1.15;
  color: var(--alza-vp-ad-card-text, #fff) !important;
  -webkit-text-fill-color: var(--alza-vp-ad-card-text, #fff);
  opacity: .72;
}
.alza-vp-ad-advertiser[hidden] { display: none !important; }
.alza-vp-ad-cta {
  flex: 0 0 auto;
  min-width: 122px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font: 800 13px/1 system-ui, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .14s ease, background .14s ease;
}
.alza-vp-ad-cta:hover,
.alza-vp-ad-cta:focus-visible { color: #111; background: #f0f0f0; transform: translateY(-1px); }
.alza-vp-ad-meta {
  position: absolute;
  z-index: 5;
  left: 20px;
  bottom: 55px;
  max-width: calc(100% - 190px);
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255,255,255,.96);
  font-size: 11px;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0,0,0,.92);
  pointer-events: none;
}
.alza-vp-ad-meta strong {
  color: #fff;
  font-weight: 800;
  -webkit-text-fill-color: #fff;
  opacity: 1;
}
.alza-vp-ad-counter { white-space: nowrap; }
.alza-vp-ad-skip {
  position: absolute;
  z-index: 7;
  right: 18px;
  bottom: 63px;
  min-width: 88px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 12px 8px 16px;
  border: 0;
  border-radius: 999px;
  background: rgba(74,51,31,.84);
  color: #fff;
  font: 750 13px/1 system-ui, sans-serif;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 18px rgba(0,0,0,.25);
  transition: background .14s ease, opacity .14s ease, transform .14s ease;
}
.alza-vp-ad-skip:hover:not(:disabled),
.alza-vp-ad-skip:focus-visible:not(:disabled) { background: rgba(92,65,40,.95); transform: translateY(-1px); }
.alza-vp-ad-skip:disabled { opacity: .84; cursor: default; }
.alza-vp-ad-skip svg { width: 21px; height: 21px; fill: currentColor; }
.alza-vp-ad-progress {
  position: absolute;
  z-index: 8;
  left: 12px;
  right: 12px;
  bottom: 50px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.44);
  pointer-events: none;
}
.alza-vp-ad-progress > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #ffd400;
  box-shadow: 0 0 6px rgba(255,212,0,.55);
  transform-origin: left center;
}
.alza-vp-ad-controls {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 14px 5px;
  background: linear-gradient(0deg, rgba(0,0,0,.74), rgba(0,0,0,.04));
  pointer-events: none;
}
.alza-vp-ad-controls-left,
.alza-vp-ad-controls-right {
  display: flex;
  align-items: center;
  gap: 4px;
  pointer-events: auto;
}
.alza-vp-ad-control {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  opacity: .96;
  transition: background .14s ease, transform .14s ease, opacity .14s ease;
}
.alza-vp-ad-control:hover:not(:disabled),
.alza-vp-ad-control:focus-visible:not(:disabled) { background: rgba(255,255,255,.13); transform: scale(1.04); }
.alza-vp-ad-control:disabled { opacity: .48; cursor: default; }
.alza-vp-ad-control svg { width: 24px; height: 24px; fill: currentColor; }
.alza-vp-ad-play .is-play,
.alza-vp-ad-layer.is-paused .alza-vp-ad-play .is-pause { display: none; }
.alza-vp-ad-layer.is-paused .alza-vp-ad-play .is-play { display: inline-flex; }
.alza-vp-ad-play .is-pause { display: inline-flex; }
.alza-vp-ad-volume .is-muted,
.alza-vp-ad-layer.is-muted .alza-vp-ad-volume .is-sound { display: none; }
.alza-vp-ad-layer.is-muted .alza-vp-ad-volume .is-muted { display: inline-flex; }
.alza-vp-ad-volume .is-sound { display: inline-flex; }
.alza-vp-ad-time {
  min-width: 82px;
  margin-left: 1px;
  color: #fff;
  font: 700 12px/1 system-ui, sans-serif;
  text-shadow: 0 1px 3px rgba(0,0,0,.9);
  white-space: nowrap;
}
.alza-vp-ad-settings-wrap { position: relative; }
.alza-vp-ad-settings-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  width: 132px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 9px;
  background: rgba(24,24,24,.96);
  box-shadow: 0 10px 28px rgba(0,0,0,.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.alza-vp-ad-settings-menu[hidden] { display: none !important; }
.alza-vp-ad-settings-menu button {
  width: 100%;
  display: block;
  padding: 8px 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #fff;
  text-align: left;
  font: 650 12px/1.2 system-ui, sans-serif;
  cursor: pointer;
}
.alza-vp-ad-settings-menu button:hover,
.alza-vp-ad-settings-menu button.is-active { background: rgba(255,255,255,.14); }
/* O anúncio no mini player mantém os controles essenciais sem poluir o quadro. */
.alza-vp-stage.is-sticky .alza-vp-ad-corner,
.alza-vp-stage.is-sticky .alza-vp-ad-card,
.alza-vp-stage.is-sticky .alza-vp-ad-meta,
.alza-vp-stage.is-sticky .alza-vp-ad-settings-wrap,
.alza-vp-stage.is-sticky .alza-vp-ad-pip { display: none !important; }
.alza-vp-stage.is-sticky .alza-vp-ad-skip {
  right: 8px;
  bottom: 48px;
  min-width: 72px;
  min-height: 32px;
  padding: 5px 8px 5px 11px;
  font-size: 11px;
}
.alza-vp-stage.is-sticky .alza-vp-ad-skip svg { width: 18px; height: 18px; }
.alza-vp-stage.is-sticky .alza-vp-ad-progress { left: 8px; right: 8px; bottom: 38px; height: 2px; }
.alza-vp-stage.is-sticky .alza-vp-ad-controls { height: 38px; padding: 1px 6px 2px; }
.alza-vp-stage.is-sticky .alza-vp-ad-control { width: 30px; height: 30px; padding: 5px; }
.alza-vp-stage.is-sticky .alza-vp-ad-control svg { width: 19px; height: 19px; }
.alza-vp-stage.is-sticky .alza-vp-ad-time { min-width: 69px; font-size: 10px; }

@media (max-width: 640px) {
  .alza-vp-ad-corner { top: 9px; left: 10px; font-size: 10px; }
  .alza-vp-ad-card {
    left: 10px;
    bottom: 72px;
    min-width: 0;
    max-width: calc(100% - 118px);
    min-height: 48px;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 10px;
  }
  .alza-vp-ad-brand-logo { width: 35px; height: 35px; font-size: 10px; }
  .alza-vp-ad-brand-copy { gap: 1px; }
  .alza-vp-ad-title { font-size: 12px; }
  .alza-vp-ad-advertiser { font-size: 10px; }
  .alza-vp-ad-cta { min-width: 0; min-height: 34px; padding: 6px 12px; font-size: 11px; }
  .alza-vp-ad-meta { left: 10px; bottom: 53px; max-width: calc(100% - 126px); font-size: 9px; gap: 3px; }
  .alza-vp-ad-skip { right: 9px; bottom: 59px; min-width: 78px; min-height: 36px; padding: 6px 8px 6px 12px; font-size: 11px; }
  .alza-vp-ad-progress { left: 8px; right: 8px; bottom: 44px; height: 2px; }
  .alza-vp-ad-controls { height: 44px; padding: 2px 7px 3px; }
  .alza-vp-ad-control { width: 32px; height: 32px; padding: 5px; }
  .alza-vp-ad-control svg { width: 20px; height: 20px; }
  .alza-vp-ad-time { min-width: 68px; font-size: 10px; }
  .alza-vp-ad-pip { display: none; }
}
/* Cores individuais dos botões do player */
.alza-vp .plyr__controls [data-plyr="play"] { color: var(--alza-vp-button-play); }
.alza-vp .plyr__controls [data-plyr="restart"],
.alza-vp .plyr__controls [data-plyr="rewind"],
.alza-vp .plyr__controls [data-plyr="fast-forward"] { color: var(--alza-vp-button-seek); }
.alza-vp .plyr__controls [data-plyr="mute"] { color: var(--alza-vp-button-volume); }
.alza-vp .plyr__controls [data-plyr="captions"] { color: var(--alza-vp-button-captions); }
.alza-vp .plyr__controls [data-plyr="settings"] { color: var(--alza-vp-button-settings); }
.alza-vp .plyr__controls [data-plyr="pip"],
.alza-vp .plyr__controls [data-plyr="airplay"] { color: var(--alza-vp-button-pip); }
.alza-vp .plyr__controls [data-plyr="download"] { color: var(--alza-vp-button-download); }
.alza-vp .plyr__controls [data-plyr="fullscreen"] { color: var(--alza-vp-button-fullscreen); }
.alza-vp .plyr__controls .plyr__control:hover,
.alza-vp .plyr__controls .plyr__control:focus-visible { color: var(--alza-vp-control-hover-icon); }
.alza-vp-ad-layer.is-loading::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border: 3px solid rgba(255,255,255,.3);
  border-top-color: #fff;
  border-radius: 999px;
  animation: alza-vp-ad-spin .75s linear infinite;
}
@keyframes alza-vp-ad-spin { to { transform: rotate(360deg); } }

/* Mini player flutuante arrastável — v1.2.1 */
.alza-vp-sticky-anchor {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
/* Compatibilidade com HTML armazenado em cache por versões anteriores. */
.alza-vp-sticky-drag { display: none !important; }
.alza-vp-sticky-close:focus-visible {
  outline: 3px solid #f4c20d;
  outline-offset: 3px;
}
.alza-vp-stage.is-sticky {
  position: fixed !important;
  z-index: 2147483000;
  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important;
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
  aspect-ratio: 16 / 9 !important;
  overflow: visible !important;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 10px;
  background: #000;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  box-shadow: 0 24px 70px rgba(0,0,0,.5), 0 0 0 1px rgba(0,0,0,.25);
  animation: alza-vp-gadget-in .2s ease-out both;
  will-change: left, top;
}
.alza-vp-stage.is-sticky.is-dragging {
  cursor: grabbing;
  box-shadow: 0 30px 85px rgba(0,0,0,.62), 0 0 0 3px rgba(244,194,13,.72);
  transition: none !important;
}
.alza-vp-stage.is-sticky > .plyr,
.alza-vp-stage.is-sticky > video,
.alza-vp-stage.is-sticky > div[data-plyr-provider],
.alza-vp-stage.is-sticky .alza-vp-ad-layer,
.alza-vp-stage.is-sticky .alza-vp-end-screen,
.alza-vp-stage.is-sticky .alza-vp-pause-poster {
  overflow: hidden;
  border-radius: 9px;
}
/* Em players incorporados, o iframe não captura o gesto de arrastar. Os controles
   do Plyr continuam utilizáveis normalmente. */
.alza-vp-stage.is-sticky iframe { pointer-events: none; }
.alza-vp-stage.is-sticky .plyr__controls,
.alza-vp-stage.is-sticky .plyr__control,
.alza-vp-stage.is-sticky input,
.alza-vp-stage.is-sticky select,
.alza-vp-stage.is-sticky textarea,
.alza-vp-stage.is-sticky a,
.alza-vp-stage.is-sticky button,
.alza-vp-stage.is-sticky [role="button"] {
  cursor: pointer;
}
.alza-vp-stage.is-sticky .alza-vp-sticky-close:not([hidden]) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  top: -48px !important;
  right: 6px !important;
  left: auto !important;
  z-index: 2147483647 !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font: 400 25px/1 Arial, sans-serif !important;
  text-align: center;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.24) !important;
  transform: none !important;
  filter: none !important;
  touch-action: manipulation;
}
.alza-vp-stage.is-sticky .alza-vp-sticky-close span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  transform: none;
}
.alza-vp-stage.is-sticky .alza-vp-sticky-close:hover,
.alza-vp-stage.is-sticky .alza-vp-sticky-close:focus-visible {
  background: #252525 !important;
  transform: scale(1.06) !important;
}

/* No modo pequeno, os nomes/legendas visuais dos controles ficam ocultos.
   Os aria-labels permanecem ativos para leitores de tela. */
.alza-vp-stage.is-sticky .plyr__tooltip {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Áudio simplificado: o player expõe apenas mutar/desmutar. O range continua
   no DOM porque faz parte da estrutura do Plyr, mas nunca fica visível ou focável. */
.alza-vp-stage .plyr__volume > input[type="range"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.alza-vp-stage.is-sticky .plyr__volume {
  position: relative !important;
  z-index: 10;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 27px !important;
  width: 27px !important;
  min-width: 27px !important;
  max-width: 27px !important;
  height: 27px !important;
  margin: 0 0 0 7px !important;
  overflow: visible !important;
}
.alza-vp-stage.is-sticky .plyr__volume .plyr__control {
  width: 27px !important;
  height: 27px !important;
  margin: 0 !important;
  padding: 4px !important;
  border-radius: 50% !important;
  touch-action: manipulation !important;
}
.alza-vp-stage.is-sticky .plyr__volume .plyr__control svg {
  width: 17px !important;
  height: 17px !important;
}

/* Configurações pertencem ao player completo; o mini player permanece compacto. */
.alza-vp-stage.is-sticky .alza-vp-reference-settings,
.alza-vp-stage.is-sticky .plyr__controls > .plyr__menu {
  display: none !important;
}

@media (max-width: 640px) {
  .alza-vp-stage.is-sticky .plyr__volume {
    flex-basis: 26px !important;
    width: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
    height: 26px !important;
    margin-left: 7px !important;
  }
  .alza-vp-stage.is-sticky .plyr__volume .plyr__control {
    width: 26px !important;
    height: 26px !important;
    padding: 4px !important;
  }
}
@keyframes alza-vp-gadget-in {
  from { opacity: 0; transform: translateY(12px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 640px) {
  /* Mini player compacto no celular, seguindo a proporção visual da referência:
     230 × 129 px em telas comuns, sem ocupar quase toda a largura da matéria. */
  .alza-vp-stage.is-sticky {
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    height: 129px !important;
    min-height: 129px !important;
    max-height: 129px !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 9px;
  }


  .alza-vp-stage.is-sticky .alza-vp-sticky-close:not([hidden]) {
    top: -44px !important;
    right: 4px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 23px !important;
  }
  .alza-vp-stage.is-sticky .alza-vp-sticky-close span {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }

  /* Controles essenciais e compactos para caberem com boa leitura em 230 px. */
  .alza-vp-stage.is-sticky .plyr__controls {
    gap: 1px !important;
    padding: 5px 6px !important;
  }
  .alza-vp-stage.is-sticky .plyr__control {
    padding: 5px !important;
  }
  .alza-vp-stage.is-sticky .plyr__control svg {
    width: 16px !important;
    height: 16px !important;
  }
  .alza-vp-stage.is-sticky .plyr__time {
    padding: 0 2px !important;
    font-size: 11px !important;
  }
  .alza-vp-stage.is-sticky .plyr__time--duration {
    margin-right: 1px !important;
  }
  .alza-vp-stage.is-sticky .plyr__progress {
    min-width: 30px !important;
  }
}

/* Compatibilidade com telas excepcionalmente estreitas. */
@media (max-width: 249px) {
  .alza-vp-stage.is-sticky {
    width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important;
  }
}

/* Estabilidade de rolagem móvel — v1.2.7
   O vídeo flutuante é movido para uma camada isolada no body. O espaço original
   permanece preto e estável, evitando repintura branca e desaparecimento
   momentâneo do texto em navegadores móveis. */
.alza-vp-floating-portal {
  position: static !important;
  display: block !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  box-shadow: none !important;
}

.alza-vp-sticky-placeholder {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background-color: #000 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
  contain: layout paint style;
}

.alza-vp-stage.is-sticky {
  isolation: isolate;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  will-change: transform;
  contain: layout style;
}

.alza-vp-stage.is-sticky > .plyr,
.alza-vp-stage.is-sticky > video,
.alza-vp-stage.is-sticky > div[data-plyr-provider],
.alza-vp-stage.is-sticky .plyr__video-wrapper,
.alza-vp-stage.is-sticky video,
.alza-vp-stage.is-sticky iframe {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

@media (max-width: 640px) {
  .alza-vp-stage.is-sticky {
    animation: none !important;
    transition: none !important;
  }
}


/* Perfis independentes de controles — v1.3.16 */
.alza-vp-stage .alza-vp-control-hidden { display: none !important; }
.alza-vp-stage[data-alza-control-profile="mini"] .plyr__controls { overflow: visible; }
.alza-vp-stage[data-alza-control-profile="mini"] .plyr__controls > * { min-width: 0; }

/* Controles principais inspirados na referência visual — v1.3.30.
   O mini player mantém seu layout compacto independente. */
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) {
  --alza-vp-reference-time-top: 82.7%;
  --alza-vp-reference-time-inset: 10.5%;
  --alza-vp-reference-time-size: clamp(12px, 1.8cqw, 32px);
  --alza-vp-reference-large-play-size: clamp(56px, 9cqw, 72px);
  --alza-vp-reference-progress-inset: 16.4%;
  --alza-vp-reference-row-top: 91%;
  --alza-vp-reference-rewind-left: 38.6%;
  --alza-vp-reference-play-left: 50%;
  --alza-vp-reference-forward-left: 61.4%;
  --alza-vp-reference-volume-left: 77.4%;
  --alza-vp-reference-seek-size: clamp(32px, 4.4cqw, 78px);
  --alza-vp-reference-play-size: clamp(40px, 5.7cqw, 96px);
  --alza-vp-reference-volume-size: clamp(32px, 3.8cqw, 64px);
  --alza-vp-reference-fullscreen-top: 3.2%;
  --alza-vp-reference-fullscreen-right: 2.1%;
  --alza-vp-reference-fullscreen-size: clamp(32px, 3.3cqw, 58px);
  --alza-vp-reference-fullscreen-padding: clamp(8px, .65cqw, 12px);
  --alza-vp-reference-aux-top: 91%;
  --alza-vp-reference-aux-size: clamp(30px, 2.5cqw, 42px);
  --alza-vp-reference-aux-1-right: 3%;
  --alza-vp-reference-aux-2-right: 6%;
  --alza-vp-reference-aux-3-right: 9%;
  --alza-vp-reference-aux-4-right: 12%;
  --alza-vp-reference-aux-5-right: 15%;
  --alza-vp-reference-settings-right: 4%;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr__controls {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: inherit !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,.18) 72%, rgba(0,0,0,.86) 100%) !important;
  pointer-events: none;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr__controls > *,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr__controls button,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr__controls input {
  pointer-events: auto;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-native-time {
  display: none !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-current,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-duration {
  position: absolute !important;
  top: var(--alza-vp-reference-time-top) !important;
  z-index: 7;
  display: block !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--alza-vp-time-color) !important;
  font: 700 var(--alza-vp-reference-time-size)/1 Arial, Helvetica, sans-serif !important;
  letter-spacing: -.035em;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0,0,0,.95);
  transform: translateY(-50%);
  white-space: nowrap;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-current::before,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-duration::before {
  display: none !important;
  content: none !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-current {
  left: var(--alza-vp-reference-time-inset) !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-duration {
  right: var(--alza-vp-reference-time-inset) !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-progress {
  --alza-vp-reference-progress: 0%;
  position: absolute !important;
  top: var(--alza-vp-reference-time-top) !important;
  right: var(--alza-vp-reference-progress-inset) !important;
  left: var(--alza-vp-reference-progress-inset) !important;
  z-index: 8;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%);
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-progress::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  height: clamp(3px, .35cqw, 5px);
  border-radius: 999px;
  background:
    linear-gradient(
      to right,
      var(--alza-vp-progress-color) 0,
      var(--alza-vp-progress-color) var(--alza-vp-reference-progress),
      rgba(255,255,255,.28) var(--alza-vp-reference-progress),
      rgba(255,255,255,.28) 100%
    );
  transform: translateY(-50%);
  pointer-events: none;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-progress input[type="range"] {
  position: relative;
  z-index: 2;
  height: 28px !important;
  width: calc(100% + var(--plyr-range-thumb-height)) !important;
  margin-top: 0 !important;
  margin-right: calc(var(--plyr-range-thumb-height) * -.5) !important;
  margin-bottom: 0 !important;
  margin-left: calc(var(--plyr-range-thumb-height) * -.5) !important;
  color: var(--alza-vp-progress-color) !important;
  cursor: pointer;
  --plyr-range-fill-background: var(--alza-vp-progress-color);
  --plyr-range-thumb-background: var(--alza-vp-progress-color);
  --plyr-range-track-height: clamp(3px, .35cqw, 5px);
  --plyr-range-thumb-height: clamp(12px, 1.5cqw, 20px);
  --plyr-range-thumb-shadow: 0 1px 5px rgba(0,0,0,.65);
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-progress input[type="range"]::-webkit-slider-runnable-track {
  background-color: transparent !important;
  background-image: none !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-progress input[type="range"]::-moz-range-track,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-progress input[type="range"]::-moz-range-progress {
  background: transparent !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-progress input[type="range"]::-ms-track,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-progress input[type="range"]::-ms-fill-lower,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-progress input[type="range"]::-ms-fill-upper {
  background: transparent !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-progress .plyr__progress__buffer {
  display: none !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-rewind,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-forward,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux {
  position: absolute !important;
  top: var(--alza-vp-reference-row-top) !important;
  z-index: 8;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-rewind {
  left: var(--alza-vp-reference-rewind-left) !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play {
  left: var(--alza-vp-reference-play-left) !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-forward {
  left: var(--alza-vp-reference-forward-left) !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume {
  left: var(--alza-vp-reference-volume-left) !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-rewind,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-forward {
  width: var(--alza-vp-reference-seek-size) !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 50% !important;
  color: var(--alza-vp-button-seek) !important;
  background: transparent !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play {
  width: var(--alza-vp-reference-play-size) !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 12px !important;
  color: var(--alza-vp-button-play) !important;
  background: transparent !important;
}

/* Um único comando de reprodução por estado:
   parado/pausado usa o play grande; reproduzindo usa o pause da barra.
   visibility preserva a geometria da linha de controles. */
.alza-vp-stage .alza-vp-play-state-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-large-play {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 var(--alza-vp-reference-large-play-size) !important;
  width: var(--alza-vp-reference-large-play-size) !important;
  min-width: var(--alza-vp-reference-large-play-size) !important;
  max-width: var(--alza-vp-reference-large-play-size) !important;
  height: var(--alza-vp-reference-large-play-size) !important;
  min-height: var(--alza-vp-reference-large-play-size) !important;
  max-height: var(--alza-vp-reference-large-play-size) !important;
  padding: 0 !important;
  border-radius: 50% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  transition:
    opacity .14s ease,
    transform .14s ease,
    filter .14s ease,
    background-color .14s ease,
    color .14s ease !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-large-play:not(.alza-vp-play-state-hidden) {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-large-play svg {
  display: block !important;
  flex: 0 0 46% !important;
  width: 46% !important;
  min-width: 0 !important;
  max-width: 46% !important;
  height: 46% !important;
  min-height: 0 !important;
  max-height: 46% !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-large-play[data-alza-large-play-mode="play"] svg {
  transform: translateX(1px);
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-rewind svg,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-forward svg {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.8));
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-seek-arrow {
  transform-box: view-box;
  transform-origin: 50% 50%;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-seek-value {
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

@keyframes alza-vp-seek-back-hint {
  0%, 100% { transform: rotate(0deg); }
  46% { transform: rotate(-19deg); }
  72% { transform: rotate(-11deg); }
}

@keyframes alza-vp-seek-forward-hint {
  0%, 100% { transform: rotate(0deg); }
  46% { transform: rotate(19deg); }
  72% { transform: rotate(11deg); }
}

@keyframes alza-vp-seek-value-hint {
  0%, 100% { transform: scale(1); opacity: 1; }
  46% { transform: scale(1.14); opacity: .88; }
}

@media (hover: hover) and (pointer: fine) {
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-rewind:hover,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-forward:hover {
    transform: translate(-50%, -50%) scale(1.08) !important;
  }

  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-rewind:hover .alza-vp-seek-arrow {
    animation: alza-vp-seek-back-hint .82s cubic-bezier(.4,0,.2,1) 1;
  }

  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-forward:hover .alza-vp-seek-arrow {
    animation: alza-vp-seek-forward-hint .82s cubic-bezier(.4,0,.2,1) 1;
  }

  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-rewind:hover .alza-vp-seek-value,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-forward:hover .alza-vp-seek-value {
    animation: alza-vp-seek-value-hint .82s ease-in-out 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-rewind:hover,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-forward:hover {
    transform: translate(-50%, -50%) !important;
  }

  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-seek-arrow,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-seek-value {
    animation: none !important;
  }
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play svg {
  width: 100% !important;
  height: auto !important;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.8));
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play.plyr__control--pressed .icon--not-pressed,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play:not(.plyr__control--pressed) .icon--pressed,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume-button.plyr__control--pressed .icon--not-pressed,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume-button:not(.plyr__control--pressed) .icon--pressed {
  display: none !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play.plyr__control--pressed .icon--pressed,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play:not(.plyr__control--pressed) .icon--not-pressed,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume-button.plyr__control--pressed .icon--pressed,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume-button:not(.plyr__control--pressed) .icon--not-pressed {
  display: block !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr__tooltip {
  display: none !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: var(--alza-vp-reference-volume-size) !important;
  min-width: 0 !important;
  height: var(--alza-vp-reference-volume-size) !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume .plyr__control {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 4px !important;
  border-radius: 50% !important;
  color: var(--alza-vp-button-volume) !important;
  background: transparent !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume svg {
  width: 100% !important;
  height: 100% !important;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.8));
}

/* Volume do desktop reproduzido a partir da referência do Instagram: botão de
   28 px que cresce para uma cápsula de 122 px. No toque permanece apenas
   mutar/desmutar. */
@media (any-hover: hover) and (any-pointer: fine) {
  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume {
    position: relative !important;
    z-index: 18 !important;
    flex: 0 0 28px !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
    overflow: visible !important;
  }

  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume.alza-vp-desktop-volume,
  .alza-vp-stage.is-sticky .plyr__volume.alza-vp-desktop-volume {
    flex: 0 0 28px !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
  }

  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume::before {
    content: "";
    position: absolute;
    z-index: 18;
    left: 50%;
    bottom: 0;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: rgba(82,82,89,.96);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: translateX(-50%);
    transition: height .18s cubic-bezier(.2,.72,.25,1), background-color .14s ease;
  }

  /* A ponte nasce somente depois que o botão abriu. Assim a barra não aparece
     ao passar perto do controle, mas continua aberta até o ajuste terminar. */
  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume::after {
    content: "";
    position: absolute;
    z-index: 17;
    left: 50%;
    bottom: 100%;
    width: 32px;
    height: 0;
    transform: translateX(-50%);
  }

  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume > .plyr__control {
    position: relative !important;
    z-index: 19 !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 5px !important;
    border-radius: 50% !important;
    color: var(--alza-vp-button-volume, #fff) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume > .plyr__control svg {
    width: 18px !important;
    height: 18px !important;
    filter: none !important;
  }

  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume > input[type="range"]:not(.alza-vp-control-hidden) {
    display: block !important;
    position: absolute !important;
    z-index: 19 !important;
    left: 50% !important;
    bottom: calc(100% + 37px) !important;
    width: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-50%) rotate(-90deg) !important;
    transform-origin: center !important;
    cursor: pointer !important;
    transition: opacity .1s ease .03s, visibility .1s ease .03s !important;
    --plyr-range-track-height: 8px;
    --plyr-range-thumb-height: 18px;
    --plyr-range-fill-background: #fff;
    --plyr-range-thumb-background: #fff;
    --plyr-range-thumb-shadow: none;
    --plyr-range-thumb-active-shadow-width: 0px;
    --plyr-video-range-track-background: rgba(255,255,255,.29);
  }

  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume:hover::before,
  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume:focus-within::before {
    height: 122px;
    background: rgba(82,82,89,.98);
  }

  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume:hover::after,
  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume:focus-within::after {
    height: 96px;
  }

  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume:hover > input[type="range"]:not(.alza-vp-control-hidden),
  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume:focus-within > input[type="range"]:not(.alza-vp-control-hidden) {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .alza-vp-stage.is-sticky .plyr__volume.alza-vp-desktop-volume::before {
    bottom: 0;
    height: 28px;
  }

  .alza-vp-stage.is-sticky .plyr__volume.alza-vp-desktop-volume::after {
    height: 0;
  }

  .alza-vp-stage.is-sticky .plyr__volume.alza-vp-desktop-volume:hover::before,
  .alza-vp-stage.is-sticky .plyr__volume.alza-vp-desktop-volume:focus-within::before {
    height: 122px;
  }

  .alza-vp-stage.is-sticky .plyr__volume.alza-vp-desktop-volume:hover::after,
  .alza-vp-stage.is-sticky .plyr__volume.alza-vp-desktop-volume:focus-within::after {
    height: 96px;
  }
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-fullscreen {
  position: absolute !important;
  top: var(--alza-vp-reference-fullscreen-top) !important;
  right: var(--alza-vp-reference-fullscreen-right) !important;
  z-index: 9;
  width: var(--alza-vp-reference-fullscreen-size) !important;
  height: var(--alza-vp-reference-fullscreen-size) !important;
  margin: 0 !important;
  padding: var(--alza-vp-reference-fullscreen-padding) !important;
  border-radius: 3px !important;
  color: var(--alza-vp-button-fullscreen) !important;
  background: rgba(8,8,8,.62) !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-fullscreen svg {
  width: 100% !important;
  height: 100% !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-rewind:hover,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-rewind:focus-visible,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-forward:hover,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-forward:focus-visible,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume .plyr__control:hover,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume .plyr__control:focus-visible,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-fullscreen:hover,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-fullscreen:focus-visible {
  color: var(--alza-vp-control-hover-icon) !important;
  background-color: var(--alza-vp-control-hover) !important;
  filter: brightness(1.06);
}

/* O seletor do Instagram já possui seu próprio fundo expansível. */
@media (any-hover: hover) and (any-pointer: fine) {
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume.alza-vp-desktop-volume > .plyr__control:hover,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume.alza-vp-desktop-volume > .plyr__control:focus-visible,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-volume.alza-vp-desktop-volume:focus-within > .plyr__control,
  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume > .plyr__control:hover,
  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume > .plyr__control:focus-visible,
  .alza-vp-stage .plyr__volume.alza-vp-desktop-volume:focus-within > .plyr__control {
    color: var(--alza-vp-button-volume, #fff) !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    filter: none !important;
  }
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play:hover,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play:focus-visible {
  color: var(--alza-vp-button-play) !important;
  background: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: brightness(1.12);
  transform: translate(-50%, -50%) scale(1.06) !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play:hover svg,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-play:focus-visible svg {
  filter:
    drop-shadow(0 2px 4px rgba(0,0,0,.8))
    drop-shadow(0 0 5px var(--alza-vp-control-hover));
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux {
  top: var(--alza-vp-reference-aux-top) !important;
  width: var(--alza-vp-reference-aux-size) !important;
  height: var(--alza-vp-reference-aux-size) !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux.plyr__menu {
  z-index: 14 !important;
  overflow: visible !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux.plyr__menu .plyr__menu__container {
  z-index: 30 !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux.alza-vp-reference-settings {
  top: var(--alza-vp-reference-row-top) !important;
  right: var(--alza-vp-reference-settings-right) !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux-1 { right: var(--alza-vp-reference-aux-1-right) !important; }
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux-2 { right: var(--alza-vp-reference-aux-2-right) !important; }
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux-3 { right: var(--alza-vp-reference-aux-3-right) !important; }
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux-4 { right: var(--alza-vp-reference-aux-4-right) !important; }
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux-5 { right: var(--alza-vp-reference-aux-5-right) !important; }

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux > .plyr__control,
.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux.plyr__control {
  width: 100% !important;
  height: 100% !important;
  padding: 7px !important;
}

.alza-vp-stage.is-sticky .alza-vp-reference-current,
.alza-vp-stage.is-sticky .alza-vp-reference-duration {
  display: none !important;
}

.alza-vp-stage.is-sticky .plyr__progress input[type="range"] {
  color: var(--alza-vp-progress-color) !important;
  --plyr-range-fill-background: var(--alza-vp-progress-color);
  --plyr-range-thumb-background: var(--alza-vp-progress-color);
}

.alza-vp-watermark-fullscreen-clone[hidden] {
  display: none !important;
}

.plyr:fullscreen .alza-vp-watermark-fullscreen-clone,
.plyr:-webkit-full-screen .alza-vp-watermark-fullscreen-clone,
.plyr.plyr--fullscreen-fallback .alza-vp-watermark-fullscreen-clone {
  display: block;
}

.alza-vp-stage.is-sticky .alza-vp-reference-aux {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}

.alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-control-hidden {
  display: none !important;
}

@container (max-width: 640px) {
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) {
    --alza-vp-reference-time-top: 75%;
    --alza-vp-reference-time-inset: 7%;
    --alza-vp-reference-time-size: clamp(10px, 3.2cqw, 13px);
    --alza-vp-reference-large-play-size: clamp(50px, 16cqw, 58px);
    --alza-vp-reference-progress-inset: 18%;
    --alza-vp-reference-row-top: 87.5%;
    --alza-vp-reference-seek-size: clamp(26px, 8cqw, 28px);
    --alza-vp-reference-play-size: clamp(34px, 10cqw, 36px);
    --alza-vp-reference-volume-size: clamp(26px, 8cqw, 28px);
    --alza-vp-reference-fullscreen-top: 4.5%;
    --alza-vp-reference-fullscreen-right: 3%;
    --alza-vp-reference-fullscreen-size: 30px;
    --alza-vp-reference-fullscreen-padding: 7px;
    --alza-vp-reference-aux-top: 9%;
    --alza-vp-reference-aux-size: 26px;
    --alza-vp-reference-aux-1-right: 13%;
    --alza-vp-reference-aux-2-right: 23%;
    --alza-vp-reference-aux-3-right: 33%;
    --alza-vp-reference-aux-4-right: 43%;
    --alza-vp-reference-aux-5-right: 53%;
  }

  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux.plyr__menu .plyr__menu__container {
    top: auto !important;
    right: -3px !important;
    bottom: 100% !important;
    margin: 0 0 8px !important;
    max-height: min(58vh, 140px);
  }

  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux.plyr__menu .plyr__menu__container > div {
    max-height: min(58vh, 140px);
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux.plyr__menu .plyr__menu__container::after {
    top: 100% !important;
    bottom: auto !important;
    border-top-color: var(--plyr-menu-background, rgba(20,20,20,.96)) !important;
    border-bottom-color: transparent !important;
  }
}

@supports not (container-type: inline-size) {
  @media (max-width: 640px) {
    .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) {
      --alza-vp-reference-time-top: 75%;
      --alza-vp-reference-time-inset: 7%;
      --alza-vp-reference-time-size: 11px;
      --alza-vp-reference-large-play-size: 54px;
      --alza-vp-reference-progress-inset: 18%;
      --alza-vp-reference-row-top: 87.5%;
      --alza-vp-reference-seek-size: 28px;
      --alza-vp-reference-play-size: 36px;
      --alza-vp-reference-volume-size: 28px;
      --alza-vp-reference-fullscreen-top: 4.5%;
      --alza-vp-reference-fullscreen-right: 3%;
      --alza-vp-reference-fullscreen-size: 30px;
      --alza-vp-reference-fullscreen-padding: 7px;
      --alza-vp-reference-aux-top: 9%;
      --alza-vp-reference-aux-size: 26px;
      --alza-vp-reference-aux-1-right: 13%;
      --alza-vp-reference-aux-2-right: 23%;
      --alza-vp-reference-aux-3-right: 33%;
      --alza-vp-reference-aux-4-right: 43%;
      --alza-vp-reference-aux-5-right: 53%;
    }

    .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux.plyr__menu .plyr__menu__container {
      top: auto !important;
      right: -3px !important;
      bottom: 100% !important;
      margin: 0 0 8px !important;
      max-height: min(58vh, 140px);
    }

    .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux.plyr__menu .plyr__menu__container > div {
      max-height: min(58vh, 140px);
      overflow-y: auto !important;
      overscroll-behavior: contain;
    }

    .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .alza-vp-reference-aux.plyr__menu .plyr__menu__container::after {
      top: 100% !important;
      bottom: auto !important;
      border-top-color: var(--plyr-menu-background, rgba(20,20,20,.96)) !important;
      border-bottom-color: transparent !important;
    }
  }
}

@media (max-width: 640px) {
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr:fullscreen,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr:-webkit-full-screen,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr.plyr--fullscreen-fallback {
    --alza-vp-reference-time-top: calc(100% - 66px - env(safe-area-inset-bottom, 0px));
    --alza-vp-reference-row-top: calc(100% - 27px - env(safe-area-inset-bottom, 0px));
    --alza-vp-reference-aux-top: var(--alza-vp-reference-row-top);
    --alza-vp-reference-progress-inset: 18%;
  }

  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr:fullscreen .alza-vp-reference-settings .plyr__menu__container,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr:-webkit-full-screen .alza-vp-reference-settings .plyr__menu__container,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr.plyr--fullscreen-fallback .alza-vp-reference-settings .plyr__menu__container,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr:fullscreen .alza-vp-reference-settings .plyr__menu__container > div,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr:-webkit-full-screen .alza-vp-reference-settings .plyr__menu__container > div,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr.plyr--fullscreen-fallback .alza-vp-reference-settings .plyr__menu__container > div {
    max-height: min(58vh, 320px);
  }
}

@media (max-width: 900px) {
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr:fullscreen,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr:-webkit-full-screen,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr.plyr--fullscreen-fallback {
    --alza-vp-reference-rewind-left: calc(50% - 55px);
    --alza-vp-reference-play-left: 50%;
    --alza-vp-reference-forward-left: calc(50% + 55px);
    --alza-vp-reference-volume-left: calc(50% + 110px);
  }

  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr:fullscreen .alza-vp-reference-aux.alza-vp-reference-settings,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr:-webkit-full-screen .alza-vp-reference-aux.alza-vp-reference-settings,
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) .plyr.plyr--fullscreen-fallback .alza-vp-reference-aux.alza-vp-reference-settings {
    right: auto !important;
    left: min(calc(100% - 18px), calc(50% + 155px)) !important;
  }
}

@supports not (width: 1cqw) {
  .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) {
    --alza-vp-reference-large-play-size: 64px;
  }

  @media (max-width: 640px) {
    .alza-vp-stage.alza-vp-reference-ui:not(.is-sticky) {
      --alza-vp-reference-large-play-size: 54px;
    }
  }
}
