@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+Devanagari:wght@400;500;600;700&display=swap");

.av-rf-page {
	--rf-ink: #1a2236;
	--rf-muted: #4a5368;
	--rf-cream: #f3f5f9;
	--rf-card: #ffffff;
	--rf-saffron: #c45c2a;
	--rf-saffron-dark: #9a441c;
	--rf-teal: #0f867d;
	--rf-line: rgba(26, 34, 54, 0.1);
	--rf-font: "DM Sans", "Noto Sans Devanagari", "Poppins", sans-serif;
	font-family: var(--rf-font);
	color: var(--rf-ink);
	background: linear-gradient(180deg, #f7f4ef 0%, var(--rf-cream) 40%, #eef2f7 100%);
	padding-bottom: 40px;
}

.av-rf-hero {
	background: var(--rf-card);
	border-radius: 0 0 18px 18px;
	padding: 18px 16px 20px;
	margin: 0 -15px 18px;
	box-shadow: 0 8px 28px rgba(26, 34, 54, 0.07);
}

.av-rf-kicker {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rf-saffron);
}

.av-rf-title {
	margin: 0 0 8px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.25;
	color: var(--rf-ink);
}

.av-rf-title-symbol {
	display: inline-block;
	margin-right: 6px;
	color: var(--rf-saffron);
}

.av-rf-sub {
	margin: 0 0 12px;
	font-size: 15px;
	color: var(--rf-muted);
	line-height: 1.45;
}

.av-rf-lang-switch {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}
.av-rf-lang-link {
	display: inline-block;
	padding: 5px 12px;
	border: 1px solid var(--rf-line);
	border-radius: 8px;
	background: #fff;
	color: var(--rf-ink);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
}
.av-rf-lang-link:hover {
	border-color: #e8c4a8;
	color: var(--rf-saffron-dark);
	background: #fff8f2;
}
.av-rf-lang-link.is-active {
	border-color: var(--rf-saffron-dark);
	background: #fff4ec;
	color: var(--rf-saffron-dark);
}

.av-rf-date-chip {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff4ec;
	color: var(--rf-saffron-dark);
	font-size: 13px;
	font-weight: 700;
}

.av-rf-datebar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
}
.av-rf-date-nav-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px 18px;
	margin: 14px 0 0;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}
.av-rf-date-nav-text a {
	color: var(--rf-saffron-dark);
	text-decoration: none !important;
	font-weight: 600;
}
.av-rf-date-nav-text a:hover {
	text-decoration: underline !important;
}
.av-rf-date-nav-current {
	font-weight: 700;
	color: var(--rf-ink);
}
.av-rf-explore-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}
.av-rf-explore-list a {
	color: var(--rf-saffron-dark);
	font-weight: 600;
	text-decoration: none !important;
}
.av-rf-explore-list a:hover {
	text-decoration: underline !important;
}
.av-rf-crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0 0 14px;
	font-size: 13px;
	color: var(--rf-muted);
}
.av-rf-crumb a {
	color: var(--rf-saffron-dark);
	text-decoration: none !important;
}
.av-rf-date-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid var(--rf-line);
	background: #fff;
	color: var(--rf-ink);
	font-size: 22px;
	line-height: 1;
	text-decoration: none !important;
	font-weight: 700;
}
.av-rf-date-btn:hover {
	border-color: #e8c4a8;
	color: var(--rf-saffron-dark);
	background: #fff8f2;
}
.av-rf-date-picker {
	margin: 0;
}
.av-rf-date-picker input[type="date"] {
	height: 36px;
	border: 1px solid var(--rf-line);
	border-radius: 10px;
	padding: 0 10px;
	font-family: var(--rf-font);
	font-size: 14px;
	font-weight: 600;
	color: var(--rf-ink);
	background: #fff;
	min-width: 150px;
}
.av-rf-today-chip {
	display: inline-flex;
	align-items: center;
	height: 36px;
	padding: 0 12px;
	border-radius: 999px;
	background: var(--rf-teal);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
}
.av-rf-today-chip:hover {
	background: #0c6f68;
	color: #fff !important;
}
.av-rf-page .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.av-rf-sign-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 20px;
}

.av-rf-sign-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 18px 10px;
	background: var(--rf-card);
	border: 1px solid var(--rf-line);
	border-radius: 14px;
	text-decoration: none !important;
	color: var(--rf-ink);
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
	min-height: 110px;
}
.av-rf-sign-card:hover {
	transform: translateY(-2px);
	border-color: rgba(196, 92, 42, 0.35);
	box-shadow: 0 10px 24px rgba(26, 34, 54, 0.1);
	color: var(--rf-ink);
}

.av-rf-sign-symbol {
	font-size: 28px;
	line-height: 1;
	color: var(--rf-saffron);
}
.av-rf-sign-name {
	font-size: 16px;
	font-weight: 800;
}
.av-rf-sign-en {
	font-size: 12px;
	color: var(--rf-muted);
	font-weight: 500;
}

.av-rf-panel {
	background: var(--rf-card);
	border: 1px solid var(--rf-line);
	border-radius: 14px;
	padding: 16px 16px 14px;
	margin-bottom: 14px;
}

.av-rf-panel-title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 800;
	color: var(--rf-ink);
}

.av-rf-summary p {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 600;
}

.av-rf-prediction {
	font-size: 15px;
	line-height: 1.65;
	color: var(--rf-ink);
}

.av-rf-lucky {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 14px;
}
.av-rf-lucky-item {
	background: #fff8f2;
	border: 1px solid #f0d7c4;
	border-radius: 12px;
	padding: 12px 14px;
}
.av-rf-lucky-lbl {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rf-saffron-dark);
	margin-bottom: 4px;
}
.av-rf-lucky-item strong {
	font-size: 18px;
	font-weight: 800;
}

.av-rf-cats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.av-rf-cat {
	background: var(--rf-cream);
	border-radius: 10px;
	padding: 12px;
}
.av-rf-cat h3 {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 800;
	color: var(--rf-teal);
}
.av-rf-cat ul {
	margin: 0;
	padding-left: 18px;
}
.av-rf-cat li {
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.45;
}

.av-rf-remedy-list {
	margin: 0;
	padding-left: 18px;
}
.av-rf-remedy-list li {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.av-rf-other-signs {
	margin-top: 8px;
	margin-bottom: 20px;
}
.av-rf-sign-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.av-rf-sign-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--rf-card);
	border: 1px solid var(--rf-line);
	color: var(--rf-ink);
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 700;
}
.av-rf-sign-pill:hover,
.av-rf-sign-pill.is-active {
	background: #fff4ec;
	border-color: #e8c4a8;
	color: var(--rf-saffron-dark);
}

@media (max-width: 767px) {
	.av-rf-sign-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.av-rf-cats {
		grid-template-columns: 1fr;
	}
	.av-rf-title {
		font-size: 22px;
	}
	.av-rf-hero {
		margin: 0 0 14px;
		border-radius: 14px;
	}
}
