/* Parent Scoped CSS */
.weekly-jodi-chart-wrapper .jodi-chart-card {
  border: 2px solid #800000 !important;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.weekly-jodi-chart-wrapper .jodi-chart-header {
  background-color: #0000b3 !important;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: bold;
  font-style: italic;
  padding: 8px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.weekly-jodi-chart-wrapper .jodi-chart-body {
  background-color: #ffcc99 !important;
  padding: 12px 0;
  text-align: center;
  font-family: var(--bs-font-monospace);
  font-weight: bold;
}

.weekly-jodi-chart-wrapper .jodi-numbers-row {
  font-size: 0.95rem;
  color: #0000b3;
  margin-bottom: 2px;
  letter-spacing: 1px;
}

.weekly-jodi-chart-wrapper .jodi-numbers-row:last-child {
  margin-bottom: 0;
}