/* Property Ownership in Kundli — Griha Yoga.
   Uses the shared theme variables (--crimson, --gold, --cream-*, --ink,
   --muted) and reuses the Kundli Milan gauge (.milan-gauge*). No italics. */

.po-gauge-wrap {
  margin-top: 0.25rem;
}

/* Sign chips — Ascendant + 4th house sign, white rashi glyph on maroon circle. */
.po-signs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 0.5rem 0 1rem;
}

.po-sign {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--cream, #fbf6ee);
  border: 1px solid var(--cream-border, #e7dcc9);
  border-radius: 12px;
  padding: 0.5rem 0.85rem 0.5rem 0.55rem;
  min-width: 12rem;
}

.po-sign__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--crimson, #7a1834);
  flex: none;
}

.po-sign__icon img {
  width: 30px;
  height: 30px;
}

.po-sign__meta {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.po-sign__k {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted, #6b5e58);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.po-sign__v {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink, #2a2220);
}

.po-interp {
  background: var(--cream, #fbf6ee);
  border: 1px solid var(--cream-border, #e7dcc9);
  border-left: 4px solid var(--gold, #c9a227);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  margin: 0 0 1.25rem;
}

.po-interp p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--ink, #2a2220);
}

.po-subhead {
  font-family: var(--font-serif, Georgia, "Times New Roman", serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--crimson, #7a1834);
  border-bottom: 2px solid var(--gold, #c9a227);
  padding-bottom: 0.25rem;
  margin: 1.5rem 0 0.75rem;
}

.po-note {
  font-size: 0.85rem;
  color: var(--muted, #6b5e58);
  margin: 0 0 0.75rem;
}

/* Key placement chips. */
.po-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
}

.po-chip {
  display: inline-flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--cream-border, #e7dcc9);
  border-radius: 10px;
  padding: 0.4rem 0.7rem;
  line-height: 1.25;
}

.po-chip__k {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--muted, #6b5e58);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.po-chip__v {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink, #2a2220);
}

/* Factor list (how this was determined). */
.po-factors {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
}

.po-factor {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  border: 1px solid var(--cream-border, #e7dcc9);
  border-left: 4px solid #1f7a52;
  background: #f4fbf7;
  border-radius: 8px;
  padding: 0.55rem 0.8rem;
  margin: 0 0 0.4rem;
}

.po-factor--neg {
  border-left-color: #b3123b;
  background: #fdf3f5;
}

.po-factor__pts {
  flex: none;
  min-width: 2.4rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.92rem;
  color: #1f7a52;
}

.po-factor--neg .po-factor__pts {
  color: #b3123b;
}

.po-factor__text {
  font-size: 0.92rem;
  color: var(--ink, #2a2220);
}

/* Timeline of favourable buy/build windows. */
.po-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: po-tl;
}

.po-tl {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  border: 1px solid var(--cream-border, #e7dcc9);
  border-left: 4px solid var(--gold, #c9a227);
  background: var(--cream, #fbf6ee);
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  margin: 0 0 0.55rem;
}

.po-tl--strong {
  border-left-color: #1f7a52;
}

.po-tl__when {
  flex: none;
  min-width: 6.5rem;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.po-tl__age {
  font-weight: 800;
  color: var(--crimson, #7a1834);
  font-size: 0.95rem;
}

.po-tl__year {
  font-size: 0.82rem;
  color: var(--muted, #6b5e58);
}

.po-tl__body {
  flex: 1;
}

.po-tl__planets {
  margin: 0 0 0.2rem;
  font-weight: 700;
  color: var(--ink, #2a2220);
  font-size: 0.95rem;
}

.po-tl__tag {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: #e7dcc9;
  color: var(--crimson, #7a1834);
  vertical-align: middle;
}

.po-tl--strong .po-tl__tag {
  background: #d6f0e2;
  color: #1f7a52;
}

.po-tl__reason {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted, #6b5e58);
}

.po-disclaimer {
  margin: 1.25rem 0 0;
  font-size: 0.8rem;
  color: var(--muted, #6b5e58);
  border-top: 1px dashed var(--cream-border, #e7dcc9);
  padding-top: 0.75rem;
}

@media (max-width: 540px) {
  .po-sign {
    min-width: 0;
    flex: 1 1 100%;
  }
  .po-tl {
    flex-direction: column;
    gap: 0.35rem;
  }
  .po-tl__when {
    flex-direction: row;
    gap: 0.5rem;
    align-items: baseline;
  }
}
