.elementor-559 .elementor-element.elementor-element-3718517{--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;}/* Start custom CSS for shortcode, class: .elementor-element-389847e */.receitas-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.receita-card {
  width: 100%; /* MOBILE */
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* DESKTOP */
@media (min-width: 768px) {
  .receita-card {
    width: 32%;
  }
}

.receita-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.receita-card h3 {
  font-size: 20px;
  margin: 15px;
}

.vermais {
  text-align: center;
  margin: 25px 0 40px;
}

.vermais a {
  padding: 12px 22px;
  background: #EE475B;
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-size: 17px;
}/* End custom CSS */