/*
Theme Name: Comunidade Servos da Cruz
Theme URI: https://csc.org.br
Author: CSC
Description: Tema institucional da Comunidade Servos da Cruz, convertido do layout original (Gatsby) para WordPress clássico. Home estática fiel ao layout publicado.
Version: 1.0.0
Requires at least: 5.5
Tested up to: 6.5
Requires PHP: 7.2
License: MIT
Text Domain: csc
*/

/* Os estilos reais do tema são carregados via functions.php (main.css, bootstrap,
   swiper, fontawesome, azino-icons). Este arquivo existe porque o WordPress exige
   um style.css com o cabeçalho do tema. Ajustes pontuais podem ficar abaixo. */

/* Modal de vídeo (substitui o react-modal-video do layout original) */
.csc-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.csc-video-modal.is-open {
  display: flex;
}
.csc-video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}
.csc-video-modal__dialog {
  position: relative;
  width: 90%;
  max-width: 900px;
}
.csc-video-modal__frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.csc-video-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.csc-video-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

