.MarketInfo .market-main-card {
  background-color: #ffe6cc !important;
  border: 2px solid #800000 !important;
  border-radius: 8px;
  overflow: hidden;
}

.MarketInfo .market-header {
  background-color: #ff007f;
  color: #ffffff;
  padding: 14px;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.MarketInfo .welcome-title {
  color: #800000;
  font-weight: 800;
  text-transform: uppercase;
}

.MarketInfo .welcome-text {
  font-size: 0.95rem;
  color: #333333;
  max-width: 800px;
  margin: 6px auto 0 auto;
  font-weight: 600;
  line-height: 1.5;
}

/* Fix Single Jodi Highlight Card Styles */
.MarketInfo .highlight-card {
  background-color: #ffffff !important;
  border: 1px solid #e1b382 !important;
  border-radius: 6px;
  padding: 16px;
}

.MarketInfo .card-badge {
  background-color: #cc0000;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 20px;
  align-self: center;
}

.MarketInfo .jodi-title {
  color: #000080;
  font-weight: 700;
}

.MarketInfo .jodi-highlight {
  color: #cc0000;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.MarketInfo .market-scope-text {
  font-size: 0.85rem;
  color: #555555;
  font-weight: bold;
}

/* Feature Panel Styles */
.MarketInfo .features-card {
  background-color: #ffffff !important;
  border: 1px solid #e1b382 !important;
  border-radius: 6px;
  overflow: hidden;
}

.MarketInfo .features-title-bar {
  background-color: #800000;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 8px;
  border-radius: 4px 4px 0 0;
}

.MarketInfo .custom-list-group {
  border-radius: 0;
}

.MarketInfo .list-item-custom {
  background-color: transparent !important;
  font-size: 0.9rem;
  font-weight: bold;
  color: #000080 !important;
  padding: 12px 16px !important;
  border-bottom: 1px dashed #e1b382 !important;
}

.MarketInfo .list-item-custom:last-child {
  border-bottom: none !important;
}

/* Bottom Footer Tag Styling */
.MarketInfo .site-footer-note {
  border-top: 1px solid #cfa1a1;
  padding-top: 16px;
}

.MarketInfo .branding-tag {
  background-color: #000080;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 4px;
  display: inline-block;
  letter-spacing: 0.5px;
}