/* Mobile Article Mode: AMP-like readability without a separate AMP URL. */
@media (max-width: 760px) {
	body.mz-dark-editorial.mz-single-post-template {
		background: #050b14 !important;
		color: #eef6ff !important;
		-webkit-text-size-adjust: 100%;
	}

	body.mz-dark-editorial.mz-single-post-template #tie-wrapper,
	body.mz-dark-editorial.mz-single-post-template .site-content,
	body.mz-dark-editorial.mz-single-post-template .container,
	body.mz-dark-editorial.mz-single-post-template .main-content,
	body.mz-dark-editorial.mz-single-post-template #main-content,
	body.mz-dark-editorial.mz-single-post-template .content {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.mz-dark-editorial.mz-single-post-template #theme-header {
		box-shadow: 0 8px 22px rgba(0, 0, 0, .34) !important;
	}

	body.mz-dark-editorial.mz-single-post-template #theme-header .logo-row,
	body.mz-dark-editorial.mz-single-post-template #theme-header .logo-container {
		background-image: linear-gradient(180deg, #07111f, #050b14) !important;
	}

	body.mz-dark-editorial.mz-single-post-template #theme-header .logo-row:before,
	body.mz-dark-editorial.mz-single-post-template #theme-header .logo-container:before,
	body.mz-dark-editorial.mz-single-post-template #theme-header .logo-row:after,
	body.mz-dark-editorial.mz-single-post-template #theme-header .logo-container:after {
		content: none !important;
	}

	body.mz-dark-editorial.mz-single-post-template #theme-header #logo {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	body.mz-dark-editorial.mz-single-post-template #theme-header #logo a {
		padding: 7px 10px !important;
		border-radius: 14px !important;
	}

	body.mz-dark-editorial.mz-single-post-template #theme-header #logo img {
		max-width: min(78vw, 360px) !important;
		max-height: 58px !important;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-page {
		background: linear-gradient(180deg, #07111f 0, #050b14 220px, #07111f 100%);
		padding-bottom: 26px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-hero {
		padding: 14px 0 16px;
		background: linear-gradient(180deg, #07111f 0, #081322 100%);
		border-bottom: 1px solid rgba(125, 211, 252, .16);
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-hero:before {
		opacity: .22;
		background-size: 34px 34px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-hero-inner,
	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-layout,
	body.mz-dark-editorial.mz-single-post-template .mz-article-wrap {
		width: min(100% - 18px, 680px);
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-topline {
		display: grid;
		gap: 8px;
		margin-bottom: 10px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-breadcrumbs {
		display: flex;
		gap: 6px;
		max-width: 100%;
		overflow-x: auto;
		padding-bottom: 2px;
		color: rgba(219, 234, 254, .74);
		font-size: .76rem;
		white-space: nowrap;
		scrollbar-width: none;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-breadcrumbs::-webkit-scrollbar {
		display: none;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-kicker-row {
		display: flex;
		flex-wrap: wrap;
		gap: 6px 9px;
		font-size: .72rem;
		letter-spacing: .07em;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-hero h1 {
		margin-top: 4px;
		font-size: clamp(2rem, 9.8vw, 3.05rem);
		line-height: 1.02;
		letter-spacing: 0;
		text-wrap: balance;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-dek {
		margin-top: 12px;
		font-size: 1.02rem;
		line-height: 1.58;
		color: rgba(226, 238, 255, .88);
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-meta-card {
		display: grid;
		grid-template-columns: 1fr;
		gap: 7px;
		margin-top: 12px;
		padding-top: 12px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-meta-card > div,
	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-meta-card > div:last-child {
		display: grid;
		grid-template-columns: minmax(92px, .42fr) minmax(0, 1fr);
		align-items: baseline;
		gap: 10px;
		min-width: 0;
		margin: 0;
		padding: 9px 10px;
		border: 1px solid rgba(125, 211, 252, .15);
		border-radius: 10px;
		background: rgba(15, 23, 42, .48);
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-meta-card span {
		font-size: .68rem;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-meta-card strong {
		overflow-wrap: anywhere;
		font-size: .92rem;
		line-height: 1.25;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-layout {
		display: grid;
		gap: 14px;
		margin-top: 14px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-action-grid,
	body.mz-dark-editorial.mz-single-post-template .mz-article-action-grid-first {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		width: 100%;
		margin: 0;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-action-grid a {
		min-height: 58px;
		padding: 10px;
		border-radius: 12px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-action-grid a:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-action-grid span {
		font-size: .67rem;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-action-grid strong {
		font-size: .91rem;
		line-height: 1.2;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-shell,
	body.mz-dark-editorial.mz-single-post-template .mz-article-box,
	body.mz-dark-editorial.mz-single-post-template .mz-article-rating,
	body.mz-dark-editorial.mz-single-post-template .mz-article-share,
	body.mz-dark-editorial.mz-single-post-template .mz-article-tags,
	body.mz-dark-editorial.mz-single-post-template .mz-article-author-box,
	body.mz-dark-editorial.mz-single-post-template .mz-article-related,
	body.mz-dark-editorial.mz-single-post-template .mz-article-comments {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		border-radius: 14px;
		border-color: rgba(125, 211, 252, .15);
		background: rgba(8, 17, 30, .96);
		box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-shell {
		padding: 18px 13px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content {
		width: 100%;
		max-width: none;
		font-size: 1.075rem;
		line-height: 1.78;
		color: #eef6ff;
		overflow-wrap: break-word;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content > p,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > h2,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > h3,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > h4,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > ul,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > ol,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > blockquote,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > pre,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > .wp-block-heading {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content p {
		margin-bottom: 1.08rem;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content p:first-of-type {
		font-size: 1.11rem;
		line-height: 1.72;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content p:first-of-type:first-letter {
		float: none;
		margin: 0;
		font-size: inherit;
		line-height: inherit;
		color: inherit;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content h2 {
		margin-top: 1.65rem;
		font-size: 1.55rem;
		line-height: 1.18;
		letter-spacing: 0;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content h3 {
		margin-top: 1.35rem;
		font-size: 1.28rem;
		line-height: 1.22;
		letter-spacing: 0;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content ul,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content ol {
		padding-left: 1.25rem;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content > figure,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > .wp-caption,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > .wp-block-image,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > .mz-media-paragraph,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > p:has(img),
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > p:has(a > img),
	body.mz-dark-editorial.mz-single-post-template .mz-article-content .alignwide,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content .alignfull {
		width: calc(100% + 26px) !important;
		max-width: none !important;
		margin-left: -13px !important;
		margin-right: -13px !important;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content img,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content figure img,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content .wp-block-image img,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content .wp-caption img {
		width: 100% !important;
		height: auto !important;
		max-width: none !important;
		border-radius: 12px;
		object-fit: cover;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content iframe,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content video,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content canvas {
		width: 100% !important;
		max-width: 100% !important;
		border-radius: 12px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content table {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content figcaption,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content .wp-element-caption,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content .wp-caption-text {
		padding: 8px 11px 9px;
		font-size: .78rem !important;
		line-height: 1.44 !important;
		border-radius: 0 0 10px 10px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-post-nav {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 11px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-post-nav-next {
		text-align: left;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-share,
	body.mz-dark-editorial.mz-single-post-template .mz-article-tags,
	body.mz-dark-editorial.mz-single-post-template .mz-article-author-box,
	body.mz-dark-editorial.mz-single-post-template .mz-article-related,
	body.mz-dark-editorial.mz-single-post-template .mz-article-rating,
	body.mz-dark-editorial.mz-single-post-template .mz-article-comments {
		padding: 15px 13px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-share-head,
	body.mz-dark-editorial.mz-single-post-template .mz-article-tags-head {
		display: grid;
		gap: 8px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-share-grid,
	body.mz-dark-editorial.mz-single-post-template .mz-article-tag-cards {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-author-box {
		grid-template-columns: 1fr;
		text-align: left;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-author-avatar img {
		width: 76px;
		height: 76px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-rating {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-rating-panel {
		align-items: stretch;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-rating-stars {
		justify-content: space-between;
		gap: 5px;
		width: 100%;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-rating-star {
		flex: 1 1 0;
		min-width: 0;
		min-height: 44px;
	}
}

@media (max-width: 380px) {
	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-hero-inner,
	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-layout,
	body.mz-dark-editorial.mz-single-post-template .mz-article-wrap {
		width: calc(100% - 12px);
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-single .mz-article-shell {
		padding-left: 10px;
		padding-right: 10px;
	}

	body.mz-dark-editorial.mz-single-post-template .mz-article-content > figure,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > .wp-caption,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > .wp-block-image,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > .mz-media-paragraph,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > p:has(img),
	body.mz-dark-editorial.mz-single-post-template .mz-article-content > p:has(a > img),
	body.mz-dark-editorial.mz-single-post-template .mz-article-content .alignwide,
	body.mz-dark-editorial.mz-single-post-template .mz-article-content .alignfull {
		width: calc(100% + 20px) !important;
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
}
