/**
 * Ye Gez — mobil yazı içi (iosbilgi tarzı editoryal okuma + PageSpeed)
 * @package Phantaso_CMS
 */

@media (max-width: 767px) {
	/* ═══ iOS Bilgi tarzı — yoğun, küçük punto, göz yormayan ═══ */
	body.yegez-luxe.yz-read-ios.phantaso-single--single-11 {
		--yz-story-gutter: 1rem;
		--yz-story-hero-min: auto;
		background: #fff;
	}

	body.yegez-luxe.yz-read-phone.phantaso-single--single-11 {
		--yz-story-gutter: 0.875rem;
		--yz-phone-text: 0.9375rem;
		--yz-phone-leading: 1.55;
		--yz-phone-title: 1.0625rem;
		--yz-phone-h2: 1.0625rem;
		--yz-phone-h3: 1rem;
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}

	body.yegez-luxe.yz-read-ios.phantaso-single--single-11 .yz-inner,
	body.yegez-luxe.yz-read-ios.phantaso-single--single-11 .yz-inner--story {
		background: #fff;
	}

	body.yegez-luxe.yz-read-ios .yz-inner--story .phantaso-container {
		max-width: 100%;
		padding-inline: var(--yz-story-gutter);
	}

	body.yegez-luxe.yz-read-ios .yz-article__main {
		padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
	}

	/* ── Prose: düz, ferah, göz yormayan ── */
	body.yegez-luxe.yz-read-ios .yz-prose-surface--story {
		padding: 0;
		margin: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	body.yegez-luxe.yz-read-ios .yz-prose-surface--story .yz-prose--story {
		max-width: none;
		margin: 0;
	}

	body.yegez-luxe.yz-read-phone .yz-prose--story {
		font-size: var(--yz-phone-text, 0.9375rem);
		line-height: var(--yz-phone-leading, 1.55);
		color: #333;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story {
		font-size: 1rem;
		line-height: 1.75;
		letter-spacing: 0;
		color: #333;
	}

	body.yegez-luxe.yz-read-phone .yz-prose--story > p,
	body.yegez-luxe.yz-read-phone .yz-prose--story .yz-prose-section > p,
	body.yegez-luxe.yz-read-phone .yz-prose--story .yz-dest-card__body p {
		margin-bottom: 0.85em;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story > p,
	body.yegez-luxe.yz-read-ios .yz-prose--story .yz-prose-section > p,
	body.yegez-luxe.yz-read-ios .yz-prose--story .yz-dest-card__body p {
		margin-bottom: 1.15em;
		max-width: none;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story li {
		line-height: 1.72;
		margin-bottom: 0.35em;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story blockquote {
		margin: 1.25rem 0;
		padding: 0.75rem 0.9rem;
		border-left: 3px solid var(--yz-accent, #16806b);
		border-radius: 0;
		background: #f7f9f8;
		font-size: 0.98rem;
		line-height: 1.68;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story a:not(.yz-prose-share__btn):not(.yz-prose-section-nav__link) {
		font-weight: 600;
		text-decoration: underline;
		text-underline-offset: 0.15em;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story img,
	body.yegez-luxe.yz-read-ios .yz-prose--story figure img {
		max-width: 100%;
		height: auto;
		margin: 1rem 0;
		border: 0;
		border-radius: 8px;
		box-shadow: none;
	}

	/* ── H2/H3: kutu yok — iosbilgi gibi düz başlık ── */
	body.yegez-luxe.yz-read-phone .yz-inner--story .yz-prose--story .yz-prose-section--story:not(.yz-prose-section--interlude) > h2 {
		margin: 1.35rem 0 0.55rem;
		padding: 0 0 0.35rem;
		border-bottom: 1px solid #ddd;
		font-size: var(--yz-phone-h2, 1.0625rem);
		font-weight: 700;
		line-height: 1.35;
		color: #222;
	}

	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-prose-section--story:not(.yz-prose-section--interlude) > h2 {
		display: block;
		margin: 2rem 0 0.85rem;
		padding: 0 0 0.55rem;
		border: 0;
		border-bottom: 2px solid var(--yz-accent, #16806b);
		border-radius: 0;
		background: none;
		box-shadow: none;
		font-size: 1.375rem;
		font-weight: 700;
		line-height: 1.25;
		letter-spacing: -0.02em;
		color: #1c2120;
	}

	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-prose-section--story:not(.yz-prose-section--interlude) > h2::before,
	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-prose-section--story:not(.yz-prose-section--interlude) > h2::after {
		display: none !important;
		content: none !important;
	}

	body.yegez-luxe.yz-read-phone .yz-inner--story .yz-prose--story .yz-dest-card__head > h3,
	body.yegez-luxe.yz-read-phone .yz-inner--story .yz-prose--story .yz-dest-card > h3,
	body.yegez-luxe.yz-read-phone .yz-inner--story .yz-prose--story .yz-prose-section--story > h3 {
		margin: 1.15rem 0 0.5rem;
		padding: 0 0 0 0.55rem;
		border-left: 2px solid var(--pt-intent-color, var(--yz-accent, #16806b));
		font-size: var(--yz-phone-h3, 1rem);
		line-height: 1.35;
	}

	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-dest-card__head > h3,
	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-dest-card > h3,
	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-prose-section--story > h3 {
		margin: 1.65rem 0 0.75rem;
		padding: 0 0 0 0.75rem;
		border: 0;
		border-left: 3px solid var(--pt-intent-color, var(--yz-accent, #16806b));
		border-radius: 0;
		background: none;
		box-shadow: none;
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 1.3;
	}

	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-dest-card__head > h3::before,
	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-dest-card__head > h3::after,
	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-dest-card > h3::before,
	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-dest-card > h3::after,
	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-prose-section--story > h3::before,
	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-prose-section--story > h3::after {
		display: none !important;
		content: none !important;
	}

	body.yegez-luxe.yz-read-ios .yz-prose-section--story {
		padding-top: 0.5rem;
	}

	body.yegez-luxe.yz-read-ios .yz-prose-section--story + .yz-prose-section--story {
		border-top: 0;
		margin-top: 0.5rem;
		padding-top: 0;
	}

	/* ── Pratik bilgiler — işlev korunur, görünüm sade ── */
	body.yegez-luxe.yz-read-ios .yz-prose--story .yz-prose-intro-kit--premium {
		margin: 0 0 1.35rem;
		border: 1px solid #e8ecea;
		border-radius: 12px;
		background: #fafbfa;
		box-shadow: none;
		overflow: hidden;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story .yz-prose-intro-kit--story .yz-prose-intro-kit__mast,
	body.yegez-luxe.yz-read-ios .yz-prose--story .yz-prose-intro-kit--story .yz-prose-intro-kit__stats,
	body.yegez-luxe.yz-read-ios .yz-prose--story .yz-prose-intro-kit--story .yz-prose-intro-kit .pt-practical-grid,
	body.yegez-luxe.yz-read-ios .yz-prose--story .yz-prose-intro-kit--story .yz-prose-intro-kit__footer .yz-prose-share--editorial {
		padding-left: 0.95rem;
		padding-right: 0.95rem;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story .yz-prose-intro-kit .pt-practical-grid {
		gap: 0.65rem;
		margin: 0;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story .pt-practical-box {
		padding: 0.85rem 0.95rem;
		border: 1px solid #e8ecea;
		border-radius: 10px;
		background: #fff;
		box-shadow: none;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story .pt-practical-box strong {
		font-size: 0.72rem;
		margin-bottom: 0.35rem;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story .pt-practical-box p {
		font-size: 0.9rem;
		line-height: 1.55;
		color: #444;
	}

	/* Durak pratik bilgi paneli — grid işlevi korunur */
	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-spot-sheet {
		margin: 1.35rem 0 0;
		border: 1px solid #e8ecea;
		border-left: 3px solid var(--pt-intent-color, var(--yz-accent, #16806b));
		border-radius: 12px;
		background: #fafbfa;
		box-shadow: none;
	}

	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-spot-sheet::after {
		display: none;
	}

	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-spot-sheet__head {
		padding: 0.85rem 0.95rem;
		background: #fff;
		border-bottom: 1px solid #eceeed;
	}

	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-spot-sheet__row {
		grid-template-columns: 1fr;
		gap: 0.2rem;
		padding: 0.75rem 0.95rem;
	}

	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-spot-sheet__label {
		font-size: 0.72rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		color: var(--pt-intent-color, var(--yz-accent, #16806b));
	}

	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-prose--story .yz-spot-sheet__value {
		font-size: 0.92rem;
		line-height: 1.5;
		color: #333;
	}

	body.yegez-luxe.yz-read-ios .yz-prose--story .yz-dest-card__save {
		margin: 0.65rem 0 0;
		padding: 0.45rem 0.85rem;
		font-size: 0.72rem;
	}

	/* ── Hero: kısa, okunaklı, iosbilgi benzeri ── */
	body.yegez-luxe.yz-read-ios .yz-story-hero {
		min-height: auto;
		color: #1c2120;
		background: #fff;
	}

	body.yegez-luxe.yz-read-ios .yz-story-hero--cover .yz-story-hero__media {
		position: relative;
		height: 13.5rem;
		max-height: 13.5rem;
		overflow: hidden;
	}

	body.yegez-luxe.yz-read-ios .yz-story-hero--cover .yz-story-hero__img {
		width: 100%;
		height: 13.5rem;
		object-fit: cover;
		animation: none !important;
		transform: none !important;
	}

	body.yegez-luxe.yz-read-ios .yz-story-hero__veil,
	body.yegez-luxe.yz-read-ios .yz-story-hero__glow,
	body.yegez-luxe.yz-read-ios .yz-story-hero__grain,
	body.yegez-luxe.yz-read-ios .yz-story-hero__scroll {
		display: none;
	}

	body.yegez-luxe.yz-read-ios .yz-story-hero--cover .yz-story-hero__inner {
		color: #1c2120;
		padding: 0.85rem var(--yz-story-gutter) 0.65rem;
	}

	body.yegez-luxe.yz-read-ios .yz-story-hero__title {
		font-size: clamp(1.45rem, 5.8vw, 1.75rem);
		line-height: 1.18;
		font-weight: 800;
		color: #1c2120;
	}

	body.yegez-luxe.yz-read-ios .yz-story-hero__deck {
		font-size: 0.9375rem;
		line-height: 1.55;
		color: #555;
		margin-top: 0.35rem;
	}

	body.yegez-luxe.yz-read-ios .yz-story-hero--cover .yz-story-hero__title,
	body.yegez-luxe.yz-read-ios .yz-story-hero--cover .yz-story-hero__deck,
	body.yegez-luxe.yz-read-ios .yz-story-hero--cover .yz-story-hero__stat,
	body.yegez-luxe.yz-read-ios .yz-story-hero--cover .yz-story-hero__author-name {
		color: inherit;
	}

	body.yegez-luxe.yz-read-ios .yz-story-hero__strips,
	body.yegez-luxe.yz-read-ios .yz-story-hero__dock {
		margin-top: 0.65rem;
	}

	body.yegez-luxe.yz-read-ios .yz-story-hero__bar {
		border: 1px solid #eceeed;
		background: #fafbfa;
		backdrop-filter: none;
		box-shadow: none;
		padding: 0.65rem 0.75rem;
		border-radius: 10px;
	}

	body.yegez-luxe.yz-read-ios .yz-story-hero__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.45rem;
	}

	/* ── Bölüm çipleri: ince sticky şerit ── */
	body.yegez-luxe.yz-read-ios .yz-story-chapters {
		margin-inline: calc(-1 * var(--yz-story-gutter));
		padding: 0.55rem var(--yz-story-gutter) 0.65rem;
		background: #fff;
		border-bottom: 1px solid #eceeed;
		box-shadow: none;
	}

	body.yegez-luxe.yz-read-ios .yz-story-chapters__label {
		font-size: 0.62rem;
		margin-bottom: 0.35rem;
		color: #666;
	}

	body.yegez-luxe.yz-read-ios .yz-story-chapters__chip {
		min-height: 2.25rem;
		padding: 0.35rem 0.7rem;
		font-size: 0.78rem;
		border-color: #e4ebe8;
		box-shadow: none;
	}

	body.yegez-luxe.yz-read-ios .yz-story-chapters__chip.is-active {
		border-color: var(--yz-accent, #16806b);
		background: var(--yz-accent-soft, #e6f4f0);
		color: var(--yz-accent, #16806b);
	}

	/* ── Okuma dock: kapalıyken tek "Aa" pill ── */
	body.yegez-luxe.yz-read-ios .yz-reading-toolbar.yz-reading-toolbar--dock {
		position: fixed;
		left: auto;
		right: calc(0.75rem + env(safe-area-inset-right, 0px));
		bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
		transform: none;
		z-index: 9998;
		border: 1px solid #e4ebe8;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(6px);
	}

	body.yegez-luxe.yz-read-ios .yz-reading-toolbar--dock.yz-reading-toolbar--collapsed {
		padding: 0;
		min-width: 2.75rem;
		min-height: 2.75rem;
		border-radius: 999px;
		cursor: pointer;
	}

	body.yegez-luxe.yz-read-ios .yz-reading-toolbar--dock.yz-reading-toolbar--collapsed::after {
		content: "Aa";
		display: grid;
		place-items: center;
		width: 2.75rem;
		height: 2.75rem;
		font-family: var(--yz-display, system-ui, sans-serif);
		font-size: 0.82rem;
		font-weight: 800;
		color: #1c2120;
	}

	body.yegez-luxe.yz-read-ios .yz-reading-toolbar--dock.yz-reading-toolbar--collapsed .yz-reading-toolbar__btn,
	body.yegez-luxe.yz-read-ios .yz-reading-toolbar--dock.yz-reading-toolbar--collapsed .yz-reading-toolbar__rule {
		display: none !important;
	}

	body.yegez-luxe.yz-read-ios .yz-reading-toolbar--dock:not(.yz-reading-toolbar--collapsed) {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0.1rem;
		max-width: calc(100vw - 1.25rem);
		padding: 0.3rem 0.4rem;
		border-radius: 999px;
	}

	body.yegez-luxe.yz-read-ios .yz-reading-toolbar__btn {
		width: 2.45rem;
		height: 2.45rem;
		min-width: 2.45rem;
		min-height: 2.45rem;
		font-size: 0.76rem;
	}

	body.yegez-luxe.yz-read-ios .yz-reading-toolbar__btn--offline,
	body.yegez-luxe.yz-read-ios .yz-reading-toolbar__btn--print {
		display: none;
	}

	/* ── Alt katman lazy paint ── */
	body.yegez-luxe.yz-read-ios .yz-story-after,
	body.yegez-luxe.yz-read-ios .yz-article__rail--story,
	body.yegez-luxe.yz-read-ios .yz-comments--story,
	body.yegez-luxe.yz-read-ios .yz-inner--story .yz-related {
		content-visibility: auto;
		contain-intrinsic-size: auto 280px;
	}

	body.yegez-luxe.yz-read-ios .yz-article__footer--story {
		padding-inline: var(--yz-story-gutter);
	}

	body.yegez-luxe.yz-read-ios .yz-reading-progress {
		height: 2px;
	}

	/* ═══ Telefon hero — iosbilgi akışı ═══ */
	body.yegez-luxe.yz-read-phone .yz-story-hero--phone {
		display: block;
		margin: 0;
		padding: 0;
		background: #fff;
		color: #333;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__media {
		height: auto;
		max-height: none;
		overflow: hidden;
		background: #eee;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__img {
		width: 100%;
		height: auto;
		max-height: 11.25rem;
		object-fit: cover;
		display: block;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__body {
		padding: 0.65rem var(--yz-story-gutter) 0.5rem;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__eyebrow {
		margin-bottom: 0.3rem;
		gap: 0.35rem 0.5rem;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__region {
		font-size: 0.6875rem;
		font-weight: 700;
		letter-spacing: 0.04em;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__pill {
		font-size: 0.625rem;
		padding: 0.12rem 0.45rem;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__title {
		margin: 0 0 0.45rem;
		font-size: var(--yz-phone-title, 1.0625rem);
		font-weight: 700;
		line-height: 1.35;
		color: #222;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__deck {
		margin: 0 0 0.55rem;
		font-size: var(--yz-phone-text, 0.9375rem);
		line-height: var(--yz-phone-leading, 1.55);
		color: #333;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__facts-fold {
		margin: 0 0 0.55rem;
		border: 1px solid #ddd;
		border-radius: 4px;
		background: #fff;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__facts-summary {
		padding: 0.45rem 0.55rem;
		font-size: 0.8125rem;
		font-weight: 600;
		color: #444;
		cursor: pointer;
		list-style: none;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__facts-summary::-webkit-details-marker {
		display: none;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__facts {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.35rem;
		margin: 0;
		padding: 0 0.55rem 0.55rem;
		border: 0;
		background: transparent;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__fact dt {
		font-size: 0.625rem;
		color: #666;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__fact dd {
		font-size: 0.8125rem;
		font-weight: 600;
		color: #222;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__meta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
		padding: 0.35rem 0;
		border: 0;
		background: transparent;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__meta-main {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.2rem 0.35rem;
		min-width: 0;
		font-size: 0.6875rem;
		font-weight: 600;
		color: #666;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__author-link {
		display: inline-flex;
		align-items: center;
		gap: 0.35rem;
		color: #666;
		text-decoration: none;
		max-width: 8.5rem;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__avatar {
		width: 1.35rem;
		height: 1.35rem;
		border: 0;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__author-name {
		font-size: 0.6875rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #666;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__meta-sep {
		color: #aaa;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__date,
	body.yegez-luxe.yz-read-phone .yz-phone-hero__reading,
	body.yegez-luxe.yz-read-phone .yz-phone-hero__updated {
		color: #666;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__save {
		flex-shrink: 0;
		min-height: 1.75rem;
		padding: 0.2rem 0.55rem;
		border: 1px solid #ccc;
		border-radius: 4px;
		background: #fff;
		color: #333;
		font-size: 0.6875rem;
		font-weight: 600;
	}

	body.yegez-luxe.yz-read-phone .yz-phone-hero__save[aria-pressed="true"] {
		background: var(--yz-accent, #16806b);
		border-color: var(--yz-accent, #16806b);
		color: #fff;
	}

	/* ── İçerik kutusu (iosbilgi) ── */
	body.yegez-luxe.yz-read-phone .yz-toc-drawer__open--ios {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: calc(100% - 2 * var(--yz-story-gutter));
		margin: 0 var(--yz-story-gutter) 0.55rem;
		padding: 0.5rem 0.65rem;
		border: 1px solid #ccc;
		border-radius: 2px;
		background: #fff;
		color: #333;
		font-size: var(--yz-phone-text, 0.9375rem);
		font-weight: 400;
		line-height: 1.4;
	}

	body.yegez-luxe.yz-read-phone .yz-toc-drawer__open--ios .yz-toc-drawer__open-label {
		font-weight: 600;
		color: #222;
	}

	body.yegez-luxe.yz-read-phone .yz-toc-drawer__open--ios svg {
		flex-shrink: 0;
		opacity: 0.55;
	}

	body.yegez-luxe.yz-read-phone .yz-toc-drawer__open--ios .yz-toc-drawer__count {
		display: none;
	}

	/* ── Rota: kapalı accordion, yoğunluk korunsun ── */
	body.yegez-luxe.yz-read-phone .yz-journey-fold {
		margin: 0 var(--yz-story-gutter) 0.55rem;
		border: 1px solid #ddd;
		border-radius: 4px;
		background: #fff;
	}

	body.yegez-luxe.yz-read-phone .yz-journey-fold__summary {
		padding: 0.45rem 0.55rem;
		font-size: 0.8125rem;
		font-weight: 600;
		color: #444;
		cursor: pointer;
		list-style: none;
	}

	body.yegez-luxe.yz-read-phone .yz-journey-fold__summary::-webkit-details-marker {
		display: none;
	}

	body.yegez-luxe.yz-read-phone .yz-journey-fold .yz-journey-shell {
		padding: 0 0 0.65rem;
		background: transparent;
		border: 0;
	}

	body.yegez-luxe.yz-read-phone .yz-journey-fold .phantaso-container {
		padding-inline: 0.55rem;
	}

	body.yegez-luxe.yz-read-phone .yz-journey-fold .yz-journey {
		border-radius: 8px;
		box-shadow: none;
	}

	body.yegez-luxe.yz-read-phone .yz-journey-fold .yz-journey__title {
		font-size: 0.9375rem;
	}

	body.yegez-luxe.yz-read-phone .yz-journey-fold .yz-journey__lead {
		font-size: 0.75rem;
		line-height: 1.45;
	}

	body.yegez-luxe.yz-read-phone .yz-story-chapters {
		display: none;
	}

	body.yegez-luxe.yz-read-phone .yz-prose--story .yz-prose-intro-kit--premium {
		margin: 0 0 0.85rem;
		border-radius: 4px;
	}

	body.yegez-luxe.yz-read-phone .yz-prose--story .pt-practical-box {
		padding: 0.55rem 0.65rem;
	}

	body.yegez-luxe.yz-read-phone .yz-prose--story .pt-practical-box p {
		font-size: 0.8125rem;
		line-height: 1.5;
	}

	body.yegez-luxe.yz-read-phone .yz-inner--story .yz-prose--story .yz-spot-sheet {
		margin: 0.85rem 0 0;
		border-radius: 4px;
	}

	body.yegez-luxe.yz-read-phone .yz-inner--story .yz-prose--story .yz-spot-sheet__head {
		padding: 0.55rem 0.65rem;
	}

	body.yegez-luxe.yz-read-phone .yz-inner--story .yz-prose--story .yz-spot-sheet__row {
		padding: 0.45rem 0.65rem;
	}

	body.yegez-luxe.yz-read-phone .yz-article__main {
		padding-bottom: calc(3.75rem + env(safe-area-inset-bottom, 0px));
	}
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
	body.yegez-luxe.yz-read-ios.phantaso-single--single-11 .yz-story-hero__img,
	body.yegez-luxe.yz-read-ios.phantaso-single--single-11 .yz-reading-progress__bar {
		transition: none !important;
	}
}
