/**
 * MannaScroll — Pause Prompts styling
 * ---------------------------------------------------------------------
 * Deliberately quieter than a content card: no accent bar, no dropped
 * capital, more whitespace, centered. It should read as a different kind
 * of moment in the feed, not another card to swipe past.
 *
 * Assumes .manna-card already provides full-height sizing and scroll-snap
 * alignment from your theme. Only pause-specific overrides live here.
 * ---------------------------------------------------------------------
 */

.manna-pause {
	background: #0d0d0e;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	border-left: none !important;
}

.manna-pause-inner {
	max-width: 380px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.manna-pause-icon {
	width: 16px;
	height: 16px;
	margin-bottom: 24px;
	border: 1px solid #8a8580;
	border-radius: 50%;
}

.manna-pause-message {
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	font-size: 20px;
	line-height: 1.65;
	color: #cfc8bb;
	margin: 0;
}

.manna-pause-hint {
	margin-top: 48px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #5c5852;
}

.manna-pause {
	cursor: pointer;
}
