/* WC Product Media Manager — Frontend CSS */

.pmm-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: inherit;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

/* Botões de imagem */
.pmm-image-btn:hover {
    transform: translateY(-3px) scale(1.02);
    text-decoration: none;
}

/* Vídeo já é totalmente inline, sem CSS necessário */

/* Lightbox — garante que fique sobre o Elementor (z-index alto) */
.pmm-lb { z-index: 999999 !important; }
