.elementor-16672 .elementor-element.elementor-element-54adbce{--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;}.elementor-16672 .elementor-element.elementor-element-d31e21e.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-16672 .elementor-element.elementor-element-89cdf1e{--display:flex;}.elementor-16672 .elementor-element.elementor-element-ba76998.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-ba76998 *//* === ESTILOS ACESSÍVEIS PARA ELEMENTOR === */

/* Box do Projeto de Lei (destaque maior) */
.box-projeto {
  background-color: #ede7f6; /* Roxo suave com bom contraste */
  border-left: 6px solid #5e35b1;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(94, 53, 177, 0.15);
  padding: 20px 20px 20px 60px;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
}

.box-projeto strong {
  color: #4527a0;
  font-weight: 700;
}

/* Box da Indicação (nível secundário) */
.box-indicacao {
  background-color: #f3e5f5;
  border-left: 5px solid #9575cd;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(149, 117, 205, 0.12);
  padding: 18px 20px 18px 60px;
  position: relative;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-top: 10px;
}

.box-indicacao strong {
  color: #6a1b9a;
  font-weight: 600;
}

/* Ícones */
.emoji-badge {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #d1c4e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  left: 12px;
  top: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Ícone principal com destaque */
.emoji-badge.destaque {
  background-color: #b39ddb;
}/* End custom CSS */