.elementor-16418 .elementor-element.elementor-element-9dc41db{--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-16418 .elementor-element.elementor-element-2f8144f.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-16418 .elementor-element.elementor-element-9684bb8{--display:flex;}.elementor-16418 .elementor-element.elementor-element-80f8b53.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-80f8b53 *//* CSS adicional para Elementor */
.checklist-roxo {
  background-color: #ede7f6; /* lilás claro, acessível */
  border-radius: 12px;
  list-style: none;
  box-shadow: 0 4px 12px rgba(128, 0, 128, 0.1);
}

.checklist-roxo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checklist-roxo li {
  background: #fff;
  border: 1px solid #d1c4e9;
  border-left: 5px solid #7e57c2;
  border-radius: 10px;
  padding: 15px 20px 15px 60px;
  margin-bottom: 15px;
  position: relative;
  transition: background 0.3s ease;
}

.checklist-roxo li:hover {
  background: #f3e5f5;
}

.checklist-roxo strong {
  color: #5e35b1;
  font-weight: 600;
}

.emoji-badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ede7f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 18px;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.05);
}/* End custom CSS */