/* Globális formázás az összes feltöltött Tarot kártyához */
.tarot-product-card {
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}
.tarot-product-card .card-header {
  border-bottom: 2px solid #4a154b;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.tarot-product-card .product-title {
  color: #4a154b;
  font-size: 24px;
  margin: 0 0 5px 0;
}
.tarot-product-card .product-subtitle {
  font-style: italic;
  color: #666;
  margin: 0 0 10px 0;
}
.tarot-product-card .card-body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.tarot-product-card .desc-column {
  flex: 1;
  min-width: 300px;
}
.tarot-product-card .desc-column h3 {
  color: #4a154b;
  font-size: 18px;
  margin-top: 0;
}
.tarot-product-card .features-list {
  padding-left: 20px;
  margin: 0 0 20px 0;
}
.tarot-product-card .features-list li {
  margin-bottom: 8px;
}
.tarot-product-card .specs-column {
  flex: 1;
  min-width: 300px;
}
.tarot-product-card .specs-box {
  background: #fcfcfc;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.tarot-product-card .specs-box h3 {
  color: #4a154b;
  font-size: 16px;
  margin-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.tarot-product-card .specs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tarot-product-card .specs-list li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
}
.tarot-product-card .spec-label {
  color: #666;
}
.tarot-product-card .spec-value {
  font-weight: bold;
  color: #111;
}
.tarot-product-card .recommendation-box {
  background: #f5f9fc;
  border: 1px solid #d2e4f1;
  padding: 20px;
  border-radius: 6px;
}
.tarot-product-card .recommendation-box h4 {
  color: #1a4f70;
  font-size: 15px;
  margin-top: 0;
}

/* Kifejezetten a Shoprenter gyári rövid leírás mezőjének kényszerített feketítése a kosár mellett */
.product-short-description, 
.product-short-description *, 
.short-description, 
.short-description * {
  color: #000000 !important;
  font-size: 15.5px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}