/* Hidde reCAPTCHA logo end of page*/
.grecaptcha-badge {visibility: hidden;}

/* Youtube Video Style */
.vjs-youtube .vjs-iframe-blocker { display: none; }
.vjs-youtube .vjs-user-inactive .vjs-iframe-blocker { display: block; }
.vjs-youtube .vjs-poster { background-size: cover; }
.vjs-youtube-mobile .vjs-big-play-button { display: none; }


/* Video Style */
video {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Esconde o botão de download em browsers baseados em Chromium */
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Empurra os botões de opção para fora da vista */
}
video::-webkit-media-controls-playback-speed-button {
  display: none;
}
video::-internal-media-controls-overflow-button {
  display: none;
}

/* APL generic Style */
.hidden {display: none !important;}

.ColorGray {color: gray;}
.ColorWhite {color: white;}




.wrestler-video-thumbnail {
    width: 14em;
    min-width: 12em;
    height: 9em;
}



.video-container {
    /* Define o contexto de posicionamento para o thumbnail/botão */
    position: relative;
    display: inline-block;
    /* Adicione as dimensões fixas ou responsivas que você deseja */
    /* Exemplo (pode vir de onde a imagem está a definir o tamanho) */
    width: 100%; 
    padding-bottom: 56.25%; /* Exemplo de aspect-ratio 16:9 */
    height: 0; /* Necessário para padding-bottom funcionar */
    overflow: hidden; /* Garante que nada saia do contêiner */
}

.video-container .video-thumbnail, .video-container video {
    position: absolute; /* Preenche o contêiner com 100% */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    object-fit: cover; 
}

.video-container img.video-thumbnail {
    width: 100%;
    height: auto;
    display: block;
}

/* Estilo para o vídeo injetado */
.video-container .video-element {
    position: absolute; /* Para o vídeo preencher o container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que o vídeo cobre o container sem distorção */
    background-color: black; /* Fundo para áreas de letterbox/pillarbox */
}


/* Exemplo de um círculo giratório em vez de imagem */
.video-container.is-waiting::after {
    content: "";
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 60px;
    height: 60px;
    border: 5px solid rgba(255,255,255,0.3);
    border-top-color: #e50914;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Oculta o botão de tela cheia no Firefox */
.video-element::-moz-full-screen-button {
    display: none !important;
}

/* Oculta o botão de tela cheia no Chrome, Edge, e Safari (Webkit) */
.video-element::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

/* Opcional: Oculta o botão de download (já tentado com controlsList) */
.video-element::-webkit-media-controls-download-button {
    display: none !important;
}


.video-container .play-button-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centraliza o ícone */
    width: 50px; /* Tamanho do ícone */
    height: 50px;
    background-color: rgba(0, 0, 0, 0.7); /* Fundo semi-transparente para o ícone */
    border-radius: 50%; /* Faz um círculo */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10; /* Garante que o botão esteja acima da thumbnail */
}

.video-container .play-button-video::before {
    content: '▶'; /* Caractere de play */
    color: white;
    font-size: 30px;
    line-height: 1; /* Alinha o texto verticalmente */
    margin-left: 5px; /* Ajuste para o triângulo do play */
}

.video-container .play-button-video:hover {
    background-color: rgba(0, 0, 0, 0.9);
}





/* Estilo do Ícone de Play */
.view-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    
    /* Novo estilo para fundo cinzento semi-transparente e ícone branco */
    background-color: rgba(0, 0, 0, 0.6); /* Fundo cinzento escuro com 60% de opacidade */
    border-radius: 50%; /* Torna o fundo circular */
    color: white; /* Cor do ícone (fa-play) */
    font-size: 24px; /* Tamanho do ícone */
    
    /* Centraliza o ícone dentro do seu container circular */
    width: 60px; /* Largura do círculo */
    height: 60px; /* Altura do círculo */
    display: flex; /* Usa flexbox para centralização */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    
    /* Transições para efeitos de hover */
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    z-index: 10; /* Garante que o ícone fique acima da imagem */
    
    /* Sombra para o ícone (opcional) */
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.4));
}

.view-icon:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Fica mais opaco no hover */
    transform: scale(1.1); /* Ícone cresce um pouco */
}


/* Estilo do Ícone de Play */
.play-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    
    background-color: rgba(0, 0, 0, 0.40); /* Fundo cinzento escuro com 60% de opacidade */
    border-radius: 50%; /* Torna o fundo circular */
    color: white; /* Cor do ícone (fa-play) */
    font-size: 20px; /* Tamanho do ícone */
    
    /* Centraliza o ícone dentro do seu container circular */
    width: 50px; /* Largura do círculo */
    height: 50px; /* Altura do círculo */
    display: flex; /* Usa flexbox para centralização */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    
    /* Transições para efeitos de hover */
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    z-index: 10; /* Garante que o ícone fique acima da imagem */
    
    /* Sombra para o ícone (opcional) */
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.4));
}

.play-icon:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Fica mais opaco no hover */
    transform: scale(1.1); /* Ícone cresce um pouco */
}

.play-icon_big {
    /* MANTÉM: Posição absoluta dentro do contentor pai (.video-container) */
    position: absolute;
    /* Define o ponto de partida no centro do contentor (50% do topo e 50% da esquerda) */
    top: 50%;
    left: 50%; 
    /* Move o elemento para trás pelo seu próprio tamanho (metade da largura/altura) para centralizar */
    transform: translate(-50%, -50%); 
    
    /* ⭐️ NOVO: TAMANHO RELATIVO (80% da largura do contentor pai) */
    width: 30%; 
    height: 50%; 
    
    /* Novo estilo para fundo cinzento semi-transparente e ícone branco */
    background-color: rgba(0, 0, 0, 0.4); /* Fundo cinzento escuro com 60% de opacidade */
    border-radius: 50%; /* Torna o fundo circular */
    color: white; /* Cor do ícone (fa-play) */
    font-size: 4em; /* Use uma unidade relativa se quiser que o ícone interno escale com o contentor */

    display: flex; /* Usa flexbox para centralização */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    
    /* Transições para efeitos de hover */
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    z-index: 10; /* Garante que o ícone fique acima da imagem */
    
    /* Sombra para o ícone (opcional) */
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5)); /* Aumentei a sombra */
}

/* Opcional: Efeito de scale (crescer ligeiramente) no hover */
.play-icon_big:hover {
    background-color: rgba(0, 0, 0, 0.75); /* Fica um pouco mais escuro */
    /* Lembre-se de re-aplicar o translate(-50%, -50%) junto com o scale, senão ele "descentraliza" */
    transform: translate(-50%, -50%) scale(1.05); /* Escala ligeiramente */
}


@media (max-width: 480px) {
    .play-icon {
        font-size: 20px; /* Ícone menor em telas pequenas */
        width: 60px; /* Círculo menor */
        height: 60px;
        top: 5px; /* Mais perto do canto */
        right: 5px;
    }
    
    .view-icon {
        font-size: 20px; /* Ícone menor em telas pequenas */
        width: 60px; /* Círculo menor */
        height: 60px;
        top: 5px; /* Mais perto do canto */
        left: 5px;
    }
}



/* */
/* Container that encompasses the price and the button */
.price-and-button-container {
    display: flex; /* Enables Flexbox */
    justify-content: space-between; /* Distributes space between elements (price on the left, button on the right) */
    align-items: center; /* Vertically aligns items in the center */
    width: 100%; /* Occupies the full width within .content-left */
}

/* Optional: Style for the button */
.button-container {
    /* Ensures the button is clearly visible and aligned */
    margin-left: 15px; /* Adds a small space between the price and the button */
    flex-shrink: 0; /* Prevents the button from shrinking */
}

/* Optional: Ensures the price container adjusts if necessary */
.price-container {
    flex-grow: 1; /* Allows the price to take up the remaining space */
}