.elementor-1708 .elementor-element.elementor-element-fd7dd62{--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;--background-transition:0.3s;}/* Start custom CSS */.menu-lateral-especialidades {
  position: sticky;
  top: 100px;
  background-color: #e8f0fa;
  padding: 20px;
  border-radius: 10px;
  max-width: 250px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  font-family: 'Poppins', sans-serif;
}

.menu-lateral-especialidades ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-lateral-especialidades li {
  margin-bottom: 12px;
  border-bottom: 1px solid #cde0f3;
  padding-bottom: 8px;
}

.menu-lateral-especialidades a {
  text-decoration: none;
  color: #0a2342;
  font-size: 16px;
  transition: all 0.3s ease;
}

.menu-lateral-especialidades a:hover {
  color: #0056b3;
  padding-left: 5px;
}/* End custom CSS */