.elementor-4967 .elementor-element.elementor-element-9907db2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3899120 */.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.pricing-card h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-card li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.pricing-card li:last-child {
  border-bottom: none;
}

.pricing-card strong {
  font-weight: 600;
}

/* destacada */
.pricing-card.highlight {
  background: linear-gradient(135deg, #f5f7ff, #eef1ff);
  border: 1px solid #dde3ff;
}/* End custom CSS */