:root {
	--emerald-950: #032e29;
	--emerald-900: #063f36;
	--emerald-800: #0a5647;
	--emerald-700: #13705b;
	--emerald-100: #dff2eb;
	--gold-500: #c99a3d;
	--gold-400: #ddb65f;
	--gold-100: #f8edd2;
	--ink: #142c27;
	--muted: #63736e;
	--line: #dbe5e1;
	--paper: #ffffff;
	--mist: #f4f8f6;
	--radius-lg: 28px;
	--radius-md: 18px;
	--shadow: 0 20px 60px rgba(3, 46, 41, .12);
	--shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--mist);
	font-family: "Tajawal", "Noto Sans Arabic", "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}
body.ksa-lang-en { font-family: Inter, "Segoe UI", system-ui, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow-shell { width: min(calc(100% - 40px), 860px); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; inset-block-start: 12px; inset-inline-start: 12px; z-index: 999; padding: 9px 14px; border-radius: 8px; background: white; color: var(--emerald-900); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
	position: relative;
	z-index: 50;
	background: var(--emerald-950);
	color: white;
	border-bottom: 1px solid rgba(255,255,255,.09);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; color: white; flex: none; }
.site-brand__image { width: 214px; max-height: 58px; object-fit: contain; object-position: center; }
.site-brand__mark { position: relative; width: 38px; aspect-ratio: 1; border: 2px solid var(--gold-400); border-radius: 11px; transform: rotate(45deg); display: grid; place-items: center; }
.site-brand__mark::before { content: ""; width: 18px; height: 18px; border: 3px solid white; border-inline-start-color: transparent; border-radius: 50%; }
.site-brand__mark span { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--gold-400); inset-block-start: 8px; inset-inline-end: 8px; }
.site-brand__word { font-size: 22px; letter-spacing: -.5px; line-height: 1; }
.site-brand__word b { color: var(--gold-400); font-weight: 700; }
.primary-nav { display: flex; align-items: center; gap: 34px; font-weight: 600; font-size: 15px; }
.primary-nav > a:not(.language-switch) { position: relative; color: rgba(255,255,255,.82); }
.primary-nav > a:not(.language-switch)::after { content: ""; position: absolute; inset-inline: 0; inset-block-end: -10px; height: 2px; background: var(--gold-400); transform: scaleX(0); transition: transform .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { transform: scaleX(1); }
.language-switch { display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: white; }
.language-switch:hover { border-color: var(--gold-400); color: var(--gold-400); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: 12px; padding: 11px; }
.nav-toggle__line { display: block; height: 2px; background: white; margin: 4px 0; }

.home-hero, .city-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--emerald-950), var(--emerald-800)); color: white; }
.home-hero { min-height: 540px; padding: 80px 0 140px; }
.hero-pattern { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(30deg, transparent 48%, rgba(255,255,255,.4) 49%, rgba(255,255,255,.4) 51%, transparent 52%), linear-gradient(150deg, transparent 48%, rgba(255,255,255,.28) 49%, rgba(255,255,255,.28) 51%, transparent 52%); background-size: 66px 114px; mask-image: linear-gradient(to left, black, transparent 76%); }
[dir="ltr"] .hero-pattern { mask-image: linear-gradient(to right, black, transparent 76%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: 90px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 12px; display: flex; align-items: center; gap: 9px; color: var(--gold-400); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: currentColor; }
.eyebrow--dark { color: var(--emerald-700); }
.eyebrow--gold { color: var(--gold-500); }
.home-hero h1, .city-hero h1 { max-width: 720px; margin: 0; font-size: clamp(42px, 5.5vw, 72px); line-height: 1.13; letter-spacing: -.035em; }
.hero-lead, .city-hero__inner > p:last-child { max-width: 670px; margin: 24px 0 0; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.85; }
.city-finder { position: relative; width: min(100%, 660px); margin-top: 34px; display: grid; grid-template-columns: 1fr auto; background: white; border-radius: 16px; padding: 7px; box-shadow: 0 16px 50px rgba(0,0,0,.18); }
.city-finder__icon { position: absolute; inset-inline-start: 20px; inset-block-start: 50%; transform: translateY(-50%); color: var(--emerald-700); font-size: 23px; }
.city-finder input { width: 100%; min-width: 0; height: 54px; padding-inline: 50px 14px; color: var(--ink); background: transparent; border: 0; outline: 0; }
.city-finder input::placeholder { color: #8a9995; }
.city-finder button, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 25px; border: 0; border-radius: 12px; background: var(--gold-500); color: #172b26; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.city-finder button:hover, .button:hover { background: var(--gold-400); box-shadow: 0 10px 30px rgba(201,154,61,.28); transform: translateY(-1px); }
.button--outline { border: 1px solid var(--line); background: white; color: var(--emerald-800); }
.button--outline:hover { background: var(--emerald-900); color: white; }
.hero-orbit { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(221,182,95,.38); border-radius: 50%; }
.orbit--one { width: 86%; aspect-ratio: 1; }
.orbit--two { width: 62%; aspect-ratio: 1; border-style: dashed; animation: orbit-spin 30s linear infinite; }
.orbit--two::before, .orbit--two::after { content: ""; position: absolute; width: 9px; aspect-ratio: 1; background: var(--gold-400); border-radius: 50%; inset-block-start: -5px; inset-inline-start: 50%; box-shadow: 0 0 24px var(--gold-400); }
.orbit--two::after { inset-block-start: auto; inset-block-end: -5px; }
.hero-emblem { position: relative; width: 176px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.14); background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.12), rgba(255,255,255,.025)); border-radius: 42% 42% 50% 50%; transform: rotate(45deg); box-shadow: inset 0 0 40px rgba(255,255,255,.05), 0 30px 80px rgba(0,0,0,.2); display: grid; place-items: center; }
.hero-emblem__crescent { width: 70px; height: 70px; border: 13px solid var(--gold-400); border-inline-start-color: transparent; border-radius: 50%; transform: rotate(-45deg); }
.hero-emblem__star { position: absolute; color: white; transform: rotate(-45deg); font-size: 19px; inset-block-start: 49px; inset-inline-end: 38px; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }

.section-overlap { position: relative; z-index: 4; margin-top: -74px; }
.home-dashboard, .city-dashboard-wrap { padding: 30px; background: white; border: 1px solid rgba(3,46,41,.07); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.section-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading--compact { margin-bottom: 20px; }
.section-heading--center { justify-content: center; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .method-copy h2, .prose-card h2, .method-card h2 { margin: 0; color: var(--ink); font-size: clamp(28px, 3.2vw, 42px); line-height: 1.25; letter-spacing: -.025em; }
.section-heading--compact h2 { font-size: 29px; }
.text-link { color: var(--emerald-700); font-size: 14px; font-weight: 800; }
.text-link:hover { color: var(--gold-500); }
.date-row { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.date-row__dot { width: 4px; height: 4px; background: var(--gold-500); border-radius: 50%; }
.prayer-cards { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.prayer-card { position: relative; min-width: 0; padding: 22px 12px 18px; overflow: hidden; text-align: center; background: var(--mist); border: 1px solid transparent; border-radius: 15px; }
.prayer-card.is-next { color: white; background: linear-gradient(145deg, var(--emerald-800), var(--emerald-950)); border-color: rgba(221,182,95,.35); box-shadow: 0 12px 32px rgba(3,46,41,.18); }
.prayer-card__number { position: absolute; inset-block-start: 3px; inset-inline-start: 10px; color: rgba(19,112,91,.16); font-size: 27px; font-weight: 900; }
.is-next .prayer-card__number { color: rgba(255,255,255,.1); }
.prayer-card__name { position: relative; display: block; color: var(--muted); font-size: 13px; font-weight: 700; }
.is-next .prayer-card__name { color: rgba(255,255,255,.75); }
.prayer-card__time { position: relative; display: block; margin-top: 5px; font-size: clamp(22px, 2.4vw, 31px); line-height: 1.2; font-variant-numeric: tabular-nums; }
.prayer-card__badge { position: absolute; inset-block-start: 7px; inset-inline-end: 7px; padding: 1px 7px; border-radius: 999px; background: var(--gold-400); color: var(--emerald-950); font-size: 9px; font-weight: 900; }
.next-prayer { margin-top: 12px; min-height: 82px; padding: 13px 23px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--gold-100); border: 1px solid #ecd7a4; border-radius: 15px; }
.next-prayer > div:first-child { display: flex; align-items: center; gap: 15px; }
.next-prayer__label { color: #80672f; font-size: 13px; }
.next-prayer strong { color: var(--emerald-900); font-size: 20px; }
.countdown { direction: ltr; display: flex; align-items: center; gap: 5px; color: var(--emerald-900); font-size: 26px; font-weight: 900; font-variant-numeric: tabular-nums; }
.countdown span { min-width: 39px; padding: 5px; text-align: center; background: rgba(255,255,255,.68); border-radius: 8px; }
.countdown i { color: var(--gold-500); font-style: normal; }
.trust-row { display: flex; justify-content: center; gap: 28px; margin-top: 14px; color: var(--muted); font-size: 12px; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row i { color: var(--emerald-700); font-style: normal; }

.section-space { padding-block: 100px; }
.section-space--small { padding-block: 45px; }
.popular-cities { background: var(--mist); }
.city-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.city-grid--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.city-card { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 16px 18px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.city-card:hover, .city-card:focus-visible { border-color: var(--gold-400); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(3,46,41,.08); }
.city-card__index { width: 34px; height: 34px; display: grid; place-items: center; background: var(--emerald-100); border-radius: 50%; color: var(--emerald-700); font-size: 11px; font-weight: 900; }
.city-card strong, .city-card small { display: block; }
.city-card strong { color: var(--ink); font-size: 17px; }
.city-card small { margin-top: 1px; color: var(--muted); font-size: 12px; }
.city-card__arrow { color: var(--gold-500); font-size: 21px; transition: transform .2s ease; }
[dir="ltr"] .city-card__arrow { transform: scaleX(-1); }
.city-card:hover .city-card__arrow { transform: translateX(-3px); }
[dir="ltr"] .city-card:hover .city-card__arrow { transform: scaleX(-1) translateX(-3px); }

.method-section { position: relative; overflow: hidden; background: var(--emerald-950); color: white; }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.method-copy h2 { color: white; }
.method-copy > p:not(.eyebrow) { margin: 24px 0; color: rgba(255,255,255,.72); }
.check-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-inline-start: 31px; }
.check-list li::before { content: "✓"; position: absolute; inset-inline-start: 0; top: 4px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(221,182,95,.18); color: var(--gold-400); font-size: 12px; }
.method-visual { position: relative; min-height: 420px; display: grid; place-items: end center; border-radius: var(--radius-lg); overflow: hidden; background: radial-gradient(circle at 50% 85%, rgba(221,182,95,.2), transparent 35%), linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); border: 1px solid rgba(255,255,255,.09); }
.method-arch { width: 57%; height: 80%; border: 2px solid rgba(221,182,95,.5); border-bottom: 0; border-radius: 110px 110px 0 0; display: grid; place-items: end center; }
.method-arch span { width: 52%; height: 63%; border: 1px solid rgba(255,255,255,.24); border-bottom: 0; border-radius: 80px 80px 0 0; }
.method-sun { position: absolute; inset-block-end: 72px; width: 82px; aspect-ratio: 1; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 70px rgba(221,182,95,.5); }

.faq-section { background: white; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0 21px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.faq-list summary { padding: 18px 4px; cursor: pointer; color: var(--ink); font-weight: 800; }
.faq-list details[open] { border-color: rgba(19,112,91,.35); background: var(--mist); }
.faq-list p { margin: -3px 4px 18px; color: var(--muted); }

.city-hero { min-height: 365px; padding: 55px 0 125px; }
.city-hero--directory { min-height: 390px; }
.city-hero__inner { position: relative; z-index: 2; }
.city-hero h1 { max-width: 900px; font-size: clamp(38px, 5vw, 60px); }
.breadcrumbs { margin-bottom: 33px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.62); font-size: 13px; }
.breadcrumbs a:hover { color: var(--gold-400); }
.city-dashboard-wrap { padding: 30px; background: white; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.tomorrow-strip { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 30px; }
.tomorrow-strip > div:first-child strong { display: block; font-size: 14px; }
.tomorrow-times { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.tomorrow-times span { padding: 11px 12px; text-align: center; border: 1px solid var(--line); border-radius: 11px; background: white; }
.tomorrow-times small, .tomorrow-times bdi { display: block; }
.tomorrow-times small { color: var(--muted); font-size: 11px; }
.tomorrow-times bdi { color: var(--emerald-800); font-size: 17px; font-weight: 800; font-variant-numeric: tabular-nums; }
.monthly-section { background: white; }
.month-nav { direction: ltr; display: flex; gap: 7px; }
.month-nav a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--emerald-800); }
.month-nav a:hover { border-color: var(--gold-500); color: var(--gold-500); }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); }
.monthly-table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 13px; font-variant-numeric: tabular-nums; }
.monthly-table th, .monthly-table td { padding: 13px 16px; text-align: center; border-bottom: 1px solid var(--line); }
.monthly-table thead th { background: var(--emerald-950); color: white; font-size: 12px; }
.monthly-table tbody th { text-align: start; }
.monthly-table tbody th strong, .monthly-table tbody th small { display: block; }
.monthly-table tbody th small { color: var(--muted); font-weight: 400; }
.monthly-table tbody tr:nth-child(even) { background: var(--mist); }
.monthly-table tbody tr.is-today { background: var(--gold-100); box-shadow: inset 4px 0 0 var(--gold-500); }
.monthly-table tbody tr:last-child th, .monthly-table tbody tr:last-child td { border-bottom: 0; }
.content-grid { display: grid; grid-template-columns: 1.6fr .8fr; gap: 24px; align-items: start; }
.prose-card, .method-card { padding: clamp(25px, 4vw, 45px); background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.prose-card p { color: var(--muted); }
.method-card { color: white; background: linear-gradient(145deg, var(--emerald-800), var(--emerald-950)); border-color: transparent; }
.method-card h2 { color: white; font-size: 24px; }
.method-card__icon { width: 49px; height: 49px; margin-bottom: 18px; display: grid; place-items: center; border-radius: 50%; background: rgba(221,182,95,.18); color: var(--gold-400); font-size: 27px; }
.method-card dl { margin: 23px 0 0; }
.method-card dl > div { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.1); }
.method-card dt { color: rgba(255,255,255,.58); }
.method-card dd { margin: 0; text-align: end; font-weight: 700; }
.nearby-section { background: var(--emerald-100); }

.directory-section { margin-bottom: 100px; padding: 30px; background: white; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.directory-search { margin-bottom: 25px; display: grid; grid-template-columns: auto minmax(220px, 420px); align-items: center; justify-content: space-between; gap: 20px; }
.directory-search label { font-size: 18px; font-weight: 800; }
.directory-search input { height: 48px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; outline: 0; }
.directory-search input:focus { border-color: var(--emerald-700); box-shadow: 0 0 0 3px rgba(19,112,91,.1); }
.directory-empty { padding: 40px; text-align: center; color: var(--muted); }
.generic-content { min-height: 60vh; }
.error-page { min-height: 65vh; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.error-page h1 { margin: 0; font-size: clamp(36px, 5vw, 58px); }
.error-page p:not(.eyebrow) { color: var(--muted); }

.site-footer { padding-top: 70px; background: #022a25; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr 1fr; gap: 70px; padding-bottom: 55px; }
.site-brand--footer { margin-bottom: 20px; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.57); font-size: 14px; }
.footer-grid h2 { margin: 3px 0 18px; color: var(--gold-400); font-size: 14px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; color: rgba(255,255,255,.72); font-size: 14px; }
.footer-links a:hover { color: var(--gold-400); }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.4); font-size: 12px; }

:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
	.hero-grid { grid-template-columns: 1fr; gap: 30px; }
	.hero-orbit { display: none; }
	.home-hero { min-height: 0; }
	.prayer-cards { grid-template-columns: repeat(3, 1fr); }
	.city-grid { grid-template-columns: repeat(2, 1fr); }
	.method-grid { grid-template-columns: 1fr; gap: 50px; }
	.method-visual { min-height: 330px; order: 2; }
	.content-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
	.footer-note { grid-column: span 2; }
}

@media (max-width: 760px) {
	.shell, .narrow-shell { width: min(calc(100% - 28px), var(--shell)); }
	.header-inner { min-height: 70px; }
	.site-brand__word { font-size: 19px; }
	.site-brand__mark { width: 33px; border-radius: 9px; }
	.nav-toggle { display: block; }
	.primary-nav { position: absolute; inset-inline: 14px; inset-block-start: calc(100% + 8px); display: none; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; background: white; color: var(--ink); border-radius: 16px; box-shadow: var(--shadow); }
	.primary-nav.is-open { display: flex; }
	.primary-nav > a { padding: 10px 12px; color: var(--ink) !important; }
	.language-switch { margin-top: 7px; justify-content: center; border-color: var(--line); }
	.home-hero { padding: 57px 0 115px; }
	.home-hero h1 { font-size: clamp(38px, 11.8vw, 56px); }
	.hero-lead { font-size: 16px; }
	.city-finder { grid-template-columns: 1fr; padding: 6px; }
	.city-finder button { min-height: 47px; }
	.city-finder__icon { inset-block-start: 33px; }
	.home-dashboard, .city-dashboard-wrap, .directory-section { padding: 17px; border-radius: 21px; }
	.section-heading { align-items: start; flex-direction: column; gap: 15px; }
	.section-heading--compact .text-link { display: none; }
	.prayer-cards { gap: 7px; }
	.prayer-card { padding: 19px 7px 15px; }
	.prayer-card__time { font-size: 24px; }
	.prayer-card__badge { display: none; }
	.next-prayer { padding: 15px; align-items: start; flex-direction: column; gap: 11px; }
	.countdown { align-self: stretch; justify-content: center; }
	.trust-row { align-items: center; flex-direction: column; gap: 4px; }
	.section-space { padding-block: 70px; }
	.city-grid { grid-template-columns: 1fr; }
	.city-grid--compact { grid-template-columns: 1fr; }
	.method-visual { min-height: 280px; }
	.city-hero { min-height: 325px; padding: 45px 0 110px; }
	.city-hero h1 { font-size: clamp(35px, 10vw, 50px); }
	.tomorrow-strip { grid-template-columns: 1fr; gap: 15px; }
	.tomorrow-times { grid-template-columns: repeat(5, minmax(77px, 1fr)); overflow-x: auto; padding-bottom: 5px; }
	.directory-search { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-note { grid-column: auto; }
	.footer-bottom { padding: 17px 0; align-items: start; flex-direction: column; gap: 3px; }
}

@media (max-width: 430px) {
	.prayer-cards { grid-template-columns: repeat(2, 1fr); }
	.date-row { align-items: center; flex-direction: column; gap: 1px; }
	.date-row__dot { display: none; }
	.next-prayer > div:first-child { align-items: start; flex-direction: column; gap: 0; }
}

