/* Estilos para o bloco ACF - Botão Primário */
.primary-button-block {
    width: 100%;
}

/* Preview no editor */
.acf-block-preview .primary-button-block {
    pointer-events: none;
}

/* =====================================================
   Estilos para o bloco ACF - YouTube Video
   ===================================================== */

/* Container principal - centralização */
.youtube-video-block {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* YouTube Video Block - Estilos aplicados dinamicamente via PHP */

/* YouTube Play Button Global Styles */
.youtube-play-button {
    display: inline-block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.play-button-overlay svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}

/* Preview no editor - YouTube */
.acf-block-preview .youtube-video-block {
    pointer-events: none;
}

/* =====================================================
   Estilos para o bloco ACF - Nossos Professores  
   ===================================================== */

/* Preview no editor - Professores */
.acf-block-preview .professors-block {
    pointer-events: none;
}
