/**
 * Muhurat — "What You'll Receive" grid + banner (static until CMS).
 */

.muhurat-receive-section {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #fff;
}

.muhurat-receive-section__title {
  font-weight: 700;
  font-size: 1.35rem;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.muhurat-receive-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  background: #f8f7f5;
  border: 1px solid #ebe8e3;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  height: 100%;
  min-height: 72px;
}

.muhurat-receive-card__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
}

.muhurat-receive-card__text {
  font-size: 0.95rem;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 1.4;
  padding-top: 0.1rem;
}

.muhurat-receive-banner {
  background: #fff5d6;
  border: 1px solid rgba(255, 200, 80, 0.35);
  border-radius: 16px;
  padding: 1.1rem 1.25rem;
  text-align: center;
  font-size: 0.98rem;
  color: #3d3d3d;
  line-height: 1.5;
}

.muhurat-receive-banner strong {
  color: #1a1a1a;
  font-weight: 700;
}
