/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */


.artigos-hoje {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .artigos-hoje {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .artigos-hoje {
        grid-template-columns: 1fr;
    }
}

.artigo-imagem img {
    width: 100%;
    height: 220px;
    object-fit: cover; /* segurança extra */
    border-radius: 6px;
}

.artigo-titulo {
    font-size: 18px;
    margin: 10px 0;
}

.artigo-titulo {
    font-size: 18px;
    margin: 6px 0 2px 0; /* top, right, bottom, left */
}

.artigo-excerto {
    font-size: 14px;
    color: #555;
    margin-top: 2px; /* controla o espaço entre título e excerto */
}

.artigo-excerto {
    font-size: 14px;
    color: #555;
}


/* --- FIX: Slider Revolution no browser do Instagram --- */
#rev_slider_1_1_wrapper,
#rev_slider_1_1 {
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

#rev_slider_1_1 .tp-leftarrow,
#rev_slider_1_1 .tp-rightarrow,
#rev_slider_1_1 .tp-bullet {
  pointer-events: auto !important;
  touch-action: manipulation !important;
  z-index: 99999 !important;
}

#rev_slider_1_1 .tp-bullet,
#rev_slider_1_1 .tp-bullets {
  position: relative;
}

/* Evita que camadas invisíveis bloqueiem toques */
.rs-overflow-hidden,
.rev_slider_wrapper {
  pointer-events: none !important;
}
.rs-overflow-hidden * {
  pointer-events: auto !important;
}
