.abrir-popup-direcoes {
  font-size: 14px;
  padding: 4px 10px;
  background: #2B288A;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  cursor: pointer;
  margin-left: 10px;
}

/* ===== Overlay FECHADO por padrão ===== */
.popup-direcoes-overlay {
  display: none !important;
}

/* ===== Overlay ABERTO (controlado por JS) ===== */
.popup-direcoes-overlay.is-open {
  display: flex !important;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  justify-content: center;
  align-items: center;
  transform: none !important;
}

/* ===== BLOQUEIA POPUP DENTRO DO EDITOR DO ELEMENTOR ===== */
.elementor-editor-active .popup-direcoes-overlay,
.elementor-editor .popup-direcoes-overlay,
.elementor-editor-preview .popup-direcoes-overlay {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.popup-direcoes {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  border: 4px solid black;
  width: 95%;
  max-width: 520px;
  position: relative;
  text-align: center;
}

.popup-direcoes iframe {
  display: block !important;
  width: 100% !important;
  height: 300px !important;
  border: 0 !important;
}

.popup-direcoes .fechar-popup {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #2B288A;
  color: white;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 1;
  cursor: pointer;
}

.como-chegar {
  color: #2B288A !important; /* mesmo azul do botão */
  font-weight: 800;
  margin: 12px 0 8px;
  font-size: 15px;
}

.icones-mapa {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.icones-mapa a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #660000;
  text-decoration: none;
  font-size: 45px;
}