.elementor-1857 .elementor-element.elementor-element-aa53590{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ================================
   ESTILO GLOBAL – BLOG FIRSTDOCY
   ================================ */

.firstdocy-blog {
  font-family: 'Sora', Arial, sans-serif;
  color: #212153;
  line-height: 1.7;
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Títulos principais */
.firstdocy-blog h1 {
  color: #212153;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Subtítulos de seção */
.firstdocy-blog h2 {
  color: #146FE0;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 40px 0 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Subtítulos internos */
.firstdocy-blog h3 {
  color: #212153;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 25px 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Ícones dentro dos títulos */
.firstdocy-blog h1 .icon,
.firstdocy-blog h2 .icon,
.firstdocy-blog h3 .icon {
  font-size: 1.2em;   /* Ícones proporcionais ao texto */
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Parágrafos */
.firstdocy-blog p {
  margin-bottom: 16px;
}

/* Listas */
.firstdocy-blog ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 15px 0;
}
.firstdocy-blog ul li::before {
  content: "•";
  color: #04BF7B;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Tabelas */
.firstdocy-blog table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 16px;
}
.firstdocy-blog th {
  background: #212153;
  color: #fff;
  padding: 12px;
  text-align: left;
}
.firstdocy-blog td {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.firstdocy-blog tr:nth-child(even) td {
  background: #f8f8f8;
}

/* Citações */
.firstdocy-blog blockquote {
  border-left: 4px solid #04BF7B;
  padding-left: 15px;
  margin: 20px 0;
  color: #212153;
  font-style: italic;
}

/* Linhas divisórias */
.firstdocy-blog hr {
  border: 1px solid #04BF7B;
  margin: 40px 0;
}

/* Links e CTAs */
.firstdocy-blog a {
  color: #04BF7B;
  font-weight: 600;
  text-decoration: none;
}
.firstdocy-blog a:hover {
  text-decoration: underline;
}

/* Hashtags finais */
.firstdocy-blog .hashtags {
  color: #212153;
  font-weight: 600;
  margin-top: 40px;
  display: block;
}

/* Responsividade */
@media (max-width: 768px) {
  .firstdocy-blog {
    font-size: 16px;
    padding: 30px 15px;
  }
  .firstdocy-blog h1 { font-size: 1.6rem; }
  .firstdocy-blog h2 { font-size: 1.4rem; }
  .firstdocy-blog h3 { font-size: 1.1rem; }
}/* End custom CSS */