/* Period Calculator - Results (unique styles only) */

/* ══════════════════════════════════════
   Results
   ══════════════════════════════════════ */

/* .pc-label, .pc-date-big → calc-result-label, calc-result-date (global.css) */

.pc-days-until {
	color: var(--primary, #8B7BB8);
	font-weight: 700;
	margin: 4px 0 20px;
}

/* Stats row → calc-stats-row calc-stats-row-2col (calc-shared.css) */

/* Predictions table → .calc-table (calc-shared.css), .calc-table-wrap */
.pc-table td { color: var(--text-muted, #695A80); white-space: nowrap; }
.pc-table td strong { color: var(--text, #3D2F50); font-weight: 700; }
.pc-table tbody tr:hover { background: rgba(139,123,184,0.03); }

/* ══════════════════════════════════════
   Mobile
   ══════════════════════════════════════ */

@media (max-width: 600px) {
	/* table mobile handled by calc-shared */
	.pc-table th,
	.pc-table td { padding: 8px 6px; }
}
