/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 18:01:57 */
.single_post_content h2 { 
 margin-left: -42%
}

.single_post_content figcaption {
	color: var(--Brand-Secondary-Secondary-lighter, #37580B);

/* Text/12/medium */
font-family: var(--font-family-Body, "Work Sans");
font-size: var(--font-size-12, 12px);
font-style: normal;
font-weight: 500;
line-height: 140%; /* 16.8px */
padding-left: 10px;
	border-left: solid 1.5px #37580B;
margin-top: 20px;
}

.elementor-13 
.elementor-element.elementor-element-fd920b6.elementor-widget-n-tabs 
> .e-n-tabs 
> .e-n-tabs-heading 
> :last-child:is(
  .e-n-tab-title > .e-n-tab-title-text, 
  .e-n-tab-title
){
  border-radius: 0px 20px 0px 0px;
}


.categoria_estilo .jet-listing .jet-listing-dynamic-field__content {
    color: #ffffff !important;
}


.categoria_estilo .elementor-widget-theme-post-excerpt p {
    color: #ffffff !important;
}


.categoria_estilo .elementor-element.elementor-element-9a99505 {
    background-color: #273E08 !important;

}


.categoria_estilo 
.elementor-element.elementor-element-4a0ca1f 
.jet-listing-dynamic-field__content,
.categoria_estilo 
.elementor-element.elementor-element-d271f27 
.elementor-heading-title {
    color: #EEFE7A !important;
    font-weight: 700 !important;
}


.categoria_estilo .elementor-element-9a99505 * {
    color: inherit !important;
}

.single_post_content h2 { 
	font-size: 40px;
}




/* =========================================================
   BLOCKQUOTE ESTILO TAG (igual imagem)
========================================================= */

.wp-block-quote {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  gap: 12px;
  background: #273E08;
  border-radius: 0px 0px 0px 10px;
  margin: 8px 0;
}

/* Texto */
.wp-block-quote p {
  margin: 0 !important;
  font-family: "Work Sans", Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #EEFE7A;
  white-space: nowrap;
}

/* Remove aspas padrão do WP */
.wp-block-quote::before,
.wp-block-quote::after {
  display: none !important;
}

/* =========================================================
   SVG REAL (IMG) — SOMENTE NO PRIMEIRO BLOCKQUOTE
========================================================= */

.wp-block-quote.has-quote-svg {
  /* cria espaço pra imagem em cima */
  margin-top: 190px; /* ajuste conforme o tamanho do svg */
}

.wp-block-quote.has-quote-svg > img.quote-svg {
  position: absolute;
  left: 0;
  top: -135px; /* quanto sobe acima do bloco */
  width: 170px; /* tamanho do svg */
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}
