/* Embedded KundliGiva full match report (horoscope.html + print) */
.sg-match-report-embed,.sg-match-report-embed #match-printable{
  --maroon:#7B1A35;--rose:#B5294E;--gold:#C09228;--ink:#1A0A10;--muted:#8B6070;--line:rgba(176,146,40,.25);
  font-family:'DM Sans',sans-serif;color:var(--ink);font-size:14px;line-height:1.55
}
.sg-match-report-embed .panel{background:#fff;border:1px solid var(--line);border-radius:10px;padding:1rem 1.1rem;margin-bottom:1rem}
.sg-match-report-embed .section-title p{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gold);font-weight:700}
.sg-match-report-embed .section-title h2{margin:.2rem 0 0;font-family:'Playfair Display',serif;font-size:1.15rem;color:var(--maroon)}
.sg-match-report-embed .kg-match-banner,.sg-match-report-embed .kg-output-banner{background:linear-gradient(135deg,#fdf8ef,#fff);border-color:var(--gold)}
.sg-match-report-embed .sg-match-report-head{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.5rem}
.sg-match-report-embed .sg-match-report-head strong{color:var(--maroon);font-size:1rem}
.sg-match-report-embed .kg-banner-title{font-family:'Playfair Display',serif;color:var(--maroon);margin:.35rem 0}
.sg-match-report-embed .kg-banner-meta{display:flex;flex-wrap:wrap;gap:.65rem 1rem;font-size:.82rem;color:var(--muted)}
.sg-match-report-embed .table-wrap{overflow:auto}
.sg-match-report-embed table{width:100%;border-collapse:collapse;font-size:.84rem}
.sg-match-report-embed th,.sg-match-report-embed td{padding:.5rem .55rem;border:1px solid var(--line);text-align:left;vertical-align:top}
.sg-match-report-embed th{background:#fdf8ef;color:var(--maroon);font-size:.72rem;text-transform:uppercase}
.sg-match-report-embed .compare-table th{text-align:center}
.sg-match-report-embed .guna-desc-block{border:1px solid var(--line);border-radius:8px;padding:.85rem;margin-bottom:.75rem;background:#fff}
.sg-match-report-embed .guna-desc-head{display:flex;justify-content:space-between;gap:.5rem;align-items:center;margin-bottom:.35rem}
.sg-match-report-embed .guna-desc-title{font-weight:700;color:var(--maroon)}
.sg-match-report-embed .guna-desc-score{font-weight:700;color:var(--gold)}
.sg-match-report-embed .chart-row{display:grid;grid-template-columns:120px 1fr 1fr;gap:.65rem;align-items:center;margin-bottom:.65rem}
.sg-match-report-embed .chart-row-label{font-size:.78rem;font-weight:700;color:var(--maroon)}
.sg-match-report-embed .three-charts-row,.sg-match-report-embed .match-person-charts{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.sg-match-report-embed .dosha-card{border:1px solid var(--line);border-radius:8px;padding:.75rem;background:#fff;margin-bottom:.5rem}
.sg-match-report-embed .score-gauge-wrap{text-align:center;padding:1rem}
.sg-match-report-embed .score-gauge-num{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:900;color:var(--maroon)}
@media(max-width:760px){
  .sg-match-report-embed .chart-row,.sg-match-report-embed .three-charts-row,.sg-match-report-embed .match-person-charts{grid-template-columns:1fr}
}
