.elementor-340 .elementor-element.elementor-element-5b44fb4{--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;}@media(max-width:767px){.elementor-340 .elementor-element.elementor-element-5b44fb4{--min-height:100vh;}}/* Start custom CSS for html, class: .elementor-element-ae3a2f0 */.feira-container {
  padding: 20px;
  max-width: 800px;
  margin: auto;
  font-family: "Poppins", sans-serif;
}

.feira-container h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

.map-wrapper {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.barracas {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.card {
  background: #fff;
  border-radius: 16px;
  padding: 15px 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.card:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}/* End custom CSS */