:root {
	/*
	 * Color roles (do not mix):
	 * - Green  = Touch action buttons only
	 * - Orange = secondary actions / View Story / accents
	 * - Blue   = system / page headers
	 * - Care / Share / Dream = world / category identity only
	 * - Neutrals = informational UI
	 */
	--tyw-blue: #2F6FB5;
	--tyw-blue-dark: #255C99;
	--tyw-blue-darker: #1C4A7C;
	--tyw-wordmark: #3f4a55;
	--tyw-orange: #FF9900;
	--tyw-orange-dark: #e68a00;
	--tyw-blue-rgb: 47, 111, 181;
	--tyw-blue-dark-rgb: 37, 92, 153;
	--tyw-orange-rgb: 255, 153, 0;
	--tyw-error: #DC3545;
	--tyw-error-rgb: 220, 53, 69;

	/* Bootstrap success green â€” Touch allocate buttons only */
	--tyw-touch: #198754;
	--tyw-touch-light: #20c997;
	--tyw-touch-dark: #146c43;
	--tyw-touch-rgb: 25, 135, 84;

	--tyw-care: #EBC865;
	--tyw-care-dark: #D4B04A;
	--tyw-care-rgb: 235, 200, 101;
	--tyw-share: #26C6C1;
	--tyw-share-dark: #1ea9a4;
	--tyw-share-rgb: 38, 198, 193;
	--tyw-dream: #8FBCEB;
	--tyw-dream-dark: #6fa8d9;
	--tyw-dream-rgb: 143, 188, 235;

	--tyw-sponsor-accent: var(--tyw-gray-200);
	--tyw-sponsor-border: rgba(207, 216, 227, 0.9);
	--tyw-sponsor-kicker: var(--tyw-gray-500);
	--tyw-sponsor-cap: 2.35rem;
	--tyw-sponsor-pad-x: 2.85rem;
	--tyw-sponsor-logo-h: 2.15rem;

	--tyw-gray-50: #f5f7f9;
	--tyw-gray-100: #e8edf2;
	--tyw-gray-200: #cfd8e3;
	--tyw-gray-300: #b3bfc9;
	--tyw-gray-400: #8e9baa;
	--tyw-gray-500: #6d7a88;
	--tyw-gray-600: #55616e;
	--tyw-gray-700: #3f4a55;
	--tyw-gray-800: #2c343c;
	--tyw-gray-900: #1a2026;
	--tyw-silver: #c5ccd4;
	--tyw-silver-light: #dde2e7;
	--tyw-silver-dark: #9aa4b0;
	--tyw-silver-rgb: 197, 204, 212;

	--tyw-mist: var(--tyw-gray-200);
	--tyw-ink: var(--tyw-gray-900);

	--tyw-space: 0.75rem;
	/*
	 * Bootstrap 5 .container max-widths (xxl = 1320px on widescreen).
	 * Updated at each breakpoint below so non-container shells stay aligned.
	 */
	--tyw-page-max: 100%;
	--tyw-inner-card-max: 36rem;
	--tyw-content-panel-max: var(--tyw-page-max);
	--tyw-bar-radius: 0.5rem;
	--tyw-page-gutter: 1.25rem;
	--tyw-pad-x: 1.25rem;
	--tyw-pad-y: 1.25rem;
	/* Shared inside padding for content panels (cats, intros, banners). */
	--tyw-panel-pad-x: var(--tyw-pad-x);
	--tyw-panel-pad-y: var(--tyw-pad-y);
	--tyw-stack: 1rem;
	--tyw-shade: 0 0 1rem rgba(26, 32, 38, 0.14);
	--tyw-shade-soft: 0 0 0.75rem rgba(26, 32, 38, 0.1);

	--tyw-font: "Plus Jakarta Sans", system-ui, sans-serif;

	--bs-font-sans-serif: var(--tyw-font);
	--bs-body-font-family: var(--tyw-font);
	--bs-primary: #2F6FB5;
	--bs-primary-rgb: 47, 111, 181;
	--bs-secondary: #255C99;
	--bs-secondary-rgb: 37, 92, 153;
	/* Site â€œdangerâ€� buttons are orange secondary CTAs (not error red). */
	--bs-danger: #FF9900;
	--bs-danger-rgb: 255, 153, 0;
	--bs-success: #198754;
	--bs-success-rgb: 25, 135, 84;
	--bs-link-color: var(--tyw-blue);
	--bs-link-hover-color: var(--tyw-blue-dark);
	--bs-body-color: var(--tyw-gray-800);
	--bs-body-bg: #fff;
	--bs-secondary-color: var(--tyw-gray-600);
	--bs-secondary-bg: var(--tyw-gray-100);
	--bs-border-color: var(--tyw-gray-200);
	--bs-tertiary-bg: var(--tyw-gray-50);
}

@media (max-width: 575.98px) {
	:root {
		--tyw-page-gutter: 0.33rem;
		--tyw-pad-x: 0.85rem;
		--tyw-pad-y: 1rem;
		--tyw-space: 0.55rem;
	}
}

/* Match Bootstrap 5 .container stepped max-widths. */
@media (min-width: 576px) {
	:root {
		--tyw-page-max: 540px;
	}
}

@media (min-width: 768px) {
	:root {
		--tyw-page-max: 720px;
	}
}

@media (min-width: 992px) {
	:root {
		--tyw-page-max: 960px;
	}
}

@media (min-width: 1200px) {
	:root {
		--tyw-page-max: 1140px;
	}
}

@media (min-width: 1400px) {
	:root {
		--tyw-page-max: 1320px;
	}
}

html {
	overflow-y: scroll;
	scrollbar-gutter: stable;
}

body {
	font-family: var(--tyw-font);
	background-color: #fff;
	background-image:
		radial-gradient(
			circle at 24px 24px,
			rgba(var(--bs-primary-rgb), 0.08) 2px,
			transparent 2.5px
		),
		radial-gradient(
			circle at 12px 12px,
			rgba(var(--bs-primary-rgb), 0.06) 1.5px,
			transparent 2px
		);
	background-size:
		48px 48px,
		48px 48px;
	background-attachment: fixed;
	color: var(--bs-body-color);
}

.tyw-navbar,
.tyw-footer,
.tyw-hero,
.tyw-section {
	background: transparent;
	overflow: visible;
	padding: var(--tyw-space) var(--tyw-page-gutter) 0;
}

.tyw-section-divider {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-page-max);
	margin: 0 auto;
	padding: calc(var(--tyw-space) * 2.25) var(--tyw-page-gutter)
		calc(var(--tyw-space) * 1.75);
}

.tyw-section-divider::before,
.tyw-section-divider::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background-color: var(--tyw-gray-200);
}

.tyw-section-divider-dots {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.42rem;
}

.tyw-section-divider-dots span {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background-color: var(--tyw-care);
}

.tyw-page-index #care + .tyw-section-divider + #trust,
.tyw-page-index #trust + .tyw-section-divider + #tyw-panel-give {
	padding-top: 0;
}

.tyw-page-index #tyw-panel-give + .tyw-section-divider + #dream {
	padding-top: 0;
}

/* Homepage mobile - tabbed Support Stories (Care / Share / Dream). */
.tyw-special-stories-tabs-section {
	padding-top: var(--tyw-space);
	padding-bottom: 0;
}

.tyw-special-stories-tabs-wrap {
	padding-bottom: 0.5rem;
}

.tyw-special-stories-tabs {
	display: none;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	margin: 0;
	padding: 0.35rem 0 0.15rem;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.tyw-special-stories-tabs-hint {
	display: none;
	margin: 0 0 0.2rem;
	padding: 0;
	font-size: 1.44rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-align: center;
	color: var(--tyw-gray-500);
}

.tyw-special-stories-swipe-hint {
	display: none;
	margin: 0.2rem 0 0.15rem;
	padding: 0;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-align: center;
	color: var(--tyw-gray-400);
}

.tyw-special-stories-tab {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 4.85rem;
	height: 4.85rem;
	margin: 0;
	padding: 0.35rem;
	border-radius: 50%;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.15;
	text-align: center;
	color: #fff !important;
	cursor: pointer;
	background: linear-gradient(180deg, var(--tyw-silver-light) 0%, var(--tyw-silver) 48%, var(--tyw-silver-dark) 100%);
	border: 1px solid var(--tyw-silver-dark);
	box-shadow: 0 8px 18px rgba(var(--tyw-silver-rgb), 0.28);
	transform: scale(1);
	transition:
		filter 0.15s ease,
		box-shadow 0.15s ease,
		background 0.25s ease,
		border-color 0.25s ease,
		transform 0.4s ease,
		opacity 0.4s ease;
}

.tyw-special-stories-tab:hover,
.tyw-special-stories-tab:focus {
	color: #fff !important;
	filter: brightness(1.03);
	box-shadow: 0 10px 22px rgba(var(--tyw-silver-rgb), 0.36);
}

.tyw-special-stories-tab.text-care.is-active {
	background: linear-gradient(180deg, #f5db8a 0%, var(--tyw-care) 48%, var(--tyw-care-dark) 100%);
	border-color: var(--tyw-care-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-care-rgb), 0.36);
	filter: brightness(1.03);
}

.tyw-special-stories-tab.text-tyw-give.is-active {
	background: linear-gradient(180deg, #4fdad5 0%, var(--tyw-share) 48%, var(--tyw-share-dark) 100%);
	border-color: var(--tyw-share-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-share-rgb), 0.36);
	filter: brightness(1.03);
}

.tyw-special-stories-tab.text-dream.is-active {
	background: linear-gradient(180deg, #b5d4f5 0%, var(--tyw-dream) 48%, var(--tyw-dream-dark) 100%);
	border-color: var(--tyw-dream-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-dream-rgb), 0.36);
	filter: brightness(1.03);
}

.tyw-special-stories-tab.is-active {
	transform: scale(1.04);
}

.tyw-special-stories-tabs.is-world-locked .tyw-special-stories-tab.is-active {
	transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
	.tyw-special-stories-tab {
		transition: none;
		transform: none !important;
	}
}

.tyw-special-stories-tab:focus-visible {
	outline: 2px solid var(--tyw-blue);
	outline-offset: 2px;
}

/* Index: one-world tabs UX at every viewport (same as mobile). */
.tyw-page-index .tyw-special-stories-stack {
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
	touch-action: pan-y;
	overflow-x: clip;
}

.tyw-page-index .tyw-special-stories-tabs {
	display: flex;
	padding-bottom: 0;
}

.tyw-page-index .tyw-special-stories-tabs-hint {
	display: block;
}

.tyw-page-index .tyw-special-stories-swipe-hint {
	display: block;
	margin: 0;
}

.tyw-page-index .tyw-world-body-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--tyw-space);
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 0.65rem 0.65rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: var(--tyw-bar-radius);
	background-color: #fff;
	box-shadow: var(--tyw-shade-soft);
	overflow: hidden;
}

.tyw-page-index .tyw-special-stories-tabs-section {
	order: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}

.tyw-page-index .tyw-special-stories-tabs-section .tyw-special-stories-tabs-wrap {
	box-shadow: var(--tyw-shade);
	padding-top: 0;
	padding-bottom: 0.95rem;
	background-color: #fff;
}

.tyw-page-index .tyw-special-stories-tabs-wrap.tyw-bar-inner.tyw-section-inner {
	gap: 0;
}

.tyw-page-index .tyw-special-stories-tabs-wrap > .tyw-happening-inner,
.tyw-page-index .tyw-special-stories-tabs-wrap > .tyw-happening-or,
.tyw-page-index .tyw-special-stories-tabs-wrap > .tyw-special-stories-tabs-hint,
.tyw-page-index .tyw-special-stories-tabs-wrap > .tyw-special-stories-tabs {
	margin-bottom: var(--tyw-stack);
}

.tyw-page-index .tyw-special-stories-tabs-wrap > .tyw-special-stories-swipe-hint {
	margin: 0 0 0.45rem;
}

.tyw-page-index .tyw-special-stories-stack.is-world-care .tyw-special-stories-tabs-wrap {
	border-color: var(--tyw-care);
}

.tyw-page-index .tyw-special-stories-stack.is-world-give .tyw-special-stories-tabs-wrap {
	border-color: var(--tyw-share);
}

.tyw-page-index .tyw-special-stories-stack.is-world-dream .tyw-special-stories-tabs-wrap {
	border-color: var(--tyw-dream);
}

.tyw-page-index #trust {
	margin-top: var(--tyw-space);
}

.tyw-page-index .tyw-special-stories-stack.is-world-care .tyw-world-body-card {
	border-color: var(--tyw-care);
}

.tyw-page-index .tyw-special-stories-stack.is-world-give .tyw-world-body-card {
	border-color: var(--tyw-share);
}

.tyw-page-index .tyw-special-stories-stack.is-world-dream .tyw-world-body-card {
	border-color: var(--tyw-dream);
}

.tyw-page-index .tyw-world-body-card > .tyw-section-heading {
	margin: 0 -0.65rem;
}

.tyw-page-index .tyw-world-body-card > .special-story-intro {
	margin-bottom: 0;
	padding-bottom: 0.15rem;
}

.tyw-page-index .tyw-world-body-card > .special-story-intro .special-story-intro__decision {
	margin-bottom: 0.15rem;
}

.tyw-page-index .tyw-world-body-card > .tyw-campaign-rotator,
.tyw-page-index .tyw-world-body-card > .tyw-special-card,
.tyw-page-index .tyw-world-body-card > .tyw-campaign-stories-rotator {
	width: 100%;
	max-width: none;
	margin-top: 0;
}

.tyw-page-index .tyw-world-body-card > .tyw-campaign-rotator + .tyw-campaign-stories-rotator,
.tyw-page-index .tyw-world-body-card > .tyw-special-card + .tyw-campaign-stories-rotator {
	margin-top: 0.55rem;
}

.tyw-page-stories-care .tyw-bar-inner.tyw-section-inner,
.tyw-page-stories-give .tyw-bar-inner.tyw-section-inner,
.tyw-page-stories-dream .tyw-bar-inner.tyw-section-inner {
	padding-top: 0;
}

.tyw-page-stories-care .tyw-special-stories-panel-lead,
.tyw-page-stories-give .tyw-special-stories-panel-lead,
.tyw-page-stories-dream .tyw-special-stories-panel-lead {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0.55rem var(--tyw-panel-pad-x) 0.7rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: var(--tyw-bar-radius);
	background-color: #fff;
	box-shadow: var(--tyw-shade-soft);
	overflow: hidden;
	align-self: stretch;
}

.tyw-page-stories-care .tyw-special-stories-panel-lead {
	border-color: var(--tyw-care);
}

.tyw-page-stories-give .tyw-special-stories-panel-lead {
	border-color: var(--tyw-share);
}

.tyw-page-stories-dream .tyw-special-stories-panel-lead {
	border-color: var(--tyw-dream);
}

.tyw-page-stories-care .tyw-special-stories-panel-lead .special-story-intro,
.tyw-page-stories-give .tyw-special-stories-panel-lead .special-story-intro,
.tyw-page-stories-dream .tyw-special-stories-panel-lead .special-story-intro {
	margin-bottom: 0;
	padding-bottom: 0.15rem;
}

.tyw-page-index .tyw-special-stories-stack > .tyw-section-divider {
	display: none;
}

/* Hidden worlds out of flow - never absolute (that stacked the whole page) */
.tyw-page-index .tyw-special-stories-panel.tyw-special-stories-panel--hidden {
	display: none !important;
}

.tyw-page-index .tyw-special-stories-panel.is-world-enter > .tyw-section-heading {
	animation: tyw-world-lead-in 0.35s ease both;
}

@keyframes tyw-world-lead-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.tyw-page-index .tyw-special-stories-panel.is-world-enter > .tyw-section-heading {
		animation: none;
	}
}

.tyw-navbar.navbar {
	position: relative;
	z-index: 20;
	display: block;
}

.tyw-footer {
	padding-bottom: calc(var(--tyw-space) + env(safe-area-inset-bottom, 0px));
}

.container.tyw-bar-inner,
.tyw-bar-inner {
	box-sizing: border-box;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: var(--tyw-pad-y) var(--tyw-pad-x);
	border: 1px solid var(--tyw-gray-200);
	border-radius: var(--tyw-bar-radius);
	background-color: #fff;
	box-shadow: var(--tyw-shade);
}

/* Non-container shells use the shared Bootstrap-aligned token. */
.tyw-bar-inner:not(.container) {
	max-width: var(--tyw-page-max);
}

/* Let Bootstrap .container supply stepped max-widths (540 â†’ 1320). */
.container.tyw-bar-inner {
	--bs-gutter-x: 0;
}

.tyw-bar-inner.tyw-section-inner > .tyw-section-heading {
	border-radius: 0;
}

.tyw-bar-inner.tyw-section-inner:has(> .tyw-section-heading-login),
.tyw-bar-inner.tyw-section-inner:has(> .tyw-section-heading-care),
.tyw-bar-inner.tyw-section-inner:has(> .tyw-section-heading-give),
.tyw-bar-inner.tyw-section-inner:has(> .tyw-section-heading-share),
.tyw-bar-inner.tyw-section-inner:has(> .tyw-section-heading-dream) {
	padding-top: 0;
	padding-left: var(--tyw-pad-x);
	padding-right: var(--tyw-pad-x);
	border-color: var(--tyw-gray-100);
	gap: 1.25rem;
}

/*
 * Care / Share / Dream section shells and campaign/story views share the
 * Bootstrap container width. Standard panel pad insets content from the shell
 * border; the colored heading bleeds full-width via negative margins.
 */
.tyw-page-stories-care .tyw-bar-inner.tyw-section-inner,
.tyw-page-stories-give .tyw-bar-inner.tyw-section-inner,
.tyw-page-stories-dream .tyw-bar-inner.tyw-section-inner,
.tyw-page-campaign-view .tyw-bar-inner.tyw-section-inner,
.tyw-page-index .tyw-special-stories-tabs-wrap {
	padding-left: var(--tyw-panel-pad-x);
	padding-right: var(--tyw-panel-pad-x);
}

/* Non-container shells use the Bootstrap-aligned token; .container keeps BS steps. */
.tyw-page-stories-care .tyw-bar-inner.tyw-section-inner:not(.container),
.tyw-page-stories-give .tyw-bar-inner.tyw-section-inner:not(.container),
.tyw-page-stories-dream .tyw-bar-inner.tyw-section-inner:not(.container),
.tyw-page-campaign-view .tyw-bar-inner.tyw-section-inner:not(.container),
.tyw-page-index .tyw-special-stories-tabs-wrap {
	max-width: var(--tyw-page-max);
}

.tyw-page-campaign-view .tyw-bar-inner.tyw-section-inner > .tyw-section-heading {
	margin-left: calc(var(--tyw-panel-pad-x) * -1);
	margin-right: calc(var(--tyw-panel-pad-x) * -1);
	width: auto;
	align-self: stretch;
}

.tyw-page-stories-care .tyw-special-card,
.tyw-page-stories-care .special-story-intro,
.tyw-page-stories-care .tyw-campaign-rotator,
.tyw-page-stories-care .tyw-story-rotator,
.tyw-page-stories-care .tyw-section-intro,
.tyw-page-stories-care .tyw-section-intro-card,
.tyw-page-stories-care .tyw-stories-view-all,
.tyw-page-stories-care .tyw-campaign-banner,
.tyw-page-stories-give .tyw-special-card,
.tyw-page-stories-give .special-story-intro,
.tyw-page-stories-give .tyw-campaign-rotator,
.tyw-page-stories-give .tyw-story-rotator,
.tyw-page-stories-give .tyw-section-intro,
.tyw-page-stories-give .tyw-section-intro-card,
.tyw-page-stories-give .tyw-stories-view-all,
.tyw-page-stories-give .tyw-campaign-banner,
.tyw-page-stories-dream .tyw-special-card,
.tyw-page-stories-dream .special-story-intro,
.tyw-page-stories-dream .tyw-campaign-rotator,
.tyw-page-stories-dream .tyw-story-rotator,
.tyw-page-stories-dream .tyw-section-intro,
.tyw-page-stories-dream .tyw-section-intro-card,
.tyw-page-stories-dream .tyw-stories-view-all,
.tyw-page-stories-dream .tyw-campaign-banner,
.tyw-page-campaign-view .tyw-special-card,
.tyw-page-campaign-view .special-story-intro,
.tyw-page-campaign-view .tyw-campaign-rotator,
.tyw-page-campaign-view .tyw-story-rotator,
.tyw-page-campaign-view .tyw-section-intro,
.tyw-page-campaign-view .tyw-section-intro-card,
.tyw-page-campaign-view .tyw-campaign-view-hero,
.tyw-page-campaign-view .tyw-campaign-view-story,
.tyw-page-campaign-view .tyw-campaign-view-progress,
.tyw-page-campaign-view .tyw-campaign-view-actions,
.tyw-page-campaign-view .tyw-campaign-view-about,
.tyw-page-campaign-view .tyw-campaign-view-supporters,
.tyw-page-campaign-view .tyw-campaign-view-more,
.tyw-page-campaign-view .tyw-campaign-view-empty,
.tyw-page-campaign-view .tyw-campaign-view-footer,
.tyw-page-campaign-view .tyw-ranking-card,
.tyw-page-campaign-view .tyw-ranking-board,
.tyw-page-campaign-view .tyw-conversation,
.tyw-page-index .tyw-special-stories-panel .tyw-special-card,
.tyw-page-index .tyw-special-stories-panel .special-story-intro,
.tyw-page-index .tyw-special-stories-panel .tyw-campaign-rotator,
.tyw-page-index .tyw-special-stories-panel .tyw-story-rotator {
	max-width: none;
	width: 100%;
	align-self: stretch;
}

.tyw-page-stories-care .tyw-section-intro,
.tyw-page-stories-give .tyw-section-intro,
.tyw-page-stories-dream .tyw-section-intro,
.tyw-page-campaign-view .tyw-section-intro {
	align-items: stretch;
}

#care .tyw-bar-inner.tyw-section-inner,
.tyw-page-stories-care .tyw-bar-inner.tyw-section-inner {
	border-color: var(--tyw-care);
}

#tyw-panel-give .tyw-bar-inner.tyw-section-inner,
.tyw-page-stories-give .tyw-bar-inner.tyw-section-inner {
	border-color: var(--tyw-share);
}

#dream .tyw-bar-inner.tyw-section-inner,
.tyw-page-stories-dream .tyw-bar-inner.tyw-section-inner {
	border-color: var(--tyw-dream);
}

.tyw-navbar .tyw-bar-inner,
.tyw-footer-inner {
	padding-top: var(--tyw-space);
	padding-bottom: var(--tyw-space);
}

.tyw-navbar .tyw-bar-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--tyw-space) var(--tyw-stack);
}

.tyw-footer-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.35rem;
	padding-bottom: 1.35rem;
	text-align: center;
	gap: 1.05rem;
	color: var(--tyw-gray-600);
}

.tyw-footer-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	justify-content: center;
	column-gap: clamp(1.25rem, 4vw, 3.5rem);
	row-gap: 0.75rem;
	width: 100%;
	max-width: none;
}

.tyw-footer-nav-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
	min-width: 0;
	text-align: left;
}

.tyw-footer-nav-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 0.75rem;
	row-gap: 0.55rem;
	width: 100%;
}

.tyw-footer-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 2.25rem;
	padding: 0.2rem 0.15rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--tyw-gray-600);
	max-width: 100%;
}

.tyw-footer-link.is-active {
	color: var(--tyw-gray-800);
}

.tyw-footer-sep {
	display: none;
}

.tyw-footer-copy {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.35;
	color: var(--tyw-gray-500);
	text-align: center;
}

.tyw-footer-legal {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	margin: 0.45rem 0 0;
	padding: 0 0.75rem;
	text-align: center;
	color: var(--tyw-gray-400);
}

.tyw-footer-legal-entity {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.28rem;
}

.tyw-footer-legal p {
	margin: 0;
	max-width: 22rem;
}

.tyw-footer-legal-name {
	font-size: 0.74rem;
	line-height: 1.4;
	font-weight: 600;
	color: var(--tyw-gray-500);
}

.tyw-footer-legal-meta {
	font-size: 0.7rem;
	line-height: 1.45;
}

.tyw-footer-legal-office {
	font-size: 0.68rem;
	line-height: 1.5;
}

.tyw-footer-legal-address {
	display: inline-block;
	margin-top: 0.12rem;
	text-wrap: balance;
}

.tyw-legal-address {
	display: block;
	margin: 0.4rem 0 0;
	padding: 0.75rem 1rem;
	font-style: normal;
	font-size: 0.9rem;
	line-height: 1.6;
	color: var(--tyw-gray-700);
	background: var(--tyw-gray-50);
	border: 1px solid var(--tyw-gray-100);
	border-radius: 0.5rem;
}

.tyw-footer-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
}

.tyw-footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	font-size: 1.05rem;
	line-height: 1;
}

.tyw-footer-inner a.tyw-footer-social-link {
	color: #fff;
}

.tyw-footer-social-facebook {
	background: #1877f2;
}

.tyw-footer-social-youtube {
	background: #ff0000;
}

.tyw-footer-social-instagram {
	background: linear-gradient(45deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
}

.tyw-footer-social-tiktok {
	background: #010101;
}

.tyw-footer-inner a.tyw-footer-social-link:hover,
.tyw-footer-inner a.tyw-footer-social-link:focus {
	color: #fff;
	opacity: 0.88;
}

.tyw-footer-inner a.tyw-footer-link {
	color: var(--tyw-gray-600);
}

.tyw-footer-inner a.tyw-footer-link:hover,
.tyw-footer-inner a.tyw-footer-link:focus-visible {
	color: var(--tyw-orange);
	text-decoration: none;
}

.tyw-footer-inner a.tyw-footer-link.is-active {
	color: var(--tyw-gray-800);
}

.tyw-footer-inner a.tyw-footer-link.is-active:hover,
.tyw-footer-inner a.tyw-footer-link.is-active:focus-visible {
	color: var(--tyw-orange);
}

@media (max-width: 575.98px) {
	.tyw-footer-inner {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
		gap: 0.95rem;
	}

	.tyw-footer-nav {
		column-gap: 0.45rem;
		max-width: 100%;
	}

	.tyw-footer-nav-col {
		align-items: flex-start;
		text-align: left;
	}

	.tyw-footer-link {
		min-height: 2.35rem;
		font-size: 0.72rem;
		letter-spacing: 0.03em;
		padding: 0.15rem 0.1rem;
	}
}

.tyw-info-inner {
	text-align: left;
}

/* Bullets and numbered lists stay left-aligned even when a parent centers headings/copy. */
.tyw-info-inner ul,
.tyw-info-inner ol,
.tyw-how ul,
.tyw-how ol,
.tyw-about ul,
.tyw-about ol,
.tyw-trust ul,
.tyw-trust ol,
.tyw-promise ul,
.tyw-promise ol,
.tyw-legal ul,
.tyw-legal ol,
.tyw-about-prose ul,
.tyw-about-prose ol,
.tyw-trust-list,
.tyw-how-checklist,
.tyw-how-flow,
.tyw-how-flow li,
.tyw-how-flow p,
.tyw-how-card ul,
.tyw-how-card li {
	text-align: left;
}

.tyw-about-prose .tyw-trust-list,
.tyw-how .tyw-trust-list {
	list-style-position: outside;
	padding-left: 1.2rem;
	margin-left: 0;
	margin-right: auto;
}

.tyw-info-body {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	width: 100%;
	max-width: 42rem;
	margin: 0 auto;
	color: var(--tyw-gray-700);
	line-height: 1.55;
}

.tyw-info-body p {
	margin: 0;
}

.tyw-info-list,
.tyw-info-steps {
	margin: 0;
	padding-left: 1.25rem;
}

.tyw-info-list li + li,
.tyw-info-steps li + li {
	margin-top: 0.55rem;
}

.tyw-info-steps {
	list-style: none;
	padding-left: 0;
	counter-reset: tyw-info-step;
}

.tyw-info-steps li {
	position: relative;
	padding-left: 2.75rem;
}

.tyw-info-steps li::before {
	counter-increment: tyw-info-step;
	content: counter(tyw-info-step);
	position: absolute;
	left: 0;
	top: 0.05rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--tyw-blue-darker);
	background-color: rgba(var(--tyw-dream-rgb), 0.28);
}

.tyw-info-steps .tyw-trust-card-logo {
	height: 1.05em;
	vertical-align: -0.12em;
}

.tyw-info-steps p {
	color: var(--tyw-gray-600);
}

.tyw-info-contact {
	font-size: 1.05rem;
	font-weight: 600;
}

.tyw-info-contact a {
	color: var(--tyw-blue-dark);
	text-decoration: none;
}

.tyw-info-contact a:hover {
	color: var(--tyw-blue-darker);
	text-decoration: underline;
}

.tyw-info-body:has(.tyw-how),
.tyw-info-body-how,
.tyw-info-body:has(.tyw-trust),
.tyw-info-body-trust {
	max-width: none;
}

.tyw-trust {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	width: 100%;
}

.tyw-trust-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	padding: 1.35rem 1.15rem 1.45rem;
	text-align: center;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-trust-hero-sub {
	margin: 0;
	font-size: clamp(1.15rem, 2.8vw, 1.45rem);
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-trust-hero-copy {
	margin: 0;
	max-width: 38rem;
	font-size: 1.02rem;
	line-height: 1.55;
	color: var(--tyw-gray-600);
}

.tyw-trust-block {
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
	padding: 1.25rem 1rem 1.35rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-trust-block--band {
	background: rgba(255, 248, 242, 0.65);
	border-color: rgba(var(--tyw-orange-rgb), 0.12);
}

.tyw-trust-title {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	text-align: center;
	font-size: clamp(1.3rem, 2.8vw, 1.7rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-orange);
}

.tyw-trust-title .bi {
	font-size: 1.15em;
	line-height: 1;
}

.tyw-trust-lead {
	margin: 0 auto;
	max-width: 40rem;
	text-align: center;
	font-size: 0.98rem;
	line-height: 1.5;
	color: var(--tyw-gray-600);
}

.tyw-trust-cards,
.tyw-trust-split,
.tyw-trust-tiles {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	align-items: start;
}

@media (min-width: 640px) {
	.tyw-trust-cards--2,
	.tyw-trust-split,
	.tyw-trust-tiles--4 {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 768px) {
	.tyw-trust-cards--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tyw-trust-tiles--5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.tyw-trust-cards--4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.tyw-trust-tiles--5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (min-width: 768px) and (max-width: 1099.98px) {
	.tyw-trust-cards--4 {
		grid-template-columns: 1fr 1fr;
	}
}

.tyw-trust-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1.05rem 1rem 1.1rem;
	text-align: left;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-trust-card--amber {
	background: rgba(255, 193, 7, 0.08);
	border-color: rgba(196, 149, 12, 0.28);
}

.tyw-trust-card h3 {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-trust-card > p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--tyw-gray-600);
}

.tyw-trust-pill {
	display: inline-flex;
	align-self: flex-start;
	padding: 0.2rem 0.6rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--tyw-gray-700);
	background: var(--tyw-gray-100);
	border: 1px solid var(--tyw-gray-200);
}

.tyw-trust-pill--live {
	color: var(--tyw-orange);
	background: rgba(var(--tyw-orange-rgb), 0.12);
	border-color: rgba(var(--tyw-orange-rgb), 0.22);
}

.tyw-trust-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: start;
}

@media (min-width: 992px) {
	.tyw-trust-steps {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 0.65rem;
	}
}

.tyw-trust-step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.6rem;
	padding: 0.95rem 0.9rem 1rem;
	text-align: left;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

@media (min-width: 992px) {
	.tyw-trust-step:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 1.45rem;
		left: calc(100% - 0.1rem);
		width: 0.75rem;
		height: 2px;
		background: rgba(var(--tyw-orange-rgb), 0.35);
		pointer-events: none;
	}
}

.tyw-trust-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
	background: var(--tyw-orange);
}

.tyw-trust-step h3 {
	margin: 0 0 0.3rem;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-trust-step p {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.45;
	color: var(--tyw-gray-600);
}

.tyw-trust-step p + p {
	margin-top: 0.4rem;
}

.tyw-trust-panel {
	box-sizing: border-box;
	padding: 1rem 1.05rem 1.1rem;
	text-align: left;
	border-radius: 0.75rem;
	border: 1px solid var(--tyw-gray-200);
	background: var(--tyw-gray-50);
}

.tyw-trust-panel--warm {
	background: rgba(var(--tyw-orange-rgb), 0.07);
	border-color: rgba(var(--tyw-orange-rgb), 0.18);
}

.tyw-trust-panel-title {
	margin: 0 0 0.55rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-trust-panel > p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--tyw-gray-600);
}

.tyw-trust-panel > p + p {
	margin-top: 0.55rem;
}

.tyw-trust-aside {
	margin: 0 auto;
	max-width: 40rem;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--tyw-gray-600);
}

.tyw-trust-policy-links {
	margin: 0;
	text-align: center;
	font-size: 0.9rem;
}

.tyw-trust-policy-links a,
.tyw-trust-panel .tyw-trust-policy-links a {
	color: var(--tyw-blue);
	font-weight: 600;
	text-decoration: none;
}

.tyw-trust-policy-links a:hover,
.tyw-trust-policy-links a:focus-visible {
	text-decoration: underline;
}

.tyw-trust-flow > h3 {
	text-align: center;
}

.tyw-trust-flow-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.tyw-trust-flow-list li {
	position: relative;
	padding: 0.4rem 0.65rem;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--tyw-gray-800);
	background: var(--tyw-gray-50);
	border-radius: 0.45rem;
	text-align: center;
}

.tyw-trust-flow-list li:not(:last-child)::after {
	content: "\2193";
	display: block;
	margin: 0.2rem 0 -0.05rem;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--tyw-orange);
	line-height: 1;
}

.tyw-trust-tile {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	padding: 0.9rem 0.95rem;
	text-align: left;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.65rem;
}

.tyw-trust-tile-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.55rem;
	height: 1.55rem;
	border-radius: 50%;
	font-size: 0.78rem;
	font-weight: 700;
	color: #fff;
	background: var(--tyw-orange);
}

.tyw-trust-tile h3 {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-trust-tile p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--tyw-gray-600);
}

.tyw-trust-quote {
	margin: 0.15rem auto;
	max-width: 36rem;
	padding: 0.85rem 1rem;
	text-align: left;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--tyw-gray-900);
	background: rgba(var(--tyw-orange-rgb), 0.08);
	border-left: 3px solid var(--tyw-orange);
	border-radius: 0 0.55rem 0.55rem 0;
}

.tyw-trust-cta {
	align-self: flex-start;
	margin-top: 0.25rem;
}

.tyw-trust-statement {
	margin: 0.15rem auto 0;
	padding: 0.95rem 1.05rem;
	max-width: 34rem;
	text-align: center;
	font-size: clamp(1.05rem, 2.4vw, 1.25rem);
	font-weight: 700;
	line-height: 1.4;
	color: var(--tyw-gray-900);
	background: rgba(var(--tyw-orange-rgb), 0.1);
	border: 1px solid rgba(var(--tyw-orange-rgb), 0.22);
	border-radius: 0.75rem;
}

.tyw-trust-end {
	padding: 1.4rem 1.15rem 1.5rem;
	text-align: center;
	background: var(--tyw-gray-50);
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-trust-end-title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.3rem, 2.8vw, 1.7rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-gray-900);
}

.tyw-trust-end > p {
	margin: 0 auto;
	max-width: 38rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--tyw-gray-600);
}

.tyw-trust-end > p + p {
	margin-top: 0.55rem;
}

.tyw-trust-end-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	margin-top: 1.1rem;
}

.tyw-trust-end-cta-label {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
}

@media (max-width: 767.98px) {
	.tyw-trust {
		gap: 1.25rem;
	}

	.tyw-trust-block {
		gap: 0.8rem;
		padding: 1.05rem 0.9rem 1.15rem;
	}

	.tyw-trust-step:not(:last-child)::after {
		display: none;
	}
}

/* Our Promise (/our-promise) */
.tyw-info-body:has(.tyw-promise),
.tyw-info-body-promise {
	max-width: none;
}

.tyw-promise {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	width: 100%;
}

.tyw-promise-eyebrow {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tyw-orange);
}

.tyw-promise-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	padding: 1.35rem 1.15rem 1.45rem;
	text-align: center;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-promise-hero-sub {
	margin: 0;
	font-size: clamp(1.2rem, 3vw, 1.55rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-gray-900);
}

.tyw-promise-hero-copy {
	margin: 0;
	max-width: 36rem;
	font-size: 1.02rem;
	line-height: 1.55;
	color: var(--tyw-gray-600);
}

.tyw-promise-block {
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
	padding: 1.25rem 1rem 1.35rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-promise-block--band {
	background: rgba(255, 248, 242, 0.65);
	border-color: rgba(var(--tyw-orange-rgb), 0.12);
}

.tyw-promise-block--warm {
	background: rgba(var(--tyw-orange-rgb), 0.07);
	border-color: rgba(var(--tyw-orange-rgb), 0.18);
}

.tyw-promise-title {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	text-align: center;
	font-size: clamp(1.3rem, 2.8vw, 1.7rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-orange);
}

.tyw-promise-title .bi {
	font-size: 1.15em;
	line-height: 1;
}

.tyw-promise-lead {
	margin: 0 auto;
	max-width: 38rem;
	text-align: center;
	font-size: 0.98rem;
	line-height: 1.5;
	color: var(--tyw-gray-600);
}

.tyw-promise-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	align-items: start;
}

.tyw-promise-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	align-items: start;
}

@media (min-width: 768px) {
	.tyw-promise-cards--2,
	.tyw-promise-split {
		grid-template-columns: 1fr 1fr;
	}

	.tyw-promise-cards--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.tyw-promise-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1.05rem 1rem 1.1rem;
	text-align: left;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-promise-block--band .tyw-promise-card {
	background: #fff;
}

.tyw-promise-card h3 {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-promise-card > p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--tyw-gray-600);
}

.tyw-promise-card--icon > .bi {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	margin-bottom: 0.1rem;
	border-radius: 50%;
	font-size: 0.95rem;
	color: var(--tyw-orange);
	background: rgba(var(--tyw-orange-rgb), 0.1);
}

.tyw-promise-panel {
	box-sizing: border-box;
	padding: 1rem 1.05rem 1.1rem;
	text-align: left;
	border-radius: 0.75rem;
	border: 1px solid var(--tyw-gray-200);
	background: var(--tyw-gray-50);
}

.tyw-promise-panel--warm {
	background: rgba(var(--tyw-orange-rgb), 0.07);
	border-color: rgba(var(--tyw-orange-rgb), 0.18);
}

.tyw-promise-panel--amber {
	background: rgba(255, 193, 7, 0.1);
	border-color: rgba(196, 149, 12, 0.28);
}

.tyw-promise-panel-title {
	margin: 0 0 0.55rem;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-promise-panel-title .bi {
	color: var(--tyw-orange);
}

.tyw-promise-panel > p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--tyw-gray-600);
}

.tyw-promise-panel > p + p {
	margin-top: 0.55rem;
}

.tyw-promise-policy-links {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.55rem;
	text-align: center;
	font-size: 0.88rem;
	line-height: 1.4;
	color: var(--tyw-gray-500);
}

.tyw-promise-policy-links a {
	color: var(--tyw-blue);
	font-weight: 600;
	text-decoration: none;
}

.tyw-promise-policy-links a:hover,
.tyw-promise-policy-links a:focus-visible {
	text-decoration: underline;
}

.tyw-promise-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: start;
}

@media (min-width: 768px) {
	.tyw-promise-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.75rem;
	}
}

.tyw-promise-step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 1rem 0.95rem 1.05rem;
	text-align: left;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

@media (min-width: 768px) {
	.tyw-promise-step:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 1.55rem;
		left: calc(100% - 0.15rem);
		width: 0.9rem;
		height: 2px;
		background: rgba(var(--tyw-orange-rgb), 0.35);
		pointer-events: none;
	}
}

.tyw-promise-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 50%;
	font-size: 0.88rem;
	font-weight: 700;
	color: #fff;
	background: var(--tyw-orange);
}

.tyw-promise-step h3 {
	margin: 0 0 0.35rem;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-promise-step p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--tyw-gray-600);
}

.tyw-promise-see {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	max-width: 40rem;
	margin: 0 auto;
	text-align: left;
}

.tyw-promise-see > p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--tyw-gray-600);
}

.tyw-promise-quote {
	margin: 0.15rem 0 !important;
	padding: 0.85rem 1rem;
	font-size: 1.05rem !important;
	font-weight: 700;
	line-height: 1.4 !important;
	color: var(--tyw-gray-900) !important;
	background: rgba(var(--tyw-orange-rgb), 0.08);
	border-left: 3px solid var(--tyw-orange);
	border-radius: 0 0.55rem 0.55rem 0;
}

.tyw-promise-see-note {
	margin-top: 0.25rem;
	padding: 0.95rem 1rem;
	background: var(--tyw-gray-50);
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.65rem;
}

.tyw-promise-see-note h3 {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-promise-see-note p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--tyw-gray-600);
}

.tyw-promise-see-note p + p {
	margin-top: 0.45rem;
}

.tyw-promise-tiles {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	align-items: start;
}

@media (min-width: 640px) {
	.tyw-promise-tiles {
		grid-template-columns: 1fr 1fr;
	}
}

.tyw-promise-tile {
	box-sizing: border-box;
	padding: 0.95rem 1rem;
	text-align: left;
	background: #fff;
	border: 1px solid rgba(var(--tyw-orange-rgb), 0.16);
	border-radius: 0.65rem;
}

.tyw-promise-tile h3 {
	margin: 0 0 0.35rem;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-promise-tile p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--tyw-gray-600);
}

.tyw-promise-never-close {
	margin: 0.35rem auto 0;
	max-width: 34rem;
	text-align: center;
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.45;
	color: var(--tyw-gray-800);
}

.tyw-promise-end {
	padding: 1.5rem 1.15rem 1.6rem;
	text-align: center;
	background: rgba(var(--tyw-orange-rgb), 0.08);
	border: 1px solid rgba(var(--tyw-orange-rgb), 0.22);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-promise-end-title {
	margin: 0.35rem 0 0;
	font-size: clamp(1.45rem, 3.2vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--tyw-gray-900);
}

.tyw-promise-end-copy {
	margin: 0.7rem auto 0;
	max-width: 30rem;
	font-size: 1.02rem;
	line-height: 1.5;
	color: var(--tyw-gray-700);
}

.tyw-promise-end-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.6rem;
	margin-top: 1.15rem;
}

@media (min-width: 480px) {
	.tyw-promise-end-actions {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.tyw-promise-cta {
	min-width: 14rem;
	padding: 0.55rem 1.15rem;
	font-weight: 600;
	text-align: center;
}

.tyw-promise-cta-secondary {
	border-color: var(--tyw-gray-300);
	color: var(--tyw-gray-800);
	background: #fff;
}

.tyw-promise-cta-secondary:hover,
.tyw-promise-cta-secondary:focus {
	background: var(--tyw-gray-50);
	border-color: var(--tyw-gray-400);
	color: var(--tyw-gray-900);
}

.tyw-promise-end-link {
	margin: 0.95rem 0 0;
	font-size: 0.88rem;
}

.tyw-promise-end-link a {
	color: var(--tyw-blue);
	font-weight: 600;
	text-decoration: none;
}

.tyw-promise-end-link a:hover {
	text-decoration: underline;
}

@media (max-width: 767.98px) {
	.tyw-promise {
		gap: 1.25rem;
	}

	.tyw-promise-block {
		gap: 0.8rem;
		padding: 1.05rem 0.9rem 1.15rem;
	}

	.tyw-promise-step:not(:last-child)::after {
		display: none;
	}
}

/* About (/about) */
.tyw-info-body:has(.tyw-about),
.tyw-info-body-about {
	max-width: none;
}

.tyw-about {
	display: flex;
	flex-direction: column;
	gap: 3.25rem;
	width: 100%;
}

.tyw-about:has(> .tyw-about-panel) {
	gap: 1.75rem;
}

.tyw-about-panel {
	padding: 1.35rem 1.15rem 1.5rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.85rem;
	box-shadow: var(--tyw-shade-soft);
}

/* Contact: left-align body copy and lists (section chrome stays centered elsewhere). */
.tyw-contact,
.tyw-contact .tyw-about-block,
.tyw-contact .tyw-about-section-title,
.tyw-contact .tyw-trust-list,
.tyw-contact p,
.tyw-contact .tyw-info-contact,
.tyw-contact .tyw-about-muted {
	text-align: left;
}

.tyw-contact > .tyw-about-block:first-child,
.tyw-contact > .tyw-about-block:first-child .lead {
	text-align: center;
}

.tyw-contact .tyw-trust-list {
	list-style-position: outside;
	margin-left: 0;
	padding-left: 1.35rem;
	max-width: 40rem;
}

.tyw-about-block {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
}

.tyw-about-section-title {
	margin: 0;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-gray-900);
	text-align: center;
}

.tyw-about-timeline {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tyw-about-timeline-item {
	position: relative;
	padding: 0 0 1.75rem 1.5rem;
	border-left: 2px solid rgba(var(--tyw-orange-rgb), 0.35);
}

.tyw-about-timeline-item:last-child {
	padding-bottom: 0;
}

.tyw-about-timeline-item::before {
	content: "";
	position: absolute;
	left: -0.45rem;
	top: 0.35rem;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	background: var(--tyw-orange);
	box-shadow: 0 0 0 3px rgba(var(--tyw-orange-rgb), 0.2);
}

.tyw-about-timeline-year {
	margin: 0 0 0.25rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--tyw-orange);
}

.tyw-about-timeline-year--date {
	text-transform: none;
	letter-spacing: 0.02em;
	font-size: 0.78rem;
}

.tyw-about-timeline-title {
	margin: 0 0 0.45rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-about-timeline-item > p {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.55;
	color: var(--tyw-gray-600);
}

.tyw-about-timeline-item > p + p {
	margin-top: 0.55rem;
}

.tyw-about-muted {
	font-size: 0.88rem !important;
	color: var(--tyw-gray-500) !important;
	font-style: italic;
}

.tyw-about-founder-card {
	padding: 0.15rem 0 0;
	text-align: center;
}

.tyw-about-founder-name {
	margin: 0 0 0.65rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-about-founder-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	margin-top: 1rem;
}

.tyw-about-founder-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	font-size: 1.05rem;
	line-height: 1;
}

.tyw-about-founder-social-link--facebook {
	background: #1877f2;
}

.tyw-about-founder-social-link--linkedin {
	background: #0a66c2;
}

.tyw-about-founder-social-link:hover,
.tyw-about-founder-social-link:focus {
	color: #fff;
	opacity: 0.88;
}

.tyw-about-why {
	background: rgba(var(--tyw-orange-rgb), 0.05);
	border-color: rgba(var(--tyw-orange-rgb), 0.15);
}

.tyw-about-prose {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	max-width: 34rem;
	margin: 0 auto;
	text-align: center;
}

.tyw-about-prose > p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--tyw-gray-600);
}

.tyw-about-prose--center {
	max-width: 28rem;
}

.tyw-about-prose-left,
.tyw-about-prose-left > p,
.tyw-about-prose-left .tyw-trust-list,
.tyw-about-prose-left .tyw-about-muted {
	text-align: left;
}

.tyw-about-prose-left .tyw-trust-list {
	list-style-position: outside;
	padding-left: 1.2rem;
}

.tyw-about-pillars {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 640px) {
	.tyw-about-pillars {
		grid-template-columns: repeat(3, 1fr);
	}

	.tyw-about-pillars--pair {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.tyw-about-pillar {
	padding: 1.25rem 1.1rem;
	text-align: center;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.85rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-about-pillar--care {
	border-top: 3px solid var(--tyw-care);
}

.tyw-about-pillar--give {
	border-top: 3px solid var(--tyw-share);
}

.tyw-about-pillar--dream {
	border-top: 3px solid var(--tyw-dream);
}

.tyw-about-pillar-title {
	margin: 0 0 0.45rem;
	font-size: 1.25rem;
	font-weight: 700;
}

.tyw-about-pillar > p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.5;
	color: var(--tyw-gray-600);
}

.tyw-about-pillars-close {
	margin: 0.25rem auto 0;
	max-width: 30rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--tyw-gray-800);
}

.tyw-about-idea {
	text-align: center;
}

.tyw-about-idea-statement {
	margin: 0.5rem 0 0;
	font-size: clamp(1.65rem, 4vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--tyw-gray-900);
}

.tyw-about-going {
	background: var(--tyw-gray-50);
}

.tyw-about-end {
	text-align: center;
	background: rgba(var(--tyw-orange-rgb), 0.08);
	border-color: rgba(var(--tyw-orange-rgb), 0.2);
}

.tyw-about-end-title {
	margin: 0;
	font-size: clamp(1.4rem, 3.2vw, 1.9rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-gray-900);
}

.tyw-about-end-copy {
	margin: 0.65rem auto 0;
	max-width: 28rem;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--tyw-gray-700);
}

.tyw-about-end-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	margin-top: 1.15rem;
}

@media (min-width: 480px) {
	.tyw-about-end-actions {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.tyw-about-cta {
	min-width: 14rem;
	padding: 0.55rem 1.15rem;
	font-weight: 600;
	text-align: center;
}

.tyw-about-cta-secondary {
	border-color: var(--tyw-gray-300);
	color: var(--tyw-gray-800);
	background: #fff;
}

.tyw-about-cta-secondary:hover,
.tyw-about-cta-secondary:focus {
	background: var(--tyw-gray-50);
	border-color: var(--tyw-gray-400);
	color: var(--tyw-gray-900);
}

.tyw-info-body:has(.tyw-legal),
.tyw-info-body-legal {
	max-width: none;
}

.tyw-legal {
	display: flex;
	flex-direction: column;
	gap: 2.85rem;
	width: 100%;
	text-align: left;
}

.tyw-page-legal .tyw-info-inner-legal,
.tyw-page-legal .tyw-info-body-legal,
.tyw-legal .tyw-about-block,
.tyw-legal .tyw-about-section-title,
.tyw-legal .tyw-about-prose,
.tyw-legal .tyw-about-prose > p,
.tyw-legal .tyw-about-muted,
.tyw-legal .tyw-info-contact {
	text-align: left;
}

.tyw-legal .tyw-about-prose,
.tyw-legal .tyw-about-section-title,
.tyw-legal-lead,
.tyw-legal-title,
.tyw-legal-updated {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.tyw-legal-status {
	margin: 0.15rem 0 0;
	padding: 1rem 1.1rem;
	text-align: left;
	background: rgba(var(--tyw-dream-rgb), 0.16);
	border: 1px solid rgba(var(--tyw-blue-rgb), 0.28);
	border-left: 3px solid var(--tyw-blue);
	border-radius: 0.55rem;
}

.tyw-legal-status-title {
	margin: 0 0 0.4rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-legal-status p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--tyw-gray-600);
}

.tyw-legal-safeguard {
	padding: 0.85rem 0.95rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
	background: var(--tyw-gray-50);
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
}

.tyw-legal-quote {
	margin: 0.85rem 0;
	padding: 0.9rem 1rem;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--tyw-gray-700);
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-left: 3px solid var(--tyw-orange);
	border-radius: 0 0.5rem 0.5rem 0;
}

.tyw-buy-policy-consent {
	margin: 0.85rem 0 0;
	padding: 0.85rem 0.95rem;
	background: var(--tyw-gray-50);
	border: 1px solid var(--tyw-gray-300);
	border-radius: 0.5rem;
}

.tyw-buy-policy-consent-label {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--tyw-gray-700);
	cursor: pointer;
}

.tyw-buy-policy-consent-label input {
	margin-top: 0.2rem;
	flex: 0 0 auto;
	width: 1.1rem;
	height: 1.1rem;
}

.tyw-buy-policy-consent-links {
	margin: 0.55rem 0 0;
	font-size: 0.85rem;
}

.tyw-buy-policy-consent-links a {
	color: var(--tyw-blue-dark);
}

.tyw-buy-policy-version {
	color: var(--tyw-gray-500);
	font-size: 0.78rem;
}

.tyw-buy-policy-consent-error {
	margin: 0.5rem 0 0;
	font-size: 0.88rem;
	font-weight: 600;
	color: #b42318;
}

.tyw-touch-balance-note,
.tyw-touch-expiry-note,
.tyw-touch-explain {
	margin: 0.45rem 0 0;
	font-size: 0.85rem;
	line-height: 1.45;
	color: var(--tyw-gray-600);
	text-align: left;
}

.tyw-touch-explain-title {
	margin: 0.65rem 0 0.2rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--tyw-gray-500);
	text-align: left;
}

.tyw-home-touches .tyw-touch-balance-note,
.tyw-home-touches .tyw-touch-expiry-note {
	max-width: 100%;
}

.tyw-legal-hero {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	padding: 0 0.15rem;
	text-align: left;
	align-items: flex-start;
}

.tyw-legal-title {
	margin: 0;
	font-size: clamp(1.85rem, 4vw, 2.45rem);
	font-weight: 700;
	line-height: 1.15;
	color: var(--tyw-gray-900);
}

.tyw-legal-lead {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--tyw-gray-700);
	max-width: 40rem;
}

.tyw-legal-updated {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--tyw-gray-600);
}

.tyw-legal-toc {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.05rem 1.1rem 1.15rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	background: #fff;
}

.tyw-legal-toc-label {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--tyw-gray-600);
}

.tyw-legal-toc-list {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.12rem;
	list-style: none;
	counter-reset: tyw-legal-toc;
	color: var(--tyw-gray-700);
}

.tyw-legal-toc-list > li {
	margin: 0;
	padding: 0;
	min-width: 0;
	counter-increment: tyw-legal-toc;
}

.tyw-legal-toc-list a {
	display: grid;
	grid-template-columns: 1.85rem minmax(0, 1fr);
	column-gap: 0.4rem;
	align-items: start;
	box-sizing: border-box;
	width: 100%;
	min-height: 2.5rem;
	padding: 0.4rem 0.45rem;
	color: var(--tyw-blue);
	text-decoration: none;
	line-height: 1.35;
	border-radius: 0.3rem;
}

.tyw-legal-toc-list a::before {
	content: counter(tyw-legal-toc) ".";
	font-weight: 600;
	color: var(--tyw-gray-600);
	text-align: right;
	line-height: 1.35;
}

.tyw-legal-toc-list a:hover,
.tyw-legal-toc-list a:focus {
	color: var(--tyw-blue-dark);
	background: rgba(var(--tyw-blue-rgb), 0.07);
	text-decoration: none;
}

.tyw-legal-toc-list a:focus-visible {
	outline: 2px solid var(--tyw-blue);
	outline-offset: 2px;
}

body.tyw-page-legal {
	scroll-padding-top: 5.5rem;
}

.tyw-legal .tyw-about-block {
	scroll-margin-top: 5.5rem;
	gap: 0.95rem;
}

.tyw-legal .tyw-about-section-title {
	scroll-margin-top: 5.5rem;
}

.tyw-legal .tyw-about-prose {
	gap: 0.8rem;
}

.tyw-legal .tyw-about-prose > p {
	font-size: 1.02rem;
	line-height: 1.68;
	color: var(--tyw-gray-700);
}

.tyw-legal .tyw-about-prose a {
	color: var(--tyw-blue);
}

.tyw-legal .tyw-about-prose a:hover,
.tyw-legal .tyw-about-prose a:focus {
	color: var(--tyw-blue-dark);
}

.tyw-legal .tyw-about-prose ul {
	margin: 0.15rem 0 0;
	padding-left: 1.25rem;
}

.tyw-legal .tyw-about-prose li + li {
	margin-top: 0.45rem;
}

.tyw-legal-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.65rem;
	background: #fff;
}

.tyw-legal-table {
	width: 100%;
	min-width: 18rem;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.tyw-legal-table th,
.tyw-legal-table td {
	padding: 0.7rem 0.85rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--tyw-gray-200);
	color: var(--tyw-gray-700);
}

.tyw-legal-table th {
	font-weight: 700;
	color: var(--tyw-gray-800);
	background: var(--tyw-gray-50);
}

.tyw-legal-table tr:last-child td {
	border-bottom: none;
}

@media (min-width: 900px) {
	.tyw-legal-toc-list {
		grid-template-columns: 1fr 1fr;
		column-gap: 0.9rem;
		row-gap: 0.12rem;
	}
}

.text-orange {
	color: var(--tyw-orange);
}

.tyw-how {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
}

.tyw-how-hero {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.25rem 1rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-how-intro {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	text-align: center;
}

.tyw-how-intro .lead {
	margin: 0;
	padding: 0.55rem 0;
}

.tyw-how-intro .lead + .lead {
	border-top: 1px solid var(--tyw-gray-200);
}

.tyw-how-trust-copy {
	width: 100%;
	max-width: none;
	margin: 0;
	text-align: left;
}

.tyw-how-trust > .tyw-how-eyebrow {
	text-align: center;
}

.tyw-how-trust-copy p {
	margin: 0;
	color: var(--tyw-gray-700);
	line-height: 1.55;
}

.tyw-how-trust-copy p + p {
	margin-top: 0.7rem;
}

.tyw-how-trust-copy strong {
	color: var(--tyw-gray-900);
}

.tyw-how-status {
	margin: -0.15rem 0 0.35rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--tyw-orange);
}

.tyw-how-safeguard-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
}

@media (min-width: 768px) {
	.tyw-how-safeguard-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem;
	}
}

@media (min-width: 992px) {
	.tyw-how-safeguard-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.tyw-how-safeguard {
	box-sizing: border-box;
	min-width: 0;
	padding: 0.95rem 1rem;
	text-align: left;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
	overflow-wrap: break-word;
}

.tyw-how-safeguard--featured {
	padding: 1.1rem 1.15rem 1.15rem;
	background: rgba(var(--tyw-blue-rgb), 0.06);
	border-color: rgba(var(--tyw-blue-rgb), 0.42);
}

.tyw-how-safeguard h4 {
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-how-safeguard--featured h4 {
	margin-bottom: 0.45rem;
	font-size: 1.12rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.3;
}

.tyw-how-safeguard-stripe {
	font-weight: 800;
	color: var(--tyw-blue-dark);
}

.tyw-how-safeguard p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--tyw-gray-600);
}

.tyw-how-safeguard-trust {
	margin: 0.45rem 0;
	padding: 0.9rem 0.75rem;
	text-align: center;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.55;
	color: var(--tyw-gray-800);
}

.tyw-how-sponsor-cards {
	margin-top: 0.25rem;
}

.tyw-how-sponsor-cards .tyw-how-num,
.tyw-how-sponsor-cards > .tyw-how-card > .tyw-icon {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.55rem;
}

.tyw-how-sponsor-cards .tyw-how-label {
	margin-bottom: 0.55rem;
}

.tyw-how-sponsor-qualify {
	margin: 0.15rem 0 0;
	text-align: center;
}

.tyw-how-sponsor-example {
	margin: 0;
	padding: 0.85rem 1rem;
	text-align: left;
	color: var(--tyw-gray-700);
	line-height: 1.5;
	background: rgba(var(--tyw-orange-rgb), 0.08);
	border: 1px solid rgba(var(--tyw-orange-rgb), 0.2);
	border-radius: 0.75rem;
}

@media (max-width: 767.98px) {
	.tyw-page-how .tyw-how-block {
		gap: 0.65rem;
	}

	.tyw-page-how .tyw-how-compare-card {
		padding: 0.95rem 1rem 1.05rem;
	}

	.tyw-page-how .tyw-how-safeguard {
		padding: 0.8rem 0.9rem;
	}

	.tyw-page-how .tyw-how-principle-inner {
		gap: 0.85rem;
	}
}

.tyw-how-touch-eq {
	font-size: 1.35rem;
	color: var(--tyw-orange);
}

.tyw-how-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tyw-how-pills li {
	padding: 0.45rem 0.9rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 999px;
}

.tyw-how-block {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.tyw-how-kinds {
	padding: 1.25rem 1rem 1.35rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-how-panel {
	padding: 1.25rem 1rem 1.35rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-how-panel > .tyw-how-eyebrow {
	text-align: center;
}

.tyw-how-eyebrow {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tyw-orange);
}

.tyw-how-title {
	margin: 0;
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--tyw-gray-900);
}

.tyw-how-title-center {
	text-align: center;
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

.tyw-how-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.tyw-how-grid {
		grid-template-columns: 1fr 1fr;
	}

	/* Keep kinds stacked until desktop so long copy stays readable. */
	.tyw-how-grid-3 {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 992px) {
	.tyw-how-grid-3 {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 1.15rem;
		align-items: stretch;
	}
}

.tyw-how-card {
	box-sizing: border-box;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

/* Three kinds of Touch - presentation only */
.tyw-how-kinds > .tyw-how-eyebrow {
	text-align: center;
}

.tyw-how-kinds > .tyw-how-title {
	margin-bottom: 0.15rem;
}

.tyw-how-compare-note {
	margin: 0 auto;
	max-width: 42rem;
	text-align: center;
	color: var(--tyw-gray-600);
	line-height: 1.5;
	font-size: 0.95rem;
}

.tyw-how-kind-overview {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	width: 100%;
}

.tyw-how-kind-subhead {
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
}

.tyw-how-story-panel {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.1rem 1rem 1.2rem;
	background: var(--tyw-gray-50);
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.85rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-how-story-panel-title {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	text-align: center;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-blue-dark);
}

.tyw-how-story-panel-star {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 1.55rem;
	width: 1.55rem;
	height: 1.55rem;
	border-radius: 50%;
	font-size: 0.78rem;
	line-height: 1;
	color: #fff;
	background: var(--tyw-blue-dark);
}

.tyw-how-story-panel-star--support {
	background: var(--tyw-blue-darker);
}

.tyw-how-story-panel-star--contribution {
	background: var(--tyw-blue);
}

@media (max-width: 767.98px) {
	.tyw-how-story-panel-title {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		gap: 0;
		padding: 0.45rem 2.1rem;
		border-radius: 999px;
		background: var(--tyw-blue-dark);
		color: #fff;
		font-size: 1rem;
		line-height: 1.25;
	}

	.tyw-how-story-panel-title > span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.tyw-how-story-panel-star {
		position: absolute;
		left: 0.45rem;
		top: 50%;
		transform: translateY(-50%);
		flex: none;
		color: var(--tyw-blue-dark);
		background: #fff;
	}

	.tyw-how-story-panel-star--support {
		background: #fff;
	}

	.tyw-how-story-panel-star--contribution {
		background: #fff;
	}
}

.tyw-how-story-panel > .tyw-icon {
	align-self: center;
}

.tyw-icon {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	color: var(--tyw-orange);
	line-height: 1;
}

.tyw-icon .bi {
	font-size: 1.65rem;
	line-height: 1;
	vertical-align: 0;
}

.tyw-icon--personal .bi-stars {
	font-size: 1.7rem;
}

.tyw-icon--sponsored .bi-gift-fill {
	font-size: 1.55rem;
}

.tyw-how-story-panel-lead {
	margin: -0.25rem 0 0;
	text-align: center;
	font-size: 0.95rem;
	line-height: 1.45;
	color: var(--tyw-gray-600);
}

.tyw-how-story-panel-note {
	margin: 0.15rem 0 0;
	text-align: left;
}

.tyw-how-story-panel-note p {
	margin: 0;
	padding: 0.45rem 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--tyw-gray-600);
}

.tyw-how-story-panel-note p + p {
	border-top: 1px solid var(--tyw-gray-200);
}

.tyw-how-story-or {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0.15rem 0;
	padding: 0.15rem 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tyw-gray-500);
}

.tyw-how-story-or::before,
.tyw-how-story-or::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background-color: var(--tyw-gray-200);
}

.tyw-how-story-or span {
	flex: 0 0 auto;
}

.tyw-how-story-panel .tyw-how-kind-overview-card {
	box-shadow: none;
}

@media (min-width: 640px) {
	.tyw-how-kind-overview {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.85rem;
		align-items: stretch;
	}

	.tyw-how-kind-overview--2 {
		grid-template-columns: 1fr;
	}
}

.tyw-how-kind-overview--2 .tyw-how-story-or--nested {
	margin: 0;
	padding: 0.1rem 0;
}

.tyw-how-kind-overview-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 1.05rem 0.85rem 1.15rem;
	text-align: center;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.85rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-how-kind-overview-card > .tyw-icon {
	width: 2.75rem;
	height: 2.75rem;
	flex: 0 0 2.75rem;
	border-radius: 50%;
	background: var(--tyw-orange);
	color: #fff;
}

.tyw-how-kind-overview-card > .tyw-icon .bi {
	font-size: 1.25rem;
	line-height: 1;
}

.tyw-how-kind-overview-card > .tyw-icon--personal .bi-stars {
	font-size: 1.3rem;
}

.tyw-how-kind-overview-card > .tyw-icon--sponsored .bi-gift-fill {
	font-size: 1.2rem;
}

.tyw-how-kind-overview-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tyw-orange);
	line-height: 1;
}

.tyw-how-kind-overview-icon .bi {
	font-size: 1.65rem;
}

.tyw-how-kind-overview-icon .bi-stars {
	font-size: 1.8rem;
}

.tyw-how-kind-overview-card h4 {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-gray-900);
}

.tyw-how-kind-overview-card p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.4;
	color: var(--tyw-gray-600);
}

.tyw-how-compare-list {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin: 0 auto;
	padding-left: 1.35rem;
	text-align: left;
	list-style: decimal;
}

.tyw-how-compare-list li {
	text-align: left;
}

.tyw-how-compare-note--sponsor {
	margin-top: 0.15rem;
}

.tyw-how-compare-intro {
	margin: 0;
	max-width: 42rem;
	text-align: left;
	color: var(--tyw-gray-700);
	line-height: 1.55;
}

.tyw-how-compare-define {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.tyw-how-compare-define .tyw-touch-explain-title {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
	color: var(--tyw-gray-900);
}

.tyw-how-compare-define .tyw-touch-explain {
	margin: 0;
	color: var(--tyw-gray-600);
	line-height: 1.55;
	text-align: center;
}

.tyw-how-compare-wrap {
	width: 100%;
	overflow: visible;
}

.tyw-how-compare {
	width: 100%;
	margin: 0.35rem 0 0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.85rem;
	box-shadow: var(--tyw-shade-soft);
	overflow: hidden;
}

.tyw-how-compare th,
.tyw-how-compare td {
	padding: 0.95rem 1rem;
	text-align: left;
	vertical-align: top;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--tyw-gray-700);
	border-bottom: 1px solid var(--tyw-gray-100);
}

.tyw-how-compare thead th {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	color: var(--tyw-gray-900);
	background: var(--tyw-gray-50);
	border-bottom: 1px solid var(--tyw-gray-200);
}

.tyw-how-compare thead th:first-child {
	text-align: left;
}

.tyw-how-compare tbody th {
	width: 18%;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tyw-gray-500);
	background: rgba(var(--tyw-dream-rgb), 0.08);
}

.tyw-how-compare tbody tr:last-child th,
.tyw-how-compare tbody tr:last-child td {
	border-bottom: 0;
}

.tyw-how-compare-kind {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	font-size: 0.92rem;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
}

.tyw-how-compare-kind .bi {
	font-size: 1.2em;
	line-height: 1;
	color: var(--tyw-orange);
}

.tyw-how-compare-mobile {
	display: none;
}

.tyw-how-compare-card {
	box-sizing: border-box;
	padding: 1.1rem 1.15rem 1.2rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.85rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-how-compare-card + .tyw-how-compare-card {
	margin-top: 0.85rem;
}

.tyw-how-compare-card--sponsored {
	margin-top: 0.85rem;
}

.tyw-how-compare-kind--sponsored {
	flex-direction: column;
	gap: 0.35rem;
}

.tyw-how-compare-kind--sponsored .bi {
	color: var(--tyw-orange);
}

.tyw-how-compare-kind-emoji {
	display: block;
	font-size: 1.55rem;
	line-height: 1;
}

.tyw-how-compare-card-head {
	display: flex;
	justify-content: center;
	margin: 0 0 0.75rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid var(--tyw-gray-100);
}

.tyw-how-compare-card-head .tyw-how-compare-kind {
	font-size: 1.02rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-how-compare-card-head .tyw-how-compare-kind .bi {
	font-size: 1.44rem;
}

.tyw-how-compare-card-list {
	margin: 0;
	padding: 0;
}

.tyw-how-compare-card-list > div + div {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid var(--tyw-gray-100);
}

.tyw-how-compare-card-list dt {
	margin: 0 0 0.25rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--tyw-gray-500);
}

.tyw-how-compare-card-list dd {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--tyw-gray-700);
}

.tyw-how-sponsored-callout {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin-top: 0.35rem;
	padding: 1.15rem 1.2rem 1.25rem;
	text-align: left;
	background: linear-gradient(180deg, rgba(var(--tyw-orange-rgb), 0.08) 0%, #fff 72%);
	border: 1px solid rgba(var(--tyw-orange-rgb), 0.22);
	border-radius: 0.85rem;
	box-shadow: none;
}

.tyw-how-sponsored-callout .tyw-how-label {
	margin: 0;
	justify-content: flex-start;
}

.tyw-how-sponsored-callout .tyw-how-status {
	margin: 0;
}

.tyw-how-sponsored-title {
	margin: 0.15rem 0 0;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-how-sponsored-callout > p {
	margin: 0;
	max-width: 48rem;
	color: var(--tyw-gray-600);
	line-height: 1.55;
}

@media (max-width: 767.98px) {
	.tyw-how-compare-desktop {
		display: none;
	}

	.tyw-how-compare-mobile {
		display: block;
		margin-top: 0.35rem;
	}
}

.tyw-how-kinds > .tyw-how-grid {
	margin-top: 0.55rem;
	gap: 1.1rem;
}

.tyw-how-kind-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
	padding: 1.35rem 1.25rem 1.4rem;
	text-align: left;
}

.tyw-how-kind-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.tyw-how-kind-head .tyw-how-num {
	margin: 0 0 0.55rem;
	font-size: 1.15rem;
	line-height: 1;
}

.tyw-how-kind-head .tyw-how-label {
	max-width: 100%;
	margin: 0 0 0.2rem;
	padding: 0 0.15rem;
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.tyw-how-kind-head .tyw-how-status {
	margin: 0 0 0.55rem;
}

@media (min-width: 992px) {
	.tyw-how-kind-card {
		padding: 1.85rem 1.75rem 1.9rem;
	}

	.tyw-how-kind-head h4 {
		min-height: 2.55em;
	}

	.tyw-how-kinds > .tyw-how-grid {
		margin-top: 0.75rem;
		gap: 1.2rem;
	}
}

.tyw-how-kind-head h4 {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-how-kind-rule {
	width: 100%;
	height: 0;
	margin: 0.95rem 0 1rem;
	border: 0;
	border-top: 1px solid var(--tyw-gray-200);
}

.tyw-how-kind-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	align-items: stretch;
	gap: 0.7rem;
	text-align: left;
}

.tyw-how-kind-body > p {
	margin: 0;
	font-size: 1.015rem;
	line-height: 1.55;
	color: var(--tyw-gray-600);
}

.tyw-how-kind-body > p + p:not(.tyw-how-kind-value):not(.tyw-how-note) {
	padding-top: 0.15rem;
}

.tyw-how-kind-card .tyw-how-kind-value {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
	width: 100%;
	margin: 0.15rem 0;
	padding: 0.7rem 0.9rem;
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-align: center;
	color: var(--tyw-orange);
	background: rgba(var(--tyw-dream-rgb), 0.16);
	border: 1px solid rgba(var(--tyw-blue-rgb), 0.18);
	border-radius: 0.55rem;
}

.tyw-how-kind-card .tyw-how-kind-value span {
	display: block;
	margin-top: 0;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0;
	color: var(--tyw-gray-800);
}

.tyw-how-kind-card .tyw-how-note {
	margin: 0.55rem 0 0;
	padding: 0.85rem 0.95rem;
	font-size: 0.95rem;
	line-height: 1.5;
	text-align: left;
	border-left: 3px solid var(--tyw-blue);
	background: rgba(var(--tyw-dream-rgb), 0.14);
	border-radius: 0 0.5rem 0.5rem 0;
}

.tyw-how-card h4 {
	margin: 0 0 0.5rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-how-card > p,
.tyw-how-split > div > p,
.tyw-how-simple > p {
	margin: 0;
	color: var(--tyw-gray-600);
	line-height: 1.5;
}

.tyw-how-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.75rem;
	border-radius: 50%;
	font-weight: 700;
	color: var(--tyw-orange);
	background: rgba(var(--tyw-orange-rgb), 0.16);
}

.tyw-how-num .bi {
	font-size: 1.15rem;
	line-height: 1;
}

.tyw-how-num .bi-stars {
	font-size: 1.28rem;
}

.tyw-how-label {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tyw-gray-500);
}

.tyw-how-label .bi {
	color: var(--tyw-orange);
	margin-right: 0.2rem;
}

.tyw-how-for {
	padding: 1.25rem 1rem 1.35rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-how-for .tyw-how-title {
	text-align: center;
}

.tyw-how-for-lead {
	margin: 0;
	text-align: center;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--tyw-gray-800);
}

.tyw-how-for-grid {
	margin-top: 0.25rem;
}

.tyw-how-for-card {
	border-top: 4px solid var(--tyw-orange);
}

.tyw-how-for-card-not {
	border-top-color: var(--tyw-gray-400);
}

.tyw-how-for-card .tyw-how-emphasis {
	margin-top: 0 !important;
	color: var(--tyw-gray-600);
	font-weight: 600;
}

.tyw-how-example {
	margin-top: 1rem;
	padding: 0.85rem 1rem;
	background: var(--tyw-gray-50);
	border-radius: 0.5rem;
}

.tyw-how-example p {
	margin: 0.35rem 0 0;
	color: var(--tyw-gray-600);
}

.tyw-how-money {
	margin: 1rem 0 0;
	font-size: 2.75rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--tyw-orange);
}

.tyw-how-money span {
	display: block;
	margin-top: 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0;
	color: var(--tyw-gray-800);
}

.tyw-how-money-lg {
	font-size: clamp(3rem, 8vw, 5rem);
}

.tyw-touch-ways {
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
}

.tyw-touch-ways-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 1.4rem 1.15rem 1.35rem;
	border: 2px solid rgba(var(--tyw-blue-rgb), 0.45);
	box-shadow: var(--tyw-shade-soft);
	border-top: 4px solid var(--tyw-blue);
}

.tyw-touch-ways-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0.55rem;
	color: var(--tyw-orange);
	line-height: 1;
}

.tyw-touch-ways-icon .bi {
	font-size: 2.65rem;
}

.tyw-touch-ways-icon .bi-stars {
	font-size: calc(2.65rem + 4px);
}

.tyw-touch-ways .tyw-how-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.12rem;
	margin: 0;
	line-height: 1.15;
}

.tyw-touch-ways-kind {
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tyw-orange);
}

.tyw-touch-ways-status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0.45rem 0 0;
	padding: 0.22rem 0.7rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--tyw-orange);
	background: rgba(var(--tyw-orange-rgb), 0.12);
	border: 1px solid rgba(var(--tyw-orange-rgb), 0.22);
}

.tyw-touch-ways-status-pill + .tyw-touch-ways-value {
	margin-top: 0.45rem;
}

.tyw-touch-ways-touch {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tyw-orange);
}

.tyw-touch-ways-value {
	margin: 0.65rem 0 0.25rem;
	font-size: clamp(2.1rem, 6.5vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: var(--tyw-orange);
}

.tyw-touch-ways-card > .tyw-touch-ways-headline {
	margin: 0.35rem 0 0;
	max-width: 16rem;
	font-size: 1.28rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: var(--tyw-gray-800);
}

.tyw-touch-ways-card > p.tyw-touch-ways-value.tyw-touch-ways-headline {
	margin: 0.65rem 0 0;
	font-size: 1.28rem;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: var(--tyw-gray-800);
}

.tyw-touch-ways-value-unit {
	display: inline-block;
	font-size: 0.42em;
	font-weight: 700;
	letter-spacing: 0.01em;
	vertical-align: middle;
	color: var(--tyw-orange);
}

.tyw-touch-ways-card > h4 {
	max-width: 16rem;
}

.tyw-touch-ways-card > h4.tyw-touch-ways-headline {
	margin-top: 0.35rem;
}

.touch-supporting-copy {
	box-sizing: border-box;
	width: 100%;
	max-width: 360px;
	margin: 6px auto 0;
	padding: 0 0.15rem;
	text-align: center;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
	color: #4f5d73;
}

.touch-supporting-copy > div + div {
	margin-top: 4px;
}

.tyw-touch-ways-card > p.tyw-how-note {
	align-self: stretch;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 1.15rem 0 0;
	text-align: center;
}

.tyw-touch-ways-break {
	display: none;
}

.tyw-touch-ways-compare {
	margin: 1rem auto 0;
	max-width: var(--tyw-inner-card-max);
	padding: 0.65rem 1.1rem;
	text-align: center;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--tyw-gray-800);
	background: rgba(var(--tyw-blue-rgb), 0.1);
	border: 2px solid rgba(var(--tyw-blue-rgb), 0.28);
	border-radius: 999px;
	box-shadow: var(--tyw-shade-soft);
}

@media (max-width: 991.98px) {
	#whats-a-touch-heading[data-tyw-bring-to-top] {
		cursor: pointer;
	}
}

@media (max-width: 575.98px) {
	.tyw-touch-ways-break {
		display: block;
	}
}

.tyw-how-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	align-items: start;
}

@media (min-width: 768px) {
	.tyw-how-split {
		grid-template-columns: 1fr 1fr;
		gap: 1.75rem;
		align-items: center;
	}
}

.tyw-how-picker {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-how-amounts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.tyw-how-amount {
	flex: 1 1 4rem;
	min-width: 3.5rem;
	padding: 0.65rem 0.75rem;
	font-family: var(--tyw-font);
	font-size: 1rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
	cursor: pointer;
}

.tyw-how-amount.is-active,
.tyw-how-amount:hover {
	color: #fff;
	background: var(--tyw-orange);
	border-color: var(--tyw-orange);
}

.tyw-how-picker-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.75rem;
	border-top: 1px solid var(--tyw-gray-200);
	color: var(--tyw-gray-600);
}

.tyw-how-picker-total strong {
	font-size: 1.25rem;
	color: var(--tyw-gray-900);
}

.tyw-how-custom {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--tyw-gray-600);
}

.tyw-how-custom input {
	box-sizing: border-box;
	width: 100%;
	padding: 0.55rem 0.7rem;
	font-family: var(--tyw-font);
	font-size: 1rem;
	font-weight: 600;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
}

.tyw-how-cta {
	display: block;
	width: 100%;
	padding: 0.55rem 1rem;
	font-weight: 600;
	text-align: center;
}

.tyw-how-principle-inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	padding: 1.35rem;
	color: #fff;
	background: var(--tyw-gray-900);
	border-radius: 0.75rem;
}

@media (min-width: 768px) {
	.tyw-how-principle-inner {
		grid-template-columns: 0.9fr 1.1fr;
		align-items: center;
		padding: 1.75rem;
	}
}

.tyw-how-principle-inner > div:first-child {
	text-align: center;
}

.tyw-how-principle .tyw-how-eyebrow {
	color: rgba(255, 153, 0, 0.9);
}

.tyw-how-principle h3,
.tyw-how-principle h4 {
	margin: 0.35rem 0 0.65rem;
	color: #fff;
}

.tyw-how-principle-inner > div:last-child,
.tyw-how-principle-inner > div:last-child p {
	text-align: left;
}

.tyw-how-principle p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
}

.tyw-how-principle-inner > div:last-child p + p {
	margin-top: 0.65rem;
}

.tyw-how-emphasis {
	margin-top: 0.85rem !important;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-how-principle .tyw-how-emphasis {
	padding-top: 0.85rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.tyw-how-protect {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	padding: 1rem 1.15rem;
	text-align: center;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-trust-protect {
	margin: 0 0 0.25rem;
	border: none;
	box-shadow: none;
	padding: 0.35rem var(--tyw-pad-x) 0.15rem;
}

.tyw-page-index #trust > .tyw-bar-inner.tyw-section-inner {
	padding-bottom: 0.5rem;
}

.tyw-trust-copy {
	max-width: 52rem;
	margin: 0 auto;
	padding: 0.85rem var(--tyw-pad-x) 0.2rem;
	text-align: center;
}

.tyw-trust-copy .tyw-trust-statement {
	margin: 0 auto 0.7rem;
	max-width: 36rem;
	padding: 0.7rem 1rem;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--tyw-gray-900);
	background: rgba(var(--tyw-orange-rgb), 0.1);
	border: 1px solid rgba(var(--tyw-orange-rgb), 0.22);
	border-radius: 0.75rem;
}

.tyw-trust-copy .tyw-trust-lead {
	margin: 0 auto;
	max-width: 36rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--tyw-gray-700);
}

.tyw-trust-points {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.95rem;
	margin: 1.15rem 0;
	text-align: center;
}

.tyw-trust-point h4 {
	margin: 0 0 0.3rem;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-blue);
}

.tyw-trust-point p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--tyw-gray-700);
}

.tyw-trust-copy .tyw-trust-buy {
	margin: 0 auto 0.45rem;
	max-width: 36rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--tyw-gray-700);
}

.tyw-trust-copy .tyw-trust-fee {
	margin: 0 auto;
	max-width: 36rem;
	font-size: 0.82rem;
	line-height: 1.4;
	color: var(--tyw-gray-500);
}

@media (min-width: 768px) {
	.tyw-trust-points {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0;
		align-items: start;
	}

	.tyw-trust-point {
		padding: 0 1.1rem;
	}

	.tyw-trust-point + .tyw-trust-point {
		border-left: 1px solid var(--tyw-gray-200);
	}
}

.tyw-trust-copy .tyw-happening-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.04rem;
	width: 118px;
	height: 118px;
	max-width: none;
	margin: 1.35rem auto 0;
	padding: 0.35rem 0.3rem;
	box-sizing: border-box;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.04em;
	white-space: normal;
	overflow: hidden;
}

.tyw-trust-copy .tyw-happening-cta > span {
	display: block;
	max-width: 100%;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	white-space: nowrap;
}

.tyw-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	background: rgba(26, 32, 38, 0.48);
}

.tyw-modal-overlay.is-open {
	display: flex;
}

.tyw-modal-dialog {
	position: relative;
	width: 100%;
	max-width: 24rem;
	padding: 1.35rem 1.2rem 1.2rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.85rem;
	box-shadow: 0 18px 40px rgba(26, 32, 38, 0.22);
}

.tyw-modal-close {
	position: absolute;
	top: 0.55rem;
	right: 0.55rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--tyw-gray-500);
	cursor: pointer;
}

.tyw-modal-close:hover,
.tyw-modal-close:focus {
	color: var(--tyw-gray-800);
}

.tyw-modal-title {
	margin: 0 1.5rem 0.75rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	color: var(--tyw-gray-900);
}

.tyw-modal-body {
	padding: 0;
}

.tyw-report-modal-actions {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin-top: 1rem;
}

.tyw-report-dialog .tyw-modal-title {
	margin-right: 1.75rem;
}

.tyw-report-dialog .tyw-modal-body p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.45;
	text-align: center;
	color: var(--tyw-gray-700);
}

.tyw-modal-actions {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin-top: 1rem;
}

.tyw-notice-dialog .tyw-modal-title {
	margin-right: 1.75rem;
}

.tyw-notice-dialog .tyw-modal-body p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.45;
	text-align: center;
	color: var(--tyw-gray-700);
}

.tyw-modal-overlay[data-tyw-contribution-touch-success] {
	z-index: 10060;
}

.tyw-contribution-success-dialog {
	max-width: 26rem;
}

.tyw-contribution-success-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin: 0.1rem auto 0.7rem;
	border-radius: 999px;
	background: rgba(25, 135, 84, 0.12);
	color: #146c43;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
}

.tyw-contribution-success-dialog .tyw-modal-title {
	margin-bottom: 0.65rem;
	color: #146c43;
}

.tyw-contribution-success-dialog .tyw-modal-body p {
	margin: 0 0 0.65rem;
}

.tyw-contribution-success-dialog .tyw-modal-body p:last-child {
	margin-bottom: 0;
}

.tyw-contribution-success-link {
	font-weight: 700;
	color: var(--tyw-orange);
	text-decoration: none;
	white-space: nowrap;
}

.tyw-contribution-success-link:hover,
.tyw-contribution-success-link:focus {
	color: var(--tyw-orange);
	text-decoration: underline;
}

.tyw-contribution-success-actions {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin-top: 1rem;
}

.tyw-contribution-success-actions .tyw-btn {
	text-align: center;
}

@media (min-width: 576px) {
	.tyw-contribution-success-actions {
		flex-direction: row;
	}

	.tyw-contribution-success-actions .tyw-btn {
		flex: 1 1 0;
	}
}

.tyw-how-protect-line {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.45;
	color: var(--tyw-gray-700);
}

.tyw-how-protect-line strong {
	color: var(--tyw-gray-900);
}

.tyw-how-protect-link {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--tyw-blue-dark);
	text-decoration: none;
}

.tyw-how-protect-link:hover,
.tyw-how-protect-link:focus {
	color: var(--tyw-blue-darker);
	text-decoration: underline;
}

.tyw-how-payments {
	scroll-margin-top: 5rem;
}

.tyw-how-lead {
	margin: 0 auto;
	max-width: 42rem;
	text-align: center;
	color: var(--tyw-gray-600);
	line-height: 1.5;
}

.tyw-how-lead-stack {
	text-align: left;
}

.tyw-how-lead-stack p {
	margin: 0;
	color: inherit;
	line-height: inherit;
}

.tyw-how-lead-stack p + p {
	margin-top: 0.35rem;
}

.tyw-how-lead + .tyw-how-lead {
	margin-top: 0.55rem;
}

.tyw-how-flow-compact {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: tyw-flow-compact;
}

.tyw-how-flow-compact li {
	position: relative;
	padding: 0.35rem 0 0.35rem 1.7rem;
	color: var(--tyw-gray-700);
	line-height: 1.4;
}

.tyw-how-flow-compact li::before {
	counter-increment: tyw-flow-compact;
	content: counter(tyw-flow-compact);
	position: absolute;
	left: 0;
	top: 0.35rem;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 999px;
	background: rgba(var(--tyw-dream-rgb), 0.28);
	color: var(--tyw-gray-800);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.25rem;
	text-align: center;
}

.tyw-how-payments-panel {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
	padding: 1.25rem;
	background: var(--tyw-gray-50);
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
}

.tyw-how-payments-split {
	align-items: start;
}

.tyw-how-payments h4 {
	margin: 0.65rem 0 0.5rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-how-badge {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0.28rem 0.65rem;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--tyw-blue-darker);
	background: rgba(var(--tyw-dream-rgb), 0.28);
	border-radius: 999px;
}

.tyw-how-badge-light {
	color: var(--tyw-gray-700);
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
}

.tyw-how-checklist {
	margin: 0.85rem 0 0;
	padding: 0;
	list-style: none;
}

.tyw-how-checklist li {
	position: relative;
	padding: 0.35rem 0 0.35rem 1.55rem;
	color: var(--tyw-gray-600);
	line-height: 1.45;
}

.tyw-how-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7rem;
	width: 0.55rem;
	height: 0.3rem;
	border-left: 2px solid var(--tyw-share);
	border-bottom: 2px solid var(--tyw-share);
	transform: rotate(-45deg);
}

.tyw-how-checklist strong {
	color: var(--tyw-gray-800);
}

.tyw-how-payments-aside {
	background: rgba(var(--tyw-dream-rgb), 0.16);
	border-color: rgba(var(--tyw-dream-rgb), 0.35);
}

.tyw-how-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 576px) {
	.tyw-how-steps {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.tyw-how-steps {
		grid-template-columns: repeat(5, 1fr);
	}
}

.tyw-how-steps li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	padding: 0.85rem 0.65rem;
	text-align: center;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.65rem;
}

.tyw-how-steps-num {
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1;
	color: var(--tyw-orange);
}

.tyw-how-steps strong {
	font-size: 0.9rem;
	line-height: 1.3;
	color: var(--tyw-gray-800);
}

.tyw-how-note {
	margin: 0;
	padding: 0.85rem 1rem;
	border-left: 3px solid var(--tyw-blue);
	background: rgba(var(--tyw-dream-rgb), 0.14);
	border-radius: 0 0.5rem 0.5rem 0;
	color: var(--tyw-gray-600);
	line-height: 1.5;
}

.tyw-how-sponsor {
	padding: 1.25rem;
	background: linear-gradient(180deg, rgba(var(--tyw-orange-rgb), 0.1) 0%, #fff 70%);
	border: 1px solid rgba(var(--tyw-orange-rgb), 0.25);
	border-radius: 0.75rem;
}

.tyw-how-toast {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1.15rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-how-toast-title {
	margin: 0;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-how-flow {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: tyw-how-flow;
}

.tyw-how-flow li {
	position: relative;
	padding: 0 0 1.25rem 3rem;
}

.tyw-how-flow li:last-child {
	padding-bottom: 0;
}

.tyw-how-flow li::before {
	counter-increment: tyw-how-flow;
	content: counter(tyw-how-flow);
	position: absolute;
	left: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 50%;
	font-weight: 700;
	color: #fff;
	background: var(--tyw-orange);
}

.tyw-how-flow strong {
	display: block;
	margin-bottom: 0.25rem;
	color: var(--tyw-gray-900);
}

.tyw-how-flow p {
	margin: 0;
	color: var(--tyw-gray-600);
}

.tyw-how-money-flow-panel {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding: 1.25rem 1rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-how-money-flow .tyw-how-eyebrow {
	text-align: center;
}

.tyw-how-money-flow .tyw-how-flow {
	margin-top: 0.5rem;
}

@media (min-width: 576px) {
	.tyw-how-money-flow-panel {
		padding: 1.5rem 1.35rem;
	}
}

.tyw-how-card-foundation {
	background: rgba(var(--tyw-care-rgb), 0.12);
	border-color: rgba(var(--tyw-care-rgb), 0.28);
}

.tyw-how-card-tech {
	color: #fff;
	background: var(--tyw-gray-900);
	border-color: var(--tyw-gray-900);
}

.tyw-how-card-tech .tyw-how-label,
.tyw-how-card-tech p,
.tyw-how-card-tech li {
	color: rgba(255, 255, 255, 0.72);
}

.tyw-how-card-tech h4 {
	color: #fff;
}

.tyw-how-card-tech ul {
	margin: 0.85rem 0 0;
	padding-left: 1.15rem;
}

.tyw-how-card-tech .tyw-how-emphasis {
	color: #fff;
}

.tyw-how-simple,
.tyw-how-end {
	padding: 1.35rem 1.15rem;
	text-align: center;
	background: rgba(var(--tyw-orange-rgb), 0.08);
	border: 1px solid rgba(var(--tyw-orange-rgb), 0.22);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-how-simple p,
.tyw-how-end .tyw-how-title {
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
}

.tyw-how-end .tyw-how-cta {
	max-width: 16rem;
	margin: 0.85rem auto 0;
}

.tyw-nav-logo {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	gap: var(--tyw-space);
	color: var(--tyw-wordmark);
	text-decoration: none;
	line-height: 1;
}

.tyw-nav-logo:hover {
	color: var(--tyw-wordmark);
}

.tyw-page-index .tyw-nav-logo,
.tyw-page-index .tyw-nav-logo:hover {
	color: var(--tyw-wordmark);
}

/* Stories detail page */
.tyw-section-desc {
	margin-bottom: 1.5rem;
	text-align: center;
}

.tyw-stories-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	max-width: 48rem;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.tyw-stories-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.tyw-stories-grid {
		grid-template-columns: repeat(3, 1fr);
		max-width: 72rem;
	}
}

.tyw-stories-grid .tyw-story-live {
	height: 100%;
}

.tyw-stories-empty {
	text-align: center;
	color: var(--tyw-gray-500);
	font-size: 1.1rem;
	padding: 3rem 0;
}

.tyw-goal-line {
	display: inline-block;
	white-space: nowrap;
}

.tyw-nav-logo img {
	display: block;
	height: 48px;
	width: auto;
}

.tyw-nav-wordmark {
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: 0.01em;
	color: var(--tyw-wordmark);
}

.tyw-toggler {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 5px;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.5rem;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.375rem;
}

.tyw-toggler:focus {
	box-shadow: 0 0 0 0.2rem rgba(var(--tyw-blue-rgb), 0.25);
}

.tyw-toggler-bar {
	display: block;
	height: 2px;
	width: 100%;
	background-color: var(--tyw-gray-800);
	border-radius: 1px;
}

.tyw-nav-collapse {
	flex-basis: 100%;
}

.tyw-nav-pillars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--tyw-stack);
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.tyw-nav-pillars a:not(.tyw-nav-story-collapse) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0.2rem 0.85rem;
	border-radius: 999px;
	text-decoration: none;
	line-height: 1.3;
	color: #fff !important;
	background: linear-gradient(180deg, var(--tyw-silver-light) 0%, var(--tyw-silver) 48%, var(--tyw-silver-dark) 100%);
	border: 1px solid var(--tyw-silver-dark);
	box-shadow: 0 8px 18px rgba(var(--tyw-silver-rgb), 0.28);
	transition: filter 0.15s ease, box-shadow 0.15s ease, background 0.25s ease, border-color 0.25s ease, transform 0.4s ease;
}

.tyw-nav-pillars a:not(.tyw-nav-story-collapse):hover,
.tyw-nav-pillars a:not(.tyw-nav-story-collapse):focus-visible {
	outline: 0;
	color: #fff !important;
}

.tyw-nav-pillars a.text-care:not(.is-active):hover,
.tyw-nav-pillars a.text-care:not(.is-active):focus-visible {
	background: linear-gradient(180deg, #f5db8a 0%, var(--tyw-care) 48%, var(--tyw-care-dark) 100%);
	border-color: var(--tyw-care-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-care-rgb), 0.36);
	filter: brightness(1.03);
}

.tyw-nav-pillars a.text-tyw-give:not(.is-active):hover,
.tyw-nav-pillars a.text-tyw-give:not(.is-active):focus-visible {
	background: linear-gradient(180deg, #4fdad5 0%, var(--tyw-share) 48%, var(--tyw-share-dark) 100%);
	border-color: var(--tyw-share-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-share-rgb), 0.36);
	filter: brightness(1.03);
}

.tyw-nav-pillars a.text-dream:not(.is-active):hover,
.tyw-nav-pillars a.text-dream:not(.is-active):focus-visible {
	background: linear-gradient(180deg, #b5d4f5 0%, var(--tyw-dream) 48%, var(--tyw-dream-dark) 100%);
	border-color: var(--tyw-dream-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-dream-rgb), 0.36);
	filter: brightness(1.03);
}

.tyw-nav-pillars a:not(.tyw-nav-story-collapse).is-active {
	font-weight: 700;
	filter: brightness(1.03);
}

.tyw-nav-pillars a.text-care.is-active {
	background: linear-gradient(180deg, #f5db8a 0%, var(--tyw-care) 48%, var(--tyw-care-dark) 100%);
	border-color: var(--tyw-care-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-care-rgb), 0.36);
}

.tyw-nav-pillars a.text-tyw-give.is-active {
	background: linear-gradient(180deg, #4fdad5 0%, var(--tyw-share) 48%, var(--tyw-share-dark) 100%);
	border-color: var(--tyw-share-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-share-rgb), 0.36);
}

.tyw-nav-pillars a.text-dream.is-active {
	background: linear-gradient(180deg, #b5d4f5 0%, var(--tyw-dream) 48%, var(--tyw-dream-dark) 100%);
	border-color: var(--tyw-dream-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-dream-rgb), 0.36);
}

.tyw-nav-star {
	color: var(--tyw-orange);
	font-weight: 700;
}

.tyw-nav-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--tyw-space);
}

.tyw-nav-account {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: var(--tyw-space);
}

.tyw-nav-account .dropdown {
	position: relative;
}

.tyw-nav-notify,
.tyw-nav-profile {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	color: var(--tyw-gray-400);
	background: transparent;
	border: 0;
	line-height: 1;
}

.tyw-nav-notify {
	width: 2.25rem;
	height: 2.25rem;
	font-size: 1.45rem;
}

.tyw-nav-notify:hover,
.tyw-nav-notify:focus,
.tyw-nav-profile:hover,
.tyw-nav-profile:focus {
	color: var(--tyw-gray-600);
}

.tyw-nav-notify-badge {
	position: absolute;
	top: 0.1rem;
	right: 0.15rem;
	min-width: 1rem;
	height: 1rem;
	padding: 0 0.2rem;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1rem;
	color: #fff;
	text-align: center;
	background-color: var(--tyw-orange);
	border-radius: 999px;
}

.tyw-nav-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #5F5F5F;
	background: linear-gradient(to bottom, #E7E7E7 0%, #DEDEDE 45%, #D8D8D8 100%);
	border-radius: 50%;
}

.tyw-nav-dropdown {
	position: absolute;
	top: calc(100% + 0.4rem);
	right: 0;
	left: auto;
	z-index: 30;
	display: none;
	min-width: 13.5rem;
	list-style: none;
	margin: 0;
	padding: 0.5rem 0;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
	box-shadow: var(--tyw-shade);
}

.tyw-nav-dropdown.show {
	display: block;
}

.tyw-nav-dropdown li {
	list-style: none;
}

.tyw-nav-dropdown .dropdown-item,
.tyw-nav-dropdown a,
.tyw-nav-dropdown button.dropdown-item {
	display: block;
	padding: 0.45rem 1rem;
	font-weight: 500;
	color: var(--tyw-gray-800);
	text-decoration: none;
}

.tyw-nav-dropdown form {
	margin: 0;
}

.tyw-nav-dropdown button.dropdown-item {
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left;
	font: inherit;
	cursor: pointer;
}

.tyw-nav-dropdown .dropdown-item:hover,
.tyw-nav-dropdown .dropdown-item:focus,
.tyw-nav-dropdown a:hover,
.tyw-nav-dropdown a:focus,
.tyw-nav-dropdown button.dropdown-item:hover,
.tyw-nav-dropdown button.dropdown-item:focus {
	color: var(--tyw-gray-900);
	text-decoration: none;
	background-color: var(--tyw-gray-50);
}

.tyw-nav-dropdown-name {
	margin: 0;
	padding: 0.35rem 1rem 0.6rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
	border-bottom: 1px solid var(--tyw-gray-200);
}

.tyw-nav-dropdown-empty {
	margin: 0;
	padding: 0.5rem 1rem;
	color: var(--tyw-gray-600);
	white-space: nowrap;
}

.tyw-nav-dropdown-notify {
	min-width: 18rem;
	max-width: min(22rem, calc(100vw - 2rem));
	padding: 0.35rem 0 0;
}

.tyw-nav-dropdown-notify .tyw-notify-item {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	padding: 0.55rem 1rem;
	color: var(--tyw-gray-800);
	text-decoration: none;
	border-bottom: 1px solid var(--tyw-gray-100);
}

.tyw-nav-dropdown-notify .tyw-notify-item:last-of-type {
	border-bottom: 0;
}

.tyw-nav-dropdown-notify .tyw-notify-item:hover,
.tyw-nav-dropdown-notify .tyw-notify-item:focus {
	background-color: var(--tyw-gray-50);
	text-decoration: none;
}

.tyw-notify-item.is-unread .tyw-notify-item-title {
	font-weight: 600;
}

.tyw-notify-item-icon {
	flex: 0 0 auto;
	font-size: 1rem;
	line-height: 1.35;
}

.tyw-notify-item-copy {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

.tyw-notify-item-title {
	font-size: 0.875rem;
	line-height: 1.3;
	color: var(--tyw-gray-800);
}

.tyw-notify-item-body {
	font-size: 0.8125rem;
	line-height: 1.35;
	color: var(--tyw-gray-600);
}

.tyw-notify-item-when {
	font-size: 0.75rem;
	color: var(--tyw-gray-500);
}

.tyw-notify-see-all {
	margin-top: 0.15rem;
	border-top: 1px solid var(--tyw-gray-200);
	font-weight: 500;
}

.tyw-page-notifications .tyw-notify-page-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.tyw-notify-mark-all {
	margin: 0;
}

.tyw-notify-mark-all-btn {
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--tyw-orange);
	background: transparent;
	border: 0;
}

.tyw-notify-mark-all-btn:hover,
.tyw-notify-mark-all-btn:focus {
	color: var(--tyw-orange-dark);
	text-decoration: underline;
}

.tyw-notify-page-empty {
	margin: 0;
	color: var(--tyw-gray-600);
	line-height: 1.5;
}

.tyw-notify-list {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
	overflow: hidden;
	background: #fff;
}

.tyw-notify-list .tyw-notify-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.85rem 1rem;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid var(--tyw-gray-100);
}

.tyw-notify-list .tyw-notify-item:last-child {
	border-bottom: 0;
}

.tyw-notify-list .tyw-notify-item:hover,
.tyw-notify-list .tyw-notify-item:focus {
	background-color: var(--tyw-gray-50);
	text-decoration: none;
}

.tyw-notify-list .tyw-notify-item.is-unread {
	background-color: #fffaf5;
}

.tyw-notify-pager {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
}

.tyw-notify-pager-link {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--tyw-orange);
	text-decoration: none;
}

.tyw-notify-pager-link:hover,
.tyw-notify-pager-link:focus {
	color: var(--tyw-orange-dark);
	text-decoration: underline;
}

.tyw-nav-cta .btn-danger {
	display: inline-block;
	padding: 0.375rem 0.85rem;
	font-family: var(--tyw-font);
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%);
	border: 1px solid var(--tyw-orange-dark);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(var(--tyw-orange-rgb), 0.28);
	transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.tyw-nav-cta .btn-danger:hover,
.tyw-nav-cta .btn-danger:focus {
	color: #fff;
	text-decoration: none;
	filter: brightness(1.03);
	background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%);
	border-color: var(--tyw-orange-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-orange-rgb), 0.36);
}

.tyw-nav-cta .btn-primary {
	display: inline-block;
	padding: 0.375rem 0.85rem;
	font-family: var(--tyw-font);
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	background: linear-gradient(180deg, #5b97d4 0%, var(--tyw-blue) 48%, var(--tyw-blue-dark) 100%);
	border: 1px solid var(--tyw-blue-dark);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(var(--tyw-blue-rgb), 0.28);
	transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.tyw-nav-cta .btn-primary:hover,
.tyw-nav-cta .btn-primary:focus {
	color: #fff;
	text-decoration: none;
	filter: brightness(1.03);
	background: linear-gradient(180deg, #5b97d4 0%, var(--tyw-blue) 48%, var(--tyw-blue-dark) 100%);
	border-color: var(--tyw-blue-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-blue-rgb), 0.36);
}

.tyw-nav-cta .tyw-nav-how-desktop {
	color: #fff;
	background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%);
	border-color: var(--tyw-orange-dark);
}

.tyw-nav-cta .tyw-nav-how-desktop:hover,
.tyw-nav-cta .tyw-nav-how-desktop:focus {
	color: #fff;
	filter: brightness(1.03);
	background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%);
	border-color: var(--tyw-orange-dark);
}

/* Mobile Enter CTA is shown only under the mobile breakpoint. */
.tyw-nav-enter-mobile {
	display: none;
}

@media (max-width: 991.98px) {
	.tyw-navbar .tyw-bar-inner {
		position: relative;
		justify-content: space-between;
		align-items: center;
		column-gap: 0.75rem;
	}

	.tyw-nav-logo {
		order: 1;
		flex: 1 1 0;
		min-width: 0;
		justify-content: flex-start;
		padding-left: 0;
		padding-right: 0;
		gap: 0.6rem;
	}

	.tyw-nav-wordmark {
		min-width: 0;
		white-space: nowrap;
	}

	.tyw-navbar .navbar-toggler.tyw-toggler {
		position: static;
		order: 2;
		z-index: 2;
		margin: 0;
		flex-shrink: 0;
	}

	.tyw-nav-cta {
		position: relative;
		order: 3;
		flex: 0 0 100%;
		width: 100%;
		margin-left: 0;
		padding: 0;
		justify-content: center;
	}

	.tyw-nav-cta:not(:has(.tyw-nav-account)) {
		display: none;
	}

	.tyw-nav-account {
		justify-content: center;
	}

	/* Escape the narrow bell wrapper; pin the panel to the full-width CTA row. */
	.tyw-nav-account,
	.tyw-nav-account > .dropdown:has(.tyw-nav-dropdown-notify) {
		position: static;
	}

	.tyw-nav-dropdown.tyw-nav-dropdown-notify,
	.dropdown-menu.tyw-nav-dropdown-notify {
		left: 0.75rem;
		right: 0.75rem;
		width: auto;
		min-width: 0;
		max-width: none;
		transform: none !important;
	}

	/* Account menu: center in the full-width CTA row on mobile. */
	.tyw-nav-account > .dropdown:not(:has(.tyw-nav-dropdown-notify)) {
		position: static;
	}

	.tyw-nav-dropdown:not(.tyw-nav-dropdown-notify),
	.dropdown-menu.tyw-nav-dropdown:not(.tyw-nav-dropdown-notify) {
		left: 50%;
		right: auto;
		width: min(16rem, calc(100% - 1.5rem));
		min-width: 13.5rem;
		max-width: calc(100% - 1.5rem);
		transform: translateX(-50%) !important;
	}

	.tyw-nav-collapse.collapse:not(.show) {
		display: none !important;
	}

	.tyw-nav-collapse {
		order: 4;
		flex: 0 0 100%;
		padding-top: var(--tyw-space);
	}

	.tyw-nav-pillars {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 1rem 1.35rem;
		width: 100%;
		padding: 0.35rem 0 0.15rem;
	}

	.tyw-nav-pillars a:not(.tyw-nav-story-collapse) {
		align-self: center;
		box-sizing: border-box;
		width: 4.85rem;
		height: 4.85rem;
		padding: 0.35rem;
		border-radius: 50%;
		font-size: 0.95rem;
		font-weight: 700;
		letter-spacing: 0.01em;
		line-height: 1.15;
		color: #fff !important;
		background: linear-gradient(180deg, var(--tyw-silver-light) 0%, var(--tyw-silver) 48%, var(--tyw-silver-dark) 100%);
		border: 1px solid var(--tyw-silver-dark);
		box-shadow: 0 8px 18px rgba(var(--tyw-silver-rgb), 0.28);
	}

	.tyw-nav-pillars a:not(.tyw-nav-story-collapse):hover,
	.tyw-nav-pillars a:not(.tyw-nav-story-collapse):focus-visible {
		color: #fff !important;
	}

	.tyw-nav-pillars a.text-care:not(.is-active):hover,
	.tyw-nav-pillars a.text-care:not(.is-active):focus-visible {
		background: linear-gradient(180deg, #f5db8a 0%, var(--tyw-care) 48%, var(--tyw-care-dark) 100%);
		border-color: var(--tyw-care-dark);
		box-shadow: 0 10px 22px rgba(var(--tyw-care-rgb), 0.36);
		filter: brightness(1.03);
	}

	.tyw-nav-pillars a.text-tyw-give:not(.is-active):hover,
	.tyw-nav-pillars a.text-tyw-give:not(.is-active):focus-visible {
		background: linear-gradient(180deg, #4fdad5 0%, var(--tyw-share) 48%, var(--tyw-share-dark) 100%);
		border-color: var(--tyw-share-dark);
		box-shadow: 0 10px 22px rgba(var(--tyw-share-rgb), 0.36);
		filter: brightness(1.03);
	}

	.tyw-nav-pillars a.text-dream:not(.is-active):hover,
	.tyw-nav-pillars a.text-dream:not(.is-active):focus-visible {
		background: linear-gradient(180deg, #b5d4f5 0%, var(--tyw-dream) 48%, var(--tyw-dream-dark) 100%);
		border-color: var(--tyw-dream-dark);
		box-shadow: 0 10px 22px rgba(var(--tyw-dream-rgb), 0.36);
		filter: brightness(1.03);
	}

	.tyw-nav-pillars a.text-care.is-active {
		background: linear-gradient(180deg, #f5db8a 0%, var(--tyw-care) 48%, var(--tyw-care-dark) 100%);
		border-color: var(--tyw-care-dark);
		box-shadow: 0 10px 22px rgba(var(--tyw-care-rgb), 0.36);
		filter: brightness(1.03);
		transform: scale(1.04);
	}

	.tyw-nav-pillars a.text-tyw-give.is-active {
		background: linear-gradient(180deg, #4fdad5 0%, var(--tyw-share) 48%, var(--tyw-share-dark) 100%);
		border-color: var(--tyw-share-dark);
		box-shadow: 0 10px 22px rgba(var(--tyw-share-rgb), 0.36);
		filter: brightness(1.03);
		transform: scale(1.04);
	}

	.tyw-nav-pillars a.text-dream.is-active {
		background: linear-gradient(180deg, #b5d4f5 0%, var(--tyw-dream) 48%, var(--tyw-dream-dark) 100%);
		border-color: var(--tyw-dream-dark);
		box-shadow: 0 10px 22px rgba(var(--tyw-dream-rgb), 0.36);
		filter: brightness(1.03);
		transform: scale(1.04);
	}

	.tyw-nav-star {
		display: none;
	}

	.tyw-nav-story-desktop,
	.tyw-nav-enter-desktop,
	.tyw-nav-how-desktop {
		display: none !important;
	}

	.tyw-nav-how-mobile,
	.tyw-nav-enter-mobile {
		width: 100%;
		display: block !important;
		text-decoration: none !important;
		font-weight: 700;
		text-align: center;
		padding: 0.55rem 1rem;
		border-radius: 999px;
		font-size: 1rem;
		line-height: 1.5;
		border-width: 1px;
		border-style: solid;
		box-sizing: border-box;
		transition: filter 0.15s ease, box-shadow 0.15s ease;
	}

	.tyw-nav-mobile-cta {
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
		width: 100%;
		margin-top: 0.85rem;
	}

	.tyw-nav-install {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.45rem;
		width: 100%;
		margin-top: 0.75rem;
		padding: 0.7rem 1rem;
		border: 1px solid var(--tyw-gray-200);
		border-radius: 999px;
		background: #fff;
		color: var(--tyw-blue-dark);
		font-size: 0.95rem;
		font-weight: 700;
		line-height: 1.2;
		cursor: pointer;
		box-shadow: var(--tyw-shade-soft);
	}

	.tyw-nav-install .bi {
		font-size: 1.05rem;
		color: var(--tyw-orange);
	}

	.tyw-nav-install:hover,
	.tyw-nav-install:focus-visible {
		border-color: rgba(var(--tyw-blue-rgb), 0.45);
		color: var(--tyw-blue-darker);
		outline: none;
		box-shadow: 0 0 0 3px rgba(var(--tyw-blue-rgb), 0.18);
	}

	.tyw-nav-how-mobile {
		background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%) !important;
		border-color: var(--tyw-orange-dark) !important;
		color: #fff !important;
		box-shadow: 0 8px 18px rgba(var(--tyw-orange-rgb), 0.28);
	}

	.tyw-nav-enter-mobile {
		background: linear-gradient(180deg, #5b97d4 0%, var(--tyw-blue) 48%, var(--tyw-blue-dark) 100%) !important;
		border-color: var(--tyw-blue-dark) !important;
		color: #fff !important;
		box-shadow: 0 8px 18px rgba(var(--tyw-blue-rgb), 0.28);
	}

	.tyw-nav-how-mobile:hover,
	.tyw-nav-how-mobile:focus-visible {
		background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%) !important;
		border-color: var(--tyw-orange-dark) !important;
		color: #fff !important;
		filter: brightness(1.03);
		box-shadow: 0 10px 22px rgba(var(--tyw-orange-rgb), 0.36);
	}

	.tyw-nav-enter-mobile:hover,
	.tyw-nav-enter-mobile:focus-visible {
		background: linear-gradient(180deg, #5b97d4 0%, var(--tyw-blue) 48%, var(--tyw-blue-dark) 100%) !important;
		border-color: var(--tyw-blue-dark) !important;
		color: #fff !important;
		filter: brightness(1.03);
		box-shadow: 0 10px 22px rgba(var(--tyw-blue-rgb), 0.36);
	}

	.tyw-nav-story-collapse {
		margin-top: 0.75rem;
		align-self: stretch;
		width: 100%;
		box-sizing: border-box;
		display: block !important;
		background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%) !important;
		border-color: var(--tyw-orange-dark) !important;
		color: #fff !important;
		text-decoration: none !important;
		font-weight: 700;
		text-align: center;
		padding: 0.55rem 1rem;
		border-radius: 999px;
		font-size: 1rem;
		line-height: 1.5;
		border-width: 1px;
		border-style: solid;
		box-shadow: 0 8px 18px rgba(var(--tyw-orange-rgb), 0.28);
		transition: filter 0.15s ease, box-shadow 0.15s ease;
	}

	.tyw-nav-story-collapse:hover,
	.tyw-nav-story-collapse:focus-visible {
		background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%) !important;
		border-color: var(--tyw-orange-dark) !important;
		color: #fff !important;
		filter: brightness(1.03);
		box-shadow: 0 10px 22px rgba(var(--tyw-orange-rgb), 0.36);
	}
}

.tyw-page-stories-care .tyw-nav-pillars a.text-tyw-give:not(:hover):not(:focus-visible),
.tyw-page-stories-care .tyw-nav-pillars a.text-dream:not(:hover):not(:focus-visible),
.tyw-page-stories-give .tyw-nav-pillars a.text-care:not(:hover):not(:focus-visible),
.tyw-page-stories-give .tyw-nav-pillars a.text-dream:not(:hover):not(:focus-visible),
.tyw-page-stories-dream .tyw-nav-pillars a.text-care:not(:hover):not(:focus-visible),
.tyw-page-stories-dream .tyw-nav-pillars a.text-tyw-give:not(:hover):not(:focus-visible) {
	background: linear-gradient(180deg, var(--tyw-silver-light) 0%, var(--tyw-silver) 48%, var(--tyw-silver-dark) 100%) !important;
	border-color: var(--tyw-silver-dark) !important;
	box-shadow: 0 8px 18px rgba(var(--tyw-silver-rgb), 0.28) !important;
	filter: none;
	transform: none;
}

.tyw-page-stories-care .tyw-nav-pillars a.text-care,
.tyw-page-stories-give .tyw-nav-pillars a.text-tyw-give,
.tyw-page-stories-dream .tyw-nav-pillars a.text-dream {
	color: #fff !important;
	filter: brightness(1.03);
	transform: scale(1.04);
}

.tyw-page-stories-care .tyw-nav-pillars a.text-care {
	background: linear-gradient(180deg, #f5db8a 0%, var(--tyw-care) 48%, var(--tyw-care-dark) 100%) !important;
	border-color: var(--tyw-care-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-care-rgb), 0.36);
}

.tyw-page-stories-give .tyw-nav-pillars a.text-tyw-give {
	background: linear-gradient(180deg, #4fdad5 0%, var(--tyw-share) 48%, var(--tyw-share-dark) 100%) !important;
	border-color: var(--tyw-share-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-share-rgb), 0.36);
}

.tyw-page-stories-dream .tyw-nav-pillars a.text-dream {
	background: linear-gradient(180deg, #b5d4f5 0%, var(--tyw-dream) 48%, var(--tyw-dream-dark) 100%) !important;
	border-color: var(--tyw-dream-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-dream-rgb), 0.36);
}

@media (min-width: 992px) {
	.tyw-navbar .navbar-toggler.tyw-toggler {
		display: none !important;
	}

	.tyw-navbar .tyw-bar-inner {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
		column-gap: var(--tyw-stack);
	}

	.tyw-nav-logo {
		grid-column: 1;
		justify-self: start;
	}

	.tyw-navbar.navbar-expand-lg .navbar-collapse.tyw-nav-collapse {
		display: contents !important;
		flex-basis: auto;
	}

	.tyw-nav-pillars {
		grid-column: 2;
		justify-self: center;
		font-size: 1.2rem;
	}

	.tyw-nav-cta {
		grid-column: 3;
		justify-self: end;
		margin-left: 0;
	}

	.tyw-nav-story-collapse,
	.tyw-nav-enter-mobile,
	.tyw-nav-how-mobile,
	.tyw-nav-mobile-cta,
	.tyw-nav-install {
		display: none !important;
	}

	.tyw-nav-enter-desktop {
		display: inline-block !important;
	}

	.tyw-nav-wordmark {
		font-size: 1.15rem;
	}
}

.text-primary {
	color: var(--tyw-blue) !important;
}

.text-secondary {
	color: var(--tyw-blue-dark) !important;
}

.text-danger {
	color: var(--tyw-orange) !important;
}

.bg-danger {
	background-color: var(--tyw-orange) !important;
}

.border-danger {
	border-color: var(--tyw-orange) !important;
}

.text-care,
.tyw-care {
	color: var(--tyw-care) !important;
}

.text-tyw-give,
.tyw-give {
	color: var(--tyw-share) !important;
}

.text-dream,
.tyw-dream {
	color: var(--tyw-dream) !important;
}

.tyw-nav-pillars a.text-care,
.tyw-nav-pillars a.text-tyw-give,
.tyw-nav-pillars a.text-dream,
.tyw-special-stories-tab.text-care,
.tyw-special-stories-tab.text-tyw-give,
.tyw-special-stories-tab.text-dream {
	color: #fff !important;
}

.bg-care {
	background-color: var(--tyw-care) !important;
}

.bg-tyw-give {
	background-color: var(--tyw-share) !important;
}

.bg-dream {
	background-color: var(--tyw-dream) !important;
}

.border-care {
	border-color: var(--tyw-care) !important;
}

.border-tyw-give {
	border-color: var(--tyw-share) !important;
}

.border-dream {
	border-color: var(--tyw-dream) !important;
}

.text-tyw {
	color: var(--tyw-blue);
}

.text-muted-tyw {
	color: var(--tyw-gray-600);
}

.kicker {
	color: var(--tyw-blue);
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--tyw-blue-dark);
	--bs-btn-hover-border-color: var(--tyw-blue-dark);
	--bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--tyw-blue-dark);
	--bs-btn-active-border-color: var(--tyw-blue-dark);
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-secondary);
	--bs-btn-border-color: var(--bs-secondary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--tyw-blue-darker);
	--bs-btn-hover-border-color: var(--tyw-blue-darker);
	--bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--tyw-blue-darker);
	--bs-btn-active-border-color: var(--tyw-blue-darker);
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--tyw-orange);
	--bs-btn-border-color: var(--tyw-orange);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--tyw-orange-dark);
	--bs-btn-hover-border-color: var(--tyw-orange-dark);
	--bs-btn-focus-shadow-rgb: var(--bs-danger-rgb);
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--tyw-orange-dark);
	--bs-btn-active-border-color: var(--tyw-orange-dark);
}

.tyw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	box-sizing: border-box;
	padding: 0.5rem 0.85rem;
	font-family: var(--tyw-font);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0.375rem;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.tyw-btn-block {
	display: flex;
	width: 100%;
	min-width: 0;
	white-space: normal;
}

.tyw-stories-view-all {
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0.85rem auto 0;
}

.tyw-stories-view-all .tyw-btn {
	justify-content: center;
}

.tyw-stories-view-all-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
}

.tyw-stories-view-all-actions .tyw-campaign-banner-cta,
.tyw-stories-view-all-actions .tyw-campaign-banner-cta-secondary {
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
	margin-top: 0;
}

@media (max-width: 767.98px) {
	.tyw-stories-view-all-actions {
		align-items: stretch;
	}

	.tyw-stories-view-all-actions .tyw-campaign-banner-cta,
	.tyw-stories-view-all-actions .tyw-campaign-banner-cta-secondary {
		width: 100%;
	}
}

#tyw-panel-give .tyw-stories-view-all-actions {
	--tyw-campaign-accent: var(--tyw-share);
	--tyw-campaign-rgb: var(--tyw-share-rgb);
}

#dream .tyw-stories-view-all-actions {
	--tyw-campaign-accent: var(--tyw-dream);
	--tyw-campaign-rgb: var(--tyw-dream-rgb);
}

#care .tyw-stories-view-all-actions,
.tyw-page-stories-care .tyw-stories-view-all-actions {
	--tyw-campaign-accent: var(--tyw-care);
	--tyw-campaign-rgb: var(--tyw-care-rgb);
}

.tyw-page-stories-give .tyw-stories-view-all-actions {
	--tyw-campaign-accent: var(--tyw-share);
	--tyw-campaign-rgb: var(--tyw-share-rgb);
}

.tyw-page-stories-dream .tyw-stories-view-all-actions {
	--tyw-campaign-accent: var(--tyw-dream);
	--tyw-campaign-rgb: var(--tyw-dream-rgb);
}

.tyw-stories-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tyw-stories-back {
	text-align: center;
	margin: 0 0 1rem;
}

.tyw-story-cats {
	padding: var(--tyw-space) var(--tyw-page-gutter) 0;
}

.tyw-page-stories main > .tyw-story-cats + .tyw-section {
	padding-top: 0.7rem;
}

.tyw-story-cats-wrap {
	--bs-gutter-x: 0;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: 0;
}

.tyw-story-cats-inner {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: var(--tyw-panel-pad-y) var(--tyw-panel-pad-x);
	text-align: center;
	border-radius: 14px;
	border: 1px solid rgba(var(--tyw-care-rgb), 0.28);
	border-top: 4px solid var(--tyw-care);
	background: rgba(var(--tyw-care-rgb), 0.12);
	box-shadow: var(--tyw-shade-soft);
}

.tyw-story-cats-kind {
	margin: 0 0 6px;
	padding: 0 0.25rem;
	font-size: 20.25px;
	font-weight: 600;
	line-height: 1.25;
}

@media (max-width: 575.98px) {
	.tyw-story-cats-kind {
		font-size: 1.0125rem;
	}
}

.tyw-story-cats-tagline {
	margin: 0 0 0.85rem;
	font-size: 12.75px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--tyw-gray-800);
}

.tyw-story-cats-care .tyw-story-cats-inner {
	border-color: rgba(var(--tyw-care-rgb), 0.28);
	border-top-color: var(--tyw-care);
	background: rgba(var(--tyw-care-rgb), 0.12);
}

.tyw-story-cats-care .tyw-story-cats-kind {
	color: var(--tyw-care-dark);
}

.tyw-story-cats-give .tyw-story-cats-inner {
	border-color: rgba(var(--tyw-share-rgb), 0.28);
	border-top-color: var(--tyw-share);
	background: rgba(var(--tyw-share-rgb), 0.1);
}

.tyw-story-cats-give .tyw-story-cats-kind {
	color: var(--tyw-share);
}

.tyw-story-cats-dream .tyw-story-cats-inner {
	border-color: rgba(var(--tyw-dream-rgb), 0.28);
	border-top-color: var(--tyw-dream);
	background: rgba(var(--tyw-dream-rgb), 0.12);
}

.tyw-story-cats-dream .tyw-story-cats-kind {
	color: var(--tyw-dream);
}

.tyw-story-cats-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.5rem 0.55rem;
	box-sizing: border-box;
	width: 100%;
	max-width: 28rem;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.tyw-story-cats-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	min-width: 0;
	padding: 0.3rem 0.9rem;
	border-radius: 999px;
	background: #fff;
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	color: var(--tyw-gray-700);
}

.tyw-story-cats-care .tyw-story-cats-chip {
	border: 1px solid rgba(var(--tyw-care-rgb), 0.45);
}

.tyw-story-cats-give .tyw-story-cats-chip {
	border: 1px solid rgba(var(--tyw-share-rgb), 0.45);
}

.tyw-story-cats-dream .tyw-story-cats-chip {
	border: 1px solid rgba(var(--tyw-dream-rgb), 0.45);
	padding: 0.3rem 1.35rem;
	font-size: 1rem;
	line-height: 1.2;
}

@media (max-width: 767.98px) {
	.tyw-story-cats-inner {
		padding: 1rem var(--tyw-panel-pad-x);
	}

	.tyw-story-cats-list {
		max-width: 100%;
		gap: 0.45rem 0.45rem;
	}

	.tyw-story-cats-chip {
		padding: 0.28rem 0.75rem;
		font-size: 0.8rem;
	}

	.tyw-story-cats-dream .tyw-story-cats-chip {
		padding: 0.28rem 1.1rem;
		font-size: 0.92rem;
	}
}

.tyw-auth-panel {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--tyw-space);
	width: 100%;
	max-width: 22rem;
	margin: 0 auto;
}

.tyw-auth-panel .tyw-btn-block {
	align-self: stretch;
}

.tyw-recaptcha {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--tyw-space);
	width: 100%;
}

.tyw-recaptcha-note {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--tyw-gray-500);
	text-align: center;
}

.tyw-recaptcha-note a {
	color: var(--tyw-gray-600);
	text-decoration: underline;
}

.grecaptcha-badge {
	visibility: hidden;
}

.tyw-btn-orange {
	color: #fff;
	background-color: var(--tyw-orange);
	border: 1px solid var(--tyw-orange);
}

.tyw-btn-orange:hover,
.tyw-btn-orange:focus,
.tyw-btn-orange:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--tyw-orange-dark);
	border-color: var(--tyw-orange-dark);
}

.tyw-btn-publish {
	gap: 0.45rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.03em;
	background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%);
	border: 1px solid var(--tyw-orange-dark);
	box-shadow: 0 8px 18px rgba(var(--tyw-orange-rgb), 0.32);
}

.tyw-btn-publish img {
	height: 1.2em;
	width: auto;
}

.tyw-btn-publish:hover,
.tyw-btn-publish:focus,
.tyw-btn-publish:active {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, var(--tyw-orange) 0%, var(--tyw-orange-dark) 100%);
	border-color: var(--tyw-orange-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-orange-rgb), 0.4);
}

.tyw-btn-publish:disabled {
	cursor: wait;
	opacity: 0.7;
	filter: none;
}

.tyw-btn-outline-danger {
	color: var(--tyw-orange);
	background-color: #fff;
	border: 1px solid var(--tyw-orange);
}

.tyw-btn-outline-danger:hover,
.tyw-btn-outline-danger:focus,
.tyw-btn-outline-danger:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--tyw-orange);
	border-color: var(--tyw-orange);
}

.tyw-btn-outline-danger:disabled,
.tyw-btn-outline-danger.disabled {
	color: var(--tyw-gray-400);
	background-color: #fff;
	border-color: var(--tyw-gray-300);
	cursor: not-allowed;
	opacity: 1;
}

.tyw-btn-outline-silver {
	color: #6b7280;
	background-color: #fff;
	border: 1px solid #9ca3af;
}

.tyw-btn-outline-silver:hover,
.tyw-btn-outline-silver:focus,
.tyw-btn-outline-silver:active {
	color: var(--tyw-gray-800);
	text-decoration: none;
	background-color: #f3f4f6;
	border-color: #6b7280;
}

.tyw-story-kind-ctas {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0.7rem auto 0;
	padding: 0 var(--tyw-page-gutter);
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.tyw-bar-inner.tyw-hero-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--tyw-stack);
	text-align: center;
	padding: var(--tyw-pad-y) var(--tyw-pad-x) calc(var(--tyw-pad-y) * 2);
	min-height: 0;
	background-color: #fff;
	background-image: url("../img/homepage_hero_bg.png?v=273");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.tyw-hero-inner > * {
	margin: 0;
}

.tyw-bar-inner.tyw-section-inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	overflow: hidden;
	gap: var(--tyw-stack);
}

.tyw-section-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: calc(var(--tyw-pad-y) * -1) calc(var(--tyw-pad-x) * -1) 0;
	padding: var(--tyw-space) var(--tyw-pad-x);
	line-height: 1.2;
	text-align: center;
	border-radius: 0;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-page-index .tyw-world-body-card > .tyw-section-heading {
	margin: 0 -0.65rem;
}

.tyw-section-slot {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.78em;
	font-weight: 600;
	letter-spacing: 0.02em;
	opacity: 0.95;
}

/* Shared title-bar chrome for system and Care / Share / Dream section headers. */
.tyw-section-heading-login,
.tyw-happening-title,
.tyw-section-heading-care,
.tyw-section-heading-give,
.tyw-section-heading-share,
.tyw-section-heading-dream,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-login,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-care,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-give,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-share,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-dream {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	position: relative;
	overflow: hidden;
	width: auto;
	max-width: none;
	margin: 0 calc(var(--tyw-pad-x) * -1);
	padding: 13px 20px 14px;
	border: 1px solid rgba(35, 82, 132, 0.4);
	border-radius: 5px 5px 0 0;
	background-color: #2d5f98;
	background-image: linear-gradient(180deg, #5289c2 0%, #467db6 28%, #376da7 62%, #2d5f98 100%);
	color: #fff;
	font-size: clamp(1.2rem, 0.45vw + 1.1rem, 1.375rem);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	min-height: 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.30), inset 0 -2px 0 rgba(15, 52, 94, 0.20), 0 3px 8px rgba(32, 72, 116, 0.14);
	filter: none;
	transition: none;
}

.tyw-section-heading-login::after,
.tyw-happening-title::after,
.tyw-section-heading-care::after,
.tyw-section-heading-give::after,
.tyw-section-heading-share::after,
.tyw-section-heading-dream::after,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-login::after,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-care::after,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-give::after,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-share::after,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-dream::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	pointer-events: none;
	background-image: linear-gradient(90deg, rgba(91, 174, 218, 0.3), rgba(136, 211, 242, 0.9), rgba(91, 174, 218, 0.3));
}

.tyw-section-heading-care,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-care {
	border-color: rgba(168, 132, 32, 0.4);
	background-color: #c9a63e;
	background-image: linear-gradient(180deg, #f0d278 0%, #e4c45c 28%, #d7b44a 62%, #c9a63e 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -2px 0 rgba(140, 108, 20, 0.20), 0 3px 8px rgba(168, 132, 32, 0.14);
}

.tyw-section-heading-care::after,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-care::after {
	background-image: linear-gradient(90deg, rgba(255, 232, 160, 0.3), rgba(255, 248, 210, 0.9), rgba(255, 232, 160, 0.3));
}

.tyw-section-heading-give,
.tyw-section-heading-share,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-give,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-share {
	border-color: rgba(12, 90, 86, 0.45);
	background-color: #147c78;
	background-image: linear-gradient(180deg, #2bb8b3 0%, #22a39e 28%, #1b8f8b 62%, #147c78 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.30), inset 0 -2px 0 rgba(8, 60, 58, 0.22), 0 3px 8px rgba(12, 90, 86, 0.16);
}

.tyw-section-heading-give::after,
.tyw-section-heading-share::after,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-give::after,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-share::after {
	background-image: linear-gradient(90deg, rgba(90, 220, 214, 0.3), rgba(170, 245, 240, 0.9), rgba(90, 220, 214, 0.3));
}

.tyw-section-heading-dream,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-dream {
	border-color: rgba(50, 100, 150, 0.45);
	background-color: #4a86b8;
	background-image: linear-gradient(180deg, #7eb4e0 0%, #6aa3d4 28%, #5894c8 62%, #4a86b8 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.30), inset 0 -2px 0 rgba(28, 70, 110, 0.22), 0 3px 8px rgba(50, 100, 150, 0.16);
}

.tyw-section-heading-dream::after,
.tyw-bar-inner.tyw-section-inner > .tyw-section-heading.tyw-section-heading-dream::after {
	background-image: linear-gradient(90deg, rgba(140, 195, 235, 0.3), rgba(200, 228, 255, 0.9), rgba(140, 195, 235, 0.3));
}

.tyw-section-heading-login .tyw-section-slot,
.tyw-section-heading-login .tyw-home-title,
.tyw-section-heading-care .tyw-section-slot,
.tyw-section-heading-give .tyw-section-slot,
.tyw-section-heading-share .tyw-section-slot,
.tyw-section-heading-dream .tyw-section-slot,
.tyw-section-heading-login .tyw-campaign-view-heading,
.tyw-section-heading-care .tyw-campaign-view-heading,
.tyw-section-heading-give .tyw-campaign-view-heading,
.tyw-section-heading-share .tyw-campaign-view-heading,
.tyw-section-heading-dream .tyw-campaign-view-heading {
	color: #fff;
}

.tyw-section-heading-login .tyw-campaign-view-heading,
.tyw-section-heading-care .tyw-campaign-view-heading,
.tyw-section-heading-give .tyw-campaign-view-heading,
.tyw-section-heading-share .tyw-campaign-view-heading,
.tyw-section-heading-dream .tyw-campaign-view-heading {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.tyw-section-heading-login .tyw-section-slot,
.tyw-section-heading-care .tyw-section-slot,
.tyw-section-heading-give .tyw-section-slot,
.tyw-section-heading-share .tyw-section-slot,
.tyw-section-heading-dream .tyw-section-slot {
	opacity: 0.95;
}

.tyw-login-form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--tyw-stack);
	width: 100%;
	text-align: left;
}

.tyw-otp-boxes {
	display: flex;
	align-items: stretch;
	gap: var(--tyw-space);
	width: 100%;
}

.tyw-login-field .tyw-otp-digit,
.tyw-otp-digit {
	box-sizing: border-box;
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	height: auto;
	aspect-ratio: 1 / 1;
	padding: 0;
	font-family: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: var(--tyw-gray-900);
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.375rem;
}

.tyw-otp-digit:focus,
.tyw-otp-digit:focus-visible {
	outline: 0;
	border-color: var(--tyw-gray-400);
	box-shadow: 0 0 0 0.2rem rgba(142, 155, 170, 0.35);
}

.tyw-otp-digit.is-invalid {
	border-color: var(--tyw-error);
}

.tyw-login-error {
	margin: 0;
	padding: var(--tyw-space);
	color: var(--tyw-error);
	text-align: center;
	background-color: rgba(var(--tyw-error-rgb), 0.12);
	border: 1px solid var(--tyw-error);
	border-radius: 0.375rem;
}

.tyw-login-error a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
}

.tyw-login-notice {
	margin: 0;
	padding: var(--tyw-space);
	color: var(--tyw-orange-dark);
	text-align: center;
	background-color: rgba(var(--tyw-orange-rgb), 0.12);
	border: 1px solid var(--tyw-orange);
	border-radius: 0.375rem;
}

.tyw-login-field {
	display: flex;
	flex-direction: column;
	gap: var(--tyw-space);
	min-width: 0;
	max-width: 100%;
}

.tyw-login-field label {
	margin: 0;
	font-weight: 600;
	color: var(--tyw-gray-800);
}

.tyw-login-field input,
.tyw-login-field select,
.tyw-login-field textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--tyw-gray-900);
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.375rem;
}

.tyw-login-field textarea {
	min-height: 4.75rem;
	resize: vertical;
}

.tyw-login-field select {
	cursor: pointer;
}

.tyw-login-field .choices + select[data-tyw-country-select] {
	display: none;
}

.tyw-login-field .choices {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}

.tyw-login-field .choices__inner {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 2.25rem 0.5rem 0.75rem;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--tyw-gray-900);
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.375rem;
}

.tyw-login-field .choices__list--single {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	padding: 0;
}

.tyw-login-field .choices__list--single .choices__item {
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tyw-login-field .choices__input {
	flex: 1 1 auto;
	width: 100% !important;
	min-width: 0;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--tyw-gray-900);
	background-color: transparent;
}

.tyw-login-field .choices[data-type*=select-one]::after {
	top: 50%;
	right: 0.85rem;
	width: 0;
	height: 0;
	margin-top: -0.15rem;
	border-color: var(--tyw-gray-800) transparent transparent transparent;
	border-width: 0.35rem 0.35rem 0 0.35rem;
	pointer-events: none;
}

.tyw-login-field .choices__list--dropdown {
	width: 100%;
	margin-top: 0.25rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.375rem;
	box-shadow: var(--tyw-shade-soft);
	z-index: 20;
}

.tyw-login-field .choices__list--dropdown .choices__item {
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
}

.tyw-login-field .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: rgba(var(--tyw-blue-rgb), 0.15);
	color: var(--tyw-gray-900);
}

.tyw-login-field .choices.is-focused .choices__inner,
.tyw-login-field .choices.is-open .choices__inner {
	border-color: var(--tyw-gray-400);
	box-shadow: 0 0 0 0.2rem rgba(142, 155, 170, 0.35);
}

.tyw-login-field-invalid .choices__inner {
	border-color: var(--tyw-error);
}

.tyw-login-field input:focus,
.tyw-login-field input:focus-visible,
.tyw-login-field select:focus,
.tyw-login-field select:focus-visible,
.tyw-login-field textarea:focus,
.tyw-login-field textarea:focus-visible {
	outline: 0;
	border-color: var(--tyw-gray-400);
	box-shadow: 0 0 0 0.2rem rgba(142, 155, 170, 0.35);
}

.tyw-login-field input.is-invalid,
.tyw-login-field select.is-invalid,
.tyw-login-field textarea.is-invalid {
	border-color: var(--tyw-error);
}

.tyw-login-field-note {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.4;
	color: var(--tyw-blue);
}

.tyw-login-field-aside {
	margin: 0.4rem 0 0;
	text-align: left;
}

.tyw-login-forgot {
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--tyw-blue);
	text-decoration: none;
}

.tyw-login-forgot:hover,
.tyw-login-forgot:focus-visible {
	color: var(--tyw-blue-dark);
	text-decoration: underline;
}

.tyw-login-field-error {
	margin: 0;
	font-size: 0.85rem;
	color: var(--tyw-error);
}

.tyw-login-field-error:empty {
	display: none;
}

.tyw-login-field-error a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
}

.tyw-login-field-hint {
	margin: 0.35rem 0 0;
	font-size: 0.82rem;
	line-height: 1.4;
	color: var(--tyw-gray-600);
}

.tyw-password-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.tyw-password-wrap input {
	display: block;
	width: 100%;
	padding-right: 2.75rem;
}

.tyw-password-toggle {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 100%;
	margin: 0;
	padding: 0;
	color: var(--tyw-gray-500);
	background: transparent;
	border: 0;
	border-radius: 0 0.375rem 0.375rem 0;
	cursor: pointer;
}

.tyw-password-toggle:hover,
.tyw-password-toggle:focus {
	color: var(--tyw-gray-800);
}

.tyw-password-toggle:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(142, 155, 170, 0.35);
}

.tyw-password-toggle .bi {
	font-size: 1.1rem;
	line-height: 1;
}

.tyw-hero-inner .lead {
	max-width: 36rem;
	color: var(--tyw-gray-700);
}

.tyw-index-platform-blurb .tyw-section-inner {
	text-align: center;
}

.tyw-index-platform-blurb .lead {
	max-width: 36rem;
	margin: 0 auto;
	font-size: 1.02rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--tyw-gray-700);
}

.tyw-index-platform-blurb .lead strong {
	font-weight: 700;
	color: var(--tyw-gray-800);
}

.tyw-section-intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
}

.tyw-section-intro .lead {
	display: block;
	width: 100%;
	max-width: var(--tyw-inner-card-max);
	margin: 0 auto;
	color: var(--tyw-gray-700);
}

/* Support Story section introductions (Care / Share / Dream). */
#care,
.special-story-intro--care {
	--story-accent: var(--tyw-care);
}

#tyw-panel-give,
.special-story-intro--give {
	--story-accent: var(--tyw-share);
}

#dream,
.special-story-intro--dream {
	--story-accent: var(--tyw-dream);
}

.special-story-intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto 0.125rem;
	padding: 0.35rem var(--tyw-panel-pad-x) 0;
}

.special-story-intro__lead {
	margin: 0;
	max-width: var(--tyw-inner-card-max);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	color: var(--tyw-gray-800);
}

.special-story-intro__highlight {
	color: var(--story-accent);
	font-weight: 500;
}

.special-story-intro__divider {
	flex-shrink: 0;
	width: 36px;
	height: 3px;
	margin: 0.55rem 0;
	border-radius: 999px;
	background: var(--story-accent);
}

.special-story-intro__support {
	margin: 0;
	max-width: var(--tyw-inner-card-max);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--tyw-gray-700);
}

.special-story-intro__decision {
	margin: 0.35rem 0;
	max-width: var(--tyw-inner-card-max);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--story-accent);
}

.tyw-section-intro-card {
	box-sizing: border-box;
	width: 100%;
	padding: var(--tyw-panel-pad-y) var(--tyw-panel-pad-x);
	border-radius: 12px;
	border: 1px solid var(--tyw-gray-200);
	background: #fff;
	box-shadow: var(--tyw-shade-soft);
	gap: 0.55rem;
}

.tyw-section-intro-card .lead {
	max-width: var(--tyw-inner-card-max);
	font-size: 1.02rem;
	line-height: 1.45;
}

.tyw-story-phrase {
	display: inline-block;
	font-weight: 600;
	white-space: nowrap;
}

.tyw-page-stories-care .tyw-section-intro-card {
	border-color: rgba(var(--tyw-care-rgb), 0.28);
	background: rgba(var(--tyw-care-rgb), 0.1);
}

.tyw-page-stories-give .tyw-section-intro-card {
	border-color: rgba(var(--tyw-share-rgb), 0.28);
	background: rgba(var(--tyw-share-rgb), 0.08);
}

.tyw-page-stories-dream .tyw-section-intro-card {
	border-color: rgba(var(--tyw-dream-rgb), 0.28);
	background: rgba(var(--tyw-dream-rgb), 0.1);
}

.tyw-contribution-pending-note {
	box-sizing: border-box;
	width: 100%;
	margin: 0.85rem 0 0;
	padding: 0.85rem var(--tyw-panel-pad-x);
	border-radius: 12px;
	border: 1px solid var(--tyw-gray-200);
	background: var(--tyw-gray-50);
	text-align: center;
}

.tyw-contribution-pending-note p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.45;
	color: var(--tyw-gray-700);
}

.tyw-contribution-pending-note p + p {
	margin-top: 0.45rem;
}

.tyw-contribution-pending-note strong {
	color: var(--tyw-gray-900);
	font-weight: 700;
}

.tyw-page-stories-care .tyw-contribution-pending-note {
	border-color: rgba(var(--tyw-care-rgb), 0.22);
	background: rgba(var(--tyw-care-rgb), 0.06);
}

.tyw-page-stories-give .tyw-contribution-pending-note {
	border-color: rgba(var(--tyw-share-rgb), 0.22);
	background: rgba(var(--tyw-share-rgb), 0.05);
}

.tyw-page-stories-dream .tyw-contribution-pending-note {
	border-color: rgba(var(--tyw-dream-rgb), 0.22);
	background: rgba(var(--tyw-dream-rgb), 0.06);
}

.tyw-page-stories .tyw-contribution-section-empty .tyw-section-inner {
	gap: 0.65rem;
	padding-bottom: var(--tyw-pad-y);
}

.tyw-page-stories .tyw-contribution-section-empty .tyw-contribution-pending-note {
	margin-top: 0.55rem;
}

.tyw-page-stories .tyw-contribution-section-empty .tyw-stories-empty {
	padding: 0.35rem 0 0;
	font-size: 1rem;
	line-height: 1.35;
}

.tyw-page-stories .tyw-contribution-section-empty .tyw-stories-view-all {
	margin-top: 0.15rem;
}

.tyw-flash {
	font-weight: 600;
	color: var(--tyw-share);
}

.tyw-flash[data-tyw-flash] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	position: relative;
}

.tyw-flash-text {
	margin: 0;
}

.tyw-flash-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.65rem;
	height: 1.65rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	font-size: 0.85rem;
	line-height: 1;
	cursor: pointer;
}

.tyw-flash-close:hover,
.tyw-flash-close:focus-visible {
	background: rgba(var(--tyw-share-rgb), 0.14);
	outline: none;
}

.tyw-my-stories {
	display: flex;
	flex-direction: column;
	gap: 2.75rem;
	width: 100%;
	margin: 1.75rem auto 0;
}

.tyw-story-live-kicker {
	margin: 0 0 1rem;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.tyw-story-live-care .tyw-story-live-kicker {
	color: var(--tyw-care);
}

.tyw-story-live-give .tyw-story-live-kicker {
	color: var(--tyw-share);
}

.tyw-story-live-dream .tyw-story-live-kicker {
	color: var(--tyw-dream);
}

.tyw-story-live-media-link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	inset: 0;
	padding: 1rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
	text-decoration: none;
	background-color: var(--tyw-gray-50);
}

.tyw-story-live-media-link:hover,
.tyw-story-live-media-link:focus {
	color: var(--tyw-gray-900);
}

.tyw-sponsor {
	--tyw-sponsor-accent: var(--tyw-gray-200);
	--tyw-sponsor-border: rgba(207, 216, 227, 0.9);
	--tyw-sponsor-kicker: var(--tyw-gray-500);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	position: relative;
	gap: 0.55rem;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-inner-card-max);
	min-height: 3.35rem;
	margin: 0 auto;
	padding: 0.5rem var(--tyw-sponsor-pad-x);
	border-radius: 999px;
	background-color: #fff;
	background-image: none;
	border: 1px solid var(--tyw-sponsor-border);
	box-shadow: var(--tyw-shade-soft);
	overflow: hidden;
	text-align: left;
}

.tyw-sponsor::before,
.tyw-sponsor::after {
	content: "";
	position: absolute;
	top: 50%;
	width: var(--tyw-sponsor-cap);
	height: var(--tyw-sponsor-cap);
	border-radius: 50%;
	background: var(--tyw-sponsor-accent);
	pointer-events: none;
}

.tyw-sponsor::before {
	left: 0;
	transform: translate(-50%, -50%);
}

.tyw-sponsor::after {
	right: 0;
	transform: translate(50%, -50%);
}

.tyw-sponsor-care {
	--tyw-sponsor-accent: var(--tyw-care);
	--tyw-sponsor-border: rgba(var(--tyw-care-rgb), 0.35);
	--tyw-sponsor-kicker: var(--tyw-care-dark);
}

.tyw-sponsor-give {
	--tyw-sponsor-accent: #c5ebe9;
	--tyw-sponsor-border: rgba(var(--tyw-share-rgb), 0.35);
	--tyw-sponsor-kicker: #5aa8a5;
}

.tyw-sponsor-dream {
	--tyw-sponsor-accent: #c5d9f0;
	--tyw-sponsor-border: rgba(var(--tyw-dream-rgb), 0.4);
	--tyw-sponsor-kicker: #6a9fd4;
}

.tyw-sponsor-kicker {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
	color: var(--tyw-sponsor-kicker);
}

.tyw-sponsor-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-width: 0;
	line-height: 0;
}

.tyw-sponsor-name {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-sponsor-logo,
.tyw-sponsor-logo-fit,
.tyw-home-sponsored-logo {
	display: block;
	height: var(--tyw-sponsor-logo-h);
	width: auto;
	max-width: 8rem;
	max-height: var(--tyw-sponsor-logo-h);
	object-fit: contain;
	object-position: center;
	border-radius: 0;
}

@media (max-width: 575.98px) {
	.tyw-sponsor {
		--tyw-sponsor-cap: 2.1rem;
		--tyw-sponsor-pad-x: 2.35rem;
		--tyw-sponsor-logo-h: 1.9rem;
		min-height: 3.05rem;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		gap: 0.45rem;
	}

	.tyw-sponsor-kicker {
		font-size: 0.62rem;
	}
}

.tyw-special-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: 0;
	border-radius: 0.75rem;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	box-shadow: var(--tyw-shade-soft);
	overflow: hidden;
}

.tyw-section-divider-campaign {
	margin: 1.15rem auto;
	max-width: var(--tyw-content-panel-max);
}

.tyw-campaign-rotator {
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
}

.tyw-campaign-rotator-stage {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-width: 0;
}

.tyw-campaign-rotator-stage .tyw-special-card {
	grid-area: 1 / 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 0;
}

.tyw-campaign-rotator-stage .tyw-special-card.is-active,
.tyw-campaign-rotator.is-single .tyw-campaign-rotator-stage .tyw-special-card {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
}

.tyw-story-dots.tyw-campaign-rotator-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.7rem;
	margin: 1.1rem 0 0.35rem;
	padding: 0.35rem 0;
}

.tyw-story-dots.tyw-campaign-rotator-dots button {
	width: 0.72rem;
	height: 0.72rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: var(--tyw-gray-300);
	opacity: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.tyw-story-dots.tyw-campaign-rotator-dots button.is-active {
	background-color: var(--tyw-orange);
	transform: scale(1.12);
	box-shadow: none;
}

.tyw-campaign-rotator:has(.tyw-special-card-dream) .tyw-story-dots.tyw-campaign-rotator-dots button.is-active {
	background-color: var(--tyw-dream);
}

.tyw-campaign-rotator:has(.tyw-special-card-give) .tyw-story-dots.tyw-campaign-rotator-dots button.is-active {
	background-color: var(--tyw-share);
}

.tyw-campaign-rotator:has(.tyw-special-card-care) .tyw-story-dots.tyw-campaign-rotator-dots button.is-active {
	background-color: var(--tyw-care);
}

.tyw-share-highlights {
	margin-top: 0rem;
}

.tyw-campaign-my-story {
	width: 100%;
}

.tyw-section-divider-incard {
	margin: 0.5rem 0;
}

.tyw-give-my-story-label {
	font-size: 0.85rem;
	font-weight: 600;
	text-align: center;
	color: var(--tyw-share);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 0.75rem;
}

.tyw-share-highlights .tyw-stories-empty {
	padding: 0rem 0;
}

.tyw-share-highlights-heading {
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	color: var(--tyw-share);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 1.25rem;
}

.tyw-special-card-give,
.tyw-special-card-give.tyw-kind-story,
.tyw-special-card-give.tyw-kind-campaign {
	border: 1px solid var(--tyw-share);
	background-image: linear-gradient(180deg, #fff 40%, rgba(var(--tyw-share-rgb), 0.13) 100%);
}

.tyw-special-card-head {
	--tyw-sponsor-accent: var(--tyw-gray-200);
	--tyw-sponsor-border: rgba(207, 216, 227, 0.9);
	--tyw-sponsor-kicker: var(--tyw-gray-500);
	--tyw-special-bubble: 2.95rem;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 3.35rem;
	margin: 0;
	padding: 0.65rem var(--tyw-sponsor-pad-x);
	border: none;
	border-bottom: 1px solid var(--tyw-sponsor-border);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
	text-align: center;
}

.tyw-sponsor-head-branding {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	position: relative;
	z-index: 1;
	max-width: 100%;
}

.tyw-special-card-head.tyw-sponsor-care {
	--tyw-sponsor-accent: var(--tyw-care);
	--tyw-sponsor-border: rgba(var(--tyw-care-rgb), 0.45);
	--tyw-sponsor-kicker: var(--tyw-care-dark);
}

.tyw-special-card-head.tyw-sponsor-give {
	--tyw-sponsor-accent: var(--tyw-share);
	--tyw-sponsor-border: rgba(var(--tyw-share-rgb), 0.45);
	--tyw-sponsor-kicker: var(--tyw-share);
}

.tyw-special-card-head.tyw-sponsor-dream {
	--tyw-sponsor-accent: var(--tyw-dream);
	--tyw-sponsor-border: rgba(var(--tyw-dream-rgb), 0.5);
	--tyw-sponsor-kicker: var(--tyw-dream);
}

.tyw-special-card-head:last-child {
	padding-bottom: 0.7rem;
	border-bottom: none;
}

/* Side bubbles belong to the header itself Ã¢â‚¬â€� not a nested pill. */
.tyw-special-card-head::before,
.tyw-special-card-head::after {
	content: "";
	position: absolute;
	top: 50%;
	width: var(--tyw-special-bubble);
	height: var(--tyw-special-bubble);
	border-radius: 50%;
	background: var(--tyw-sponsor-accent);
	pointer-events: none;
	z-index: 0;
}

.tyw-special-card-head::before {
	left: 0;
	transform: translate(-50%, -50%);
}

.tyw-special-card-head::after {
	right: 0;
	transform: translate(50%, -50%);
}

.tyw-special-card-head > .tyw-sponsor-head-branding,
.tyw-special-card-head > .tyw-sponsor-reward-line {
	position: relative;
	z-index: 1;
}

.tyw-sponsor-reward-line {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0.15rem 0.35rem 0;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.35;
	text-align: center;
	color: var(--tyw-sponsor-kicker);
}

.tyw-sponsor-reward-line .tyw-sponsor-reward-caption,
.tyw-sponsor-reward-line .tyw-sponsor-reward-value {
	display: block;
}

@media (max-width: 575.98px) {
	.tyw-special-card-head {
		--tyw-special-bubble: 2.55rem;
		min-height: 3.05rem;
	}
}

.tyw-special-card > .tyw-sponsor {
	max-width: calc(100% - 1.5rem);
	width: calc(100% - 1.5rem);
	margin: 0.65rem auto 0;
	align-self: center;
}

.tyw-special-card > .tyw-sponsor:last-child {
	margin-bottom: 0.85rem;
}

.tyw-special-card .tyw-story-rotator {
	width: 100%;
	max-width: 100%;
	margin: 0;
	align-self: stretch;
	border: none;
	box-shadow: none;
	border-radius: 0 0 0.75rem 0.75rem;
	overflow: visible;
}

.tyw-special-card .tyw-story-rotator .tyw-story-card {
	border: none;
	box-shadow: none;
	background: transparent;
}

.tyw-special-card .tyw-story-card {
	border: none;
	box-shadow: none;
	background: transparent;
	border-radius: 0;
}

.tyw-stories-empty-incard {
	padding: 1.5rem;
	text-align: center;
	color: var(--tyw-gray-500);
}

.tyw-special-card-care,
.tyw-special-card-care.tyw-kind-story,
.tyw-special-card-care.tyw-kind-campaign {
	--tyw-campaign-rgb: var(--tyw-care-rgb);
	border: 1px solid var(--tyw-care);
	background-color: #fff;
	background-image: none;
}

/* Opaque white sponsor strip Ã¢â‚¬â€� wash lives only in .tyw-care-annual-body. */
.tyw-special-card-care > .tyw-special-card-head {
	background: #fff;
	background-image: none;
}

/* Annual Care body wash (index #care + Care page annual only) Ã¢â‚¬â€� soft fill below sponsor, bottom Ã¢â€ â€™ top. */
#care .tyw-care-annual-body,
.tyw-page-stories-care .tyw-care-annual-body {
	--tyw-campaign-rgb: var(--tyw-care-rgb);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background-color: transparent;
	background-image:
		radial-gradient(ellipse 9rem 4.5rem at 8% -18%, rgba(255, 255, 255, 0.9), transparent 70%),
		radial-gradient(ellipse 8rem 4rem at 92% -20%, rgba(255, 255, 255, 0.88), transparent 70%),
		linear-gradient(0deg, rgba(var(--tyw-care-rgb), 0.13) 0%, rgba(255, 255, 255, 0.96) 72%);
}

#care .tyw-care-annual-body .tyw-story-rotator .tyw-story-card,
#care .tyw-care-annual-body .tyw-story-rotator .tyw-story-card.card,
.tyw-page-stories-care .tyw-care-annual-body .tyw-story-rotator .tyw-story-card,
.tyw-page-stories-care .tyw-care-annual-body .tyw-story-rotator .tyw-story-card.card {
	background: transparent;
	background-color: transparent;
	border: none;
	border-top: none;
	box-shadow: none;
}

#care .tyw-care-annual-body .tyw-story-card .tyw-conversation,
.tyw-page-stories-care .tyw-care-annual-body .tyw-story-card .tyw-conversation {
	background: rgba(255, 255, 255, 0.45);
	border-top-color: rgba(var(--tyw-care-rgb), 0.35);
}

.tyw-care-annual-body {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.tyw-care-annual-body > .tyw-care-free-note {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	padding-top: 0.55rem;
	padding-bottom: 0.35rem;
}

.tyw-care-annual-stage {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 0.15rem 0 0.35rem;
}

.tyw-care-annual-stage > .tyw-campaign-banner-sparkle,
.tyw-care-annual-body > .tyw-campaign-banner-sparkle {
	z-index: 0;
}

.tyw-care-annual-stage > .tyw-story-rotator,
.tyw-care-annual-body > .tyw-story-rotator {
	position: relative;
	z-index: 1;
}

/* Annual Care cause logos - top-centered like wide UNICEF marks, not left thumb */
.tyw-story-rotator-stage .card-body.tyw-story-card-body-care-annual,
#care .tyw-care-annual-body .tyw-story-rotator-stage .card-body.tyw-story-card-body-care-annual,
.tyw-page-stories-care .tyw-care-annual-body .tyw-story-rotator-stage .card-body.tyw-story-card-body-care-annual {
	grid-template-columns: minmax(0, 1fr);
	justify-items: center;
	align-items: start;
	text-align: center;
	min-height: 0;
}

.tyw-care-cause-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 0 0 0.35rem;
}

.tyw-care-cause-logo-image {
	display: block;
	width: auto;
	max-width: min(100%, 14rem);
	height: auto;
	max-height: 5.5rem;
	object-fit: contain;
	object-position: center;
}

.tyw-story-rotator-stage .card-body.tyw-story-card-body-care-annual .tyw-story-copy {
	max-width: none;
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {
	.tyw-story-rotator-stage .card-body.tyw-story-card-body-care-annual {
		grid-template-columns: minmax(0, 1fr);
		justify-content: stretch;
	}

	.tyw-story-rotator-stage .card-body.tyw-story-card-body-care-annual .tyw-story-copy {
		max-width: none;
	}
}

.tyw-special-card-dream,
.tyw-special-card-dream.tyw-kind-story,
.tyw-special-card-dream.tyw-kind-campaign {
	border: 1px solid var(--tyw-dream);
	background-image: linear-gradient(180deg, #fff 40%, rgba(var(--tyw-dream-rgb), 0.13) 100%);
}

.tyw-hero-pillars {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: var(--tyw-space);
	max-width: 34rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2.5rem;
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.45;
	color: var(--tyw-gray-800);
}

.tyw-hero-pillar-word {
	text-align: right;
}

.tyw-hero-pillar-rest {
	text-align: left;
}

.tyw-hero-tagline {
	margin-top: calc(1rem - 5px);
	margin-bottom: 0.625rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
}

.tyw-bar-inner.tyw-happening-inner,
.tyw-happening-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: var(--tyw-stack);
}

.tyw-special-stories-tabs-wrap > .tyw-happening-inner {
	width: 100%;
	margin: 0;
	padding: 0 0 0.175rem;
	border-bottom: none;
}

.tyw-happening-or {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	margin: 0.175rem 0 0.325rem;
	padding: 0;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	color: var(--tyw-gray-400);
	text-transform: lowercase;
}

.tyw-happening-or::before,
.tyw-happening-or::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background-color: rgba(var(--tyw-blue-rgb), 0.18);
}

.tyw-happening-or span {
	flex: 0 0 auto;
}

.tyw-happening-cta {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.04rem;
	box-sizing: border-box;
	margin-top: 0.2rem;
	width: 5.7rem;
	height: 5.7rem;
	padding: 0.3rem 0.28rem;
	border-radius: 50%;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	color: #fff;
	text-decoration: none;
	white-space: normal;
	background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%);
	border: 1px solid var(--tyw-orange-dark);
	box-shadow: 0 8px 18px rgba(var(--tyw-orange-rgb), 0.28);
	transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.tyw-happening-cta > span {
	display: block;
	max-width: 100%;
}

.tyw-happening-cta:hover,
.tyw-happening-cta:focus {
	color: #fff;
	filter: brightness(1.03);
	box-shadow: 0 10px 22px rgba(var(--tyw-orange-rgb), 0.36);
}

@media (max-width: 991.98px) {
	.tyw-hero-inner .display-3 {
		font-size: calc(1.35rem + 2.2vw);
	}

	.tyw-hero-pillars {
		max-width: 22rem;
		padding: 0 2rem;
		font-size: 1.15rem;
	}
}

@media (min-width: 992px) {
	:root {
		--tyw-page-gutter: 2rem;
	}


	.tyw-bar-inner.tyw-hero-inner {
		padding: 5.5rem 2rem 6.5rem;
		min-height: 32rem;
	}

	.tyw-hero-pillars {
		padding: 0 3.5rem;
		font-size: 1.4rem;
	}
}

.card {
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	box-shadow: var(--tyw-shade-soft);
}

.tyw-story-rotator {
	display: flex;
	flex-direction: column;
	gap: var(--tyw-stack);
	align-self: center;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	min-width: 0;
}

@media (max-width: 991.98px) {
	[data-tyw-rotate]:has([data-tyw-rotate-item]:nth-child(2)) {
		touch-action: pan-y;
	}

	[data-tyw-size-rotate]:has([data-tyw-size-rotate-item]:nth-child(2)) {
		touch-action: pan-y;
	}

	/* YouTube iframes steal touches; keep swipe on the card until a deliberate tap. */
	[data-tyw-rotate] .tyw-video-frame iframe {
		pointer-events: none;
	}

	[data-tyw-rotate] .tyw-video-frame.is-media-allowed:not(.is-embed-interactive)::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 3;
	}

	[data-tyw-rotate] .tyw-video-frame.is-embed-interactive iframe {
		pointer-events: auto;
	}
}

.tyw-story-rotator-stage {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-width: 0;
	overflow: visible;
}

.tyw-story-rotator-stage .tyw-story-card {
	grid-area: 1 / 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 0;
}

.tyw-story-rotator-stage .tyw-story-card.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
	max-height: none;
	overflow: hidden;
}

.tyw-story-rotator-stage .card-body.tyw-story-card-body {
	display: grid;
	grid-template-columns: minmax(7.5rem, 42%) minmax(0, 1fr);
	align-items: stretch;
	justify-content: stretch;
	justify-items: stretch;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	min-height: 11.5rem;
	gap: var(--tyw-stack);
	padding: var(--tyw-pad-y) var(--tyw-pad-x) 1rem;
}

.tyw-story-rotator-stage .card-body.tyw-story-card-body:not(.tyw-story-card-body-text):not(.tyw-story-card-body-landscape) .tyw-story-copy {
	align-items: flex-start;
	text-align: left;
}

.tyw-story-rotator-stage .tyw-story-actions {
	flex-shrink: 0;
	justify-self: stretch;
	width: 100%;
	margin-top: auto;
	margin-bottom: 0;
	padding: 0.35rem var(--tyw-pad-x) 1rem;
}

.tyw-story-rotator-stage .card-body.tyw-story-card-body-text {
	grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
	.tyw-story-rotator-stage .card-body.tyw-story-card-body {
		grid-template-columns: minmax(8.5rem, 11.5rem) minmax(0, 1fr);
		justify-content: stretch;
		column-gap: 1.25rem;
	}

	.tyw-story-rotator-stage .card-body.tyw-story-card-body-text {
		grid-template-columns: minmax(0, 18rem);
		justify-content: center;
	}

	.tyw-story-copy {
		max-width: 14.5rem;
	}
}

.tyw-story-thumb {
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 7rem;
	max-width: none;
	max-height: none;
	overflow: hidden;
	justify-self: stretch;
	align-self: stretch;
	background: #fff;
	border: 0;
	border-radius: 0.375rem;
}

.tyw-story-thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 7rem;
	object-fit: cover;
	object-position: center;
	border-radius: 0.375rem;
}

.card-body.tyw-story-card-body-landscape,
.tyw-story-rotator-stage .card-body.tyw-story-card-body-landscape {
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	justify-items: stretch;
	min-height: 0;
}

.card-body.tyw-story-card-body-landscape .tyw-story-thumb,
.tyw-story-rotator-stage .card-body.tyw-story-card-body-landscape .tyw-story-thumb {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: auto;
	min-height: 0;
	max-height: none;
	justify-self: stretch;
}

.card-body.tyw-story-card-body-landscape .tyw-story-thumb-image,
.tyw-story-rotator-stage .card-body.tyw-story-card-body-landscape .tyw-story-thumb-image {
	width: 100%;
	height: auto;
	max-height: 11.5rem;
	object-fit: contain;
}

.card-body.tyw-story-card-body-landscape .tyw-story-copy,
.tyw-story-rotator-stage .card-body.tyw-story-card-body-landscape .tyw-story-copy {
	max-width: none;
	width: 100%;
}

@media (min-width: 768px) {
	.tyw-story-rotator-stage .card-body.tyw-story-card-body-landscape {
		grid-template-columns: minmax(0, 1fr);
		justify-content: stretch;
	}

	.tyw-story-rotator-stage .card-body.tyw-story-card-body-landscape .tyw-story-copy {
		max-width: none;
	}
}

.tyw-story-logo {
	box-sizing: border-box;
	width: 7rem;
	height: 7rem;
	min-width: 7rem;
	min-height: 7rem;
	max-width: 7rem;
	padding: 0;
	object-fit: contain;
	object-position: center;
	justify-self: center;
	align-self: center;
	background: transparent;
	border: 0;
	border-radius: 0.375rem;
}

.tyw-story-photo {
	padding: 0;
	object-fit: contain;
	background: transparent;
	border: 0;
}

.tyw-story-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	max-width: 100%;
	gap: var(--tyw-space);
	text-align: center;
}

.tyw-story-copy h3,
.tyw-story-copy p {
	margin: 0;
}

.tyw-care-free-note {
	margin: 0;
	padding: 0.45rem var(--tyw-pad-x) 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: var(--tyw-blue);
}

#care .tyw-care-free-note,
.tyw-page-stories-care .tyw-care-free-note {
	color: var(--tyw-care);
}

#tyw-panel-give .tyw-care-free-note,
.tyw-page-stories-give .tyw-care-free-note {
	color: var(--tyw-share);
}

#dream .tyw-care-free-note,
.tyw-page-stories-dream .tyw-care-free-note {
	color: var(--tyw-dream);
}

.tyw-care-free-break {
	display: none;
}

@media (max-width: 575.98px) {
	.tyw-care-free-break {
		display: block;
	}
}

.tyw-special-card-care > .tyw-care-free-note + .tyw-story-rotator .card-body.tyw-story-card-body {
	padding-top: 0.35rem;
}

#dream > .tyw-section-inner > .tyw-care-free-note,
#tyw-panel-give > .tyw-section-inner > .tyw-care-free-note {
	margin-top: 0.85rem;
	padding-left: 0;
	padding-right: 0;
}

#dream > .tyw-section-inner > .tyw-care-free-note + .tyw-story-rotator,
#tyw-panel-give > .tyw-section-inner > .tyw-care-free-note + .tyw-story-rotator {
	margin-top: 0.35rem;
}

.tyw-story-card-give > .tyw-care-free-note,
.tyw-story-card-dream > .tyw-care-free-note {
	padding: 0.55rem var(--tyw-pad-x) 0;
}

.tyw-story-card-give > .tyw-care-free-note + .card-body.tyw-story-card-body,
.tyw-story-card-dream > .tyw-care-free-note + .card-body.tyw-story-card-body {
	padding-top: 0.35rem;
}

.tyw-story-card > .tyw-story-actions {
	padding: 0.25rem var(--tyw-pad-x) 0;
}

.tyw-story-actions {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.7rem;
	width: 100%;
	box-sizing: border-box;
}

.tyw-btn-touch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	box-sizing: border-box;
	padding: 0.55rem 1.35rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	background: linear-gradient(180deg, var(--tyw-touch-light) 0%, var(--tyw-touch) 48%, var(--tyw-touch-dark) 100%);
	border: 1px solid var(--tyw-touch-dark);
	border-radius: 0.375rem;
	box-shadow: 0 8px 18px rgba(var(--tyw-touch-rgb), 0.32);
}

.tyw-touch-closed {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	margin: 0;
	padding: 0.55rem 1.35rem;
	box-sizing: border-box;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-align: center;
	color: var(--tyw-gray-600);
	background-color: var(--tyw-gray-100);
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.375rem;
	pointer-events: none;
	user-select: none;
}

.tyw-touch-closed-block {
	width: 100%;
}

.tyw-touch-closed-mark {
	font-size: 1rem;
	line-height: 1;
	color: var(--tyw-gray-500);
}

.tyw-btn-view-story {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0.55rem 1.35rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	white-space: nowrap;
	color: var(--tyw-orange);
	background-color: #fff;
	border: 1px solid var(--tyw-orange);
}

.tyw-btn-view-story:hover,
.tyw-btn-view-story:focus,
.tyw-btn-view-story:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--tyw-orange);
	border-color: var(--tyw-orange);
}

.tyw-btn-view-story .bi-eye,
.tyw-campaign-banner-cta .bi-eye,
.tyw-btn-outline-danger .bi-eye {
	font-size: 1.15rem;
	line-height: 1;
}

.tyw-story-actions > .tyw-btn-view-story {
	margin-top: 0;
}

.tyw-story-actions .tyw-btn-touch,
.tyw-story-actions .tyw-btn-view-story {
	width: 100%;
	min-height: 2.7rem;
	box-sizing: border-box;
}

.tyw-story-actions .tyw-btn-touch {
	box-shadow: 0 4px 12px rgba(var(--tyw-touch-rgb), 0.26);
}

@media (min-width: 576px) {
	.tyw-story-actions {
		align-items: center;
	}

	.tyw-story-actions .tyw-btn-touch,
	.tyw-story-actions .tyw-btn-view-story {
		width: 100%;
		max-width: 22rem;
	}
}

.tyw-btn-touch-icon {
	font-size: 1.15em;
	line-height: 1;
	color: #fff;
	background: transparent;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.tyw-touch-here-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	width: 100%;
	margin: 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tyw-gray-800);
}

.tyw-touch-here-label .bi {
	color: var(--tyw-orange);
	font-size: 1.05rem;
}

.tyw-btn-touch.is-busy {
	opacity: 0.7;
	pointer-events: none;
}

.tyw-btn-touch.is-touch-pop {
	animation: tyw-touch-btn-pop 0.5s cubic-bezier(0.22, 1.4, 0.36, 1);
}

@keyframes tyw-touch-btn-pop {
	0% { transform: scale(1); filter: brightness(1); box-shadow: 0 8px 18px rgba(var(--tyw-orange-rgb), 0.32); }
	25% { transform: scale(0.94); filter: brightness(1.25); }
	55% { transform: scale(1.06); filter: brightness(1.35); box-shadow: 0 0 1.4rem rgba(255, 210, 120, 0.95); }
	100% { transform: scale(1); filter: brightness(1); box-shadow: 0 8px 18px rgba(var(--tyw-orange-rgb), 0.32); }
}

.tyw-touch-burst {
	position: fixed;
	z-index: 10050;
	width: 0;
	height: 0;
	pointer-events: none;
}

.tyw-touch-burst-ring {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.75rem;
	height: 0.75rem;
	margin: -0.375rem 0 0 -0.375rem;
	border: 2.5px solid rgba(255, 255, 255, 0.98);
	border-radius: 50%;
	box-shadow: 0 0 0.75rem rgba(255, 176, 58, 1), 0 0 1.5rem rgba(255, 210, 120, 0.7);
	animation: tyw-touch-burst-ring 0.65s ease-out forwards;
}

.tyw-touch-burst-ring-late {
	animation-delay: 0.08s;
	border-color: rgba(255, 210, 120, 0.9);
}

.tyw-touch-burst-spark {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.85rem;
	height: 0.85rem;
	margin: -0.425rem 0 0 -0.425rem;
	background: #fff;
	clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
	filter: drop-shadow(0 0 0.28rem rgba(255, 200, 80, 1));
	animation: tyw-touch-burst-fly 0.65s cubic-bezier(0.15, 0.85, 0.35, 1) forwards;
	will-change: transform, opacity;
}

.tyw-touch-burst-spark-light {
	background: #ffe7a8;
}

.tyw-touch-burst-spark-lg {
	width: 1.2rem;
	height: 1.2rem;
	margin: -0.6rem 0 0 -0.6rem;
}

.tyw-touch-burst-spark-dot {
	clip-path: none;
	border-radius: 50%;
	width: 0.4rem;
	height: 0.4rem;
	margin: -0.2rem 0 0 -0.2rem;
	background: #fff;
}

@keyframes tyw-touch-burst-ring {
	0% {
		opacity: 1;
		transform: scale(0.35);
	}
	100% {
		opacity: 0;
		transform: scale(6.5);
	}
}

@keyframes tyw-touch-burst-fly {
	0% {
		opacity: 1;
		transform: translate(0, 0) scale(calc(var(--s, 1) * 0.4));
	}
	45% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate(var(--dx), var(--dy)) scale(0.2);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tyw-btn-touch.is-touch-pop {
		animation: none;
	}
}

.tyw-touch-toast {
	position: fixed;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	max-width: calc(100vw - 2rem);
	background: #1a2026;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.35;
	padding: 0.65rem 1.1rem;
	border-radius: 0.375rem;
	box-shadow: 0 4px 16px rgba(0,0,0,0.18);
	z-index: 10001;
	white-space: normal;
	text-align: center;
	pointer-events: none;
	animation: tyw-toast-in 0.2s ease;
}

.tyw-touch-toast-success {
	background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 55%, var(--tyw-orange-dark) 100%);
	color: #fff;
	font-weight: 700;
	box-shadow: 0 8px 22px rgba(var(--tyw-orange-rgb), 0.4);
}

.tyw-touch-thanks {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	margin: 0 0 0.4rem;
	padding: 0 0.25rem;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: var(--tyw-orange);
	opacity: 0;
	transform: translateY(0.25rem);
	transition: opacity 0.25s ease, transform 0.25s ease;
	pointer-events: none;
	z-index: 2;
}

.tyw-touch-thanks.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.tyw-vote-label.is-touch-flash,
.tyw-campaign-view-progress-stat.is-touch-flash {
	animation: tyw-vote-flash 0.55s ease;
	color: var(--tyw-orange);
	font-weight: 700;
}

@keyframes tyw-vote-flash {
	0% { transform: scale(1); }
	40% { transform: scale(1.06); }
	100% { transform: scale(1); }
}

@keyframes tyw-toast-in {
	from { opacity: 0; transform: translateX(-50%) translateY(0.5rem); }
	to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.tyw-btn-touch:hover,
.tyw-btn-touch:focus,
.tyw-btn-touch:active {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, var(--tyw-touch) 0%, var(--tyw-touch-dark) 100%);
	border-color: var(--tyw-touch-dark);
	box-shadow: 0 10px 22px rgba(var(--tyw-touch-rgb), 0.4);
}

.tyw-vote-bar {
	flex-shrink: 0;
	min-width: 0;
	max-width: 100%;
	padding: 0.35rem var(--tyw-pad-x) 0.35rem;
	box-sizing: border-box;
}

.tyw-vote-track {
	height: 0.5rem;
	overflow: hidden;
	background-color: var(--tyw-gray-100);
	border-radius: 999px;
}

.tyw-vote-fill {
	height: 100%;
	width: calc(100% * var(--tyw-votes) / var(--tyw-votes-total));
	max-width: 100%;
	background-color: var(--tyw-care);
	border-radius: inherit;
}

.tyw-vote-label {
	margin: var(--tyw-space) 0 0;
	font-size: 0.8rem;
	color: var(--tyw-gray-600);
	text-align: center;
}

.tyw-vote-bar-standings .tyw-vote-track {
	display: none;
}

.tyw-vote-place {
	margin: 0.15rem 0 0;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: var(--tyw-care);
}

.tyw-vote-bar-standings .tyw-vote-label {
	margin-top: 0.2rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
}

.tyw-vote-my-touches {
	margin: 0.35rem 0 0;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
	text-align: center;
}

.tyw-story-card-care {
	border: 1px solid var(--tyw-care);
	border-top: 4px solid var(--tyw-care);
	box-shadow: none;
	overflow: hidden;
}

.tyw-story-card-care .tyw-vote-fill {
	background-color: var(--tyw-care);
}

.tyw-story-card-give {
	border: 1px solid var(--tyw-share);
	border-top: 4px solid var(--tyw-share);
	box-shadow: none;
	overflow: hidden;
}

.tyw-story-card-give .tyw-vote-fill {
	background-color: var(--tyw-share);
}

.tyw-story-card-dream {
	border: 1px solid var(--tyw-dream);
	border-top: 4px solid var(--tyw-dream);
	box-shadow: none;
	overflow: hidden;
}

.tyw-story-card-dream .tyw-vote-fill {
	background-color: var(--tyw-dream);
}

.tyw-weekly-subheading {
	font-size: 1.15rem;
	font-weight: 700;
	margin: 1.25rem 0 0.5rem;
}

.tyw-special-size-group {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	gap: 0.65rem;
}

.tyw-special-size-rotator {
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
}

.tyw-special-size-rotator-stage {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-width: 0;
	position: relative;
}

.tyw-special-size-rotator-stage .tyw-special-size-group {
	grid-area: 1 / 1;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 0;
}

.tyw-special-size-rotator-stage .tyw-special-size-group:not(.is-active) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.tyw-special-size-rotator-stage .tyw-special-size-group.is-active,
.tyw-special-size-rotator.is-single .tyw-special-size-rotator-stage .tyw-special-size-group {
	position: relative;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
}

.tyw-story-dots.tyw-special-size-rotator-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.7rem;
	margin: 1.1rem 0 0.35rem;
	padding: 0.35rem 0;
}

.tyw-story-dots.tyw-special-size-rotator-dots button {
	width: 0.72rem;
	height: 0.72rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: var(--tyw-gray-300);
	opacity: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.tyw-story-dots.tyw-special-size-rotator-dots button.is-active {
	transform: scale(1.12);
	box-shadow: none;
}

.tyw-special-size-rotator-care .tyw-story-dots.tyw-special-size-rotator-dots button.is-active {
	background-color: var(--tyw-care);
}

.tyw-special-size-rotator-give .tyw-story-dots.tyw-special-size-rotator-dots button.is-active {
	background-color: var(--tyw-share);
}

.tyw-special-size-rotator-dream .tyw-story-dots.tyw-special-size-rotator-dots button.is-active {
	background-color: var(--tyw-dream);
}

.tyw-special-size-group + .tyw-special-size-group {
	margin-top: 0;
}

.tyw-campaign-stories-rotator {
	margin-top: 0.35rem;
}

.tyw-special-size-rotator[data-tyw-size-rotate] {
	touch-action: pan-y;
}

.tyw-special-size-rotator-head {
	margin: 0 0 0.35rem;
}

.tyw-special-size-rotator-head .tyw-special-size-heading {
	margin-bottom: 0;
}

.tyw-special-size-swipe-hint {
	display: block;
	margin: 0.45rem 0 0.45rem;
}

.tyw-page-stories .tyw-special-size-rotator-head .tyw-special-size-heading + .tyw-special-size-swipe-hint {
	margin-top: 0.5rem;
}

.tyw-special-size-heading {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: var(--tyw-gray-800);
}

.tyw-weekly-group + .tyw-weekly-group {
	margin-top: 1.5rem;
}

.tyw-omw-badge {
	display: inline-block;
	margin: 0 0 0.4rem;
	padding: 0.2rem 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	border-radius: 999px;
	background: var(--tyw-care);
	color: #fff;
}

.tyw-story-card-give .tyw-omw-badge {
	background: var(--tyw-share);
}

.tyw-story-card-dream .tyw-omw-badge {
	background: var(--tyw-dream);
}

.tyw-story-time {
	margin: 0 0 0.5rem;
	font-size: 0.85rem;
	font-weight: 600;
}

#tyw-panel-give .tyw-vote-fill,
#tyw-panel-give .tyw-story-dots button.is-active {
	background-color: var(--tyw-share);
}

#dream .tyw-vote-fill,
#dream .tyw-story-dots button.is-active {
	background-color: var(--tyw-dream);
}

.tyw-story-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.65rem;
	margin: 0.85rem 0 0;
}

.tyw-story-dots button {
	width: 0.7rem;
	height: 0.7rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: var(--tyw-gray-300);
	opacity: 1;
	cursor: pointer;
}

.tyw-story-dots button.is-active {
	opacity: 1;
	background-color: var(--tyw-care);
}

.tyw-story-rotator-stage .tyw-trust-card {
	grid-area: 1 / 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: 100%;
	min-height: 16.5rem;
	margin: 0;
	padding: 1.75rem 1.25rem 1.5rem;
	text-align: center;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade-soft);
	overflow: hidden;
	isolation: isolate;
	background-clip: padding-box;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 0;
}

.tyw-story-rotator-stage .tyw-trust-card.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.tyw-trust-card-care {
	border: 1px solid var(--tyw-gray-200);
	background-image:
		radial-gradient(circle at 0% 0%, var(--tyw-care) 0 2.6rem, transparent 2.65rem),
		radial-gradient(circle at 100% 0%, var(--tyw-care) 0 2.6rem, transparent 2.65rem),
		linear-gradient(180deg, #fff 40%, rgba(var(--tyw-care-rgb), 0.13) 100%);
}

.tyw-trust-card-give {
	border: 1px solid var(--tyw-gray-200);
	background-image:
		radial-gradient(circle at 0% 0%, #c5ebe9 0 2.6rem, transparent 2.65rem),
		radial-gradient(circle at 100% 0%, #c5ebe9 0 2.6rem, transparent 2.65rem),
		linear-gradient(180deg, #fff 40%, rgba(var(--tyw-share-rgb), 0.13) 100%);
}

.tyw-trust-card-dream {
	border: 1px solid var(--tyw-gray-200);
	background-image:
		radial-gradient(circle at 0% 0%, #c5d9f0 0 2.6rem, transparent 2.65rem),
		radial-gradient(circle at 100% 0%, #c5d9f0 0 2.6rem, transparent 2.65rem),
		linear-gradient(180deg, #fff 40%, rgba(var(--tyw-dream-rgb), 0.13) 100%);
}

.tyw-trust-card-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1;
}

.tyw-trust-card-care .tyw-trust-card-num {
	color: var(--tyw-care-dark);
	background-color: rgba(var(--tyw-care-rgb), 0.28);
}

.tyw-trust-card-give .tyw-trust-card-num {
	color: #1a9a96;
	background-color: rgba(var(--tyw-share-rgb), 0.22);
}

.tyw-trust-card-dream .tyw-trust-card-num {
	color: var(--tyw-blue-darker);
	background-color: rgba(var(--tyw-dream-rgb), 0.28);
}

.tyw-trust-card-title {
	margin: 0;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-gray-800);
}

.tyw-trust-card-logo {
	display: inline-block;
	height: 1.15em;
	width: auto;
	margin-left: 0.15rem;
	vertical-align: -0.15em;
}

.tyw-trust-card-copy {
	margin: 0;
	max-width: 28rem;
	font-size: 1rem;
	line-height: 1.45;
	color: var(--tyw-gray-700);
}

#trust .tyw-story-dots button:nth-child(1) {
	background-color: var(--tyw-care);
}

#trust .tyw-story-dots button:nth-child(2) {
	background-color: var(--tyw-share);
}

#trust .tyw-story-dots button:nth-child(3) {
	background-color: var(--tyw-dream);
}

.tyw-trust-how-btn {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: 0.5rem 1rem;
	font-family: var(--tyw-font);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	color: #fff;
	background-color: var(--tyw-orange);
	border: 1px solid var(--tyw-orange);
	border-radius: 0.375rem;
}

.tyw-trust-how-btn:hover,
.tyw-trust-how-btn:focus {
	color: #fff;
	text-decoration: none;
	background-color: var(--tyw-orange-dark);
	border-color: var(--tyw-orange-dark);
}

#care,
#tyw-panel-give,
#dream {
	scroll-margin-top: 6.5rem;
}

.tyw-pick-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--tyw-stack);
	width: 100%;
	margin: 0;
	padding: 0;
}

.tyw-story-intro .lead {
	max-width: 42rem;
	font-weight: 500;
	line-height: 1.5;
}

.tyw-pick-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
	padding: 1.75rem 1.35rem 1.6rem;
	text-align: center;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 1rem;
	box-sizing: border-box;
}

.tyw-pick-card-main {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.tyw-pick-card-care {
	border-color: var(--tyw-care);
}

.tyw-pick-card-give {
	border-color: var(--tyw-share);
}

.tyw-pick-card-dream {
	border-color: var(--tyw-dream);
}

.tyw-pick-card h3 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.tyw-pick-card-care h3 {
	color: var(--tyw-care);
}

.tyw-pick-card-give h3 {
	color: var(--tyw-share);
}

.tyw-pick-card-dream h3 {
	color: var(--tyw-dream);
}

.tyw-pick-lead {
	margin: 0.35rem 0 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--tyw-gray-700);
}

.tyw-pick-rule {
	width: 55%;
	margin: 1rem auto;
	border: 0;
	border-top: 1px solid var(--tyw-gray-200);
	opacity: 1;
}

.tyw-pick-tags {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.7;
	color: var(--tyw-gray-500);
}

.tyw-pick-go {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	margin: 1.25rem 0 0;
	padding: 0;
	color: #fff;
	font-size: 1.15rem;
	line-height: 1;
	text-decoration: none;
	border-radius: 50%;
}

.tyw-pick-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: auto;
}

.tyw-pick-support-spacer {
	width: 100%;
	min-height: 2.65rem;
	margin-top: 0.55rem;
}

.tyw-pick-support-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 16.5rem;
	min-height: 2.65rem;
	margin: 0.55rem 0 0;
	padding: 0.45rem 0.85rem;
	color: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid currentColor;
	border-radius: 999px;
	cursor: pointer;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.tyw-pick-support-btn-give {
	color: var(--tyw-share);
}

.tyw-pick-support-btn-dream {
	color: var(--tyw-dream);
}

.tyw-pick-support-btn-give:hover,
.tyw-pick-support-btn-give:focus {
	color: #fff;
	text-decoration: none;
	background-color: var(--tyw-share);
	border-color: var(--tyw-share);
}

.tyw-pick-support-btn-dream:hover,
.tyw-pick-support-btn-dream:focus {
	color: #fff;
	text-decoration: none;
	background-color: var(--tyw-dream);
	border-color: var(--tyw-dream);
}

.tyw-pick-support-picker {
	width: 100%;
	max-width: 16.5rem;
	margin-top: 0.55rem;
}

.tyw-pick-support-picker .tyw-pick-support-btn {
	margin-top: 0;
}

.tyw-pick-support-picker > summary {
	list-style: none;
}

.tyw-pick-support-picker > summary::-webkit-details-marker {
	display: none;
}

.tyw-pick-support-picker[open] > summary {
	margin-bottom: 0.45rem;
}

.tyw-pick-support-list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tyw-pick-support-option {
	display: block;
	padding: 0.55rem 0.75rem;
	color: var(--tyw-gray-800);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.65rem;
}

.tyw-pick-support-picker-give .tyw-pick-support-option:hover,
.tyw-pick-support-picker-give .tyw-pick-support-option:focus {
	color: var(--tyw-share);
	text-decoration: none;
	border-color: var(--tyw-share);
}

.tyw-pick-support-picker-dream .tyw-pick-support-option:hover,
.tyw-pick-support-picker-dream .tyw-pick-support-option:focus {
	color: var(--tyw-dream);
	text-decoration: none;
	border-color: var(--tyw-dream);
}

.tyw-pick-support-list li + li {
	margin-top: 0.4rem;
}

.tyw-pick-go .bi {
	display: block;
	line-height: 1;
}

.tyw-pick-card-care .tyw-pick-go {
	background-color: var(--tyw-care);
}

.tyw-pick-card-give .tyw-pick-go {
	background-color: var(--tyw-share);
}

.tyw-pick-card-dream .tyw-pick-go {
	background-color: var(--tyw-dream);
}

.tyw-pick-go:hover,
.tyw-pick-go:focus {
	color: #fff;
	filter: brightness(0.95);
}

@media (min-width: 768px) {
	.tyw-pick-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem;
		align-items: stretch;
	}

	.tyw-pick-card {
		height: 100%;
	}
}

.tyw-auth-panel.tyw-story-size-panel {
	max-width: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.25rem;
}

.tyw-story-size-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-items: stretch;
	align-items: start;
	gap: 0.75rem 1rem;
	width: 100%;
}

.tyw-story-size-item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.5rem;
	width: 100%;
	min-width: 0;
}

.tyw-story-size-option {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 3rem;
	padding: 0.85rem 0.5rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--tyw-gray-800);
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
	cursor: pointer;
	transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.tyw-story-size-note {
	margin: 0;
	width: 100%;
	padding: 0 0.15rem;
	font-size: 0.8rem;
	line-height: 1.4;
	color: var(--tyw-gray-700);
	text-align: center;
	overflow-wrap: break-word;
}

.tyw-story-size-option.is-selected {
	font-weight: 700;
}

.tyw-story-size-panel-care .tyw-story-size-option.is-selected {
	color: var(--tyw-care-dark);
	background-color: rgba(var(--tyw-care-rgb), 0.08);
}

.tyw-story-size-panel-give .tyw-story-size-option.is-selected {
	color: var(--tyw-share);
	background-color: rgba(var(--tyw-share-rgb), 0.08);
}

.tyw-story-size-panel-dream .tyw-story-size-option.is-selected {
	color: var(--tyw-blue-dark);
	background-color: rgba(var(--tyw-dream-rgb), 0.12);
}

.tyw-story-category-field {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.4rem;
	width: 100%;
	margin-top: 1rem;
}

.tyw-story-category-label {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
	text-align: center;
}

.tyw-story-category-select {
	box-sizing: border-box;
	width: 100%;
	min-height: 3rem;
	padding: 0.7rem 0.85rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--tyw-gray-800);
	text-align: center;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--tyw-gray-500) 50%),
		linear-gradient(135deg, var(--tyw-gray-500) 50%, transparent 50%);
	background-position: calc(100% - 1.15rem) calc(50% - 0.18rem), calc(100% - 0.75rem) calc(50% - 0.18rem);
	background-size: 0.4rem 0.4rem, 0.4rem 0.4rem;
	background-repeat: no-repeat;
}

.tyw-story-size-panel-care .tyw-story-category-select {
	border-color: var(--tyw-care);
}

.tyw-story-size-panel-give .tyw-story-category-select {
	border-color: var(--tyw-share);
}

.tyw-story-size-panel-dream .tyw-story-category-select {
	border-color: var(--tyw-dream);
}

.tyw-story-category-locked {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
	text-align: center;
}

.tyw-story-card-category {
	margin: 0 0 0.35rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--tyw-gray-600);
}

.tyw-story-size-note em {
	font-style: italic;
	font-weight: 400;
	color: inherit;
}

.tyw-story-size-panel-care .tyw-story-size-option {
	border-color: var(--tyw-care);
}

.tyw-story-size-panel-care .tyw-story-size-note {
	color: var(--tyw-care);
}

.tyw-story-size-panel-care .tyw-story-size-option:hover,
.tyw-story-size-panel-care .tyw-story-size-option:focus {
	color: var(--tyw-care-dark);
	border-color: var(--tyw-care);
	background-color: rgba(var(--tyw-care-rgb), 0.08);
}

.tyw-story-size-panel-give .tyw-story-size-option {
	border-color: var(--tyw-share);
}

.tyw-story-size-panel-give .tyw-story-size-note {
	color: var(--tyw-share);
}

.tyw-story-size-panel-give .tyw-story-size-option:hover,
.tyw-story-size-panel-give .tyw-story-size-option:focus {
	color: var(--tyw-share);
	border-color: var(--tyw-share);
	background-color: rgba(var(--tyw-share-rgb), 0.08);
}

.tyw-story-size-panel-dream .tyw-story-size-option {
	border-color: var(--tyw-dream);
}

.tyw-story-size-panel-dream .tyw-story-size-note {
	color: var(--tyw-dream);
}

.tyw-story-size-panel-dream .tyw-story-size-option:hover,
.tyw-story-size-panel-dream .tyw-story-size-option:focus {
	color: var(--tyw-blue-dark);
	border-color: var(--tyw-dream);
	background-color: rgba(var(--tyw-dream-rgb), 0.12);
}

.tyw-story-media-title {
	margin-bottom: 0;
	font-weight: 700;
}

.tyw-story-media-support {
	margin: 0;
	max-width: var(--tyw-inner-card-max);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--tyw-gray-700);
	text-align: center;
}

.tyw-story-media-tagline {
	margin: 0;
	font-size: 0.95rem;
	font-style: italic;
	color: var(--tyw-gray-800);
}

.tyw-story-media {
	display: flex;
	flex-direction: column;
	gap: var(--tyw-stack);
	width: 100%;
}

.tyw-story-media-choices {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--tyw-space);
	width: 100%;
}

.tyw-story-media-choice {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	width: 100%;
	padding: 1.1rem 1rem;
	text-align: center;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	cursor: pointer;
	transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.tyw-story-media-panel-care .tyw-story-media-choice {
	border-color: var(--tyw-care);
}

.tyw-story-media-panel-care .tyw-story-media-choice:hover,
.tyw-story-media-panel-care .tyw-story-media-choice:focus {
	color: var(--tyw-care-dark);
	border-color: var(--tyw-care);
	background-color: rgba(var(--tyw-care-rgb), 0.08);
}

.tyw-story-media-panel-care .tyw-story-media-choice.is-active {
	border-color: var(--tyw-care);
	box-shadow: 0 0 0 0.15rem rgba(var(--tyw-care-rgb), 0.18);
}

.tyw-story-media-panel-give .tyw-story-media-choice {
	border-color: var(--tyw-share);
}

.tyw-story-media-panel-give .tyw-story-media-choice:hover,
.tyw-story-media-panel-give .tyw-story-media-choice:focus {
	color: var(--tyw-share);
	border-color: var(--tyw-share);
	background-color: rgba(var(--tyw-share-rgb), 0.08);
}

.tyw-story-media-panel-give .tyw-story-media-choice.is-active {
	border-color: var(--tyw-share);
	box-shadow: 0 0 0 0.15rem rgba(var(--tyw-share-rgb), 0.18);
}

.tyw-story-media-panel-dream .tyw-story-media-choice {
	border-color: var(--tyw-dream);
}

.tyw-story-media-panel-dream .tyw-story-media-choice:hover,
.tyw-story-media-panel-dream .tyw-story-media-choice:focus {
	color: var(--tyw-blue-dark);
	border-color: var(--tyw-dream);
	background-color: rgba(var(--tyw-dream-rgb), 0.12);
}

.tyw-story-media-panel-dream .tyw-story-media-choice.is-active {
	border-color: var(--tyw-dream);
	box-shadow: 0 0 0 0.15rem rgba(var(--tyw-dream-rgb), 0.18);
}

.tyw-story-media-choice:focus {
	outline: 0;
}

.tyw-story-media-choice-icon {
	font-size: 1.75rem;
	line-height: 1;
	color: var(--tyw-blue);
}

.tyw-story-media-panel-care .tyw-story-media-choice-icon {
	color: var(--tyw-care);
}

.tyw-story-media-panel-give .tyw-story-media-choice-icon {
	color: var(--tyw-share);
}

.tyw-story-media-panel-dream .tyw-story-media-choice-icon {
	color: var(--tyw-dream);
}

.tyw-story-media-choice-title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
}

.tyw-story-media-choice-note {
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--tyw-blue);
}

.tyw-story-media-panel {
	width: 100%;
}

.tyw-story-media-panel .tyw-login-field {
	text-align: left;
}

.tyw-story-media-panel .tyw-login-field span {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
}

.tyw-story-media-panel input[type="url"] {
	box-sizing: border-box;
	width: 100%;
	padding: 0.75rem 0.85rem;
	font: inherit;
	color: var(--tyw-gray-800);
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
}

.tyw-story-media-panel input[type="url"]:focus {
	outline: 0;
}

.tyw-story-media-panel-care .tyw-story-media-upload-label:hover,
.tyw-story-media-panel-care .tyw-story-media-upload-label:focus-within {
	border-color: var(--tyw-care);
	background-color: rgba(var(--tyw-care-rgb), 0.08);
}

.tyw-story-media-panel-care .tyw-story-media-upload-label .bi,
.tyw-story-media-panel-care .tyw-story-media-panel input[type="url"]:focus,
.tyw-story-media-panel-care .tyw-story-media-platform,
.tyw-story-media-panel-care .tyw-story-media-action {
	color: var(--tyw-care-dark);
}

.tyw-story-media-panel-care .tyw-story-media-panel input[type="url"]:focus {
	border-color: var(--tyw-care);
	box-shadow: 0 0 0 0.15rem rgba(var(--tyw-care-rgb), 0.18);
}

.tyw-story-media-panel-care .tyw-story-media-upload-label {
	border-color: rgba(var(--tyw-care-rgb), 0.45);
}

.tyw-story-media-panel-care .tyw-story-media-preview {
	border-color: var(--tyw-care);
}

.tyw-story-media-panel-care .tyw-story-media-action:hover,
.tyw-story-media-panel-care .tyw-story-media-action:focus {
	color: var(--tyw-care);
}

.tyw-story-media-panel-give .tyw-story-media-upload-label:hover,
.tyw-story-media-panel-give .tyw-story-media-upload-label:focus-within {
	border-color: var(--tyw-share);
	background-color: rgba(var(--tyw-share-rgb), 0.08);
}

.tyw-story-media-panel-give .tyw-story-media-upload-label .bi,
.tyw-story-media-panel-give .tyw-story-media-panel input[type="url"]:focus,
.tyw-story-media-panel-give .tyw-story-media-platform,
.tyw-story-media-panel-give .tyw-story-media-action {
	color: var(--tyw-share);
}

.tyw-story-media-panel-give .tyw-story-media-panel input[type="url"]:focus {
	border-color: var(--tyw-share);
	box-shadow: 0 0 0 0.15rem rgba(var(--tyw-share-rgb), 0.18);
}

.tyw-story-media-panel-give .tyw-story-media-upload-label {
	border-color: rgba(var(--tyw-share-rgb), 0.45);
}

.tyw-story-media-panel-give .tyw-story-media-preview {
	border-color: var(--tyw-share);
}

.tyw-story-media-panel-give .tyw-story-media-action:hover,
.tyw-story-media-panel-give .tyw-story-media-action:focus {
	color: var(--tyw-share);
}

.tyw-story-media-panel-dream .tyw-story-media-upload-label:hover,
.tyw-story-media-panel-dream .tyw-story-media-upload-label:focus-within {
	border-color: var(--tyw-dream);
	background-color: rgba(var(--tyw-dream-rgb), 0.12);
}

.tyw-story-media-panel-dream .tyw-story-media-upload-label .bi,
.tyw-story-media-panel-dream .tyw-story-media-panel input[type="url"]:focus,
.tyw-story-media-panel-dream .tyw-story-media-platform,
.tyw-story-media-panel-dream .tyw-story-media-action {
	color: var(--tyw-blue-dark);
}

.tyw-story-media-panel-dream .tyw-story-media-panel input[type="url"]:focus {
	border-color: var(--tyw-dream);
	box-shadow: 0 0 0 0.15rem rgba(var(--tyw-dream-rgb), 0.18);
}

.tyw-story-media-panel-dream .tyw-story-media-upload-label {
	border-color: rgba(var(--tyw-dream-rgb), 0.55);
}

.tyw-story-media-panel-dream .tyw-story-media-preview {
	border-color: var(--tyw-dream);
}

.tyw-story-media-panel-dream .tyw-story-media-action:hover,
.tyw-story-media-panel-dream .tyw-story-media-action:focus {
	color: var(--tyw-dream);
}

.tyw-story-media-file {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.tyw-story-media-upload-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 7rem;
	padding: 1rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
	text-align: center;
	background-color: var(--tyw-gray-50);
	border: 1px dashed var(--tyw-gray-300);
	border-radius: 0.75rem;
	cursor: pointer;
}

.tyw-story-media-upload-label .bi {
	font-size: 1.5rem;
}

.tyw-story-media-platform {
	margin: 0.5rem 0 0;
	font-size: 0.85rem;
	font-weight: 600;
	text-align: center;
}

.tyw-story-media-link-error {
	margin: 0.35rem 0 0;
	font-size: 0.85rem;
	color: var(--tyw-error);
	text-align: center;
}

.tyw-story-media-preview-wrap {
	width: 100%;
}

.tyw-story-media-preview-heading {
	margin: 0 0 var(--tyw-space);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
	text-align: center;
}

.tyw-story-media-preview {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background-color: var(--tyw-gray-100);
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
}

.tyw-story-media-preview-image,
.tyw-story-media-preview-video,
.tyw-story-media-preview-embed,
.tyw-story-media-preview-empty {
	position: absolute;
	inset: 0;
}

.tyw-story-media-preview-image,
.tyw-story-media-preview-video,
.tyw-story-media-preview-embed {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.tyw-story-media-preview-image {
	object-fit: contain;
}

.tyw-story-media-preview-video,
.tyw-story-media-preview-embed {
	object-fit: cover;
}

.tyw-story-media-preview-play {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: rgba(15, 23, 42, 0.28);
	border: 0;
	transition: background-color 0.15s ease;
}

.tyw-story-media-preview-play:hover,
.tyw-story-media-preview-play:focus {
	background: rgba(15, 23, 42, 0.4);
	outline: 0;
}

.tyw-story-media-preview-play .bi {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
	color: var(--tyw-gray-800);
	background-color: rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.tyw-story-media-preview-image[hidden],
.tyw-story-media-preview-video[hidden],
.tyw-story-media-preview-embed[hidden],
.tyw-story-media-preview-empty[hidden],
.tyw-story-media-preview-play[hidden] {
	display: none !important;
}

.tyw-story-media-preview-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 1rem;
	font-size: 0.95rem;
	line-height: 1.45;
	color: var(--tyw-gray-600);
	text-align: center;
	white-space: pre-line;
}

.tyw-story-media-preview-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 0.75rem 0 0;
	font-size: 0.95rem;
	color: var(--tyw-gray-600);
	text-align: center;
}

.tyw-story-media-action {
	margin: 0;
	padding: 0;
	font: inherit;
	font-weight: 600;
	background: none;
	border: 0;
	cursor: pointer;
	text-decoration: underline;
}

.tyw-story-media-action:hover,
.tyw-story-media-action:focus {
	outline: 0;
}

.tyw-story-media-or {
	margin: 1.1rem 0 0.85rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	color: var(--tyw-gray-500);
}

.tyw-story-media-social {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	width: 100%;
	margin-top: 0;
}

.tyw-story-media-social-lead {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.5;
	text-align: center;
	color: var(--tyw-gray-600);
}

.tyw-story-media-social .tyw-story-links {
	margin-top: 0;
}

@media (min-width: 576px) {
	.tyw-story-media-choices {
		grid-template-columns: 1fr;
	}
}

.tyw-story-progress {
	margin: 0 calc(var(--tyw-pad-x) * -1);
	padding: 0.85rem var(--tyw-pad-x) 0.75rem;
	background-color: #fff;
	border-bottom: 1px solid var(--tyw-gray-100);
}

.tyw-story-progress-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tyw-story-progress-step {
	position: relative;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	align-items: center;
	gap: 0.3rem;
	min-width: 0;
}

.tyw-story-progress-step:not(:first-child):before {
	content: "";
	position: absolute;
	top: 0.7rem;
	right: 50%;
	left: calc(-50% + 0.7rem);
	height: 2px;
	background-color: var(--tyw-gray-200);
}

.tyw-story-progress-mark {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.4rem;
	height: 1.4rem;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1;
	color: var(--tyw-gray-500);
	text-decoration: none;
	background-color: #fff;
	border: 2px solid var(--tyw-gray-300);
	border-radius: 999px;
}

.tyw-story-progress-step.is-skipped .tyw-story-progress-mark {
	color: var(--tyw-gray-400);
	background-color: var(--tyw-gray-100);
	border-color: var(--tyw-gray-200);
	opacity: 0.65;
}

.tyw-story-progress-step.is-skipped .tyw-story-progress-label {
	color: var(--tyw-gray-400);
	opacity: 0.65;
}

a.tyw-story-progress-mark:hover,
a.tyw-story-progress-mark:focus {
	color: var(--tyw-gray-800);
	outline: 0;
}

.tyw-story-progress-label {
	max-width: 100%;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--tyw-gray-500);
	text-align: center;
}

.tyw-story-progress-step.is-done .tyw-story-progress-label,
.tyw-story-progress-step.is-current .tyw-story-progress-label {
	color: var(--tyw-gray-800);
}

.tyw-story-progress-step.is-current .tyw-story-progress-label {
	font-weight: 700;
}

.tyw-story-progress-care .tyw-story-progress-step.is-current .tyw-story-progress-label {
	color: var(--tyw-care);
}

.tyw-story-progress-give .tyw-story-progress-step.is-current .tyw-story-progress-label {
	color: var(--tyw-share);
}

.tyw-story-progress-dream .tyw-story-progress-step.is-current .tyw-story-progress-label {
	color: var(--tyw-dream);
}

.tyw-story-progress-care .tyw-story-progress-step.is-done:not(:first-child):before,
.tyw-story-progress-care .tyw-story-progress-step.is-current:not(:first-child):before {
	background-color: var(--tyw-care);
}

.tyw-story-progress-care .tyw-story-progress-step.is-done .tyw-story-progress-mark,
.tyw-story-progress-care .tyw-story-progress-step.is-current .tyw-story-progress-mark {
	color: #fff;
	background-color: var(--tyw-care);
	border-color: var(--tyw-care);
}

.tyw-story-progress-care .tyw-story-progress-step.is-current .tyw-story-progress-mark {
	box-shadow: 0 0 0 4px rgba(var(--tyw-care-rgb), 0.4), 0 0 0 8px rgba(var(--tyw-care-rgb), 0.16);
}

.tyw-story-progress-give .tyw-story-progress-step.is-done:not(:first-child):before,
.tyw-story-progress-give .tyw-story-progress-step.is-current:not(:first-child):before {
	background-color: var(--tyw-share);
}

.tyw-story-progress-give .tyw-story-progress-step.is-done .tyw-story-progress-mark,
.tyw-story-progress-give .tyw-story-progress-step.is-current .tyw-story-progress-mark {
	color: #fff;
	background-color: var(--tyw-share);
	border-color: var(--tyw-share);
}

.tyw-story-progress-give .tyw-story-progress-step.is-current .tyw-story-progress-mark {
	box-shadow: 0 0 0 4px rgba(var(--tyw-share-rgb), 0.4), 0 0 0 8px rgba(var(--tyw-share-rgb), 0.16);
}

.tyw-story-progress-dream .tyw-story-progress-step.is-done:not(:first-child):before,
.tyw-story-progress-dream .tyw-story-progress-step.is-current:not(:first-child):before {
	background-color: var(--tyw-dream);
}

.tyw-story-progress-dream .tyw-story-progress-step.is-done .tyw-story-progress-mark,
.tyw-story-progress-dream .tyw-story-progress-step.is-current .tyw-story-progress-mark {
	color: #fff;
	background-color: var(--tyw-dream);
	border-color: var(--tyw-dream);
}

.tyw-story-progress-dream .tyw-story-progress-step.is-current .tyw-story-progress-mark {
	box-shadow: 0 0 0 4px rgba(var(--tyw-dream-rgb), 0.4), 0 0 0 8px rgba(var(--tyw-dream-rgb), 0.16);
}

.tyw-story-progress-caption {
	display: none;
}

@media (max-width: 575.98px) {
	.tyw-story-progress-label {
		display: none;
	}

	.tyw-story-progress-step.is-current .tyw-story-progress-label {
		display: block;
	}

	.tyw-story-progress {
		padding-bottom: 0.85rem;
	}
}

.tyw-story-step-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--tyw-space);
	width: 100%;
	max-width: 28rem;
	margin: 1.5rem auto 0;
}

.tyw-story-step-nav-full {
	grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 767.98px) {
	.tyw-story-step-nav {
		max-width: none;
	}

	.tyw-pick-grid + .tyw-story-step-nav .tyw-story-step-btn {
		display: flex;
		width: 100%;
	}
}

.tyw-story-step-nav + .tyw-story-step-nav {
	margin-top: var(--tyw-space);
}

.tyw-story-step-nav .tyw-story-step-btn {
	width: 100%;
	min-height: 2.75rem;
	font-weight: 600;
}

.tyw-story-step-nav .tyw-story-link-error {
	grid-column: 1 / -1;
	margin: 0;
	text-align: center;
}

.tyw-story-reward-callout {
	box-sizing: border-box;
	width: 100%;
	max-width: 28rem;
	margin: 1.15rem auto 0;
	padding: 0.7rem 0.85rem 0.75rem;
	border: 1px solid rgba(var(--tyw-care-rgb), 0.42);
	border-radius: var(--tyw-bar-radius);
	background: rgba(var(--tyw-care-rgb), 0.16);
	text-align: left;
}

.tyw-story-step-nav .tyw-story-reward-callout {
	grid-column: 1 / -1;
	max-width: none;
	margin: 0;
}

.tyw-story-reward-callout + .tyw-story-step-nav {
	margin-top: var(--tyw-space);
}

.tyw-story-reward-callout-title {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--tyw-gray-900);
}

.tyw-story-reward-callout-body {
	margin: 0.3rem 0 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--tyw-gray-700);
}

.tyw-story-reward-callout-note {
	margin: 0.28rem 0 0;
	font-size: 0.74rem;
	line-height: 1.4;
	color: var(--tyw-gray-500);
}

@media (max-width: 767.98px) {
	.tyw-story-reward-callout {
		max-width: none;
	}
}

.tyw-story-headline {
	width: 100%;
	max-width: 28rem;
	margin: 0 auto;
}

.tyw-story-headline-title {
	margin-bottom: 0;
	font-weight: 700;
}

.tyw-story-headline .tyw-login-field {
	text-align: left;
}

.tyw-story-headline .tyw-login-field span {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
}

.tyw-story-headline input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	padding: 0.75rem 0.85rem;
	font: inherit;
	color: var(--tyw-gray-800);
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
}

.tyw-story-headline input[type="text"]:focus {
	outline: 0;
}

.tyw-story-headline input::placeholder,
.tyw-story-media-panel input[type="url"]::placeholder,
.tyw-story-link-input::placeholder {
	font-size: 0.875rem;
	font-weight: 400;
	font-style: italic;
	color: var(--tyw-gray-400);
	opacity: 1;
}

.tyw-story-headline input:focus::placeholder,
.tyw-story-media-panel input[type="url"]:focus::placeholder,
.tyw-story-link-input:focus::placeholder {
	color: transparent;
	opacity: 0;
}

.tyw-story-headline-panel-care input[type="text"]:focus {
	border-color: var(--tyw-care);
	box-shadow: 0 0 0 0.15rem rgba(var(--tyw-care-rgb), 0.18);
}

.tyw-story-headline-panel-give input[type="text"]:focus {
	border-color: var(--tyw-share);
	box-shadow: 0 0 0 0.15rem rgba(var(--tyw-share-rgb), 0.18);
}

.tyw-story-headline-panel-dream input[type="text"]:focus {
	border-color: var(--tyw-dream);
	box-shadow: 0 0 0 0.15rem rgba(var(--tyw-dream-rgb), 0.18);
}

.tyw-story-headline-note {
	margin: 0.5rem 0 0;
	font-size: 0.85rem;
	color: var(--tyw-blue);
	text-align: center;
}

.tyw-story-body-guide {
	width: 100%;
	max-width: 40rem;
	margin: 0 auto 0.85rem;
	padding: 0.75rem 0.85rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	background-color: var(--tyw-gray-50);
	text-align: left;
}

.tyw-story-body-guide-care {
	border-color: rgba(var(--tyw-care-rgb), 0.28);
	background-color: rgba(var(--tyw-care-rgb), 0.05);
}

.tyw-story-body-guide-give {
	border-color: rgba(var(--tyw-share-rgb), 0.28);
	background-color: rgba(var(--tyw-share-rgb), 0.05);
}

.tyw-story-body-guide-dream {
	border-color: rgba(var(--tyw-dream-rgb), 0.28);
	background-color: rgba(var(--tyw-dream-rgb), 0.05);
}

.tyw-story-body-guide-lead {
	margin: 0 0 0.55rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
}

.tyw-story-body-guide-list {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tyw-story-body-guide-item {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	width: 100%;
}

.tyw-story-body-guide-mark {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	margin-top: 0.05rem;
	border-radius: 50%;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: var(--tyw-blue);
}

.tyw-story-body-guide-care .tyw-story-body-guide-mark {
	background-color: var(--tyw-care);
}

.tyw-story-body-guide-give .tyw-story-body-guide-mark {
	background-color: var(--tyw-share);
}

.tyw-story-body-guide-dream .tyw-story-body-guide-mark {
	background-color: var(--tyw-dream);
}

.tyw-story-body-guide-text {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
	font-size: 0.82rem;
	line-height: 1.4;
	text-align: left;
	color: var(--tyw-gray-700);
}

.tyw-story-body-guide-text strong {
	font-size: 0.84rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
}

.tyw-story-body-guide-encourage {
	margin: 0.55rem 0 0;
	font-size: 0.8rem;
	font-style: italic;
	line-height: 1.45;
	color: var(--tyw-gray-600);
}

.tyw-story-body-privacy {
	max-width: 40rem;
	margin: 0.65rem auto 0;
	font-size: 0.78rem;
	line-height: 1.45;
	text-align: center;
	color: var(--tyw-gray-600);
}

.tyw-story-body {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	overflow: hidden;
	background-color: #fff;
}

.tyw-story-body-panel-care {
	border-color: var(--tyw-care);
}

.tyw-story-body-panel-give {
	border-color: var(--tyw-share);
}

.tyw-story-body-panel-dream {
	border-color: var(--tyw-dream);
}

.tyw-story-body-toolbar {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.45rem 0.55rem;
	border-bottom: 1px solid var(--tyw-gray-200);
	background-color: var(--tyw-gray-50);
}

.tyw-story-body-format {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	padding: 0;
	color: var(--tyw-gray-700);
	background: transparent;
	border: 0;
	border-radius: 0.4rem;
	cursor: pointer;
}

.tyw-story-body-format:hover,
.tyw-story-body-format:focus,
.tyw-story-body-format.is-active {
	color: var(--tyw-gray-800);
	background-color: rgba(var(--tyw-blue-rgb), 0.12);
	outline: 0;
}

.tyw-story-body-panel-care .tyw-story-body-format:hover,
.tyw-story-body-panel-care .tyw-story-body-format:focus,
.tyw-story-body-panel-care .tyw-story-body-format.is-active {
	background-color: rgba(var(--tyw-care-rgb), 0.16);
}

.tyw-story-body-panel-give .tyw-story-body-format:hover,
.tyw-story-body-panel-give .tyw-story-body-format:focus,
.tyw-story-body-panel-give .tyw-story-body-format.is-active {
	background-color: rgba(var(--tyw-share-rgb), 0.16);
}

.tyw-story-body-panel-dream .tyw-story-body-format:hover,
.tyw-story-body-panel-dream .tyw-story-body-format:focus,
.tyw-story-body-panel-dream .tyw-story-body-format.is-active {
	background-color: rgba(var(--tyw-dream-rgb), 0.16);
}

.tyw-story-body-editor {
	min-height: 10rem;
	overflow: hidden;
	padding: 0.9rem 1rem 0.55rem;
	font: inherit;
	line-height: 1.6;
	color: var(--tyw-gray-800);
	outline: 0;
}

@media (max-width: 575.98px) {
	.tyw-story-body-editor {
		min-height: 7.5rem;
	}
}

.tyw-story-body-editor-wrap {
	display: flex;
	flex-direction: column;
}

.tyw-story-body-editor-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.15rem;
	padding: 0 1rem 0.75rem;
}

.tyw-story-body-word-count {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
}

.tyw-story-body-word-status {
	margin: 0;
	font-size: 0.76rem;
	color: var(--tyw-gray-500);
}

.tyw-story-body-word-status.is-ready {
	color: var(--tyw-blue-dark);
	font-weight: 600;
}

.tyw-story-body-word-status.is-over {
	color: var(--tyw-danger, #c0392b);
	font-weight: 600;
}

.tyw-story-body-editor.is-empty:before {
	content: attr(data-placeholder);
	display: block;
	white-space: normal;
	font-size: 0.875rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	color: var(--tyw-gray-400);
	pointer-events: none;
}

.tyw-story-body-editor.is-empty:focus:before {
	content: none;
}

.tyw-story-links {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	width: 100%;
	max-width: 32rem;
	margin: 0 auto;
}

.tyw-story-link-block.is-off .tyw-story-link-row {
	opacity: 0.55;
}

.tyw-story-link-block.is-invalid .tyw-story-link-row {
	border-color: var(--tyw-error);
}

.tyw-story-link-error {
	margin: 0.35rem 0 0;
	font-size: 0.85rem;
	color: var(--tyw-error);
	text-align: center;
}

.tyw-story-link-error[hidden] {
	display: none !important;
}

.tyw-story-link-row {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.65rem 0.75rem;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
}

.tyw-story-links-panel-care .tyw-story-link-row {
	border-color: var(--tyw-care);
}

.tyw-story-links-panel-give .tyw-story-link-row {
	border-color: var(--tyw-share);
}

.tyw-story-links-panel-dream .tyw-story-link-row {
	border-color: var(--tyw-dream);
}

.tyw-story-link-icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	color: #fff;
	border-radius: 999px;
}

.tyw-story-link-icon .bi {
	font-size: 1.15rem;
	line-height: 1;
}

.tyw-story-link-icon-facebook {
	background-color: #1877F2;
}

.tyw-story-link-icon-youtube {
	background-color: #FF0000;
}

.tyw-story-link-icon-instagram {
	background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af);
}

.tyw-story-link-icon-tiktok {
	background-color: #111;
}

.tyw-story-link-input {
	flex: 1;
	min-width: 0;
	padding: 0.45rem 0;
	font: inherit;
	font-size: 0.9rem;
	color: var(--tyw-gray-800);
	background: transparent;
	border: 0;
}

.tyw-story-link-input:focus {
	outline: 0;
}

.tyw-story-link-input:disabled {
	color: var(--tyw-gray-500);
}

.tyw-story-link-toggle {
	position: relative;
	flex-shrink: 0;
	width: 2.5rem;
	height: 1.4rem;
	padding: 0;
	background-color: var(--tyw-gray-300);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
}

.tyw-story-link-toggle-knob {
	position: absolute;
	top: 0.15rem;
	left: 0.15rem;
	width: 1.1rem;
	height: 1.1rem;
	background-color: #fff;
	border-radius: 999px;
	transition: left 0.15s ease;
}

.tyw-story-link-toggle.is-on .tyw-story-link-toggle-knob {
	left: 1.25rem;
}

.tyw-story-links-panel-care .tyw-story-link-toggle.is-on {
	background-color: var(--tyw-care);
}

.tyw-story-links-panel-give .tyw-story-link-toggle.is-on {
	background-color: var(--tyw-share);
}

.tyw-story-links-panel-dream .tyw-story-link-toggle.is-on {
	background-color: var(--tyw-dream);
}

.tyw-story-link-toggle:focus {
	outline: 0;
	box-shadow: 0 0 0 0.15rem rgba(var(--tyw-blue-rgb), 0.18);
}

.tyw-story-links-preview-label {
	margin: 0.75rem 0 0;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
	text-align: center;
}

.tyw-story-links-preview {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
}

.tyw-story-links-preview [hidden] {
	display: none !important;
}

.tyw-story-review {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
}

.tyw-story-review-section {
	padding: 1rem 1.1rem 1.15rem;
	text-align: left;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
}

.tyw-story-review-care .tyw-story-review-section {
	border-color: var(--tyw-care);
}

.tyw-story-review-give .tyw-story-review-section {
	border-color: var(--tyw-share);
}

.tyw-story-review-dream .tyw-story-review-section {
	border-color: var(--tyw-dream);
}

.tyw-story-review-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.tyw-story-review-head h3 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
}

.tyw-story-review-type {
	padding: 0.9rem 1.1rem;
}

.tyw-story-review-type-heading {
	margin: 0;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.01em;
}

.tyw-story-review-care .tyw-story-review-type-heading {
	color: var(--tyw-care);
}

.tyw-story-review-give .tyw-story-review-type-heading {
	color: var(--tyw-share);
}

.tyw-story-review-dream .tyw-story-review-type-heading {
	color: var(--tyw-dream);
}

.tyw-story-review-edit {
	flex-shrink: 0;
	min-width: 4.5rem;
	min-height: 2.15rem;
	padding: 0.28rem 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.tyw-story-review-title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
}

.tyw-story-review-empty {
	margin: 0;
	font-size: 0.95rem;
	color: var(--tyw-gray-500);
}

.tyw-story-review-empty[hidden],
.tyw-story-review-title[hidden],
.tyw-story-review-body[hidden] {
	display: none !important;
}

.tyw-story-review-body {
	font: inherit;
	line-height: 1.6;
	color: var(--tyw-gray-800);
}

.tyw-story-review-body p {
	margin: 0 0 0.75rem;
}

.tyw-story-review-body p:last-child {
	margin-bottom: 0;
}

.tyw-story-review-body ul {
	margin: 0;
	padding-left: 1.25rem;
}

.tyw-story-review .tyw-story-media-preview {
	margin-top: 0.15rem;
}

.tyw-story-review .tyw-story-media-preview[hidden] {
	display: none !important;
}

.tyw-story-review-care .tyw-story-media-preview {
	border-color: var(--tyw-care);
}

.tyw-story-review-give .tyw-story-media-preview {
	border-color: var(--tyw-share);
}

.tyw-story-review-dream .tyw-story-media-preview {
	border-color: var(--tyw-dream);
}

.tyw-story-review .tyw-story-links-preview {
	justify-content: flex-start;
}

.tyw-story-live {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	text-align: left;
}

.tyw-story-live .tyw-story-media-preview {
	margin: 0 0 1.25rem;
}

.tyw-story-live .tyw-story-media-preview[hidden] {
	display: none !important;
}

.tyw-story-live-care .tyw-story-media-preview {
	border-color: var(--tyw-care);
}

.tyw-story-live-care .tyw-vote-fill {
	background-color: var(--tyw-care);
}

.tyw-story-live-give .tyw-story-media-preview {
	border-color: var(--tyw-share);
}

.tyw-story-live-give .tyw-vote-fill {
	background-color: var(--tyw-share);
}

.tyw-story-live-dream .tyw-story-media-preview {
	border-color: var(--tyw-dream);
}

.tyw-story-live-dream .tyw-vote-fill {
	background-color: var(--tyw-dream);
}

.tyw-story-live-title {
	margin: 0 0 0.85rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-800);
	text-align: center;
}

.tyw-story-live-title[hidden],
.tyw-story-live-body[hidden] {
	display: none !important;
}

.tyw-story-live-body {
	font: inherit;
	line-height: 1.65;
	color: var(--tyw-gray-800);
}

.tyw-story-live-body p {
	margin: 0 0 0.85rem;
}

.tyw-story-live-body p:last-child {
	margin-bottom: 0;
}

.tyw-story-live-body ul {
	margin: 0 0 0.85rem;
	padding-left: 1.25rem;
}

.tyw-story-live-links {
	justify-content: center;
	margin: 1.25rem 0 0.35rem;
}

.tyw-story-live-links a.tyw-story-link-icon {
	text-decoration: none;
}

.tyw-story-live-links a.tyw-story-link-icon:hover,
.tyw-story-live-links a.tyw-story-link-icon:focus {
	opacity: 0.88;
	outline: 0;
}

.tyw-story-live .tyw-story-actions {
	margin-top: 1.15rem;
}

.tyw-story-live .tyw-vote-bar {
	padding: var(--tyw-space) 0 0;
}

.tyw-campaign-panel {
	max-width: 26rem;
}

.tyw-campaign-empty {
	margin: 0.35rem 0 0;
	text-align: center;
	color: var(--tyw-gray-600);
}

.tyw-campaign-list {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin-top: 0.35rem;
}

.tyw-campaign-row {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.75rem 0.85rem;
	color: inherit;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.375rem;
}

.tyw-campaign-row-reported {
	border-color: #e2a3a3;
	background-color: #fff8f8;
}

.tyw-campaign-row:hover,
.tyw-campaign-row:focus {
	border-color: var(--tyw-gray-400);
	color: inherit;
}

.tyw-campaign-row-title {
	font-weight: 600;
	color: var(--tyw-gray-800);
}

.tyw-campaign-row-meta {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	font-size: 0.9rem;
}

.tyw-campaign-kind-care,
.tyw-campaign-banner-care {
	--tyw-campaign-accent: var(--tyw-care);
	--tyw-campaign-rgb: var(--tyw-care-rgb);
}

.tyw-campaign-kind-give,
.tyw-campaign-banner-give {
	--tyw-campaign-accent: var(--tyw-share);
	--tyw-campaign-rgb: var(--tyw-share-rgb);
}

.tyw-campaign-kind-dream,
.tyw-campaign-banner-dream {
	--tyw-campaign-accent: var(--tyw-dream);
	--tyw-campaign-rgb: var(--tyw-dream-rgb);
}

.tyw-campaign-kind {
	font-weight: 600;
	color: var(--tyw-campaign-accent, var(--tyw-gray-700));
}

.tyw-campaign-status-live {
	font-weight: 600;
	color: var(--tyw-care);
}

.tyw-campaign-status-draft,
.tyw-campaign-status-closed {
	color: var(--tyw-gray-600);
}

.tyw-campaign-status-note {
	margin: 0;
	text-align: center;
	color: var(--tyw-gray-600);
}

.tyw-login-check {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 0.6rem;
	margin: 0.15rem 0 0.35rem;
	font-weight: 500;
	color: var(--tyw-gray-800);
}

.tyw-login-check input[type="checkbox"] {
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.15rem;
	flex: 0 0 auto;
	accent-color: var(--tyw-orange);
}

.tyw-login-field-check .tyw-login-check {
	margin: 0;
	font-weight: 600;
}

.tyw-login-field-check .tyw-login-check input[type="checkbox"] {
	box-sizing: border-box;
	width: 1.1rem;
	height: 1.1rem;
	padding: 0;
	border: 1px solid var(--tyw-gray-300);
	border-radius: 0.2rem;
	background: #fff;
}

.tyw-login-field-check .tyw-login-check a {
	color: var(--tyw-orange);
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.tyw-login-field-check .tyw-login-check a:hover,
.tyw-login-field-check .tyw-login-check a:focus {
	color: var(--tyw-orange-dark, #d67a00);
}

.tyw-campaign-banner {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
	align-self: center;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	min-width: 0;
	margin: 0 auto;
	padding: var(--tyw-panel-pad-y) var(--tyw-panel-pad-x);
	text-align: center;
	background-color: #fff;
	background-image:
		radial-gradient(ellipse 9rem 4.5rem at 8% 118%, rgba(255, 255, 255, 0.95), transparent 70%),
		radial-gradient(ellipse 8rem 4rem at 92% 120%, rgba(255, 255, 255, 0.92), transparent 70%),
		linear-gradient(180deg, rgba(var(--tyw-campaign-rgb, 143, 188, 235), 0.28) 0%, rgba(255, 255, 255, 0.92) 72%);
	border: 1px solid rgba(var(--tyw-campaign-rgb, 143, 188, 235), 0.45);
	border-radius: 0.75rem;
}

.tyw-special-card .tyw-campaign-banner {
	border: none;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	padding: 0.75rem var(--tyw-panel-pad-x) var(--tyw-panel-pad-y);
	margin: 0;
	width: 100%;
	max-width: 100%;
	align-self: stretch;
	flex: 1 1 auto;
	border-radius: 0 0 0.75rem 0.75rem;
	gap: 0.55rem;
}

.tyw-campaign-banner-sparkle {
	position: absolute;
	z-index: 0;
	width: 0.7rem;
	height: 0.7rem;
	background-color: rgba(var(--tyw-campaign-rgb, 143, 188, 235), 0.7);
	clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
	pointer-events: none;
}

.tyw-campaign-banner-sparkle-1 { top: 0.55rem; left: 11%; width: 0.55rem; height: 0.55rem; }
.tyw-campaign-banner-sparkle-2 { top: 1.5rem; left: 6%; width: 0.35rem; height: 0.35rem; opacity: 0.7; }
.tyw-campaign-banner-sparkle-3 { top: 0.7rem; right: 12%; width: 0.85rem; height: 0.85rem; }
.tyw-campaign-banner-sparkle-4 { top: 1.9rem; right: 7%; width: 0.4rem; height: 0.4rem; opacity: 0.65; }
.tyw-campaign-banner-sparkle-5 { bottom: 1.6rem; right: 18%; width: 0.45rem; height: 0.45rem; opacity: 0.55; }

.tyw-campaign-banner-kicker,
.tyw-campaign-banner-sponsor,
.tyw-campaign-banner h3,
.tyw-campaign-banner-countdown,
.tyw-campaign-banner-tagline,
.tyw-campaign-banner-chips,
.tyw-campaign-banner-actions,
.tyw-campaign-banner-cta,
.tyw-campaign-banner-cta-secondary {
	position: relative;
	z-index: 1;
}

.tyw-campaign-banner-sponsor {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin: 0;
	font-size: 0.82rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
}

.tyw-campaign-banner-sponsor-logo {
	height: 1.35rem;
	width: auto;
	max-width: 6.5rem;
	object-fit: contain;
}

.tyw-campaign-banner-sponsor-logo-round {
	width: 1.35rem;
	height: 1.35rem;
	object-fit: cover;
	border-radius: 50%;
}

.tyw-campaign-banner-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0.2rem 0.7rem;
	max-width: 100%;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--tyw-campaign-accent, var(--tyw-dream));
	background-color: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(var(--tyw-campaign-rgb, 143, 188, 235), 0.55);
	border-radius: 999px;
}

.tyw-campaign-banner-kicker .bi {
	font-size: 0.85rem;
}

.tyw-campaign-banner h3 {
	margin: 0;
	font-size: 1.45rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
}

.tyw-campaign-banner-countdown {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: var(--tyw-campaign-accent, var(--tyw-gray-600));
}

.tyw-campaign-banner-tagline {
	margin: 0;
	max-width: var(--tyw-inner-card-max);
	color: var(--tyw-gray-700);
	line-height: 1.45;
}

.tyw-campaign-banner-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem;
	margin: 0.15rem 0 0;
	padding: 0;
	list-style: none;
}

.tyw-campaign-banner-chips li {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.28rem 0.7rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--tyw-campaign-accent, var(--tyw-dream));
	background-color: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 999px;
}

.tyw-campaign-banner-chips .bi {
	font-size: 0.9rem;
}

.tyw-campaign-banner-actions {
	display: inline-flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.35rem;
	width: max-content;
	max-width: 100%;
	margin-top: auto;
	padding-top: 0.55rem;
}

@media (max-width: 767.98px) {
	.tyw-campaign-banner-actions {
		display: flex;
		width: 100%;
	}

	.tyw-campaign-banner-actions .tyw-campaign-banner-cta,
	.tyw-campaign-banner-actions .tyw-campaign-banner-cta-secondary {
		width: 100%;
		box-sizing: border-box;
	}
}

.tyw-create-plus,
.tyw-cta-mark {
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	font-size: 1.05em;
}

.tyw-campaign-banner-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	margin-top: 0.15rem;
	padding: 0.55rem 1.15rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background-color: var(--tyw-orange);
	border: 1px solid var(--tyw-orange);
	border-radius: 999px;
}

.tyw-campaign-banner-actions .tyw-campaign-banner-cta {
	margin-top: 0;
}

.tyw-campaign-banner-cta:hover,
.tyw-campaign-banner-cta:focus,
.tyw-campaign-banner-cta:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--tyw-orange-dark);
	border-color: var(--tyw-orange-dark);
}

.tyw-campaign-banner-cta.is-disabled,
.tyw-campaign-banner-cta[aria-disabled="true"] {
	opacity: 0.55;
	cursor: pointer;
	background-color: var(--tyw-orange);
	border-color: var(--tyw-orange);
	color: #fff;
}

button.tyw-campaign-banner-cta {
	font: inherit;
	line-height: inherit;
	appearance: none;
	-webkit-appearance: none;
}

.tyw-campaign-banner-cta.is-disabled:hover,
.tyw-campaign-banner-cta.is-disabled:focus,
.tyw-campaign-banner-cta.is-disabled:active,
.tyw-campaign-banner-cta[aria-disabled="true"]:hover,
.tyw-campaign-banner-cta[aria-disabled="true"]:focus,
.tyw-campaign-banner-cta[aria-disabled="true"]:active {
	background-color: var(--tyw-orange);
	border-color: var(--tyw-orange);
	color: #fff;
	filter: none;
}

.tyw-campaign-banner-cta-secondary {
	color: var(--tyw-campaign-accent, var(--tyw-share));
	background-color: #fff;
	border-color: rgba(var(--tyw-campaign-rgb, var(--tyw-share-rgb)), 0.55);
}

.tyw-campaign-banner-cta-secondary:hover,
.tyw-campaign-banner-cta-secondary:focus,
.tyw-campaign-banner-cta-secondary:active {
	color: #fff;
	background-color: var(--tyw-campaign-accent, var(--tyw-share));
	border-color: var(--tyw-campaign-accent, var(--tyw-share));
}

.tyw-video-frame {
	position: relative;
	width: 100%;
	max-width: 52rem;
	margin: 0 auto;
	padding-top: 56.25%;
	border-radius: 1rem;
	overflow: hidden;
	background: rgba(var(--tyw-dream-rgb), 0.08);
	box-shadow: var(--tyw-shade);
}

.tyw-video-embed {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.tyw-video-proof {
	margin: 0.35rem 0 0;
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-align: center;
	color: var(--tyw-blue);
}

.tyw-story-videos-section {
	padding-bottom: calc(var(--tyw-space) * 1.5);
}

.tyw-story-videos-section .tyw-section-intro {
	max-width: 34rem;
	margin: 0 auto;
}

.tyw-story-videos-section .tyw-section-intro .lead {
	color: var(--tyw-gray-600);
	line-height: 1.45;
}

.tyw-story-video-block {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	width: 100%;
	min-width: 0;
}

.tyw-story-video-caption {
	margin: 0;
	text-align: center;
}

.tyw-story-video-caption-title {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--tyw-gray-700);
}

.tyw-story-video-caption-text {
	margin: 0.2rem 0 0;
	font-size: 0.82rem;
	font-weight: 400;
	line-height: 1.45;
	color: var(--tyw-gray-600);
}

.tyw-index-cta-section {
	padding-top: calc(var(--tyw-space) * 1.75);
	padding-bottom: calc(var(--tyw-space) * 2.25);
}

.tyw-story-videos-single {
	width: 100%;
	max-width: 52rem;
	margin: 0 auto;
}

.tyw-story-videos-single .tyw-video-frame {
	max-width: none;
	margin: 0;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-story-videos-rotator.tyw-story-rotator {
	max-width: 52rem;
}

.tyw-story-videos-rotator .tyw-video-frame {
	max-width: none;
	margin: 0;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-story-videos-rotator .tyw-story-rotator-stage .tyw-video-rotator-item {
	grid-area: 1 / 1;
	width: 100%;
	min-width: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.tyw-story-videos-rotator .tyw-story-rotator-stage .tyw-video-rotator-item.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

@media (min-width: 768px) {
	.tyw-story-videos-rotator.tyw-story-rotator {
		max-width: 56rem;
	}

	.tyw-story-videos-rotator .tyw-story-rotator-stage {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: calc(var(--tyw-stack) * 1.25);
	}

	.tyw-story-videos-rotator .tyw-story-rotator-stage .tyw-video-rotator-item,
	.tyw-story-videos-rotator .tyw-story-rotator-stage .tyw-video-rotator-item.is-active {
		grid-area: auto;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	.tyw-story-videos-rotator > .tyw-story-dots {
		display: none;
	}
}

.tyw-index-cta-stack {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	width: 100%;
	max-width: 24rem;
	margin: 0 auto;
}

@media (max-width: 767.98px) {
	.tyw-index-cta-stack {
		max-width: none;
	}
}

.tyw-index-cta {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0.9rem 1.75rem;
	font-family: var(--tyw-font);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 999px;
	transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.tyw-index-cta-explore {
	background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%);
	border: 1px solid var(--tyw-orange-dark);
	box-shadow: 0 8px 18px rgba(var(--tyw-orange-rgb), 0.28);
}

.tyw-index-cta-explore:hover,
.tyw-index-cta-explore:focus-visible {
	color: #fff;
	text-decoration: none;
	filter: brightness(1.03);
	box-shadow: 0 10px 22px rgba(var(--tyw-orange-rgb), 0.36);
}

.tyw-index-cta-enter {
	background: linear-gradient(180deg, #5b97d4 0%, var(--tyw-blue) 48%, var(--tyw-blue-dark) 100%);
	border: 1px solid var(--tyw-blue-dark);
	box-shadow: 0 8px 18px rgba(var(--tyw-blue-rgb), 0.28);
}

.tyw-index-cta-enter:hover,
.tyw-index-cta-enter:focus-visible {
	color: #fff;
	text-decoration: none;
	filter: brightness(1.03);
	box-shadow: 0 10px 22px rgba(var(--tyw-blue-rgb), 0.36);
}

/* -- Home / Your World -- */
.tyw-page-home {
	background: #fff;
}

.tyw-home-wrap {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-page-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.tyw-home-title {
	margin: 0;
	font-size: clamp(1.35rem, 3.2vw, 1.7rem);
	font-weight: 700;
	line-height: 1.2;
}

.tyw-home-main {
	padding: 0.85rem var(--tyw-page-gutter) 2rem;
}

.tyw-home-flash {
	margin: 0 0 1rem;
}

.tyw-home-flash[data-tyw-flash] {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	padding: 0.85rem 2.75rem 0.85rem 1rem;
	text-align: center;
	border: 1px solid rgba(var(--tyw-share-rgb), 0.38);
	border-radius: 0.75rem;
	background: linear-gradient(135deg, rgba(var(--tyw-share-rgb), 0.08) 0%, rgba(var(--tyw-share-rgb), 0.16) 100%);
	box-shadow: 0 8px 20px rgba(var(--tyw-share-rgb), 0.12);
	color: #1a6f7a;
	animation: tyw-home-flash-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.tyw-home-flash .tyw-flash-text {
	flex: 1 1 auto;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.45;
	color: #1a6f7a;
}

.tyw-home-flash .tyw-flash-copy {
	flex: 1 1 auto;
}

.tyw-home-flash .tyw-flash-support {
	margin: 0.3rem 0 0;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.4;
	color: #1a6f7a;
}

.tyw-home-flash .tyw-flash-text .bi {
	margin-right: 0.35rem;
	font-size: 1rem;
	vertical-align: -0.1em;
}

.tyw-home-flash .tyw-flash-close {
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
	color: #2a8f9c;
}

.tyw-home-flash .tyw-flash-close:hover,
.tyw-home-flash .tyw-flash-close:focus-visible {
	background: rgba(var(--tyw-share-rgb), 0.16);
}

@keyframes tyw-home-flash-in {
	from {
		opacity: 0;
		transform: translateY(-0.35rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.tyw-sponsor-reward-wrap {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-page-max);
	margin: 0 auto;
	padding: 0.65rem var(--tyw-page-gutter) 0;
}

.tyw-navbar + .tyw-sponsor-reward-wrap {
	padding-top: 0.5rem;
}

.tyw-sponsor-reward {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: 105px;
	max-height: 120px;
	padding: 0.65rem 2.75rem 0.65rem 0.85rem;
	overflow: hidden;
	border: 1px solid rgba(72, 196, 210, 0.55);
	border-radius: 12px;
	background: linear-gradient(135deg, #e8f9fc 0%, #d4f0f8 48%, #c5e9f4 100%);
	box-shadow: 0 10px 24px rgba(72, 196, 210, 0.18);
	color: var(--tyw-gray-800);
	animation: tyw-sponsor-reward-pop 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.tyw-sponsor-reward-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.1rem;
	min-width: 0;
	width: 100%;
}

.tyw-sponsor-reward-eyebrow {
	margin: 0;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: #2a8f9c;
}

.tyw-sponsor-reward-main {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.5rem;
	margin: 0;
	line-height: 1;
}

.tyw-sponsor-reward-num {
	display: inline-block;
	font-size: clamp(1.85rem, 6vw, 2.35rem);
	font-weight: 800;
	color: var(--tyw-orange);
	animation: tyw-sponsor-reward-num 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.12s both;
}

.tyw-sponsor-reward-label {
	font-size: clamp(0.78rem, 2.8vw, 0.92rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--tyw-gray-900);
}

.tyw-sponsor-reward-courtesy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	font-size: 0.72rem;
	font-weight: 500;
	color: var(--tyw-gray-700);
}

.tyw-sponsor-reward-name {
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-sponsor-reward-logo {
	display: block;
	height: 1.1rem;
	width: auto;
	max-width: 5.5rem;
	object-fit: contain;
}

.tyw-sponsor-reward-go {
	display: inline-flex;
	align-items: center;
	margin-top: 0.15rem;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(72, 196, 210, 0.45);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
	color: #1a6f7a;
	text-decoration: none;
	white-space: nowrap;
}

.tyw-sponsor-reward-go:hover,
.tyw-sponsor-reward-go:focus-visible {
	background: rgba(255, 255, 255, 0.92);
	color: #145a63;
	outline: none;
	box-shadow: 0 0 0 2px rgba(72, 196, 210, 0.35);
}

.tyw-sponsor-reward-close {
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	color: #2a6f78;
	font-size: 0.95rem;
	line-height: 1;
	cursor: pointer;
}

.tyw-sponsor-reward-close:hover,
.tyw-sponsor-reward-close:focus-visible {
	background: rgba(255, 255, 255, 0.9);
	outline: none;
}

.tyw-sponsor-reward-sparks {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.tyw-sponsor-reward-spark {
	position: absolute;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 2px;
	background: var(--tyw-orange);
	opacity: 0;
	animation: tyw-sponsor-reward-spark 1.5s ease-out both;
}

.tyw-sponsor-reward-spark-1 { top: 18%; left: 8%; animation-delay: 0.08s; transform: rotate(18deg); }
.tyw-sponsor-reward-spark-2 { top: 12%; left: 42%; animation-delay: 0.15s; background: #48c4d2; transform: rotate(-12deg); }
.tyw-sponsor-reward-spark-3 { top: 62%; left: 14%; animation-delay: 0.2s; width: 0.35rem; height: 0.35rem; }
.tyw-sponsor-reward-spark-4 { top: 70%; left: 58%; animation-delay: 0.12s; background: #ffd27a; transform: rotate(35deg); }
.tyw-sponsor-reward-spark-5 { top: 28%; right: 18%; animation-delay: 0.18s; background: #8fbceb; }
.tyw-sponsor-reward-spark-6 { bottom: 16%; right: 28%; animation-delay: 0.24s; width: 0.3rem; height: 0.3rem; transform: rotate(-25deg); }

@keyframes tyw-sponsor-reward-pop {
	from {
		opacity: 0;
		transform: scale(0.92);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes tyw-sponsor-reward-num {
	0% {
		transform: scale(0.7);
	}
	65% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes tyw-sponsor-reward-spark {
	0% {
		opacity: 0;
		transform: translateY(6px) scale(0.6);
	}
	20% {
		opacity: 0.95;
	}
	100% {
		opacity: 0;
		transform: translateY(-10px) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tyw-sponsor-reward,
	.tyw-sponsor-reward-num,
	.tyw-sponsor-reward-spark {
		animation: none !important;
	}
}

@media (min-width: 576px) {
	.tyw-sponsor-reward-body {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		column-gap: 0.75rem;
	}

	.tyw-sponsor-reward-go {
		margin-top: 0;
		margin-left: auto;
	}
}

.tyw-home-panel {
	text-align: center;
}

.tyw-home-panel-body {
	padding: 0.5rem 0 0;
}

.tyw-home-touches {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0.85rem 0.85rem 0.95rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: var(--tyw-bar-radius);
	background: var(--tyw-gray-50);
	box-shadow: var(--tyw-shade-soft);
}

.tyw-home-panel-label {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--tyw-gray-500);
}

.tyw-home-panel-total {
	margin: 0;
	font-size: clamp(2.75rem, 8vw, 3.5rem);
	font-weight: 700;
	line-height: 1;
	color: var(--tyw-gray-900);
}

.tyw-home-panel-breakdown {
	margin: 0.65rem 0 0;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
}

.tyw-home-panel-breakdown strong {
	font-weight: 700;
	color: var(--tyw-gray-800);
}

.tyw-home-panel-sep {
	margin: 0 0.35rem;
	color: var(--tyw-gray-400);
}

.tyw-home-panel-own,
.tyw-home-panel-spark {
	margin-right: 0.15rem;
	color: var(--tyw-orange);
}

.tyw-home-panel-own .bi,
.tyw-home-panel-spark .bi {
	font-size: 1rem;
	line-height: 1;
	vertical-align: -0.05em;
}

.tyw-home-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	width: 100%;
	max-width: none;
	margin: 0.85rem 0 0;
}

.tyw-home-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 2.75rem;
	padding: 0.44rem 0.68rem;
	border-radius: 0.85rem;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	background: #fff;
	border: 1px solid var(--tyw-orange);
	color: var(--tyw-orange-dark);
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.tyw-home-btn-secondary:hover,
.tyw-home-btn-secondary:focus {
	border-color: var(--tyw-orange-dark);
	background: rgba(var(--tyw-orange-rgb), 0.08);
	color: var(--tyw-orange-dark);
}

.tyw-home-find {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
	margin-top: 1.15rem;
	text-align: center;
}

.tyw-home-sponsored + .tyw-home-find {
	margin-top: 1rem;
}

.tyw-home-btn-find {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	min-height: 3rem;
	padding: 0.65rem 1.35rem;
	border-radius: 0.85rem;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, #ffb03a 0%, var(--tyw-orange) 48%, var(--tyw-orange-dark) 100%);
	border: 1px solid var(--tyw-orange-dark);
	box-shadow: 0 8px 18px rgba(var(--tyw-orange-rgb), 0.32);
	transition: filter 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.tyw-home-btn-find:hover,
.tyw-home-btn-find:focus {
	color: #fff;
	filter: brightness(1.03);
	box-shadow: 0 10px 22px rgba(var(--tyw-orange-rgb), 0.38);
}

.tyw-home-btn-find .bi {
	font-size: 1.15rem;
	line-height: 1;
	flex-shrink: 0;
}

.tyw-home-find-lead {
	margin: 0.45rem 0 0;
	font-size: 0.92rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
}

.tyw-home-secondary-action {
	margin-top: 0.85rem;
	padding-top: 0.85rem;
	border-top: 1px solid var(--tyw-gray-200);
	text-align: center;
}

.tyw-home-secondary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	font-size: 0.98rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
	text-decoration: none;
}

.tyw-home-secondary-link:hover,
.tyw-home-secondary-link:focus {
	color: var(--tyw-gray-900);
	text-decoration: underline;
}

.tyw-home-secondary-desc {
	margin: 0.25rem 0 0;
	font-size: 0.88rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
}

.tyw-home-next {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
	text-align: left;
	margin-top: 1.15rem;
}

.tyw-home-next-title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
	text-align: center;
}

.tyw-home-next-item {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.65rem 0.72rem;
	border-radius: 0.75rem;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	box-shadow: var(--tyw-shade-soft);
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.tyw-home-next-item-find {
	border-color: var(--tyw-orange);
	background: rgba(255, 153, 0, 0.06);
}

.tyw-home-next-item-care {
	border-color: var(--tyw-care);
	background: rgba(var(--tyw-care-rgb), 0.04);
}

.tyw-home-next-item-give {
	border-color: var(--tyw-share);
	background: rgba(var(--tyw-share-rgb), 0.04);
}

.tyw-home-next-item-dream {
	border-color: var(--tyw-dream);
	background: rgba(var(--tyw-dream-rgb), 0.05);
}

.tyw-home-next-item:hover,
.tyw-home-next-item:focus {
	background: #fff;
}

.tyw-home-next-item-find:hover,
.tyw-home-next-item-find:focus {
	background: rgba(255, 153, 0, 0.12);
	border-color: var(--tyw-orange-dark);
}

.tyw-home-next-item-care:hover,
.tyw-home-next-item-care:focus {
	background: rgba(var(--tyw-care-rgb), 0.1);
	border-color: var(--tyw-care-dark);
}

.tyw-home-next-item-give:hover,
.tyw-home-next-item-give:focus {
	background: rgba(var(--tyw-share-rgb), 0.1);
	border-color: var(--tyw-share);
}

.tyw-home-next-item-dream:hover,
.tyw-home-next-item-dream:focus {
	background: rgba(var(--tyw-dream-rgb), 0.12);
	border-color: var(--tyw-dream);
}

.tyw-home-next-item-title {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-home-next-logo {
	width: 1.15rem;
	height: 1.15rem;
	object-fit: contain;
	flex-shrink: 0;
}

.tyw-home-next-emoji {
	font-size: 1rem;
	line-height: 1;
	flex-shrink: 0;
}

.tyw-home-next-item-desc {
	font-size: 0.92rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
}

.tyw-home-next-item:hover .tyw-home-next-item-title,
.tyw-home-next-item:focus .tyw-home-next-item-title {
	color: var(--tyw-gray-900);
}

.tyw-home-next-item:hover .tyw-home-next-item-desc,
.tyw-home-next-item:focus .tyw-home-next-item-desc {
	color: var(--tyw-gray-700);
}

.tyw-home-activity {
	margin-top: 1.25rem;
}

.tyw-home-activity .tyw-home-title {
	font-size: clamp(1.15rem, 2.6vw, 1.35rem);
}

.tyw-home-activity-body {
	padding: 0;
}

.tyw-home-activity-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
}

.tyw-home-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.2rem;
	box-sizing: border-box;
	padding: 0.55rem 0.45rem 0.5rem;
	border-radius: var(--tyw-bar-radius);
	border: 1px solid var(--tyw-gray-200);
	background: var(--tyw-gray-50);
	box-shadow: var(--tyw-shade-soft);
	text-align: center;
	text-decoration: none;
	color: inherit;
}

a.tyw-home-stat:hover,
a.tyw-home-stat:focus {
	border-color: var(--tyw-gray-300);
	background: #fff;
}

.tyw-home-stat-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin: 0;
}

.tyw-home-stat-value {
	font-size: clamp(1.25rem, 3.8vw, 1.6rem);
	font-weight: 700;
	line-height: 1.1;
	color: var(--tyw-gray-900);
}

.tyw-home-stat-emoji {
	font-size: 0.95rem;
	line-height: 1;
}

.tyw-home-stat-logo {
	width: 1.1rem;
	height: 1.1rem;
	object-fit: contain;
	flex-shrink: 0;
	align-self: center;
}

.tyw-home-stat-label {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.2;
	color: var(--tyw-gray-600);
}

.tyw-home-recent {
	margin-top: 0.7rem;
	text-align: left;
}

.tyw-home-recent-kicker {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tyw-gray-500);
}

.tyw-home-recent-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.tyw-home-recent-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.12rem;
	padding: 0.45rem 0.55rem;
	border-radius: 0.65rem;
	border: 1px solid var(--tyw-gray-200);
	border-left-width: 3px;
	border-left-color: var(--tyw-gray-300);
	background: #fff;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.tyw-home-recent-row-care {
	border-left-color: var(--tyw-care);
}

.tyw-home-recent-row-give {
	border-left-color: var(--tyw-share);
}

.tyw-home-recent-row-dream {
	border-left-color: var(--tyw-dream);
}

.tyw-home-recent-row:hover,
.tyw-home-recent-row:focus {
	background: var(--tyw-gray-50);
	border-color: var(--tyw-gray-300);
}

.tyw-home-recent-row-care:hover,
.tyw-home-recent-row-care:focus {
	border-left-color: var(--tyw-care);
}

.tyw-home-recent-row-give:hover,
.tyw-home-recent-row-give:focus {
	border-left-color: var(--tyw-share);
}

.tyw-home-recent-row-dream:hover,
.tyw-home-recent-row-dream:focus {
	border-left-color: var(--tyw-dream);
}

.tyw-home-recent-title {
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-gray-900);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tyw-home-recent-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.3rem;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--tyw-gray-600);
}

.tyw-home-recent-kind {
	color: var(--tyw-gray-700);
}

.tyw-home-recent-row-care .tyw-home-recent-kind {
	color: var(--tyw-care-dark);
}

.tyw-home-recent-row-give .tyw-home-recent-kind {
	color: var(--tyw-share);
}

.tyw-home-recent-row-dream .tyw-home-recent-kind {
	color: #6a9fd4;
}

.tyw-home-recent-dot {
	color: var(--tyw-gray-400);
}

.tyw-home-recent-empty {
	margin: 0.15rem 0 0;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--tyw-gray-600);
}

.tyw-home-recent-empty a {
	color: var(--tyw-blue);
	font-weight: 700;
	text-decoration: none;
}

.tyw-home-recent-empty a:hover,
.tyw-home-recent-empty a:focus {
	text-decoration: underline;
}

.tyw-home-see-all {
	margin: 0.65rem 0 0;
	text-align: center;
}

.tyw-home-see-all a {
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--tyw-blue);
	text-decoration: none;
}

.tyw-home-see-all a:hover,
.tyw-home-see-all a:focus {
	text-decoration: underline;
}

.tyw-home-touched-page-lead {
	margin: 0 0 0.85rem;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
	text-align: center;
}

.tyw-home-touched-page-back {
	margin: 1rem 0 0;
	text-align: center;
}

.tyw-home-touched-page-back a {
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
	text-decoration: none;
}

.tyw-home-touched-page-back a:hover,
.tyw-home-touched-page-back a:focus {
	color: var(--tyw-gray-900);
	text-decoration: underline;
}

.tyw-home-discovery {
	margin-top: 0.85rem;
	text-align: left;
}

.tyw-home-discovery-kicker {
	margin: 0 0 0.55rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tyw-gray-500);
	text-align: left;
}

.tyw-home-discovery-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.tyw-home-mini-card {
	display: flex;
	align-items: stretch;
	gap: 0.65rem;
	padding: 0.5rem;
	border-radius: 0.75rem;
	border: 1px solid var(--tyw-gray-200);
	background: #fff;
	box-shadow: var(--tyw-shade-soft);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.tyw-home-mini-card:hover,
.tyw-home-mini-card:focus {
	background: var(--tyw-gray-50);
	border-color: var(--tyw-gray-300);
}

.tyw-home-mini-card-care {
	border-left: 3px solid var(--tyw-care);
}

.tyw-home-mini-card-give {
	border-left: 3px solid var(--tyw-share);
}

.tyw-home-mini-card-dream {
	border-left: 3px solid var(--tyw-dream);
}

.tyw-home-mini-media {
	flex-shrink: 0;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.55rem;
	overflow: hidden;
	background: var(--tyw-gray-100);
}

.tyw-home-mini-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tyw-home-mini-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.1rem;
	min-width: 0;
	flex: 1;
}

.tyw-home-mini-reason {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
	color: var(--tyw-gray-700);
}

.tyw-home-mini-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.3rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.2;
	color: var(--tyw-gray-500);
	order: 2;
}

.tyw-home-mini-kind {
	color: var(--tyw-gray-600);
	font-weight: 700;
}

.tyw-home-mini-card-care .tyw-home-mini-kind {
	color: var(--tyw-care-dark);
}

.tyw-home-mini-card-give .tyw-home-mini-kind {
	color: var(--tyw-share);
}

.tyw-home-mini-card-dream .tyw-home-mini-kind {
	color: #6a9fd4;
}

.tyw-home-mini-status {
	color: var(--tyw-gray-500);
	font-weight: 600;
}

.tyw-home-mini-dot {
	color: var(--tyw-gray-400);
}

.tyw-home-mini-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-gray-900);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	order: 1;
}

.tyw-home-mini-reason {
	order: 0;
}

.tyw-home-mini-progress {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.22rem;
	width: 100%;
	max-width: 11rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--tyw-gray-600);
	order: 3;
}

.tyw-home-mini-progress-label {
	line-height: 1.2;
	color: var(--tyw-gray-700);
}

.tyw-home-mini-progress-track {
	display: block;
	width: 100%;
	height: 0.28rem;
	border-radius: 999px;
	background: var(--tyw-gray-200);
	overflow: hidden;
}

.tyw-home-mini-progress-fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--tyw-orange);
	min-width: 0;
}

.tyw-home-mini-card-care .tyw-home-mini-progress-fill {
	background: var(--tyw-care);
}

.tyw-home-mini-card-give .tyw-home-mini-progress-fill {
	background: var(--tyw-share);
}

.tyw-home-mini-card-dream .tyw-home-mini-progress-fill {
	background: var(--tyw-dream);
}

.tyw-home-recent-progress {
	order: unset;
	max-width: none;
	margin-top: 0.15rem;
}

.tyw-home-recent-row-care .tyw-home-mini-progress-fill {
	background: var(--tyw-care);
}

.tyw-home-recent-row-give .tyw-home-mini-progress-fill {
	background: var(--tyw-share);
}

.tyw-home-recent-row-dream .tyw-home-mini-progress-fill {
	background: var(--tyw-dream);
}

.tyw-home-recent-touches {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--tyw-gray-600);
}

.tyw-home-mini-cta {
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--tyw-blue);
	order: 4;
}

.tyw-home-yours {
	margin-top: 1.25rem;
}

.tyw-home-yours .tyw-home-title {
	font-size: clamp(1.15rem, 2.6vw, 1.35rem);
}

.tyw-home-sponsored {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 1.25rem 0 0;
	padding: 1.08rem 0.92rem 1rem;
	border: 1px solid rgba(var(--tyw-care-rgb), 0.45);
	border-radius: var(--tyw-bar-radius);
	background: rgba(var(--tyw-care-rgb), 0.12);
	box-shadow: var(--tyw-shade-soft);
	text-align: center;
	overflow: hidden;
}

.tyw-home-sponsored-icon {
	flex-shrink: 0;
	font-size: 2.35rem;
	line-height: 1;
}

.tyw-home-sponsored-title {
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-home-sponsored-title .bi {
	color: var(--tyw-orange);
	font-size: 1.15rem;
	line-height: 1;
}

.tyw-home-sponsored-grid {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
	width: 100%;
}

.tyw-home-sponsored-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	padding: 0.5rem 0.35rem 0.65rem;
	border-radius: 0.65rem;
	background: rgba(255, 255, 255, 0.55);
}

.tyw-home-sponsored-kind {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tyw-gray-500);
}

.tyw-home-sponsored-pool {
	margin: 0;
	font-size: 0.78rem;
	color: var(--tyw-gray-600);
}

.tyw-home-sponsored-card .tyw-home-sponsored-courtesy {
	margin: 0;
	padding: 0.35rem 0.5rem;
}

.tyw-home-sponsored-courtesy {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: none;
	min-height: 3.1rem;
	margin: 0.15rem 0;
	padding: 0.45rem 2.85rem;
	border-radius: 999px;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(var(--tyw-care-rgb), 0.28);
	box-shadow: var(--tyw-shade-soft);
	overflow: hidden;
	gap: 0.5rem;
}

.tyw-home-sponsored-courtesy::before,
.tyw-home-sponsored-courtesy::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	background: var(--tyw-care);
	pointer-events: none;
}

.tyw-home-sponsored-courtesy::before {
	left: 0;
	transform: translate(-50%, -50%);
}

.tyw-home-sponsored-courtesy::after {
	right: 0;
	transform: translate(50%, -50%);
}

.tyw-home-sponsored-courtesy .tyw-sponsor-kicker {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.tyw-home-sponsored-courtesy .tyw-sponsor-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	line-height: 0;
}

.tyw-home-sponsored-courtesy .tyw-home-sponsored-logo {
	display: block;
	height: 1.55rem;
	width: auto;
	max-width: 7.5rem;
	max-height: 1.55rem;
	object-fit: contain;
	object-position: center;
	border-radius: 0;
}

@media (max-width: 575.98px) {
	.tyw-home-sponsored-courtesy {
		flex-wrap: nowrap;
		padding: 0.4rem 2.35rem;
	}

	.tyw-home-sponsored-courtesy::before,
	.tyw-home-sponsored-courtesy::after {
		width: 2.1rem;
		height: 2.1rem;
	}
}

.tyw-home-sponsored-lead {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
}

.tyw-home-sponsored-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	min-width: 10rem;
	padding: 0.45rem 1.35rem;
	border: 1px solid rgba(var(--tyw-care-rgb), 0.55);
	border-radius: 999px;
	background: rgba(var(--tyw-care-rgb), 0.28);
	color: var(--tyw-gray-900);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.tyw-home-sponsored-cta:hover,
.tyw-home-sponsored-cta:focus {
	background: rgba(var(--tyw-care-rgb), 0.42);
	border-color: var(--tyw-care-dark);
	color: var(--tyw-gray-900);
}

@media (max-width: 575.98px) {
	.tyw-home-sponsored-cta {
		width: 100%;
	}
}

.tyw-home-touched {
	margin-top: 1.25rem;
}

.tyw-home-touched .tyw-home-title {
	font-size: clamp(1.15rem, 2.6vw, 1.35rem);
}

.tyw-home-touched-body {
	padding: 0.35rem 0 0;
}

.tyw-home-touched-body > .tyw-section-intro {
	margin-bottom: 0.85rem;
}

.tyw-home-touched-body > .tyw-section-intro .lead {
	font-size: 0.98rem;
	font-weight: 500;
}

.tyw-home-touched-empty {
	margin: 0.35rem 0 0.15rem;
	font-size: 0.98rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
	text-align: center;
}

.tyw-home-touched-empty a {
	color: var(--tyw-blue);
	font-weight: 600;
	text-decoration: none;
}

.tyw-home-touched-empty a:hover,
.tyw-home-touched-empty a:focus {
	text-decoration: underline;
}

@media (max-width: 767.98px) {
	.tyw-home-touched-empty a {
		display: block;
		margin-top: 0.4rem;
	}
}

.tyw-home-touched .tyw-story-rotator {
	width: 100%;
	max-width: var(--tyw-content-panel-max);
}

/* -- Campaign / story view (normal section layout) -- */
.tyw-campaign-view {
	--tyw-cv-gap: 0.65rem;
	--tyw-cv-pad: 0.75rem;
	--tyw-cv-inner: 0.5rem;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--tyw-cv-gap);
	padding-bottom: var(--tyw-space);
}

.tyw-campaign-view-heading {
	margin: 0;
	font-size: clamp(1.15rem, 2.8vw, 1.35rem);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
}

.tyw-campaign-view-author-banner {
	display: block;
	margin: 0 0 0.35rem;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	opacity: 0.95;
}

.tyw-campaign-view-kicker {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--tyw-gray-600);
	text-align: center;
}

.tyw-campaign-view-care .tyw-campaign-view-kicker {
	color: var(--tyw-care-dark);
}

.tyw-campaign-view-give .tyw-campaign-view-kicker {
	color: var(--tyw-share);
}

.tyw-campaign-view-dream .tyw-campaign-view-kicker {
	color: #6a9fd4;
}

.tyw-campaign-view-hero {
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	overflow: hidden;
	border-radius: var(--tyw-bar-radius);
	background: #fff;
}

.tyw-campaign-view-hero img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 22rem;
	object-fit: cover;
}

.tyw-campaign-view-story {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--tyw-cv-inner);
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: var(--tyw-cv-pad);
	border-radius: var(--tyw-bar-radius);
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	box-shadow: var(--tyw-shade-soft);
}

.tyw-campaign-view .tyw-special-card {
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	align-self: stretch;
	padding-bottom: var(--tyw-cv-pad);
}

.tyw-campaign-view .tyw-special-card > .tyw-campaign-view-hero {
	max-width: 100%;
	margin: 0;
	border-radius: 0;
}

.tyw-campaign-view .tyw-special-card > .tyw-campaign-view-story {
	max-width: 100%;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	padding-bottom: var(--tyw-cv-pad);
}

.tyw-campaign-view .tyw-special-card > .tyw-campaign-view-supporters,
.tyw-campaign-view .tyw-special-card > .tyw-campaign-view-actions,
.tyw-campaign-view .tyw-special-card > .tyw-ranking-card,
.tyw-campaign-view .tyw-special-card > .tyw-conversation,
.tyw-campaign-view .tyw-special-card > .tyw-story-comments {
	box-sizing: border-box;
	width: auto;
	max-width: none;
	margin: 0.65rem var(--tyw-cv-pad) 0;
	align-self: stretch;
}

.tyw-campaign-view .tyw-special-card > .tyw-campaign-view-supporters {
	margin-bottom: 0;
	padding: var(--tyw-cv-pad) 0 0;
}

.tyw-campaign-view .tyw-special-card > .tyw-campaign-view-actions:last-child {
	margin-bottom: 0;
}

.tyw-campaign-view .tyw-special-card > .tyw-conversation {
	box-shadow: none;
}

.tyw-campaign-view-care .tyw-campaign-view-story {
	border-color: rgba(var(--tyw-care-rgb), 0.4);
}

.tyw-campaign-view-give .tyw-campaign-view-story {
	border-color: rgba(var(--tyw-share-rgb), 0.4);
}

.tyw-campaign-view-dream .tyw-campaign-view-story {
	border-color: rgba(var(--tyw-dream-rgb), 0.4);
}

.tyw-campaign-view-story .tyw-campaign-view-progress,
.tyw-campaign-view-story .tyw-campaign-view-about,
.tyw-campaign-view-story .tyw-campaign-view-actions,
.tyw-campaign-view-story .tyw-section-intro .lead {
	max-width: none;
}

.tyw-campaign-view-title {
	margin: 0;
	font-size: clamp(1.35rem, 3.4vw, 1.75rem);
	font-weight: 800;
	line-height: 1.2;
	color: var(--tyw-gray-900);
	text-align: center;
}

.tyw-campaign-view-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.3rem 0.4rem;
	margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--tyw-gray-500);
	text-align: center;
}

.tyw-campaign-view-meta-sep {
	color: var(--tyw-gray-400);
}

.tyw-campaign-view-author,
.tyw-campaign-view-days {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.tyw-campaign-view-days i {
	margin-right: 0.2rem;
}

.tyw-campaign-view-share-row {
	display: flex;
	justify-content: center;
	margin: 0;
}

.tyw-campaign-view-share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 2.35rem;
	padding: 0.4rem 1.15rem;
	font-size: 0.92rem;
	font-weight: 700;
	border-radius: 0.375rem;
}

.tyw-campaign-view-tagline,
.tyw-campaign-view .tyw-section-intro .lead {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: var(--tyw-inner-card-max);
	font-size: 1.02rem;
	line-height: 1.45;
	color: var(--tyw-gray-700);
	text-align: center;
}

.tyw-campaign-view-rule {
	font-weight: 600;
	color: var(--tyw-gray-800);
}

.tyw-campaign-view-progress {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.tyw-campaign-view.tyw-campaign-view-give .tyw-campaign-view-progress,
.tyw-campaign-view.tyw-campaign-view-care .tyw-campaign-view-progress,
.tyw-campaign-view.tyw-campaign-view-dream .tyw-campaign-view-progress {
	border-color: transparent;
}

.tyw-campaign-view-progress-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	margin-bottom: 0.35rem;
	text-align: center;
}

.tyw-campaign-view-progress-logo {
	width: 2.25rem;
	height: 2.25rem;
	flex-shrink: 0;
	object-fit: contain;
}

.tyw-campaign-view-progress-stat {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
	text-align: center;
}

.tyw-campaign-view.tyw-campaign-view-give .tyw-campaign-view-progress-stat {
	color: var(--tyw-share);
}

.tyw-campaign-view.tyw-campaign-view-care .tyw-campaign-view-progress-stat {
	color: var(--tyw-care-dark);
}

.tyw-campaign-view.tyw-campaign-view-dream .tyw-campaign-view-progress-stat {
	color: #6a9fd4;
}

.tyw-campaign-view-progress-sub {
	margin: 0.15rem 0 0;
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
	text-align: center;
}

.tyw-campaign-view-progress .tyw-vote-label {
	display: none;
}

.tyw-campaign-view.tyw-campaign-view-care .tyw-vote-fill {
	background-color: var(--tyw-care);
}

.tyw-campaign-view.tyw-campaign-view-give .tyw-vote-fill {
	background-color: var(--tyw-share);
}

.tyw-campaign-view.tyw-campaign-view-dream .tyw-vote-fill {
	background-color: var(--tyw-dream);
}

.tyw-campaign-view-progress .tyw-vote-bar {
	padding: 0;
}

.tyw-campaign-view-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--tyw-cv-inner);
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
}

.tyw-campaign-view-empty > .tyw-btn,
.tyw-campaign-view-actions > a.tyw-btn {
	width: auto;
	max-width: 100%;
	align-self: center;
	box-sizing: border-box;
}

@media (max-width: 767.98px) {
	.tyw-campaign-view-actions {
		align-items: stretch;
	}

	.tyw-campaign-view-empty > .tyw-btn,
	.tyw-campaign-view-actions > a.tyw-btn {
		width: 100%;
		align-self: stretch;
	}
}

.tyw-campaign-view-browse {
	margin-top: 0;
	font-size: 1rem;
	font-weight: 700;
	white-space: normal;
	text-align: center;
}

.tyw-campaign-view-browse:hover,
.tyw-campaign-view-browse:focus {
	text-decoration: none;
}

.tyw-campaign-view-about {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.tyw-campaign-view-give .tyw-campaign-view-about,
.tyw-campaign-view-dream .tyw-campaign-view-about {
	background: transparent;
}

.tyw-campaign-view-about h3 {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
	text-align: center;
}

.tyw-campaign-view-body {
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--tyw-gray-700);
}

.tyw-campaign-view-body p {
	margin: 0 0 0.75rem;
}

.tyw-campaign-view-body p:last-child {
	margin-bottom: 0;
}

.tyw-campaign-view-supporters {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: var(--tyw-stack) var(--tyw-cv-pad) var(--tyw-cv-pad);
	border-top: 1px solid var(--tyw-gray-200);
	text-align: left;
}

.tyw-campaign-view-supporters-head {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem 0.75rem;
	margin: 0 0 0.55rem;
	min-width: 0;
	text-align: left;
}

.tyw-campaign-view-supporters-head h3 {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-size: 1.02rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-campaign-view-supporters-head span {
	flex: 0 1 auto;
	min-width: 0;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-share);
	text-align: right;
	white-space: nowrap;
}

.tyw-campaign-view-care .tyw-campaign-view-supporters-head span {
	color: var(--tyw-care-dark);
}

.tyw-campaign-view-dream .tyw-campaign-view-supporters-head span {
	color: #6a9fd4;
}

.tyw-campaign-view-supporters-copy {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--tyw-gray-500);
	text-align: left;
}

.tyw-campaign-view-supporters-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
}

.tyw-campaign-view-supporters-list li {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--tyw-gray-800);
	text-align: left;
}

.tyw-campaign-view-more {
	display: flex;
	flex-direction: column;
	gap: var(--tyw-stack);
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
}

.tyw-campaign-view-more-grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tyw-campaign-view-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--tyw-stack);
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.tyw-campaign-view-empty p {
	margin: 0;
	padding: 0.5rem 0;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--tyw-gray-500);
}

.tyw-campaign-view-empty .tyw-btn {
	width: 100%;
}

.tyw-campaign-view-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: 0.25rem 0 0;
	border-radius: 0;
	background: transparent;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--tyw-gray-700);
	text-align: center;
}

.tyw-campaign-view-dream .tyw-campaign-view-footer,
.tyw-campaign-view-give .tyw-campaign-view-footer {
	background: transparent;
}

.tyw-campaign-view-footer-mark {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 50%;
	background: var(--tyw-orange);
}

.tyw-campaign-view-footer-mark img,
.tyw-campaign-view-footer img {
	width: 1.15rem;
	height: 1.15rem;
	object-fit: contain;
}

/* Ã¢â‚¬â€�Ã¢â‚¬â€� Ranking (reusable) Ã¢â‚¬â€�Ã¢â‚¬â€� */
.tyw-ranking-card,
.tyw-ranking-board {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: var(--tyw-cv-pad, 0.75rem);
	border-radius: var(--tyw-bar-radius);
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	box-shadow: var(--tyw-shade-soft);
	text-align: center;
}

.tyw-ranking-card-give,
.tyw-ranking-board-give {
	border-color: rgba(var(--tyw-share-rgb), 0.4);
}

.tyw-ranking-card-care,
.tyw-ranking-board-care {
	border-color: rgba(var(--tyw-care-rgb), 0.4);
}

.tyw-ranking-card-dream,
.tyw-ranking-board-dream {
	border-color: rgba(var(--tyw-dream-rgb), 0.4);
}

.tyw-ranking-card-title,
.tyw-ranking-board-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-ranking-card-place {
	margin: 0.55rem 0 0.2rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-ranking-card-give .tyw-ranking-card-place,
.tyw-ranking-card-give .tyw-ranking-card-badge.is-top5,
.tyw-ranking-card-give .tyw-ranking-card-badge.is-winner {
	color: var(--tyw-share);
}

.tyw-ranking-card-care .tyw-ranking-card-place,
.tyw-ranking-card-care .tyw-ranking-card-badge.is-top5,
.tyw-ranking-card-care .tyw-ranking-card-badge.is-winner {
	color: var(--tyw-care-dark);
}

.tyw-ranking-card-dream .tyw-ranking-card-place,
.tyw-ranking-card-dream .tyw-ranking-card-badge.is-top5,
.tyw-ranking-card-dream .tyw-ranking-card-badge.is-winner {
	color: #6a9fd4;
}

.tyw-ranking-card-touches {
	margin: 0.15rem 0 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
}

.tyw-ranking-card-badge {
	margin: 0.45rem 0 0;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--tyw-gray-600);
}

.tyw-ranking-card-gap {
	margin: 0.35rem 0 0;
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
}

.tyw-ranking-card-meter {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: 100%;
	max-width: 14rem;
	margin: 0.65rem auto 0;
}

.tyw-ranking-card-meter-track {
	display: block;
	flex: 1 1 auto;
	max-width: 12rem;
	height: 0.35rem;
	overflow: hidden;
	border-radius: 999px;
	background: var(--tyw-gray-100);
}

.tyw-ranking-card-meter-fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--tyw-care);
}

.tyw-ranking-card-give .tyw-ranking-card-meter-fill {
	background: var(--tyw-share);
}

.tyw-ranking-card-dream .tyw-ranking-card-meter-fill {
	background: var(--tyw-dream);
}

.tyw-ranking-card-meter-label {
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--tyw-gray-600);
}

.tyw-ranking-card-status,
.tyw-ranking-board-status {
	margin: var(--tyw-cv-inner, 0.5rem) 0 0;
	font-size: 0.8rem;
	font-weight: 500;
	color: var(--tyw-gray-500);
}

.tyw-ranking-card-link,
.tyw-ranking-board-link {
	display: inline-block;
	margin-top: var(--tyw-cv-inner, 0.5rem);
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--tyw-share);
	text-decoration: none;
}

.tyw-ranking-card-care .tyw-ranking-card-link,
.tyw-ranking-board-care .tyw-ranking-board-link {
	color: var(--tyw-care-dark);
}

.tyw-ranking-card-dream .tyw-ranking-card-link,
.tyw-ranking-board-dream .tyw-ranking-board-link {
	color: #6a9fd4;
}

.tyw-ranking-card-link:hover,
.tyw-ranking-card-link:focus,
.tyw-ranking-board-link:hover,
.tyw-ranking-board-link:focus {
	text-decoration: underline;
}

.tyw-ranking-card-empty,
.tyw-ranking-board-empty {
	margin: 0.55rem 0 0;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
}

.tyw-ranking-board-head {
	margin-bottom: 0.75rem;
}

.tyw-ranking-board-lead {
	margin: 0.25rem 0 0;
	font-size: 0.88rem;
	font-style: italic;
	font-weight: 500;
	color: var(--tyw-gray-600);
}

.tyw-ranking-board-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	text-align: left;
}

.tyw-ranking-board-row {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.55rem 0.65rem;
	border-radius: var(--tyw-bar-radius);
	border: 1px solid transparent;
	background: var(--tyw-gray-50, #f8f9fa);
}

.tyw-ranking-board-row.is-top5 {
	border-color: rgba(var(--tyw-share-rgb), 0.22);
	background: rgba(var(--tyw-share-rgb), 0.06);
}

.tyw-ranking-board-care .tyw-ranking-board-row.is-top5 {
	border-color: rgba(var(--tyw-care-rgb), 0.28);
	background: rgba(var(--tyw-care-rgb), 0.1);
}

.tyw-ranking-board-dream .tyw-ranking-board-row.is-top5 {
	border-color: rgba(var(--tyw-dream-rgb), 0.28);
	background: rgba(var(--tyw-dream-rgb), 0.1);
}

.tyw-ranking-board-row.is-first {
	border-color: rgba(var(--tyw-share-rgb), 0.4);
	background: rgba(var(--tyw-share-rgb), 0.12);
	box-shadow: var(--tyw-shade-soft);
}

.tyw-ranking-board-care .tyw-ranking-board-row.is-first {
	border-color: rgba(var(--tyw-care-rgb), 0.45);
	background: rgba(var(--tyw-care-rgb), 0.16);
}

.tyw-ranking-board-dream .tyw-ranking-board-row.is-first {
	border-color: rgba(var(--tyw-dream-rgb), 0.45);
	background: rgba(var(--tyw-dream-rgb), 0.16);
}

.tyw-ranking-board-row.is-yours {
	outline: 2px solid var(--tyw-orange);
	outline-offset: 1px;
}

.tyw-ranking-board-rank {
	flex-shrink: 0;
	min-width: 2rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
}

.tyw-ranking-board-thumb {
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0;
	object-fit: cover;
	border-radius: 0.4rem;
	background: var(--tyw-gray-100);
}

.tyw-ranking-board-thumb-empty {
	display: inline-block;
}

.tyw-ranking-board-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
	gap: 0.1rem;
}

.tyw-ranking-board-name {
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tyw-ranking-board-count {
	font-size: 0.8rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
}

.tyw-ranking-board-all-title {
	margin: 1rem 0 0.55rem;
	font-size: 0.98rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
	text-align: center;
}

.tyw-ranking-board-list-rest .tyw-ranking-board-row {
	background: transparent;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
}

.tyw-ranking-back {
	margin: 0.25rem 0 0.5rem;
	text-align: center;
}

.tyw-ranking-back a {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--tyw-gray-600);
	text-decoration: none;
}

.tyw-ranking-back a:hover,
.tyw-ranking-back a:focus {
	color: var(--tyw-gray-900);
	text-decoration: underline;
}

.tyw-conversation {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tyw-content-panel-max);
	margin: 0 auto;
	padding: var(--tyw-cv-pad, 0.75rem);
	border-radius: var(--tyw-bar-radius);
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	box-shadow: var(--tyw-shade-soft);
}

.tyw-conversation-intro {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--tyw-cv-inner, 0.5rem);
	width: 100%;
	margin: 0 0 var(--tyw-cv-inner, 0.5rem);
	padding: 0.65rem 0.75rem;
	border: 0;
	border-radius: 0.85rem;
	background: linear-gradient(180deg, rgba(var(--tyw-orange-rgb), 0.16) 0%, rgba(var(--tyw-orange-rgb), 0.06) 100%);
	text-align: left;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

.tyw-conversation-intro-head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
}

.tyw-conversation-intro-copy-wrap {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.2rem;
}

.tyw-conversation-intro-title {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 800;
	color: var(--tyw-gray-900);
	line-height: 1.35;
	text-align: left;
}

.tyw-conversation-intro:hover,
.tyw-conversation-intro:focus-visible {
	background: linear-gradient(180deg, rgba(var(--tyw-orange-rgb), 0.22) 0%, rgba(var(--tyw-orange-rgb), 0.1) 100%);
	outline: none;
}

.tyw-conversation-intro-copy {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
	line-height: 1.4;
	text-align: left;
}

.tyw-conversation.is-collapsed .tyw-conversation-intro-copy {
	display: none;
}

.tyw-conversation-intro-action {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.15rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--tyw-orange);
	line-height: 1.3;
}

.tyw-conversation-intro-action .bi {
	font-size: 0.95rem;
}

.tyw-conversation-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.28rem;
	width: 100%;
	box-sizing: border-box;
	max-width: none;
	padding: 0.5rem 0.85rem;
	border-radius: 999px;
	background: var(--tyw-orange);
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.2;
	white-space: nowrap;
}

.tyw-conversation-pill .bi {
	font-size: 0.85rem;
	line-height: 1;
}

.tyw-conversation.is-collapsed {
	padding-bottom: var(--tyw-cv-pad, 0.75rem);
}

.tyw-conversation.is-collapsed .tyw-conversation-body {
	display: none;
}

.tyw-conversation.is-collapsed .tyw-conversation-intro {
	margin-bottom: 0;
}

.tyw-conversation-intro-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	background: var(--tyw-orange);
	color: #fff;
	font-size: 1.05rem;
}

.tyw-conversation-kicker {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tyw-orange);
}

.tyw-conversation-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0 0 0.35rem;
}

.tyw-conversation-head .tyw-conversation-kicker {
	margin: 0;
}

.tyw-story-report {
	margin: 0.65rem 0 0.1rem;
	text-align: center;
}

.tyw-story-card .tyw-story-report {
	margin: 0.65rem 0 0;
	flex-shrink: 0;
}

.tyw-campaign-view-story > .tyw-story-report,
.tyw-campaign-view-actions + .tyw-story-report {
	margin: 0.55rem 0 0.05rem;
}

.tyw-story-report + .tyw-story-share {
	margin-top: 0.15rem;
}

.tyw-story-card .tyw-story-report + .tyw-story-share {
	margin-top: 0.65rem;
}

.tyw-story-report-form {
	display: inline;
	margin: 0;
}

.tyw-story-report-link,
.tyw-story-report-btn,
.tyw-conversation-report {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	flex-shrink: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: #c96b6b;
}

.tyw-story-report-link .bi,
.tyw-story-report-btn .bi,
.tyw-conversation-report .bi {
	font-size: 0.95rem;
	line-height: 1;
	color: inherit;
}

.tyw-story-report-btn {
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #c96b6b;
	line-height: inherit;
}

.tyw-story-report-flash {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--tyw-gray-700, #495057);
}

.tyw-story-report-flash-err {
	color: #b45353;
}

.tyw-story-report-done {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tyw-gray-500, #6c757d);
}

.tyw-story-report-link:hover,
.tyw-story-report-link:focus,
.tyw-story-report-btn:hover,
.tyw-story-report-btn:focus,
.tyw-conversation-report:hover,
.tyw-conversation-report:focus {
	color: #b45353;
	text-decoration: none;
}

.tyw-conversation-count {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0.35rem 0 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
}

.tyw-conversation-count .bi {
	color: var(--tyw-orange);
}

.tyw-conversation-flash,
.tyw-conversation-error {
	margin: 0 0 0.75rem;
	padding: 0.55rem 0.7rem;
	border-radius: 0.5rem;
	font-size: 0.9rem;
	font-weight: 600;
}

.tyw-conversation-flash {
	background: rgba(var(--tyw-care-rgb), 0.18);
	color: var(--tyw-gray-800);
}

.tyw-conversation-error {
	background: rgba(220, 53, 69, 0.1);
	color: #a12632;
}

.tyw-conversation-form {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin-bottom: 1rem;
}

.tyw-conversation-compose {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
}

.tyw-conversation-avatar {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 50%;
	background: #d9b48a;
	color: #fff;
	font-size: 0.92rem;
	font-weight: 800;
}

.tyw-conversation-avatar-0 { background: var(--tyw-care); }
.tyw-conversation-avatar-1 { background: var(--tyw-share); }
.tyw-conversation-avatar-2 { background: var(--tyw-dream); }

.tyw-conversation-compose textarea {
	flex: 1;
	min-width: 0;
	min-height: 5.2rem;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.85rem;
	font-family: inherit;
	font-size: 0.95rem;
	line-height: 1.45;
	resize: vertical;
}

.tyw-conversation-compose textarea:focus {
	outline: none;
	border-color: var(--tyw-orange);
	box-shadow: 0 0 0 3px rgba(var(--tyw-orange-rgb), 0.18);
}

.tyw-conversation-form-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding-left: 2.8rem;
}

.tyw-conversation-counter {
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--tyw-gray-500);
}

.tyw-conversation-post {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.45rem 0.9rem;
	font-size: 0.92rem;
	font-weight: 700;
}

.tyw-conversation-login,
.tyw-conversation-empty {
	margin: 0 0 0.85rem;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--tyw-gray-600);
	text-align: center;
}

.tyw-conversation-login a {
	font-weight: 700;
	color: var(--tyw-orange);
	text-decoration: none;
}

.tyw-conversation-login a:hover,
.tyw-conversation-login a:focus {
	text-decoration: underline;
}

.tyw-conversation-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tyw-conversation-item {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	padding: 0.85rem 0;
	border-top: 1px solid var(--tyw-gray-100);
}

.tyw-conversation-item-body {
	min-width: 0;
	flex: 1;
}

.tyw-conversation-meta {
	margin: 0 0 0.25rem;
	font-size: 0.88rem;
	color: var(--tyw-gray-500);
}

.tyw-conversation-meta strong {
	color: var(--tyw-gray-900);
	font-weight: 800;
}

.tyw-conversation-owner {
	display: inline-block;
	margin-left: 0.35rem;
	padding: 0.08rem 0.45rem;
	border-radius: 999px;
	background: var(--tyw-orange);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	vertical-align: 0.08em;
}

.tyw-conversation-when {
	font-weight: 500;
}

.tyw-conversation-text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.45;
	color: var(--tyw-gray-800);
	word-wrap: break-word;
}

.tyw-story-share {
	margin-top: 0.35rem;
	padding: 0.85rem 0.85rem 0.15rem;
	border-top: 1px solid var(--tyw-gray-100);
	text-align: center;
}

.tyw-story-share-title {
	margin: 0 0 0.55rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--tyw-gray-800);
}

.tyw-story-share-row {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
}

.tyw-story-share-row .tyw-story-link-icon {
	flex: 0 0 auto;
	width: 2.4rem;
	height: 2.4rem;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
}

.tyw-story-share-row .tyw-story-link-icon .bi {
	font-size: 1.1rem;
}

.tyw-story-share-row .tyw-story-link-icon.tyw-story-link-icon-facebook {
	background-color: #1877F2;
}

.tyw-story-share-row .tyw-story-link-icon.tyw-story-share-x {
	background-color: #111;
}

.tyw-story-share-row .tyw-story-link-icon.tyw-story-share-whatsapp {
	background-color: #25D366;
}

.tyw-story-share-row .tyw-story-link-icon.tyw-story-share-linkedin {
	background-color: #0A66C2;
}

.tyw-story-share-row .tyw-story-link-icon.tyw-story-share-mail {
	background-color: var(--tyw-orange);
}

.tyw-story-share-row .tyw-story-link-icon.tyw-story-share-copy {
	background-color: var(--tyw-gray-700);
}

.tyw-campaign-view-story > .tyw-story-share {
	margin-top: 0.15rem;
	padding-left: 0;
	padding-right: 0;
}

.tyw-conversation-share {
	margin-top: 0.35rem;
	padding-top: 1rem;
	border-top: 1px solid var(--tyw-gray-100);
	text-align: center;
}

.tyw-conversation-share .tyw-conversation-kicker {
	margin-bottom: 0.7rem;
}

.tyw-conversation-share-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
}

.tyw-conversation-share-row .tyw-story-link-icon {
	width: 2.5rem;
	height: 2.5rem;
	border: 0;
	cursor: pointer;
	text-decoration: none;
}

.tyw-conversation-share-row .tyw-story-link-icon .bi {
	font-size: 1.2rem;
}

.tyw-conversation-share-x {
	background-color: #111;
}

.tyw-conversation-share-whatsapp {
	background-color: #25D366;
}

.tyw-conversation-share-linkedin {
	background-color: #0A66C2;
}

.tyw-conversation-share-mail {
	background-color: var(--tyw-orange);
}

.tyw-conversation-share-copy {
	background-color: var(--tyw-gray-700);
}

.tyw-story-card .tyw-conversation {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0.85rem 0 0;
	padding: 0.9rem var(--tyw-pad-x) 1.05rem;
	border: 0;
	border-top: 1px solid var(--tyw-gray-200);
	border-radius: 0 0 0.5rem 0.5rem;
	box-shadow: none;
	background: #fff;
}

.tyw-special-card .tyw-story-card .tyw-conversation {
	border-radius: 0 0 0.75rem 0.75rem;
}

.tyw-story-card-care .tyw-conversation {
	border-top-color: rgba(var(--tyw-care-rgb), 0.28);
}

.tyw-story-card-give .tyw-conversation {
	border-top-color: rgba(var(--tyw-share-rgb), 0.28);
}

.tyw-story-card-dream .tyw-conversation {
	border-top-color: rgba(var(--tyw-dream-rgb), 0.28);
}

.tyw-story-comments-link {
	margin: 0;
	padding: 0.15rem var(--tyw-pad-x) 0.85rem;
	text-align: center;
}

.tyw-story-comments-link a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--tyw-orange);
	text-decoration: none;
}

.tyw-story-comments-link a:hover,
.tyw-story-comments-link a:focus {
	color: var(--tyw-orange-dark);
	text-decoration: underline;
}

html.tyw-buy-touches-open,
html.tyw-buy-touches-open body {
	overflow: hidden;
	overscroll-behavior: none;
}

.tyw-buy-touches-overlay {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 8px;
	background: rgba(26, 32, 38, 0.48);
	overscroll-behavior: none;
}

.tyw-buy-touches-overlay.is-open {
	display: flex;
}

.tyw-buy-touches-dialog {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(100vw - 16px);
	max-width: 28rem;
	max-height: calc(100vh - 16px);
	max-height: calc(100dvh - 16px);
	margin: 0;
	overflow: hidden;
	padding: 0;
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.85rem;
	box-shadow: 0 18px 40px rgba(26, 32, 38, 0.22);
}

.tyw-buy-touches-header {
	position: sticky;
	top: 0;
	z-index: 2;
	flex-shrink: 0;
	padding: 0.85rem 1.25rem 0.75rem;
	background: #fff;
}

.tyw-buy-touches-close {
	position: absolute;
	top: 0.55rem;
	right: 0.55rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--tyw-gray-500);
	cursor: pointer;
}

.tyw-buy-touches-close:hover,
.tyw-buy-touches-close:focus {
	color: var(--tyw-gray-800);
}

.tyw-buy-touches-title {
	margin: 0 1.5rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	color: var(--tyw-gray-700);
}

.tyw-buy-touches-overlay.is-give .tyw-buy-touches-title {
	font-size: 1rem;
	letter-spacing: normal;
	text-transform: none;
	line-height: 1.25;
}

.tyw-buy-touches-overlay.is-give .tyw-buy-touches-title-icon--end {
	display: none;
}

.tyw-buy-touches-step {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
}

.tyw-buy-touches-step[hidden] {
	display: none !important;
}

.tyw-buy-touches-form {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
}

.tyw-buy-touches-form[hidden] {
	display: none !important;
}

.tyw-buy-touches-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 0 1.25rem 1rem;
}

.tyw-buy-touches-footer {
	flex-shrink: 0;
	padding: 0.75rem 1.25rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
	background: #fff;
	border-top: 1px solid var(--tyw-gray-200);
}

.tyw-buy-touches-balance-note {
	margin: 0.5rem 0 0;
	font-size: 0.72rem;
	line-height: 1.35;
	font-weight: 400;
	text-align: center;
	color: var(--tyw-gray-600);
}

.tyw-buy-touches-title-icon {
	color: var(--tyw-orange);
	letter-spacing: 0;
	text-transform: none;
}

.tyw-buy-touches-title-icon--end {
	transform: scaleX(-1);
}

.tyw-buy-touches-title-icon .bi {
	font-size: 1rem;
	line-height: 1;
	vertical-align: -0.05em;
}

.tyw-buy-touches-lead {
	margin: 0 0 1rem;
	font-size: 0.9rem;
	line-height: 1.4;
	text-align: left;
	color: var(--tyw-gray-600);
}

.tyw-buy-touches-lead-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1rem;
	text-align: center;
}

.tyw-buy-touches-lead-copy > p {
	margin: 0;
}

.tyw-buy-touches-lead-primary {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-gray-800);
}

.tyw-buy-touches-lead-min,
.tyw-buy-touches-lead-secondary {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	color: var(--tyw-gray-600);
}

.tyw-buy-touches-lead-secondary {
	text-wrap: pretty;
	text-wrap: balance;
}

.tyw-buy-touches-info {
	margin-top: 0;
	padding: 0.55rem 0.7rem;
	background: var(--tyw-gray-50, #f7f8f9);
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.4rem;
}

.tyw-buy-touches-info-title {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--tyw-gray-700);
}

.tyw-buy-touches-info-body {
	margin: 0.35rem 0 0;
	font-size: 0.75rem;
	line-height: 1.4;
	color: var(--tyw-gray-600);
}

.tyw-buy-touches-more {
	margin-top: 0.35rem;
}

.tyw-buy-touches-more > summary {
	list-style: none;
	cursor: pointer;
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--tyw-gray-500);
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.tyw-buy-touches-more > summary::-webkit-details-marker {
	display: none;
}

.tyw-buy-touches-more-body {
	margin-top: 0.4rem;
}

.tyw-buy-touches-more-body > p {
	margin: 0;
	font-size: 0.72rem;
	line-height: 1.4;
	color: var(--tyw-gray-500);
}

.tyw-buy-touches-more-body > p + p {
	margin-top: 0.35rem;
}

.tyw-buy-touches-wallet {
	margin: 0 1.25rem 0.5rem;
	padding: 0.45rem 0.7rem;
	background: rgba(var(--tyw-orange-rgb), 0.12);
	border-radius: 0.45rem;
	font-size: 0.88rem;
	font-weight: 700;
	text-align: center;
	color: var(--tyw-gray-800);
}

.tyw-buy-touches-overlay.is-give .tyw-buy-touches-lead,
.tyw-buy-touches-overlay.is-give .tyw-buy-touches-choose,
.tyw-buy-touches-overlay.is-give .tyw-buy-touches-amounts,
.tyw-buy-touches-overlay.is-give .tyw-buy-touches-total,
.tyw-buy-touches-overlay.is-give .tyw-buy-touches-acks {
	display: none;
}

.tyw-buy-touches-choose {
	margin: 0 0 1rem;
}

.tyw-buy-touches-choose-label {
	margin: 0 0 0.5rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--tyw-gray-700);
}

.tyw-buy-touches-amounts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0.5rem;
}

.tyw-buy-touches-amount {
	padding: 0.5rem 0.25rem;
	font-family: var(--tyw-font);
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
	cursor: pointer;
}

.tyw-buy-touches-amount:hover,
.tyw-buy-touches-amount:focus {
	border-color: var(--tyw-orange);
	background: #fff;
	color: var(--tyw-gray-900);
}

.tyw-buy-touches-amount.is-active,
.tyw-buy-touches-amount.is-active:hover,
.tyw-buy-touches-amount.is-active:focus {
	color: #fff;
	background: var(--tyw-orange);
	border-color: var(--tyw-orange);
}

.tyw-buy-touches-custom {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--tyw-gray-600);
}

.tyw-buy-touches-custom input {
	box-sizing: border-box;
	width: 100%;
	padding: 0.55rem 0.7rem;
	font-family: var(--tyw-font);
	font-size: 1rem;
	font-weight: 600;
	color: var(--tyw-gray-900);
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
}

.tyw-buy-touches-custom input:focus {
	outline: none;
	border-color: var(--tyw-orange);
}

.tyw-buy-touches-custom input.is-invalid {
	border-color: var(--tyw-error);
}

.tyw-buy-touches-hint {
	margin: 0.5rem 0 0;
	font-size: 0.78rem;
	color: var(--tyw-gray-500);
}

.tyw-buy-touches-hint:empty {
	display: none;
}

.tyw-buy-touches-hint.is-error {
	color: var(--tyw-error);
}

.tyw-buy-touches-total {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0 0 0.75rem;
	padding: 0;
	border: 0;
	font-size: 0.9rem;
	color: var(--tyw-gray-600);
}

.tyw-buy-touches-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.75rem;
}

.tyw-buy-touches-summary-row span:last-child,
.tyw-buy-touches-total strong {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-buy-touches-acks {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
	margin: 0 0 0.95rem;
}

.tyw-buy-touches-ack {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.4;
	color: var(--tyw-gray-700);
	cursor: pointer;
}

.tyw-buy-touches-ack-secondary {
	color: var(--tyw-gray-600);
}

.tyw-buy-touches-ack input {
	flex: 0 0 auto;
	width: 0.95rem;
	height: 0.95rem;
	margin: 0.12rem 0 0;
}

.tyw-buy-touches-ack a {
	color: var(--tyw-blue-dark);
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.tyw-buy-touches-cta {
	width: 100%;
	min-height: 52px;
	padding: 0.75rem 1rem;
	font-weight: 800;
	border-radius: 0.5rem;
}

.tyw-buy-touches-cta:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.tyw-buy-touches-cta.is-busy {
	opacity: 0.7;
	pointer-events: none;
}

.tyw-give-status {
	margin: 0 1.25rem 0.75rem;
	padding: 0.85rem 0.9rem;
	border-radius: 0.55rem;
	background: rgba(var(--tyw-orange-rgb), 0.1);
	border: 1px solid rgba(var(--tyw-orange-rgb), 0.28);
	text-align: center;
}

.tyw-give-status.is-busy {
	background: var(--tyw-gray-100);
	border-color: var(--tyw-gray-200);
}

.tyw-give-status.is-success {
	background: rgba(25, 135, 84, 0.1);
	border-color: rgba(25, 135, 84, 0.35);
}

.tyw-give-status-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-give-status.is-success .tyw-give-status-title {
	color: #146c43;
}

.tyw-give-status-detail {
	margin: 0.35rem 0 0;
	font-size: 0.88rem;
	line-height: 1.45;
	white-space: pre-line;
	color: var(--tyw-gray-700);
}

.tyw-buy-touches-overlay.is-give-busy .tyw-buy-touches-close,
.tyw-buy-touches-overlay.is-give-busy [data-tyw-give-form] {
	pointer-events: none;
}

.tyw-buy-touches-overlay.is-give-success [data-tyw-give-form] {
	display: none;
}

.tyw-buy-checkout {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 0 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px));
}

.tyw-buy-checkout[hidden] {
	display: none !important;
}

.tyw-buy-checkout .tyw-buy-policy-consent {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.tyw-buy-checkout .tyw-buy-touches-title {
	margin-bottom: 0.5rem;
}

.tyw-buy-checkout-summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0.75rem;
	padding: 0.7rem 0.85rem;
	background: rgba(var(--tyw-orange-rgb), 0.12);
	border-radius: 0.5rem;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
}

.tyw-buy-checkout-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.6rem;
}

.tyw-buy-checkout-back {
	display: block;
	width: 100%;
	margin-top: 0.55rem;
	padding: 0.45rem;
	border: 0;
	background: transparent;
	font-family: var(--tyw-font);
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--tyw-gray-600);
	cursor: pointer;
}

.tyw-buy-checkout-back:hover,
.tyw-buy-checkout-back:focus {
	color: var(--tyw-gray-900);
}

/* -- Find a Story browse -- */
.tyw-page-find-story .tyw-home-main {
	padding-bottom: 2rem;
}

.tyw-find-back {
	margin: 0 0 0.75rem;
	text-align: center;
}

.tyw-find-back a {
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
	text-decoration: none;
}

.tyw-find-back a:hover,
.tyw-find-back a:focus {
	color: var(--tyw-gray-900);
	text-decoration: underline;
}

.tyw-find-panel-body {
	padding-top: 0.45rem;
	text-align: center;
}

.tyw-page-find-story .tyw-find-panel.tyw-section-inner {
	gap: 0.75rem;
	padding-top: 0;
}

.tyw-page-find-story .tyw-find-panel > .tyw-section-heading-login {
	margin-bottom: 0;
}

.tyw-find-form {
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}

.tyw-find-toolbar {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	width: 100%;
}

.tyw-find-geo-row,
.tyw-find-custom-range,
.tyw-find-actions-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.45rem 0.5rem;
	align-items: end;
	width: 100%;
}

.tyw-find-custom-range {
	grid-template-columns: 1fr 1fr auto;
}

.tyw-find-custom-range[hidden] {
	display: none;
}

.tyw-find-field {
	min-width: 0;
	text-align: left;
}

.tyw-find-filter-label {
	display: block;
	margin: 0 0 0.2rem;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--tyw-gray-500);
	text-align: left;
}

.tyw-find-search-wrap {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.65rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.65rem;
	background: #fff;
	box-shadow: none;
	min-height: 2.35rem;
}

.tyw-find-search-wrap .bi-search {
	color: var(--tyw-gray-500);
	flex-shrink: 0;
}

.tyw-find-search {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	font-size: 0.9rem;
	outline: none;
}

.tyw-find-select {
	width: 100%;
	min-height: 2.2rem;
	padding: 0.28rem 0.5rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.55rem;
	background: #fff;
	font-size: 0.86rem;
	box-shadow: none;
}

.tyw-find-range-apply {
	min-height: 2.2rem;
	padding: 0.28rem 0.7rem;
	border: 1px solid var(--tyw-gray-300);
	border-radius: 0.55rem;
	background: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
	cursor: pointer;
}

.tyw-find-range-error {
	grid-column: 1 / -1;
	margin: 0;
	font-size: 0.8rem;
	color: #b02a37;
	text-align: left;
}

.tyw-find-world-block {
	margin: 0;
	text-align: center;
}

.tyw-find-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.3rem;
}

.tyw-find-world-pills {
	flex-wrap: nowrap;
	gap: 0.3rem;
	width: 100%;
}

.tyw-find-world-pills .tyw-find-pill {
	flex: 1 1 0;
	min-width: 0;
}

.tyw-find-world-pills .tyw-find-pill span {
	justify-content: center;
	width: 100%;
	padding: 0.28rem 0.3rem;
}

.tyw-find-pill {
	margin: 0;
	cursor: pointer;
}

.tyw-find-pill input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.tyw-find-pill span {
	display: inline-flex;
	align-items: center;
	min-height: 2.05rem;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	border: 1px solid var(--tyw-gray-200);
	background: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
	box-shadow: none;
}

.tyw-find-pill input:checked + span {
	border-width: 2px;
	border-color: var(--tyw-gray-400);
	background: var(--tyw-gray-50);
	color: var(--tyw-gray-900);
	font-weight: 700;
	box-shadow: none;
}

.tyw-find-pill-care span {
	border-color: rgba(var(--tyw-care-rgb), 0.5);
	background: rgba(var(--tyw-care-rgb), 0.12);
	color: var(--tyw-gray-900);
}

.tyw-find-pill-give span {
	border-color: rgba(var(--tyw-share-rgb), 0.45);
	background: rgba(var(--tyw-share-rgb), 0.1);
	color: var(--tyw-gray-900);
}

.tyw-find-pill-dream span {
	border-color: rgba(var(--tyw-dream-rgb), 0.5);
	background: rgba(var(--tyw-dream-rgb), 0.12);
	color: var(--tyw-gray-900);
}

.tyw-find-pill-care input:checked + span {
	border-color: var(--tyw-care);
	background: rgba(var(--tyw-care-rgb), 0.22);
	color: var(--tyw-gray-900);
	box-shadow: 0 0 0 1px rgba(var(--tyw-care-rgb), 0.2);
}

.tyw-find-pill-give input:checked + span {
	border-color: var(--tyw-share);
	background: rgba(var(--tyw-share-rgb), 0.2);
	color: var(--tyw-gray-900);
	box-shadow: 0 0 0 1px rgba(var(--tyw-share-rgb), 0.18);
}

.tyw-find-pill-dream input:checked + span {
	border-color: var(--tyw-dream);
	background: rgba(var(--tyw-dream-rgb), 0.22);
	color: var(--tyw-gray-900);
	box-shadow: 0 0 0 1px rgba(var(--tyw-dream-rgb), 0.2);
}

.tyw-find-more-btn {
	width: 100%;
	min-height: 2.2rem;
	padding: 0.28rem 0.7rem;
	border: 1px solid var(--tyw-gray-300);
	border-radius: 0.55rem;
	background: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--tyw-gray-700);
	cursor: pointer;
	box-shadow: none;
}

.tyw-find-more-btn:hover,
.tyw-find-more-btn:focus-visible {
	border-color: var(--tyw-gray-400);
	background: var(--tyw-gray-50);
}

.tyw-find-sort-field .tyw-find-select {
	min-height: 2.2rem;
}

.tyw-find-more-overlay {
	align-items: flex-end;
	padding: 0;
	z-index: 10055;
}

.tyw-find-more-overlay.is-open {
	display: flex !important;
}

.tyw-find-more-dialog {
	width: 100%;
	max-width: 28rem;
	max-height: 88vh;
	overflow: auto;
	margin: 0;
	padding: 1rem 1rem 1.15rem;
	border-radius: 1rem 1rem 0 0;
	text-align: left;
}

.tyw-find-more-group {
	margin: 0 0 0.7rem;
}

.tyw-find-more-group .tyw-find-filter-label {
	margin-bottom: 0.3rem;
}

.tyw-find-more-actions {
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
	margin-top: 0.35rem;
}

.tyw-find-more-actions .btn {
	flex: 1 1 0;
	min-height: 2.4rem;
}

.tyw-find-login-hint {
	margin: 0.35rem 0 0;
	font-size: 0.8rem;
	color: var(--tyw-gray-600);
}

.tyw-find-country-block .choices,
.tyw-find-field .choices {
	width: 100%;
	margin-bottom: 0;
	text-align: left;
}

.tyw-find-country-block .choices__inner,
.tyw-find-field .choices__inner {
	display: flex;
	align-items: center;
	min-height: 2.2rem;
	padding: 0.28rem 1.7rem 0.28rem 0.5rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.55rem;
	background: #fff;
	font-size: 0.86rem;
	box-shadow: none;
}

.tyw-find-country-block .choices__list--single,
.tyw-find-field .choices__list--single {
	padding: 0;
}

.tyw-find-country-block .choices__list--single .choices__item,
.tyw-find-field .choices__list--single .choices__item {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0;
	line-height: 1.3;
}

.tyw-find-country-block .choices__list--dropdown,
.tyw-find-field .choices__list--dropdown {
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
	box-shadow: var(--tyw-shade);
}

.tyw-find-country-block .choices__list--dropdown .choices__item,
.tyw-find-field .choices__list--dropdown .choices__item {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5rem 0.7rem;
	font-size: 0.9rem;
}

.tyw-find-country-block .choices__list--dropdown .choices__item--selectable.is-highlighted,
.tyw-find-field .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background: var(--tyw-gray-50);
}

.tyw-find-country-block .choices[data-type*=select-one]::after,
.tyw-find-field .choices[data-type*=select-one]::after {
	right: 0.75rem;
	margin-top: -2px;
}

.tyw-find-country-block .choices.is-focused .choices__inner,
.tyw-find-country-block .choices.is-open .choices__inner,
.tyw-find-field .choices.is-focused .choices__inner,
.tyw-find-field .choices.is-open .choices__inner {
	border-color: var(--tyw-blue);
	box-shadow: 0 0 0 3px rgba(var(--tyw-blue-rgb), 0.12);
}

.tyw-country-flag-icon {
	display: inline-block;
	width: 20px;
	height: 15px;
	object-fit: cover;
	border-radius: 2px;
	flex-shrink: 0;
	vertical-align: middle;
}

.tyw-find-eligible {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	flex-grow: 0;
	gap: 0.5rem;
	width: auto;
	height: auto;
	min-height: 0;
	margin: 0.875rem auto 1rem;
	padding: 0;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.3;
	color: var(--tyw-orange);
	cursor: pointer;
}

.tyw-find-eligible input {
	width: 1.1rem;
	height: 1.1rem;
	flex-shrink: 0;
	margin: 0;
	accent-color: var(--tyw-orange);
}

.tyw-find-sponsored-note {
	margin: 0 0 0.85rem;
	padding: 0.65rem 0.75rem;
	border-radius: 0.75rem;
	background: rgba(var(--tyw-care-rgb), 0.14);
	border: 1px solid rgba(var(--tyw-care-rgb), 0.35);
	font-size: 0.9rem;
	color: var(--tyw-gray-800);
	text-align: center;
}

.tyw-find-sponsored-note-icon {
	display: inline-flex;
	align-items: center;
	margin-right: 0.25rem;
	color: var(--tyw-orange);
	vertical-align: -0.1em;
}

.tyw-find-sponsored-note-icon .bi {
	font-size: 1rem;
	line-height: 1;
}

.tyw-find-results-divider {
	height: 1px;
	margin: 0.15rem 0 0.55rem;
	background: linear-gradient(90deg, transparent, rgba(var(--tyw-blue-rgb), 0.18), transparent);
}

.tyw-find-results-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.35rem 1rem;
	margin-bottom: 0.75rem;
}

.tyw-find-results-head[hidden] {
	display: none !important;
}

.tyw-find-results-title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-find-results-count {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--tyw-gray-500);
}

.tyw-find-grid {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tyw-find-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 0.875rem;
	border-radius: 0.85rem;
	border: 1px solid var(--tyw-gray-200);
	background: #fff;
	box-shadow: var(--tyw-shade-soft);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.tyw-find-card:hover,
.tyw-find-card:focus-visible {
	background: var(--tyw-gray-50);
	border-color: var(--tyw-gray-300);
	box-shadow: var(--tyw-shade);
	outline: none;
}

.tyw-find-card-care {
	border-left: 3px solid var(--tyw-care);
}

.tyw-find-card-give {
	border-left: 3px solid var(--tyw-share);
}

.tyw-find-card-dream {
	border-left: 3px solid var(--tyw-dream);
}

.tyw-find-card-care .tyw-find-card-classification {
	color: var(--tyw-care-dark);
}

.tyw-find-card-give .tyw-find-card-classification {
	color: var(--tyw-share-dark);
}

.tyw-find-card-dream .tyw-find-card-classification {
	color: var(--tyw-dream-dark);
}

.tyw-find-card-body {
	display: flex;
	align-items: flex-start;
	gap: 0.875rem;
	min-width: 0;
}

.tyw-find-card-media {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 105px;
	min-width: 105px;
	height: 105px;
	border-radius: 0.65rem;
	background: transparent;
	overflow: hidden;
}

.tyw-find-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.tyw-find-card-media--logo {
	padding: 0.5rem;
}

.tyw-find-card-media--logo img {
	object-fit: contain;
}

.tyw-find-card-media--empty {
	background: linear-gradient(135deg, var(--tyw-gray-100), var(--tyw-gray-200));
}

.tyw-find-card-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.3rem;
	min-width: 0;
}

.tyw-find-card-classification {
	display: block;
	width: 100%;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	color: var(--tyw-gray-500);
}

.tyw-find-card-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	color: var(--tyw-gray-900);
}

.tyw-find-card-excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 0.84rem;
	line-height: 1.4;
	text-align: left;
	color: var(--tyw-gray-600);
}

.tyw-find-card-badge {
	display: inline-block;
	margin-top: 0.15rem;
	padding: 0.18rem 0.5rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.3;
}

.tyw-find-card-badge--can-touch {
	color: #8a6d00;
	background: #fff8dc;
	border: 1px solid #f5e6a8;
}

.tyw-find-card-badge--touched {
	color: #1d5f8a;
	background: #eef6fc;
	border: 1px solid #c5dff0;
}

.tyw-find-card-badge--limit-reached {
	color: var(--tyw-gray-700);
	background: var(--tyw-gray-100);
	border: 1px solid var(--tyw-gray-300);
}

.tyw-find-card-badge--ended {
	color: var(--tyw-gray-600);
	background: var(--tyw-gray-50);
	border: 1px solid var(--tyw-gray-200);
}

.tyw-find-card-footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem 0.75rem;
	width: 100%;
	padding-top: 0.65rem;
	border-top: 1px solid var(--tyw-gray-100);
}

.tyw-find-card-footer-stats {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.1rem 0.35rem;
	min-width: 0;
	flex: 1 1 0;
}

.tyw-find-card-touches {
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--tyw-gray-700);
}

.tyw-find-card-period-sep {
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.3;
	color: var(--tyw-gray-400);
}

.tyw-find-card-ends {
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.3;
	color: var(--tyw-gray-500);
}

.tyw-find-card-cta {
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--tyw-orange-dark);
	white-space: nowrap;
	flex-shrink: 0;
	align-self: center;
}

.tyw-find-empty,
.tyw-find-empty-all {
	text-align: center;
	padding: 1.25rem 0.5rem;
}

.tyw-find-empty-title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--tyw-gray-900);
}

.tyw-find-empty-text {
	margin: 0.35rem 0 0.85rem;
	font-size: 0.92rem;
	color: var(--tyw-gray-600);
}

.tyw-find-empty-actions {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: 16rem;
	margin: 0 auto;
}

.tyw-find-load-wrap {
	margin-top: 0.85rem;
	text-align: center;
}

.tyw-find-load-more {
	min-width: 12rem;
	min-height: 2.75rem;
}

.tyw-find-chip-clear {
	border: 0;
	background: transparent;
	min-height: 1.8rem;
	padding: 0.2rem 0.15rem;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--tyw-blue);
	cursor: pointer;
}

.tyw-find-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
	justify-content: flex-start;
}

.tyw-find-chips[hidden] {
	display: none;
}

.tyw-find-chip {
	border: 1px solid var(--tyw-gray-300);
	border-radius: 999px;
	background: var(--tyw-gray-50);
	min-height: 1.7rem;
	padding: 0.1rem 0.55rem;
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--tyw-gray-800);
	cursor: pointer;
}

.tyw-find-chip:hover,
.tyw-find-chip:focus-visible {
	border-color: var(--tyw-gray-400);
	background: #fff;
}

@media (max-width: 767px) {
	.tyw-find-world-pills .tyw-find-pill span {
		font-size: 0.78rem;
	}

	.tyw-find-custom-range {
		grid-template-columns: 1fr 1fr;
	}

	.tyw-find-range-apply {
		grid-column: 1 / -1;
	}
}

@media (min-width: 768px) {
	.tyw-story-country-field {
		margin-bottom: 0.75rem;
		text-align: left;
	}
}

.tyw-story-country-field {
	margin-bottom: 0.75rem;
	text-align: left;
}

.tyw-story-country-field label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.88rem;
	font-weight: 600;
}

.tyw-story-country-field select {
	width: 100%;
	padding: 0.45rem 0.6rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.5rem;
}

@media (min-width: 992px) {
	.tyw-find-toolbar {
		display: grid;
		grid-template-columns: minmax(12rem, 1.5fr) 9.5rem 9.5rem auto auto;
		grid-template-areas:
			"search country date more sort"
			"world world world world world"
			"range range range range range"
			"chips chips chips chips chips";
		gap: 0.45rem 0.55rem;
		align-items: end;
	}

	.tyw-find-search-wrap {
		grid-area: search;
	}

	.tyw-find-geo-row {
		display: contents;
	}

	.tyw-find-geo-row .tyw-find-field:first-child {
		grid-area: country;
	}

	.tyw-find-geo-row .tyw-find-field:last-child {
		grid-area: date;
	}

	.tyw-find-world-block {
		grid-area: world;
	}

	.tyw-find-actions-row {
		display: contents;
	}

	.tyw-find-more-btn {
		grid-area: more;
		width: auto;
		min-width: 8.5rem;
	}

	.tyw-find-sort-field {
		grid-area: sort;
		min-width: 9rem;
	}

	.tyw-find-custom-range {
		grid-area: range;
		max-width: 28rem;
	}

	.tyw-find-chips {
		grid-area: chips;
	}

	.tyw-find-more-overlay {
		align-items: center;
		padding: 1.25rem;
	}

	.tyw-find-more-dialog {
		border-radius: 0.85rem;
		max-height: 80vh;
	}
}


.tyw-nav-install[hidden] {
	display: none !important;
}

/* PWA install prompt */
.tyw-pwa-install-root[hidden] {
	display: none !important;
}

.tyw-pwa-install-overlay {
	position: fixed;
	inset: 0;
	z-index: 10060;
	display: none;
	align-items: flex-end;
	justify-content: center;
	padding: 0.85rem;
	padding-bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
	background: rgba(26, 32, 38, 0.42);
}

.tyw-pwa-install-overlay.is-open {
	display: flex;
}

.tyw-pwa-install-sheet {
	position: relative;
	width: 100%;
	max-width: 24rem;
	margin: 0;
	padding: 1.25rem 1.15rem calc(1.15rem + env(safe-area-inset-bottom, 0px));
	background: #fff;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 1rem 1rem 0.85rem 0.85rem;
	box-shadow: 0 18px 40px rgba(26, 32, 38, 0.22);
	text-align: center;
}

.tyw-pwa-install-close {
	position: absolute;
	top: 0.55rem;
	right: 0.55rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--tyw-gray-500);
	cursor: pointer;
}

.tyw-pwa-install-close:hover,
.tyw-pwa-install-close:focus-visible {
	color: var(--tyw-gray-800);
	outline: 2px solid var(--tyw-blue);
	outline-offset: 2px;
}

.tyw-pwa-install-brand {
	position: relative;
	display: inline-flex;
	margin: 0.15rem 0 0.85rem;
}

.tyw-pwa-install-icon {
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.85rem;
	border: 1px solid var(--tyw-gray-200);
	box-shadow: var(--tyw-shade-soft);
	object-fit: contain;
	background: #fff;
}

.tyw-pwa-install-accent {
	position: absolute;
	right: -0.2rem;
	bottom: -0.15rem;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	background: var(--tyw-orange);
	border: 2px solid #fff;
}

.tyw-pwa-install-title {
	margin: 0 1.5rem 0.55rem;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-pwa-install-text,
.tyw-pwa-install-hint {
	margin: 0 auto 1rem;
	max-width: 20rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--tyw-gray-700);
}

.tyw-pwa-install-steps {
	margin: 0 auto 0.85rem;
	padding: 0 0 0 1.2rem;
	max-width: 19rem;
	text-align: left;
	color: var(--tyw-gray-700);
	font-size: 0.95rem;
	line-height: 1.5;
}

.tyw-pwa-install-steps li + li {
	margin-top: 0.45rem;
}

.tyw-pwa-install-share-icon {
	color: var(--tyw-blue-dark);
	margin: 0 0.1rem;
}

.tyw-pwa-install-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	width: 100%;
	min-height: 2.75rem;
	font-weight: 700;
}

.tyw-pwa-install-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 0.55rem;
	padding: 0.55rem 0.75rem;
	border: 0;
	background: transparent;
	color: var(--tyw-gray-600);
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
}

.tyw-pwa-install-secondary:hover,
.tyw-pwa-install-secondary:focus-visible {
	color: var(--tyw-gray-800);
	outline: none;
	text-decoration: underline;
}

@media (min-width: 576px) {
	.tyw-pwa-install-overlay {
		align-items: center;
		padding: 1.25rem;
	}

	.tyw-pwa-install-sheet {
		border-radius: 0.95rem;
		padding-bottom: 1.2rem;
	}
}

body.tyw-pwa-install-open {
	overflow: hidden;
}

/* Cookie consent */
.tyw-cookie-root[hidden],
.tyw-cookie-banner[hidden],
.tyw-cookie-prefs[hidden] {
	display: none !important;
}

.tyw-cookie-banner {
	position: fixed;
	left: 0.75rem;
	right: 0.75rem;
	bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
	z-index: 1080;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	pointer-events: none;
}

.tyw-cookie-banner-inner {
	pointer-events: auto;
	max-width: 36rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.65rem 0.85rem;
	padding: 0.75rem 0.9rem;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--tyw-gray-200);
	border-radius: 12px;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
}

.tyw-cookie-banner-copy {
	flex: 1 1 14rem;
	min-width: 0;
}

.tyw-cookie-banner-title {
	margin: 0 0 0.25rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
}

.tyw-cookie-banner-text {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.4;
	color: var(--tyw-gray-500);
}

.tyw-cookie-banner-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
}

.tyw-cookie-banner-actions .tyw-btn,
.tyw-cookie-banner-actions .btn {
	min-height: 2.15rem;
	padding: 0.35rem 0.75rem;
	font-size: 0.82rem;
}

.tyw-cookie-link-btn {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0.3rem 0.25rem;
	min-height: 2.15rem;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--tyw-gray-600);
	text-decoration: underline;
	cursor: pointer;
}

.tyw-cookie-link-btn:focus-visible {
	outline: 2px solid var(--tyw-orange);
	outline-offset: 2px;
}

.tyw-cookie-prefs {
	position: fixed;
	inset: 0;
	z-index: 1090;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 1rem;
	background: rgba(15, 23, 42, 0.45);
}

.tyw-cookie-prefs-dialog {
	position: relative;
	width: min(34rem, 100%);
	max-height: min(90vh, 40rem);
	overflow: auto;
	background: #fff;
	border-radius: 1rem;
	padding: 1.25rem 1.2rem 1.35rem;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.22);
}

.tyw-cookie-prefs-close {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	width: 2.4rem;
	height: 2.4rem;
	border: 0;
	border-radius: 999px;
	background: var(--tyw-gray-100);
	color: var(--tyw-gray-700);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.tyw-cookie-prefs-close:focus-visible {
	outline: 2px solid var(--tyw-orange);
	outline-offset: 2px;
}

.tyw-cookie-prefs-title {
	margin: 0 2rem 0.45rem 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
}

.tyw-cookie-prefs-lead {
	margin: 0 0 1rem;
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--tyw-gray-600);
}

.tyw-cookie-pref {
	margin: 0 0 0.75rem;
	padding: 0.75rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.75rem;
}

.tyw-cookie-pref-label {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
	margin: 0;
	cursor: pointer;
}

.tyw-cookie-pref-label input {
	margin-top: 0.2rem;
	flex: 0 0 auto;
}

.tyw-cookie-pref-desc {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.85rem;
	line-height: 1.4;
	color: var(--tyw-gray-600);
	font-weight: 400;
}

.tyw-cookie-prefs-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1rem;
}

.tyw-footer-cookie-settings {
	appearance: none;
	border: 0;
	background: transparent;
	font-family: inherit;
	/* Font size/weight/letter-spacing come from .tyw-footer-link (including mobile). */
	color: var(--tyw-gray-600);
	cursor: pointer;
}

.tyw-footer-inner button.tyw-footer-link:hover,
.tyw-footer-inner button.tyw-footer-link:focus-visible {
	color: var(--tyw-orange);
	text-decoration: none;
}

.tyw-footer-cookie-settings:focus-visible {
	outline: 2px solid var(--tyw-orange);
	outline-offset: 3px;
	border-radius: 0.25rem;
}

.tyw-footer-inner a.tyw-footer-link:focus-visible,
.tyw-footer-inner button.tyw-footer-link:focus-visible {
	outline: 2px solid var(--tyw-orange);
	outline-offset: 3px;
	border-radius: 0.25rem;
}

.tyw-embed-consent {
	position: relative;
	width: 100%;
	min-height: 12rem;
	background: var(--tyw-gray-100);
	border-radius: 0.75rem;
	overflow: hidden;
}

.tyw-embed-consent iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
}

.tyw-embed-placeholder {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 0.65rem;
	min-height: 12rem;
	padding: 1.1rem 1.15rem;
	color: var(--tyw-gray-700);
}

.tyw-embed-placeholder p {
	margin: 0;
	max-width: 28rem;
	line-height: 1.45;
}

.tyw-embed-consent.is-media-allowed .tyw-embed-placeholder {
	display: none;
}

@media (min-width: 768px) {
	.tyw-cookie-prefs {
		align-items: center;
	}
}

.tyw-admin-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	align-items: flex-end;
	margin: 1.25rem 0 1.5rem;
}

.tyw-admin-filters label {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--tyw-gray-700);
}

.tyw-admin-filters input,
.tyw-admin-filters select {
	min-width: 9.5rem;
	border: 1px solid var(--tyw-gray-300);
	border-radius: 0.4rem;
	padding: 0.4rem 0.55rem;
	font-size: 0.9rem;
}

.tyw-admin-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
	border-bottom: 1px solid var(--tyw-gray-300);
	margin: 1.25rem 0 0.25rem;
}

.tyw-admin-tab {
	display: inline-block;
	padding: 0.55rem 0.9rem;
	color: var(--tyw-gray-700);
	text-decoration: none;
	font-weight: 600;
	border-bottom: 3px solid transparent;
	margin-bottom: -1px;
}

.tyw-admin-tab:hover {
	color: var(--tyw-blue-dark);
}

.tyw-admin-tab.is-active {
	color: var(--tyw-blue-dark);
	border-bottom-color: var(--tyw-blue);
}

.tyw-pay-lead,
.tyw-pay-note {
	max-width: 46rem;
	color: var(--tyw-gray-700);
}

.tyw-pay-lead-tight {
	margin: 0 0 0.4rem;
	font-size: 0.95rem;
}

.tyw-pay-lead-center {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.tyw-pay-lead-center > span {
	display: block;
}

.tyw-pay-console h1.tyw-section-heading {
	margin-bottom: 0.3rem;
}

.tyw-pay-audit.tyw-pay-console {
	text-align: left;
}

.tyw-pay-crumb {
	margin: 0 0 0.65rem;
	font-size: 0.84rem;
	color: var(--tyw-gray-600);
	text-align: left;
}

.tyw-pay-crumb-sep {
	margin: 0 0.35rem;
	color: var(--tyw-gray-500);
}

.tyw-pay-console .tyw-admin-tabs {
	margin: 0.5rem 0 0.1rem;
}

.tyw-pay-filters {
	margin: 0.5rem 0 0.35rem;
	gap: 0.45rem 0.75rem;
}

.tyw-pay-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.55rem;
	margin: 0 0 0.35rem;
}

.tyw-pay-heading h1 {
	margin: 0;
}

.tyw-pay-status-label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tyw-gray-600);
}

.tyw-pay-id-block {
	margin: 0 0 0.45rem;
}

.tyw-pay-id-kicker {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tyw-gray-600);
}

.tyw-pay-id,
a.tyw-pay-id {
	white-space: nowrap;
	word-break: normal;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.78rem;
}

.tyw-pay-mono-full {
	display: block;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.8rem;
	overflow-wrap: anywhere;
}

.tyw-pay-units {
	white-space: nowrap;
	font-size: 0.82rem;
}

.tyw-pay-table-wrap {
	overflow-x: auto;
	margin-top: 0.5rem;
}

.tyw-pay-table {
	font-size: 0.88rem;
	vertical-align: top;
}

.tyw-pay-table th {
	white-space: nowrap;
	color: var(--tyw-gray-700);
	font-weight: 650;
	vertical-align: top;
}

.tyw-pay-col-filter-form {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.tyw-pay-sort {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	color: inherit;
	text-decoration: none;
	font-weight: 650;
	white-space: nowrap;
}

.tyw-pay-sort:hover,
.tyw-pay-sort:focus {
	color: var(--tyw-blue-dark);
	text-decoration: none;
}

.tyw-pay-sort-ind {
	position: relative;
	display: inline-block;
	width: 0.42rem;
	height: 0.72rem;
	opacity: 0.35;
}

.tyw-pay-sort-ind::before,
.tyw-pay-sort-ind::after {
	content: "";
	position: absolute;
	left: 0;
	border-left: 0.21rem solid transparent;
	border-right: 0.21rem solid transparent;
}

.tyw-pay-sort-ind::before {
	top: 0;
	border-bottom: 0.28rem solid currentColor;
}

.tyw-pay-sort-ind::after {
	bottom: 0;
	border-top: 0.28rem solid currentColor;
}

.tyw-pay-sort.is-asc .tyw-pay-sort-ind,
.tyw-pay-sort.is-desc .tyw-pay-sort-ind {
	opacity: 1;
}

.tyw-pay-sort.is-asc .tyw-pay-sort-ind::after,
.tyw-pay-sort.is-desc .tyw-pay-sort-ind::before {
	opacity: 0.25;
}

.tyw-pay-col-filter,
.admin-payment-table .filter-input,
.admin-payment-table .filter-select {
	display: block;
	width: 100%;
	min-width: 4.75rem;
	max-width: 8.5rem;
	margin-top: 0.28rem;
	border: 1px solid var(--tyw-gray-300);
	border-radius: 0.3rem;
	padding: 0.12rem 0.32rem;
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.25;
}

.tyw-pay-col-range {
	display: flex;
	flex-direction: column;
	gap: 0.18rem;
}

.tyw-pay-col-filter-spacer {
	visibility: hidden;
	pointer-events: none;
	border-color: transparent;
	background: transparent;
}

.tyw-pay-col-filter-actions,
.tyw-pay-console .filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
	margin: 0.45rem 0 0.15rem;
}

.admin-payment-table {
	font-size: 0.88rem;
	vertical-align: top;
}

.admin-payment-table thead th {
	white-space: nowrap;
	color: var(--tyw-gray-700);
	font-weight: 650;
	vertical-align: top;
}

.admin-payment-table .sortable-header {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	color: inherit;
	text-decoration: none;
	font-weight: 650;
	white-space: nowrap;
}

.tyw-pay-pager.table-footer {
	margin-top: 0.65rem;
}

.tyw-pay-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.8rem;
	overflow-wrap: anywhere;
}

.tyw-pay-num {
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.tyw-pay-muted {
	display: block;
	color: var(--tyw-gray-600);
	font-size: 0.78rem;
	font-weight: 500;
}

.tyw-pay-chip {
	display: inline-block;
	margin: 0.08rem 0.12rem 0.08rem 0;
	padding: 0.06rem 0.35rem;
	border-radius: 999px;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	background: var(--tyw-gray-200);
	color: var(--tyw-gray-800);
	white-space: nowrap;
}

.tyw-pay-chip-ok {
	background: #e8eef6;
	color: var(--tyw-blue-dark);
}

.tyw-pay-chip-succeeded {
	background: #e7f4ec;
	color: #0f5132;
}

.tyw-pay-chip-refunded {
	background: var(--tyw-gray-200);
	color: var(--tyw-gray-800);
}

.tyw-pay-chip-frozen {
	background: #fff1e6;
	color: #9a4b12;
}

.tyw-pay-chip-review {
	background: #fff4e5;
	color: #8a4b08;
}

.tyw-pay-chip-chargeback {
	background: var(--tyw-gray-800);
	color: #fff;
	font-size: 0.6rem;
	padding: 0.04rem 0.3rem;
}

.tyw-pay-chip-reinstated {
	background: #e8eef6;
	color: var(--tyw-blue-dark);
}

.tyw-pay-chip-pending {
	background: #f3f0ea;
	color: var(--tyw-gray-700);
}

.tyw-pay-currency-legend {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.2rem 0.4rem;
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	color: var(--tyw-gray-700);
}

.tyw-pay-callout {
	display: grid;
	grid-template-columns: minmax(8rem, 12rem) minmax(0, 1fr);
	gap: 0.35rem 1rem;
	align-items: start;
	margin: 0 0 1.1rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid #d7e3f0;
	border-radius: 8px;
	background: #f4f8fc;
}

.tyw-pay-callout-title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--tyw-blue-dark);
}

.tyw-pay-callout-body {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: var(--tyw-gray-700);
}

@media (max-width: 767px) {
	.tyw-pay-callout {
		grid-template-columns: 1fr;
	}
}

.tyw-pay-econ-tag,
.tyw-pay-settle-tag {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.12rem 0.45rem;
	border-radius: 999px;
}

.tyw-pay-econ-tag,
.tyw-pay-currency-legend-usd {
	color: var(--tyw-blue-dark);
}

.tyw-pay-econ-tag {
	background: #e8eef6;
}

.tyw-pay-settle-tag {
	background: var(--tyw-gray-200);
	color: var(--tyw-gray-800);
}

.tyw-pay-currency-legend-usd,
.tyw-pay-currency-legend-proc {
	font-weight: 700;
}

.tyw-pay-panel {
	margin: 0 0 1.25rem;
	padding: 1.15rem 1.25rem;
	border: 1px solid #d5dde6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(32, 54, 78, 0.04);
}

.tyw-pay-console .tyw-pay-panel-tyw,
.tyw-pay-console .tyw-pay-panel-stripe {
	border-left: 1px solid #d5dde6;
}

.tyw-pay-panel-kicker {
	display: block;
	margin: 0 0 0.45rem;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.03em;
	text-transform: none;
	color: var(--tyw-gray-600);
}

.tyw-pay-panel-title {
	margin: 0 0 0.7rem;
	font-size: 1.15rem;
	line-height: 1.3;
	font-weight: 700;
	color: var(--tyw-blue-dark);
	text-align: left;
}

.tyw-pay-dl {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
	gap: 0.7rem 1.25rem;
	margin: 0;
	text-align: left;
}

.tyw-pay-dl-compact {
	grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

.tyw-pay-dl-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tyw-pay-dl div {
	min-width: 0;
}

.tyw-pay-dl dt {
	font-size: 0.72rem;
	font-weight: 650;
	color: var(--tyw-gray-600);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.tyw-pay-dl dd {
	margin: 0.15rem 0 0;
	font-size: 0.95rem;
}

.tyw-pay-compliance {
	margin: 0 0 1.25rem;
	padding: 1.15rem 1.25rem;
	border: 1px solid #d5dde6;
	border-radius: 8px;
	background: #fff;
}

.tyw-pay-metrics {
	display: grid;
	gap: 0.75rem 1rem;
	margin: 0 0 0.85rem;
}

.tyw-pay-metrics:last-child {
	margin-bottom: 0;
}

.tyw-pay-metrics-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.tyw-pay-metrics-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tyw-pay-metrics-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tyw-pay-metric {
	min-width: 0;
	text-align: left;
}

.tyw-pay-metric-label {
	display: block;
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tyw-gray-600);
}

.tyw-pay-metric-value {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.28rem 0.4rem;
	font-size: 0.95rem;
	color: var(--tyw-gray-800);
}

.tyw-pay-audit {
	text-align: left;
	max-width: 1320px;
}

.tyw-pay-audit-title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--tyw-blue-dark);
	text-align: left;
}

.tyw-pay-pagehead {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem 1rem;
	margin: 0 0 0.45rem;
}

.tyw-pay-pagehead-main {
	min-width: 0;
	flex: 1 1 16rem;
}

.tyw-pay-pagehead-id {
	margin: 0.2rem 0 0;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.82rem;
	color: var(--tyw-gray-600);
	overflow-wrap: anywhere;
}

.tyw-pay-pagehead-status {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
}

.tyw-pay-helper {
	margin: 0 0 0.85rem;
	font-size: 0.84rem;
	color: var(--tyw-gray-600);
	max-width: 46rem;
}

.tyw-pay-subhead {
	margin: 0.85rem 0 0.4rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--tyw-gray-800);
}

.tyw-pay-table-audit thead th {
	position: sticky;
	top: 0;
	background: #fff;
	cursor: pointer;
	text-align: left;
}

.tyw-pay-table-audit .tyw-pay-num {
	text-align: right;
}

@media (max-width: 1199px) {
	.tyw-pay-metrics-6,
	.tyw-pay-metrics-5,
	.tyw-pay-dl-5 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.tyw-pay-metrics-6,
	.tyw-pay-metrics-5,
	.tyw-pay-metrics-4,
	.tyw-pay-dl-5 {
		grid-template-columns: 1fr;
	}
}

.tyw-pay-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tyw-pay-timeline li {
	display: grid;
	grid-template-columns: 10.5rem 4.4rem 1fr;
	gap: 0.2rem 0.75rem;
	padding: 0.4rem 0;
	border-bottom: 1px solid var(--tyw-gray-200);
}

.tyw-pay-timeline-at {
	color: var(--tyw-gray-600);
	font-size: 0.82rem;
}

.tyw-pay-timeline-src {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tyw-gray-600);
	padding-top: 0.12rem;
}

.tyw-pay-timeline li strong {
	grid-column: 3;
	grid-row: 1;
}

.tyw-pay-timeline li .tyw-pay-muted {
	grid-column: 3;
	grid-row: 2;
}

.tyw-pay-pager {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 1.25rem 0 0.5rem;
}

.tyw-pay-pager-links {
	display: flex;
	gap: 0.5rem;
}

.tyw-pay-sum {
	font-weight: 700;
}

.tyw-pay-adj {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.7rem;
	align-items: baseline;
	margin-bottom: 0.35rem;
}

.tyw-pay-details {
	margin-top: 0.75rem;
}

.tyw-pay-touch-list {
	margin: 0.5rem 0 0;
	padding-left: 1.1rem;
}

.tyw-pay-initiated,
.tyw-pay-action-msg {
	margin: 0 0 0.85rem;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 0.55rem;
	background: var(--tyw-gray-50);
}

.tyw-pay-action-msg {
	border-color: var(--tyw-orange);
}

.tyw-pay-refund-lead {
	margin: 0.85rem 0 0.35rem;
}

.tyw-pay-refund-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
}

@media (max-width: 575.98px) {
	.tyw-pay-timeline li {
		grid-template-columns: 1fr;
	}

	.tyw-pay-timeline li strong,
	.tyw-pay-timeline li .tyw-pay-muted {
		grid-column: 1;
		grid-row: auto;
	}

	.tyw-cookie-banner {
		left: 0.55rem;
		right: 0.55rem;
		bottom: calc(0.55rem + env(safe-area-inset-bottom, 0px));
	}

	.tyw-cookie-banner-inner {
		padding: 0.7rem 0.8rem;
	}

	.tyw-cookie-banner-actions {
		width: 100%;
	}

	.tyw-cookie-banner-actions .tyw-btn,
	.tyw-cookie-banner-actions .btn {
		flex: 1 1 auto;
	}
}

/* -- Profile -- */
.tyw-page-profile .tyw-profile-panel {
	box-sizing: border-box;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-width: 0;
}

.tyw-page-profile .tyw-profile-panel.tyw-section-inner {
	gap: 0;
	padding-top: 0;
}

.tyw-page-profile .tyw-profile-body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	padding: 1rem 0 0.35rem;
	min-width: 0;
	text-align: left;
}

.tyw-profile-intro {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--tyw-gray-600);
}

.tyw-page-profile .tyw-login-notice,
.tyw-page-profile .tyw-login-error {
	text-align: left;
}

.tyw-profile-card {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	padding: 1.1rem 1.05rem 1.15rem;
	border: 1px solid var(--tyw-gray-200);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--tyw-shade-soft);
}

.tyw-profile-card-title {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tyw-gray-900);
}

.tyw-profile-card-sub {
	margin: -0.45rem 0 0.85rem;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--tyw-gray-700);
}

.tyw-profile-name-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--tyw-stack);
	min-width: 0;
}

.tyw-page-profile .tyw-login-field input[readonly] {
	background-color: var(--tyw-gray-50);
	color: var(--tyw-gray-700);
	cursor: default;
}

.tyw-profile-actions {
	display: flex;
	justify-content: flex-start;
}

.tyw-profile-actions .tyw-btn {
	min-width: 10.5rem;
}

.tyw-profile-meta {
	display: grid;
	grid-template-columns: 8.75rem minmax(0, 1fr);
	gap: 0.55rem 1rem;
	margin: 0;
}

.tyw-profile-meta dt {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--tyw-gray-600);
}

.tyw-profile-meta dd {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--tyw-gray-900);
	overflow-wrap: anywhere;
}

@media (min-width: 576px) {
	.tyw-profile-name-row {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575.98px) {
	.tyw-profile-card {
		padding: 1rem 0.85rem 1.05rem;
	}

	.tyw-profile-actions,
	.tyw-profile-actions .tyw-btn {
		width: 100%;
	}

	.tyw-profile-meta {
		grid-template-columns: 1fr;
		gap: 0.15rem;
	}

	.tyw-profile-meta dt {
		margin-top: 0.55rem;
		font-size: 0.78rem;
	}

	.tyw-profile-meta dt:first-child {
		margin-top: 0;
	}
}
