.elementor-2038 .elementor-element.elementor-element-c150461{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-2038 .elementor-element.elementor-element-c150461{--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-94f8279 *//* Botão Abrir no mapa */
.wpsl-directions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #1D6240, #145031);
  color: #fff !important;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(29, 98, 64, 0.25);
  margin-bottom:20px;
}

/* Ícone sugestivo */
.wpsl-directions::before {
  content: "📍"; /* pode trocar por FontAwesome */
  font-size: 16px;
  line-height: 1;
}

/* Hover */
.wpsl-directions:hover {
  background: linear-gradient(135deg, #145031, #1D6240);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(29, 98, 64, 0.4);
}

/* Corrige corte do dropdown */
.wpsl-dropdown {
  position: relative;
  overflow: visible !important; /* permite que a lista ultrapasse o container */
}

/* A lista do dropdown (que o plugin gera) */
.wpsl-dropdown ul {
  position: absolute !important;
  top: 100%; /* aparece logo abaixo do campo */
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  margin-top: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  z-index: 99999 !important; /* fica acima de tudo */
  overflow-y: auto;
  max-height: 220px; /* rolagem se tiver muitos itens */
}

/* Itens dentro da lista */
.wpsl-dropdown ul li {
  padding: 12px 16px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.2s ease;
}
.wpsl-dropdown ul li:hover {
  background: rgba(29, 98, 64, 0.08); /* verde clarinho no hover */
}/* End custom CSS */