<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card {
  padding: 2rem !important; /* Ajuste general para todas */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title h3 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.card-subtitle h4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--color-rojo);
  margin-bottom: 1rem;
}

.card-price {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 580;
  gap: 8px;
}

.card-price span {
  font-size: 13px;
  color: var(--color-text);
  font-weight: 400;
}

.card-bar {
  width: 90%;
  margin: 1rem 0;
}

.card-text {
  font-size: 13px;
  line-height: 1.3;
}

.card-btn {
  margin-top: auto;
  max-width: 200px;
}

.card-btn button {
  background: var(--color-rojo);
  color: white;
  padding: 0.8rem 2.5rem;
  border: none;
  font-size: 16px;
  width: 100%;
}

.cards-double .card-subtitle {
  margin-bottom: 1.5rem;
}

/* Para la card de MenÃº del DÃ­a y Take Away */
.card .card-text.mb-5 {
  margin-bottom: 1rem !important;
}
</pre></body></html>