.namaz-v5-city .namaz-app-content {
	padding-top: 0;
}

.namaz-city-dashboard {
	--dashboard-section-gap: 14px;
	display: block;
	width: min(100%, 1060px);
	margin: 0 auto;
	padding: 0 14px;
	color: var(--text-primary);
}

.namaz-city-dashboard svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.namaz-city-dashboard__top {
	display: grid;
	gap: 12px;
}

.namaz-city-dashboard__location,
.namaz-city-dashboard__prayer-card,
.namaz-city-dashboard__next,
.namaz-city-dashboard__seo-card,
.namaz-city-dashboard__content-card,
.namaz-city-dashboard__nearby,
.namaz-city-dashboard__faq {
	border: 1px solid var(--border);
	border-radius: 18px;
	box-shadow: var(--shadow-card);
}

.namaz-city-dashboard__location {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-height: 74px;
	padding: 14px 14px;
	background: var(--surface-1);
	gap: 7px 12px;
}

.namaz-city-dashboard__location-title {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 8px;
}

.namaz-city-dashboard__location h2 {
	min-width: 0;
	margin: 0;
	font-size: 1.38rem;
	line-height: 1.05;
	font-weight: 760;
	letter-spacing: 0;
}

.namaz-city-dashboard__location-pin {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 22px;
	height: 22px;
	color: var(--primary);
}

.namaz-city-dashboard__location-pin svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.namaz-city-dashboard__location-flag {
	flex: 0 0 auto;
	font-size: 0.92em;
	line-height: 1;
}

.namaz-city-dashboard__local-time {
	flex: 0 0 auto;
	color: var(--primary);
	font-size: 0.76rem;
	line-height: 1;
	font-weight: 760;
	font-variant-numeric: tabular-nums;
}

.namaz-city-dashboard__location-country,
.namaz-city-dashboard__location-dates {
	display: flex;
	align-items: center;
	margin: 0;
	color: var(--text-secondary);
	font-size: 0.78rem;
	line-height: 1.25;
	white-space: nowrap;
	gap: 6px;
}

.namaz-city-dashboard__location-country,
.namaz-city-dashboard__location-date-row {
	grid-column: 1 / -1;
}

.namaz-city-dashboard__location-date-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	gap: 10px;
}

.namaz-city-dashboard__location-dates {
	min-width: 0;
	font-size: 0.72rem;
}

.namaz-city-dashboard__hijri-date {
	color: var(--text-muted);
}

.namaz-city-dashboard__date-divider,
.namaz-city-dashboard__meta-divider {
	color: var(--border-strong);
}

.namaz-city-dashboard__change {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: transparent;
	color: var(--text-secondary);
	font-weight: 760;
	font-size: 0.82rem;
	text-decoration: none;
}

.namaz-city-dashboard__change:hover {
	color: var(--primary);
	border-color: color-mix(in srgb, var(--primary) 42%, var(--border));
}

.namaz-city-dashboard__next {
	position: relative;
	overflow: hidden;
	min-height: 178px;
	padding: 17px 16px 15px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: var(--dashboard-bg);
	color: var(--dashboard-text);
}

.namaz-city-dashboard__prayer-card {
	min-width: 0;
	overflow: hidden;
	background: var(--dashboard-bg);
	color: var(--dashboard-text);
}

.namaz-city-dashboard__next-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.namaz-city-dashboard__next-label {
	margin: 0;
	color: var(--dashboard-muted);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.namaz-city-dashboard__next-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	min-height: 33px;
	padding: 0 12px;
	border-radius: 999px;
	background: var(--accent);
	color: #FFFFFF;
	font-size: 0.86rem;
	font-weight: 820;
}

.namaz-city-dashboard__countdown-label {
	display: block;
	margin-top: 18px;
	color: var(--primary);
	font-size: 1.88rem;
	line-height: 1;
	font-weight: 760;
	letter-spacing: 0;
}

.namaz-city-dashboard__next-time {
	display: block;
	margin-top: 6px;
	color: var(--dashboard-text);
	font-size: 3.08rem;
	line-height: 0.98;
	font-weight: 840;
	letter-spacing: 0;
}

.namaz-city-dashboard__progress {
	height: 3px;
	margin-top: 15px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--dashboard-text) 14%, transparent);
	overflow: hidden;
}

.namaz-city-dashboard__progress span {
	display: block;
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: var(--primary);
}

.namaz-city-dashboard__next-meta {
	margin: 12px 0 0;
	color: var(--dashboard-muted);
	font-size: 0.78rem;
	line-height: 1.28;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.namaz-city-dashboard__schedule-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 6px 14px;
	padding: 14px 16px 11px;
	background: var(--surface-1);
	color: var(--text-primary);
}

.namaz-city-dashboard__schedule-head > div {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 8px;
	min-width: 0;
}

.namaz-city-dashboard__schedule-head > div > span {
	color: var(--text-muted);
	font-size: 0.7rem;
	font-weight: 790;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.namaz-city-dashboard__schedule-head strong {
	color: var(--text-primary);
	font-size: 0.98rem;
	font-weight: 830;
	line-height: 1.2;
}

.namaz-city-dashboard__schedule-countdown {
	color: var(--primary);
	font-size: 0.82rem;
	font-weight: 780;
	white-space: nowrap;
}

.namaz-city-dashboard__schedule-head .namaz-city-dashboard__progress {
	grid-column: 1 / -1;
	height: 3px;
	margin-top: 3px;
	background: color-mix(in srgb, var(--text-primary) 9%, transparent);
}

.namaz-city-dashboard__strip {
	display: flex;
	gap: 9px;
	margin: 0;
	padding: 4px 16px 16px;
	border: 0;
	border-radius: 0;
	background: var(--surface-1);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-inline: contain;
	scroll-padding-inline: 16px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.namaz-city-dashboard__strip::-webkit-scrollbar {
	display: none;
}

.namaz-city-dashboard__prayer {
	position: relative;
	flex: 0 0 94px;
	scroll-snap-align: center;
	display: grid;
	grid-template-rows: 25px auto auto 16px;
	align-content: start;
	justify-items: center;
	min-height: 118px;
	padding: 12px 11px 10px;
	border: 1px solid var(--border);
	border-radius: 16px;
	background: var(--surface-2);
	color: var(--text-secondary);
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, opacity 180ms ease;
}

.namaz-city-dashboard__prayer svg {
	justify-self: center;
	width: 24px;
	height: 24px;
	color: var(--primary);
	stroke-width: 2;
}

.namaz-city-dashboard__prayer > span {
	margin-top: 7px;
	font-size: 0.79rem;
	font-weight: 780;
	line-height: 1.12;
	text-align: center;
}

.namaz-city-dashboard__prayer time {
	display: block;
	margin-top: 4px;
	color: var(--text-primary);
	font-size: 1.18rem;
	font-weight: 850;
	letter-spacing: 0;
}

.namaz-city-dashboard__prayer small {
	align-self: end;
	min-height: 16px;
	margin-top: 5px;
	color: var(--text-muted);
	font-size: 0.62rem;
	font-weight: 760;
	line-height: 1;
}

.namaz-city-dashboard__prayer.is-active {
	background: var(--primary);
	border-color: var(--primary);
	color: #FFFFFF;
	box-shadow: 0 9px 22px color-mix(in srgb, var(--primary) 24%, transparent);
}

.namaz-city-dashboard__prayer.is-active time {
	color: #FFFFFF;
}

.namaz-city-dashboard__prayer.is-active svg {
	color: #FFFFFF;
}

.namaz-city-dashboard__prayer.is-active small {
	color: color-mix(in srgb, #FFFFFF 78%, transparent);
}

.namaz-city-dashboard__prayer.is-past {
	background: color-mix(in srgb, var(--surface-2) 82%, var(--surface-1));
	color: var(--text-muted);
	opacity: 0.7;
}

.namaz-city-dashboard__prayer.is-past svg,
.namaz-city-dashboard__prayer.is-past time {
	color: var(--text-muted);
}

.namaz-city-dashboard__prayer.is-past small::before {
	content: "✓ ";
}

.namaz-city-dashboard__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: var(--dashboard-section-gap) 2px;
	color: var(--text-muted);
	font-size: 0.78rem;
}

.namaz-city-dashboard__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.namaz-city-dashboard__seo-card {
	margin-top: 0;
	padding: 17px 16px;
	background: var(--surface-1);
}

.namaz-city-dashboard__period-card {
	display: flex;
	align-items: center;
	min-height: 0;
	margin-top: var(--dashboard-section-gap);
}

.namaz-city-dashboard__period-card .namaz-city-dashboard__tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	margin-top: 0;
}

.namaz-city-dashboard__period-card .namaz-city-dashboard__tabs button {
	width: 100%;
}

.namaz-city-dashboard__today-hero {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 18px;
	background: var(--surface-1);
	box-shadow: var(--shadow-card);
}

.namaz-city-dashboard__today-hero .namaz-city-dashboard__seo-card,
.namaz-city-dashboard__today-hero .namaz-city-dashboard__prayer-card {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.namaz-city-dashboard__today-hero .namaz-city-dashboard__prayer-card {
	border-top: 1px solid var(--divider);
}

.namaz-city-dashboard__seo-card h1 {
	margin: 0;
	font-size: clamp(1.45rem, 6.7vw, 1.9rem);
	line-height: 1.12;
	font-weight: 820;
	letter-spacing: 0;
}

.namaz-city-dashboard__seo-card p {
	margin: 9px 0 0;
	color: var(--text-secondary);
	font-size: 0.95rem;
	line-height: 1.45;
}

.namaz-city-dashboard__tabs {
	display: inline-flex;
	gap: 4px;
	margin-top: 14px;
	padding: 4px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--surface-2);
}

.namaz-city-dashboard__tabs button {
	min-height: 32px;
	padding: 0 13px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--text-secondary);
	font: inherit;
	font-size: 0.78rem;
	font-weight: 760;
}

.namaz-city-dashboard__tabs button.is-active {
	background: var(--surface-1);
	color: var(--primary);
	box-shadow: var(--shadow-card);
}

.namaz-city-dashboard__panel {
	margin-top: var(--dashboard-section-gap);
}

.namaz-city-dashboard__grid {
	display: grid;
	gap: var(--dashboard-section-gap);
	margin-top: var(--dashboard-section-gap);
}

.namaz-city-dashboard__nearby {
	order: -1;
}

.namaz-city-dashboard__faq {
	margin-top: var(--dashboard-section-gap);
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.namaz-city-dashboard__content-card,
.namaz-city-dashboard__nearby {
	padding: 16px;
	background: var(--surface-1);
}

.namaz-city-dashboard__content-card h2,
.namaz-city-dashboard__nearby h2,
.namaz-city-dashboard__faq h2,
.namaz-city-dashboard__month h2 {
	margin: 0 0 10px;
	font-size: 1.16rem;
	line-height: 1.18;
	font-weight: 800;
	letter-spacing: 0;
}

.namaz-city-dashboard__content-card p {
	margin: 0 0 10px;
	color: var(--text-secondary);
	font-size: 0.94rem;
	line-height: 1.5;
}

.namaz-city-dashboard__content-card p:last-child {
	margin-bottom: 0;
}

.namaz-city-dashboard__nearby-list {
	display: grid;
	gap: 8px;
}

.namaz-city-dashboard__nearby-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 12px;
	border-radius: 12px;
	background: var(--surface-2);
	color: var(--text-primary);
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.namaz-city-dashboard__nearby-list small {
	color: var(--text-muted);
	font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
	.namaz-city-dashboard__nearby-list a:hover,
	.namaz-city-dashboard__nearby-list a:focus-visible {
		border-color: var(--primary);
		background: var(--surface-1);
		color: var(--primary);
		box-shadow: var(--shadow-card);
		outline: none;
	}

	.namaz-city-dashboard__nearby-list a:hover small,
	.namaz-city-dashboard__nearby-list a:focus-visible small {
		color: inherit;
		opacity: 1;
	}
}

.namaz-city-dashboard__month-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.namaz-city-dashboard__month-head button {
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--surface-1);
	color: var(--text-secondary);
	font: inherit;
	font-size: 0.78rem;
	font-weight: 760;
}

.namaz-city-dashboard__table-wrap {
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-padding-inline: 16px;
	border: 1px solid var(--border);
	border-radius: 16px;
	background: var(--surface-1);
	box-shadow: var(--shadow-card);
}

.namaz-city-dashboard__timetable {
	width: 100%;
	border-collapse: collapse;
	min-width: 680px;
	background: transparent;
}

.namaz-city-dashboard__timetable th,
.namaz-city-dashboard__timetable td {
	padding: 10px 11px;
	border-bottom: 1px solid var(--divider);
	text-align: left;
	font-size: 0.85rem;
}

.namaz-city-dashboard__timetable th {
	color: var(--text-muted);
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

html[data-theme="dark"] .namaz-city-dashboard__timetable th {
	border-bottom-color: var(--divider);
	background: var(--surface-2) !important;
	color: var(--text-muted);
}

.namaz-city-dashboard__timetable tr.is-today td {
	background: color-mix(in srgb, var(--primary) 10%, var(--surface-1));
	color: var(--primary);
	font-weight: 780;
}

.namaz-city-dashboard__timetable.is-showing-past tr.is-past {
	opacity: 0.68;
}

.namaz-city-dashboard__timetable tr.is-today {
	opacity: 1;
}

.namaz-city-dashboard__faq > div {
	display: grid;
	align-items: start;
	gap: 10px;
}

.namaz-city-dashboard__faq details {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 14px;
	background: var(--surface-1);
	box-shadow: var(--shadow-card);
}

.namaz-city-dashboard__faq summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 13px 48px 13px 15px;
	cursor: pointer;
	list-style: none;
	line-height: 1.35;
	font-weight: 760;
}

.namaz-city-dashboard__faq summary::-webkit-details-marker {
	display: none;
}

.namaz-city-dashboard__faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 14px;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--primary-soft);
	color: var(--primary);
	font-size: 1.18rem;
	line-height: 1;
	font-weight: 600;
	transform: translateY(-50%);
}

.namaz-city-dashboard__faq details[open] summary {
	border-bottom: 1px solid var(--divider);
	color: var(--primary);
}

.namaz-city-dashboard__faq details[open] summary::after {
	content: "−";
}

.namaz-city-dashboard__faq p {
	margin: 0;
	padding: 13px 15px 15px;
	color: var(--text-secondary);
	line-height: 1.5;
}

@media (max-width: 767px) {
	.namaz-city-dashboard__month-head {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		margin-bottom: var(--dashboard-section-gap);
	}

	.namaz-city-dashboard__month-head h2 {
		width: 100%;
		margin-bottom: 0;
	}

	.namaz-city-dashboard__month-head button {
		width: 100%;
		min-height: 42px;
	}

	.namaz-city-dashboard__table-wrap {
		overflow: visible;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.namaz-city-dashboard__timetable {
		display: block;
		min-width: 0 !important;
		border-collapse: separate !important;
	}

	.namaz-city-dashboard__timetable thead {
		display: none;
	}

	.namaz-city-dashboard__timetable tbody {
		display: grid;
		gap: 8px;
	}

	.namaz-city-dashboard__timetable tr {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 5px 6px;
		padding: 9px;
		border: 1px solid var(--border);
		border-radius: 14px;
		background: var(--surface-1);
		box-shadow: var(--shadow-card);
	}

	.namaz-city-dashboard__timetable tr.is-past {
		display: none;
	}

	.namaz-city-dashboard__timetable.is-showing-past tr.is-past {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.namaz-city-dashboard__timetable td,
	.namaz-city-dashboard__timetable tr.is-today td {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 5px;
		min-width: 0;
		padding: 6px 8px !important;
		border: 0 !important;
		border-radius: 9px;
		background: var(--surface-2) !important;
		color: var(--text-primary) !important;
		text-align: center !important;
	}

	.namaz-city-dashboard__timetable td::before {
		content: attr(data-label);
		color: var(--text-muted);
		font-size: 0.62rem;
		font-weight: 760;
		line-height: 1.1;
	}

	.namaz-city-dashboard__timetable td time {
		font-size: 0.86rem;
		font-weight: 820;
		line-height: 1.1;
	}

	.namaz-city-dashboard__timetable td:first-child,
	.namaz-city-dashboard__timetable tr.is-today td:first-child {
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 24px;
		padding: 0 2px 3px !important;
		border-radius: 0;
		background: transparent !important;
		color: var(--text-primary) !important;
		text-align: left !important;
	}

	.namaz-city-dashboard__timetable td:first-child::before {
		content: "День";
		font-size: 0.7rem;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}

	.namaz-city-dashboard__timetable tr.is-today {
		border-color: color-mix(in srgb, var(--primary) 62%, var(--border));
		background: color-mix(in srgb, var(--primary) 9%, var(--surface-1));
		box-shadow: 0 8px 20px color-mix(in srgb, var(--primary) 14%, transparent);
	}

	.namaz-city-dashboard__timetable tr.is-today td:not(:first-child) {
		background: color-mix(in srgb, var(--primary) 9%, var(--surface-2)) !important;
	}

	.namaz-city-dashboard__timetable tr.is-today td:not(:first-child)::before {
		color: color-mix(in srgb, var(--primary) 68%, var(--text-secondary));
	}

	.namaz-city-dashboard__timetable tr.is-today td:first-child::before {
		content: "Сегодня";
		padding: 4px 8px;
		border-radius: 999px;
		background: var(--primary);
		color: #fff;
		letter-spacing: 0.04em;
	}

	.namaz-city-dashboard__timetable tr.is-today td:first-child time {
		color: var(--primary);
		font-size: 1rem;
	}
}

html[data-theme="dark"] .namaz-city-dashboard__timetable tr.is-today td:first-child::before {
	color: #16243a;
}

@media (min-width: 768px) {
	.namaz-city-dashboard {
		padding: 0 24px;
	}

	.namaz-city-dashboard__top {
		grid-template-columns: minmax(0, 1fr);
		align-items: stretch;
	}

	.namaz-city-dashboard__location {
		min-height: 100%;
	}

	.namaz-city-dashboard__location-country {
		grid-column: 1;
	}

	.namaz-city-dashboard__location-date-row {
		display: contents;
	}

	.namaz-city-dashboard__location-dates {
		grid-column: 1;
	}

	.namaz-city-dashboard__local-time {
		grid-column: 2;
		grid-row: 2 / 4;
		align-self: center;
		justify-self: end;
		font-size: 1.42rem;
		line-height: 1;
	}

	.namaz-city-dashboard__grid {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
	}

	.namaz-city-dashboard__nearby {
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.namaz-city-dashboard__nearby-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.namaz-city-dashboard__nearby-list a {
		min-height: 52px;
		border: 1px solid var(--border);
		background: var(--surface-1);
		box-shadow: var(--shadow-card);
	}

	.namaz-city-dashboard__strip {
		overflow-x: visible;
	}

	.namaz-city-dashboard__prayer {
		flex: 1 1 0;
		min-width: 0;
	}
}

@media (max-width: 280px) {
	.namaz-city-dashboard {
		padding: 0 8px;
	}

	.namaz-city-dashboard__top {
		gap: 10px;
	}

	.namaz-city-dashboard__location {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
		padding: 12px;
		border-radius: 16px;
		gap: 9px;
	}

	.namaz-city-dashboard__location h2 {
		font-size: 1.15rem;
		overflow-wrap: anywhere;
	}

	.namaz-city-dashboard__location-country,
	.namaz-city-dashboard__location-dates {
		font-size: 0.66rem;
		gap: 4px;
	}

	.namaz-city-dashboard__location-date-row {
		gap: 5px;
	}

	.namaz-city-dashboard__change {
		justify-self: start;
		min-height: 34px;
		padding: 0 11px;
		white-space: normal;
	}

	.namaz-city-dashboard__next {
		min-height: 0;
		padding: 14px 12px 13px;
		border-radius: 0;
	}

	.namaz-city-dashboard__prayer-card {
		border-radius: 16px;
	}

	.namaz-city-dashboard__next-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.namaz-city-dashboard__countdown-label {
		margin-top: 14px;
		font-size: 1.44rem;
	}

	.namaz-city-dashboard__next-time {
		font-size: 2.52rem;
	}

	.namaz-city-dashboard__next-meta {
		white-space: normal;
	}

	.namaz-city-dashboard__schedule-head {
		padding: 12px 12px 10px;
	}

	.namaz-city-dashboard__schedule-head > div {
		display: grid;
		gap: 2px;
	}

	.namaz-city-dashboard__schedule-countdown {
		font-size: 0.76rem;
	}

	.namaz-city-dashboard__strip {
		margin-left: 0;
		margin-right: 0;
		padding-left: 12px;
		padding-right: 12px;
		scroll-padding-inline: 8px;
	}

	.namaz-city-dashboard__seo-card,
	.namaz-city-dashboard__content-card,
	.namaz-city-dashboard__nearby,
	.namaz-city-dashboard__faq {
		padding: 13px;
		border-radius: 16px;
	}

	.namaz-city-dashboard__today-hero {
		border-radius: 16px;
	}

	.namaz-city-dashboard__seo-card h1 {
		font-size: 1.28rem;
		overflow-wrap: anywhere;
	}

	.namaz-city-dashboard__seo-card p,
	.namaz-city-dashboard__content-card p {
		font-size: 0.88rem;
	}

	.namaz-city-dashboard__tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		border-radius: 18px;
	}

	.namaz-city-dashboard__tabs button {
		min-width: 0;
		padding: 0 7px;
	}

	.namaz-city-dashboard__month-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (min-width: 1120px) {
	.namaz-city-dashboard {
		padding-left: 0;
		padding-right: 0;
	}

	.namaz-city-dashboard__top {
		grid-template-columns: minmax(0, 1fr);
	}

	.namaz-city-dashboard__strip {
		margin-left: 0;
		margin-right: 0;
	}

	.namaz-city-dashboard__prayer {
		flex: 1 1 0;
	}
}
