/* rashifal.css — IndiaRealTime Rashifal
   Page shell (header, footer, .wrap/.ir-wrap, .pghead, .ir-bc, fonts,
   colors) comes from the theme's own ir-tokens.css/ir-home-v2.css/ir-home.css,
   loaded before this file. Classes below are self-contained, matching the
   cricket/fuel/gas/currency plugins' card style for visual consistency.
   Text accents use var(--brand-text) rather than the raw orange
   var(--brand) - the raw brand orange fails WCAG AA contrast at normal
   text size. */

.irr-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.irr-card {
	display: block;
	background: var(--wh, #FFFDFA);
	border: 1px solid var(--bd, #E5E3DC);
	border-radius: var(--r, 12px);
	padding: 20px;
	box-shadow: var(--sh, 0 1px 4px rgba(0,0,0,.06));
	text-decoration: none;
	transition: box-shadow .2s, transform .2s;
}

.irr-card:hover {
	box-shadow: var(--sh-h, 0 12px 36px rgba(0,0,0,.16));
	transform: translateY(-2px);
}

.irr-card-icon {
	font-size: 2em;
	margin-bottom: 6px;
}

.irr-card-name {
	font-size: 16px;
	font-weight: 700;
	color: var(--tx, #1A1C22);
}

.irr-card-hi {
	font-weight: 400;
	color: var(--mt, #5B5650);
	font-size: 13px;
}

.irr-card-dates {
	font-size: 12px;
	color: var(--mt, #5B5650);
	margin-top: 2px;
}

.irr-card-preview {
	font-size: 13px;
	color: var(--tx, #1A1C22);
	margin-top: 12px;
	line-height: 1.5;
	border-top: 1px solid var(--bd, #E5E3DC);
	padding-top: 10px;
}

.irr-card-preview-empty {
	color: var(--mt, #5B5650);
	font-style: italic;
}

/* ── Single-sign reading page ── */
.irr-hi-inline {
	font-weight: 400;
	font-size: 0.6em;
	color: var(--mt, #5B5650);
}

.irr-reading {
	background: var(--wh, #FFFDFA);
	border: 1px solid var(--bd, #E5E3DC);
	border-left: 3px solid var(--brand, #FF6200);
	border-radius: var(--r, 12px);
	padding: 24px 26px;
	box-shadow: var(--sh, 0 1px 4px rgba(0,0,0,.06));
}

.irr-reading p {
	font-size: 15.5px;
	line-height: 1.75;
	color: var(--tx, #1A1C22);
}

.irr-nav-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 24px;
	flex-wrap: wrap;
}

.irr-nav-btn {
	display: inline-block;
	padding: 10px 16px;
	border-radius: var(--r-s, 8px);
	border: 1px solid var(--bd, #E5E3DC);
	background: var(--wh, #FFFDFA);
	color: var(--brand-text, #A83D0A);
	font-weight: 600;
	font-size: 13.5px;
	text-decoration: none;
}

.irr-nav-btn:hover {
	background: var(--bg, #F4F3EF);
}

.irr-nav-all {
	color: var(--tx, #1A1C22);
	font-weight: 700;
}
