/* Sade Sati shortcode - report layout and cards */

.jyotisham-sadesati-wrapper .jyotisham-sadesati-content {
  padding: 32px;
}

.jyotisham-section-description {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 16px;
  font-style: italic;
}

.jyotisham-sadesati-wrapper .jyotisham-content {
  display: grid;
  gap: 24px;
}

.jyotisham-sadesati-wrapper .jyotisham-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.jyotisham-sadesati-wrapper .jyotisham-card h3 {
  color: #1a202c;
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 600;
}

.jyotisham-sadesati-wrapper .jyotisham-card p {
  color: #4a5568;
  margin-bottom: 12px;
  line-height: 1.6;
}

.jyotisham-status-display {
  text-align: center;
  padding: 20px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.jyotisham-status-indicator {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 8px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.jyotisham-active-sadesati {
  background: #fef2f2;
  color: #dc2626;
  border: 2px solid #fca5a5;
}

.jyotisham-inactive-sadesati {
  background: #f0fdf4;
  color: #16a34a;
  border: 2px solid #86efac;
}

.jyotisham-description,
.jyotisham-analysis {
  color: #374151;
  font-size: 1rem;
  line-height: 1.7;
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
  margin-top: 16px;
}

.jyotisham-remedies-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jyotisham-remedy-item {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}

.jyotisham-remedy-item:last-child {
  border-bottom: none;
}

.jyotisham-remedy-number {
  background: #3b82f6;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 12px;
  flex-shrink: 0;
  margin-top: 2px;
}

.jyotisham-remedy-text {
  color: #374151;
  line-height: 1.6;
  flex: 1;
}

.jyotisham-sadesati-wrapper .jyotisham-error {
  border-left: 4px solid #ef4444;
  background: #fef2f2;
}

.jyotisham-sadesati-wrapper .jyotisham-warning {
  border-left: 4px solid #f59e0b;
  background: #fffbeb;
}

.jyotisham-error-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
}

.jyotisham-error-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.jyotisham-error-message h3 {
  margin: 0 0 8px 0;
  color: #374151;
  font-size: 1.125rem;
}

.jyotisham-error-message p {
  margin: 0 0 16px 0;
  color: #6b7280;
}

@media (max-width: 768px) {
  .jyotisham-sadesati-wrapper .jyotisham-sadesati-content {
    padding: 20px;
  }

  .jyotisham-sadesati-wrapper .jyotisham-card {
    padding: 20px;
  }

  .jyotisham-status-indicator {
    font-size: 1.125rem;
    padding: 12px 20px;
  }

  .jyotisham-remedy-item {
    flex-wrap: wrap;
  }

  .jyotisham-remedy-number {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .jyotisham-sadesati-wrapper .jyotisham-sadesati-content {
    padding: 16px;
  }

  .jyotisham-sadesati-wrapper .jyotisham-card {
    padding: 16px;
  }
}
