/**
 * Players Time — Player Guide template
 */

.pt-guide {
	--pt-guide-wide: 1180px;
	--pt-guide-article: 1320px;
	--pt-guide-sticky-top: 72px;
	--pt-guide-nav-height: 54px;

	color: var(--text-body);
	text-align: left;
}

.pt-guide *,
.pt-guide *::before,
.pt-guide *::after {
	box-sizing: border-box;
}

.pt-guide-container {
	width: min(100% - 32px, var(--pt-guide-wide));
	margin-inline: auto;
}

.pt-guide-container--wide,
.pt-guide-container--article {
	width: min(100% - 32px, var(--pt-guide-article));
}


/* ==========================================================
 * HERO
 * ======================================================= */

.pt-guide-hero {
	padding: 34px 0 28px;
	background: linear-gradient(
		180deg,
		var(--primary-surface) 0%,
		var(--surface) 100%
	);
	border-bottom: 1px solid var(--primary-border);
	overflow: visible;
}

.pt-guide-hero__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.65fr);
	gap: 36px;
	align-items: center;
}

.pt-guide-hero__copy {
	min-width: 0;
}

.pt-guide-hero__eyebrow,
.pt-guide-help__eyebrow,
.pt-guide-hero__actions-label {
	margin-bottom: 10px;
	color: var(--primary);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pt-guide-hero__title {
	max-width: 900px;
	margin: 0 0 18px;
	font-size: clamp(2.15rem, 3.6vw, 3.0rem);
	font-weight: 700;
	line-height: 1.06;
	text-wrap: balance;
}

.pt-guide-hero__lead {
	max-width: 800px;
	margin: 0;
	color: var(--text-body);
	font-size: clamp(1.02rem, 1.5vw, 1.16rem);
	line-height: 1.72;
}


/* Hero editorial attribution */

.pt-guide-hero__editorial {
	position: relative;
	z-index: 910;
	margin-top: 15px;
}

.pt-guide-hero__editorial .entry-meta.pt-wh-editorial-meta {
	margin: 0 !important;
}

.pt-guide-hero__editorial .author-line {
	margin: 0 !important;
	color: var(--text-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

.pt-guide-hero__editorial .author-thumb {
	width: 24px;
	height: 24px;
	margin-right: 4px;
	border-radius: 50% !important;
	object-fit: cover;
}

.pt-guide-hero__editorial .social-icon {
	width: 19px !important;
	height: 19px !important;
}

.pt-guide-hero__editorial .sep {
	margin-inline: 0.35rem;
}

.pt-guide-hero__editorial .author-line .author .author-sub-box {
	z-index: 920 !important;
}


/* Hero — At a glance */

.pt-guide-hero__actions {
	min-width: 0;
	margin: 0;
	padding: 22px;
	background: var(--surface);
	border: 1px solid var(--primary-border);
	border-radius: 16px;
	box-shadow: var(
		--shadow-slate-sm,
		0 4px 12px rgba(15, 23, 42, 0.06)
	);
}

.pt-guide-hero__actions-title {
	margin: 0 0 16px;
	color: var(--text);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
}

.pt-guide-hero__actions-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pt-guide-hero__actions-list > li {
	position: relative;
	min-height: 26px;
	margin: 0;
	padding: 2px 0 2px 32px;
	color: var(--text-body);
	font-size: 0.93rem;
	line-height: 1.5;
}

.pt-guide-hero__actions-list > li + li {
	margin-top: 10px;
}

.pt-guide-hero__actions-list > li::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("../images/icons/check-circle.svg") center / contain no-repeat;
	content: "";
}


/* ==========================================================
 * STICKY SECTION NAV
 * ======================================================= */
body.page-template-player-guide #page {
    overflow-x: clip;
    overflow-y: visible;
}

.pt-guide-nav {
	position: sticky;
	top: var(--pt-guide-sticky-top);
	z-index: 900;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--border);
	box-shadow: 0 3px 12px rgba(15, 23, 42, 0.045);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.pt-guide-nav[hidden] {
	display: none !important;
}


/* Scrollable rail */

.pt-guide-nav__scroller {
	display: flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	height: var(--pt-guide-nav-height);
	margin-inline: auto;
	overflow: hidden;
}

.pt-guide-nav__viewport {
	flex: 1 1 auto;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.pt-guide-nav__viewport::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.pt-guide-nav__list {
	display: inline-flex;
	align-items: stretch;
	gap: 4px;
	width: max-content;
	min-width: max-content;
	height: var(--pt-guide-nav-height);
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.pt-guide-nav__scroll-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	margin: 0 4px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--primary);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.14);
	transition:
		background-color 0.15s ease,
		opacity 0.15s ease;
}

.pt-guide-nav__scroll-btn:hover,
.pt-guide-nav__scroll-btn:focus {
	background: #075ec9;
	color: #fff;
}

.pt-guide-nav__scroll-btn.is-disabled,
.pt-guide-nav__scroll-btn:disabled {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}


/* Individual links */

.pt-guide-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--pt-guide-nav-height);
	padding: 0 13px;
	color: var(--text-muted) !important;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
	transition: color 0.18s ease;
}

.pt-guide-nav__link::after {
	position: absolute;
	right: 13px;
	bottom: -1px;
	left: 13px;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: transparent;
	content: "";
	transition: background-color 0.18s ease;
}

.pt-guide-nav__link:hover,
.pt-guide-nav__link:focus,
.pt-guide-nav__link.is-active {
	color: var(--primary) !important;
}

.pt-guide-nav__link.is-active::after {
	background: var(--primary);
}

/* ==========================================================
 * ARTICLE BASE
 * ======================================================= */

.pt-guide-main {
	padding: 42px 0 54px;
}

.pt-guide-article {
	color: var(--text-body);
	font-size: 17px;
	line-height: 1.72;
	text-align: left;
}

.pt-guide-article > :first-child {
	margin-top: 0;
}

.pt-guide-article p {
	margin: 0 0 1.25em;
	text-align: left;
}

.pt-guide-article > h2,
.pt-guide-article > h3,
.pt-guide-article > h4 {
	color: var(--text);
	text-align: left;
}

.pt-guide-article > h2 {
	max-width: 1180px;
	margin: 44px 0 15px;
	padding-top: 0;
	font-size: clamp(1.6rem, 2.6vw, 2rem);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

.pt-guide-article > h3 {
	max-width: 1160px;
	margin: 30px 0 11px;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.3;
}

.pt-guide-article > h4 {
	margin: 1.2em 0 0.55em;
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.35;
}

.pt-guide-article [id][data-guide-nav] {
	scroll-margin-top: calc(
		var(--pt-guide-sticky-top) +
		var(--pt-guide-nav-height) +
		26px
	);
}

.pt-guide-article p a,
.pt-guide-article li a,
.pt-guide-article td a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}


/* Plain WordPress lists only */

.pt-guide-article > ul:not(.list-pt),
.pt-guide-article > ol:not(.list-in-order) {
	margin: 0 0 1.4em;
	padding-left: 1.45em;
}

.pt-guide-article > ul:not(.list-pt) {
	list-style: disc;
}

.pt-guide-article > ol:not(.list-in-order) {
	list-style: decimal;
}

.pt-guide-article > ul:not(.list-pt) > li,
.pt-guide-article > ol:not(.list-in-order) > li {
	line-height: 1.65;
}

.pt-guide-article > ul:not(.list-pt) > li + li,
.pt-guide-article > ol:not(.list-in-order) > li + li {
	margin-top: 0.45em;
}


/* ==========================================================
 * NATIVE PLAYERSTIME COMPONENT COMPATIBILITY
 * ======================================================= */

.pt-guide-article ol.list-in-order,
.pt-guide-article ol.list-in-order > li,
.pt-guide-article ul.list-pt,
.pt-guide-article ul.list-pt > li {
	list-style: none !important;
}

.pt-guide-article ol.list-in-order > li::marker,
.pt-guide-article ul.list-pt > li::marker {
	content: "";
}

.pt-guide-article ul.list-pt > li::before {
	display: block;
	content: "";
}

.pt-guide .section-pros-cons {
	margin-top: 1.4rem;
	margin-bottom: 2rem;
}

.pt-guide .pt-faq {
	margin: 1.4rem 0 2rem;
}


/* ==========================================================
 * SMALL PLAYERS TIME KICKER
 * ======================================================= */

.pt-guide-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 5px;
	color: var(--primary);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pt-guide-kicker::before {
	display: block;
	width: 18px;
	height: 3px;
	border-radius: 999px;
	background: var(--primary);
	content: "";
}


/* ==========================================================
 * GUIDE BRIEF
 * ======================================================= */

.pt-guide-brief {
	margin: 0 0 34px;
	padding: 20px 22px;
	border: 1px solid var(--border);
	border-radius: 15px;
	background: var(--surface);
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.035);
}

.pt-guide-brief h2 {
	margin: 0 0 8px;
	padding: 0;
	color: var(--text);
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.pt-guide-brief h2::before {
	display: none;
}

.pt-guide-brief__lead {
	margin: 0;
	color: var(--text-body);
	font-size: 1rem;
	line-height: 1.68;
}

.pt-guide-brief__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.pt-guide-brief__item {
	position: relative;
	min-width: 0;
	padding: 13px 14px;
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 11px;
	background: #fbfcfe;
}

.pt-guide-brief__item::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: var(--primary);
	content: "";
}

.pt-guide-brief__item h3 {
	margin: 0 0 5px;
	color: var(--text);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
}

.pt-guide-brief__item p {
	margin: 0;
	color: var(--text-subtle);
	font-size: 0.86rem;
	line-height: 1.5;
}

.pt-guide-brief__item--good {
	background: #f5fbf8;
	border-color: rgba(16, 185, 129, 0.19);
}

.pt-guide-brief__item--good::before {
	background: var(--green);
}

.pt-guide-brief__item--caution {
	background: #fffaf0;
	border-color: rgba(245, 158, 11, 0.23);
}

.pt-guide-brief__item--caution::before {
	background: var(--yellow);
}

.pt-guide-brief__item--danger {
	background: #fff6f7;
	border-color: rgba(235, 43, 68, 0.18);
}

.pt-guide-brief__item--danger::before {
	background: var(--red);
}

.pt-guide-brief__item--info {
	background: var(--primary-surface);
	border-color: var(--primary-border);
}

.pt-guide-brief__item--info::before {
	background: var(--primary);
}


/* ==========================================================
 * GUIDE SIGNAL GRID
 * ======================================================= */

.pt-guide-signal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 20px 0 26px;
}

.pt-guide-signal {
	position: relative;
	min-width: 0;
	overflow: hidden;
	padding: 19px 20px 18px;
	border: 1px solid var(--border);
	border-radius: 15px;
	background: var(--surface);
	box-shadow: 0 3px 12px rgba(15, 23, 42, 0.035);
}

.pt-guide-signal::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: var(--primary);
	content: "";
}

.pt-guide-signal__label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 7px;
	color: var(--text-muted);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pt-guide-signal__label::before {
	width: 7px;
	height: 7px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--primary);
	content: "";
}

.pt-guide-signal h3 {
	margin: 0 0 8px;
	color: var(--text);
	font-size: 1.18rem;
	font-weight: 600;
	line-height: 1.32;
}

.pt-guide-signal > p {
	margin: 0 0 10px;
	color: var(--text-body);
	line-height: 1.62;
}

.pt-guide-signal > p:last-child {
	margin-bottom: 0;
}

.pt-guide-signal__action {
	margin: 13px -2px 0 !important;
	padding-top: 12px;
	border-top: 1px solid rgba(100, 116, 139, 0.13);
	color: var(--text-subtle) !important;
}

.pt-guide-signal__action strong {
	color: var(--text);
	font-weight: 700;
}

.pt-guide-signal--blue {
	background: linear-gradient(
		180deg,
		var(--primary-surface) 0%,
		#ffffff 72%
	);
	border-color: var(--primary-border);
}

.pt-guide-signal--blue::before,
.pt-guide-signal--blue .pt-guide-signal__label::before {
	background: var(--primary);
}

.pt-guide-signal--green {
	background: linear-gradient(
		180deg,
		#f3fbf7 0%,
		#ffffff 72%
	);
	border-color: rgba(16, 185, 129, 0.20);
}

.pt-guide-signal--green::before,
.pt-guide-signal--green .pt-guide-signal__label::before {
	background: var(--green);
}

.pt-guide-signal--amber {
	background: linear-gradient(
		180deg,
		#fffaf0 0%,
		#ffffff 72%
	);
	border-color: rgba(245, 158, 11, 0.24);
}

.pt-guide-signal--amber::before,
.pt-guide-signal--amber .pt-guide-signal__label::before {
	background: var(--yellow);
}

.pt-guide-signal--red {
	background: linear-gradient(
		180deg,
		#fff5f6 0%,
		#ffffff 72%
	);
	border-color: rgba(235, 43, 68, 0.19);
}

.pt-guide-signal--red::before,
.pt-guide-signal--red .pt-guide-signal__label::before {
	background: var(--red);
}


/* ==========================================================
 * NATIVE PLAYERSTIME LISTS — GUIDE REFINEMENTS
 * ======================================================= */

.pt-guide-article ul.list-pt {
	margin: 18px 0 28px;
}

.pt-guide-article ul.list-pt:not(.lg) > li {
	color: var(--text-body);
	line-height: 1.58;
}

.pt-guide-article ul.list-pt:not(.lg) > li + li {
	margin-top: 8px;
}

.pt-guide-article ul.list-pt.lg {
	margin: 20px 0 30px;
	padding: 22px 24px !important;
	border-color: var(--primary-border);
	background: var(--primary-surface);
}

.pt-guide-article ul.list-pt.lg > li {
	min-height: 25px;
	padding-left: 36px;
	color: var(--text-body);
	font-size: 0.98rem;
	line-height: 1.62;
}

.pt-guide-article ul.list-pt.lg > li + li {
	margin-top: 13px;
}

.pt-guide-article ul.list-pt.lg strong {
	color: var(--text);
	font-weight: 700;
}

.pt-guide-article ol.list-in-order {
	margin: 20px 0 30px;
	border: 1px solid var(--primary-border);
}

.pt-guide-article ol.list-in-order > li {
	font-weight: 400;
}

.pt-guide-article ol.list-in-order > li strong {
	display: block;
	margin-bottom: 5px;
	color: var(--text);
	font-size: 1.03rem;
	font-weight: 700;
	line-height: 1.4;
}


/* ==========================================================
 * GUIDE NOTES
 * ======================================================= */

.pt-guide-note {
	position: relative;
	margin: 20px 0 28px;
	padding: 15px 17px 15px 19px;
	overflow: hidden;
	border: 1px solid var(--primary-border);
	border-left: 4px solid var(--primary);
	border-radius: 0 12px 12px 0;
	background: var(--primary-surface);
}

.pt-guide-note__label {
	display: block;
	margin-bottom: 5px;
	color: var(--primary);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}

.pt-guide-note p {
	margin: 0;
	color: var(--text-body);
	line-height: 1.62;
}

.pt-guide-note--green {
	border-color: rgba(16, 185, 129, 0.20);
	border-left-color: var(--green);
	background: #f3fbf7;
}

.pt-guide-note--green .pt-guide-note__label {
	color: #087a55;
}

.pt-guide-note--amber {
	border-color: rgba(245, 158, 11, 0.23);
	border-left-color: var(--yellow);
	background: #fffaf0;
}

.pt-guide-note--amber .pt-guide-note__label {
	color: #956100;
}

.pt-guide-note--red {
	border-color: rgba(235, 43, 68, 0.19);
	border-left-color: var(--red);
	background: #fff5f6;
}

.pt-guide-note--red .pt-guide-note__label {
	color: #c8273c;
}


/* ==========================================================
 * IMPORTANT TEXT / SUPPORT WORDING
 * ======================================================= */

.pt-guide-article blockquote {
	margin-top: 20px;
	margin-bottom: 26px;
	padding: 14px 17px;
	border: 0;
	border-left: 4px solid var(--primary);
	border-radius: 0 11px 11px 0;
	background: #f7faff;
	color: var(--text-body);
}

.pt-guide-article blockquote > :last-child {
	margin-bottom: 0;
}


/* ==========================================================
 * SOURCE / VERIFICATION BLOCK
 * ======================================================= */

.pt-guide-source-box {
	margin: 20px 0 30px;
	padding: 18px 20px;
	border: 1px solid var(--border);
	border-radius: 14px;
	background: #f8fafc;
	color: var(--text-body);
	font-size: 0.93rem;
	line-height: 1.6;
}

.pt-guide-source-box > :first-child {
	margin-top: 0;
}

.pt-guide-source-box > :last-child {
	margin-bottom: 0;
}

.pt-guide-source-box ul {
	margin: 12px 0 0;
	padding-left: 1.25rem;
}

.pt-guide-source-box li + li {
	margin-top: 7px;
}


/* ==========================================================
 * TABLES
 * ======================================================= */

.pt-guide .table-responsive {
	width: 100%;
	margin: 20px 0 30px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--border);
	border-radius: 16px;
	background: var(--surface);
	box-shadow: var(
		--shadow-slate-card,
		0 5px 18px rgba(15, 23, 42, 0.06)
	);
}

.pt-guide table.pt-table {
	width: 100%;
	min-width: 760px;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	background: var(--surface);
	font-size: 0.94rem;
}

.pt-guide table.pt-table th {
	padding: 14px 18px;
	border: 0;
	background: var(--primary-accent-bg, var(--primary-surface)) !important;
	color: var(--primary-muted, var(--primary));
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.055em;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}

.pt-guide table.pt-table td {
	padding: 16px 18px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid var(--primary-border);
	border-left: 0;
	background: var(--surface);
	color: var(--text-body);
	font-weight: 400;
	line-height: 1.58;
	text-align: left;
	vertical-align: top;
}

.pt-guide table.pt-table tbody tr:nth-child(even) td {
	background: var(--primary-surface);
}

.pt-guide table.pt-table tbody tr:last-child td {
	border-bottom: 0;
}

.pt-guide table.pt-table thead tr:first-child th:first-child {
	border-top-left-radius: 15px;
}

.pt-guide table.pt-table thead tr:first-child th:last-child {
	border-top-right-radius: 15px;
}

.pt-guide table.pt-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 15px;
}

.pt-guide table.pt-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 15px;
}

.pt-guide-reg-table__topic {
	width: 220px;
}

.pt-guide-reg-table__topic strong {
	display: block;
	color: var(--text);
	font-weight: 700;
}

.pt-guide-reg-table__topic span {
	display: block;
	margin-top: 3px;
	color: var(--text-muted);
	font-size: 0.82rem;
	font-weight: 500;
}

.pt-guide-reg-table td:last-child {
	width: 175px;
}

.pt-guide-reg-table td:last-child a {
	font-weight: 700;
	white-space: nowrap;
}


/* Plain-table fallback */

.pt-guide-article table:not(.pt-table) {
	width: 100%;
	margin: 1.5rem 0 2rem;
	border-collapse: collapse;
	background: var(--surface);
	font-size: 0.94rem;
}

.pt-guide-article table:not(.pt-table) th,
.pt-guide-article table:not(.pt-table) td {
	padding: 12px 14px;
	border: 1px solid var(--border);
	text-align: left;
	vertical-align: top;
}

.pt-guide-article table:not(.pt-table) th {
	background: var(--surface-muted);
	color: var(--text);
	font-weight: 700;
}


/* ==========================================================
 * FIGURES / IMAGES
 * ======================================================= */

.pt-guide .figure-wrap {
	max-width: 900px;
	margin-top: 24px;
	margin-bottom: 32px;
}

.pt-guide .figure-wrap.lg {
	max-width: none;
	width: 100%;
}

.pt-guide .figure-wrap img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* ==========================================================
 * COMPLAINT CTA
 * ======================================================= */

.pt-guide-help {
	padding: 0 0 58px;
}

.pt-guide-help__shell {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	align-items: center;
	overflow: hidden;
	isolation: isolate;
	padding: 28px 30px;
	border-radius: 20px;
	background: var(--darkBlue);
	color: var(--surface);
}

.pt-guide-help__copy,
.pt-guide-help__action {
	position: relative;
	z-index: 2;
}

.pt-guide-help__copy {
	min-width: 0;
}

.pt-guide-help__action {
	align-self: end;
}

.pt-guide-help__mascot-wrap {
	position: absolute;
	z-index: 1;
	top: 18px;
	right: 60px;
	width: clamp(150px, 13vw, 190px);
	line-height: 0;
	pointer-events: none;
	user-select: none;
}

.pt-guide-help__mascot {
	display: block;
	width: 100%;
	height: auto;
}

.pt-guide-help__eyebrow {
	color: #b9d8ff;
}

.pt-guide-help h2 {
	margin: 0 0 10px;
	color: var(--surface);
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 600;
	line-height: 1.2;
}

.pt-guide-help p {
	max-width: 780px;
	margin: 0;
	color: #e8eef7;
	line-height: 1.65;
	text-align: left;
}

.pt-guide-help__disclosure {
	margin-top: 10px !important;
	color: #bdc9d9 !important;
	font-size: 0.83rem;
}

.pt-guide-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 11px 17px;
	border-radius: 10px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.pt-guide-button--danger,
.pt-guide-button--danger:link,
.pt-guide-button--danger:visited {
	background: var(--red);
	color: var(--surface) !important;
}

.pt-guide-button--danger:hover,
.pt-guide-button--danger:focus {
	background: #cf2239;
	color: var(--surface) !important;
}


/* ==========================================================
 * RESPONSIVE
 * ======================================================= */

@media (max-width: 980px) {
	.pt-guide-hero__shell {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pt-guide-hero__actions {
		max-width: 760px;
	}

	.pt-guide-brief__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pt-guide-brief__item:last-child:nth-child(3) {
		grid-column: 1 / -1;
	}

	.pt-guide-signal-grid {
		grid-template-columns: 1fr;
	}

.pt-guide-help__shell {
	grid-template-columns: 1fr;
}

.pt-guide-help__copy {
	padding-right: 205px;
}

.pt-guide-help__action {
	justify-self: start;
}

.pt-guide-help__mascot-wrap {
	top: 24px;
	right: 36px;
	width: 175px;
}
}

@media (max-width: 700px) {
	.pt-guide {
		--pt-guide-nav-height: 50px;
	}

	.pt-guide-container,
	.pt-guide-container--wide,
	.pt-guide-container--article {
		width: min(100% - 22px, var(--pt-guide-article));
	}

	.pt-guide-hero {
		padding: 25px 0 22px;
	}

	.pt-guide-hero__title {
		font-size: clamp(1.75rem, 8vw, 2.35rem);
		line-height: 1.08;
		letter-spacing: -0.035em;
	}

	.pt-guide-hero__lead {
		font-size: 1rem;
		line-height: 1.65;
	}

	.pt-guide-hero__editorial {
		margin-top: 13px;
	}

	.pt-guide-hero__editorial .author-line {
		font-size: 0.78rem;
	}

	.pt-guide-hero__actions {
		padding: 18px;
		border-radius: 13px;
	}

.pt-guide-nav__scroller {
	width: 100%;
	height: var(--pt-guide-nav-height);
}

.pt-guide-nav__list {
	height: var(--pt-guide-nav-height);
}

.pt-guide-nav__link {
	min-height: var(--pt-guide-nav-height);
	padding-inline: 11px;
	font-size: 0.82rem;
}

.pt-guide-nav__scroll-btn {
	display: inline-flex;
	width: 24px;
	height: 24px;
	margin-inline: 3px;
	font-size: 16px;
}

	.pt-guide-main {
		padding: 32px 0 42px;
	}

	.pt-guide-article {
		font-size: 16px;
		line-height: 1.68;
	}

	.pt-guide-article > h2 {
		margin-top: 36px;
		padding-top: 0;
	}

	.pt-guide-brief {
		margin-bottom: 27px;
		padding: 17px 16px;
		border-radius: 13px;
	}

	.pt-guide-brief__grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.pt-guide-brief__item:last-child:nth-child(3) {
		grid-column: auto;
	}

	.pt-guide-signal-grid {
		gap: 10px;
		margin-bottom: 22px;
	}

	.pt-guide-signal {
		padding: 16px 16px 15px;
		border-radius: 13px;
	}

	.pt-guide-article ul.list-pt.lg {
		padding: 18px !important;
	}

	.pt-guide-note {
		padding: 14px 14px 14px 16px;
	}

	.pt-guide table.pt-table {
		font-size: 0.9rem;
	}

	.pt-guide table.pt-table th,
	.pt-guide table.pt-table td {
		padding: 12px 14px;
	}

.pt-guide-help {
	padding-bottom: 38px;
}

.pt-guide-help__shell {
	padding: 23px 20px;
	border-radius: 15px;
}

.pt-guide-help__copy {
	padding-right: 0;
}

.pt-guide-help__action {
	justify-self: stretch;
	width: 100%;
	margin-top: 18px;
}

.pt-guide-help__mascot-wrap {
	top: auto;
	right: -38px;
	bottom: 34px;
	width: 190px;
	opacity: 0.14;
}

.pt-guide-button {
	width: 100%;
	white-space: normal;
}
}

/* ==========================================================
 * PLAYER GUIDE BRIDGE
 *
 * ======================================================= */


/* ----------------------------------------------------------
 * PLAYERSTIME LIGHT BOX GRID
 * ------------------------------------------------------- */

.pt-guide .pt-guide-live-card-grid .light-box {
	height: 100%;
}

.pt-guide .pt-guide-live-card-grid .pt-guide-signal__label {
	margin-bottom: 0.7rem;
}

.pt-guide .pt-guide-live-card-grid .attention {
	margin-top: 0;
}


/* ----------------------------------------------------------
 * TWO-COLUMN PLAYERSTIME LISTS
 * ------------------------------------------------------- */

.pt-guide .list-pt.two-col li {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}

/* ==========================================================
 * PLAYER GUIDE MASCOT ACCENTS
 * ======================================================= */

.pt-guide .pt-guide-mascot {
	display: block;
	max-width: 100%;
	height: auto;
	pointer-events: none;
	user-select: none;
}

/* Start Here accent. */
.pt-guide .pt-guide-brief {
	position: relative;
	overflow: hidden;
}

.pt-guide .pt-guide-brief__mascot {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 20px;
	width: 180px;
}

.pt-guide .pt-guide-brief > .pt-guide-kicker,
.pt-guide .pt-guide-brief > h2,
.pt-guide .pt-guide-brief > .pt-guide-brief__lead,
.pt-guide .pt-guide-brief > .pt-guide-brief__grid {
	position: relative;
	z-index: 2;
}

.pt-guide .pt-guide-brief > h2,
.pt-guide .pt-guide-brief > .pt-guide-brief__lead {
	padding-right: 190px;
}


.pt-guide .pt-guide-mascot--safety {
	width: 172px;
	margin-inline: auto;
}


.pt-guide .pt-guide-note--mascot {
	min-height: 166px;
	padding: 22px 205px 22px 24px;
	border-radius: 15px;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.pt-guide .pt-guide-note--mascot > .pt-guide-note__label,
.pt-guide .pt-guide-note--mascot > p {
	position: relative;
	z-index: 2;
}

.pt-guide .pt-guide-note--mascot > .pt-guide-note__mascot {
	position: absolute;
	z-index: 1;
	right: 18px;
	bottom: -3px;
	line-height: 0;
}

.pt-guide .pt-guide-mascot--caution {
	width: 176px;
}

.pt-guide .pt-guide-mascot--evidence {
	width: 184px;
}

@media (max-width: 700px) {
	.pt-guide .pt-guide-brief__mascot {
		top: 0px;
		right: 10px;
		width: 130px;
	}

	.pt-guide .pt-guide-brief > h2 {
		padding-right: 76px;
	}

	.pt-guide .pt-guide-brief > .pt-guide-brief__lead {
		padding-right: 0;
	}

	.pt-guide .pt-guide-mascot--safety {
		width: 120px;
	}

	.pt-guide .pt-guide-note--mascot {
		min-height: 0;
		padding: 17px 17px 90px 19px;
		border-radius: 0 12px 12px 0;
	}

	.pt-guide .pt-guide-note--mascot > .pt-guide-note__mascot {
		right: 10px;
		bottom: -5px;
	}

	.pt-guide .pt-guide-mascot--caution {
		width: 88px;
	}

	.pt-guide .pt-guide-mascot--evidence {
		width: 94px;
	}
}
/* ----------------------------------------------------------
 * MOBILE
 * ------------------------------------------------------- */

@media (max-width: 767.98px) {

	.pt-guide .pt-guide-live-card-grid .light-box {
		transform: none;
	}

	.pt-guide .pt-guide-live-card-grid .light-box:hover {
		transform: none;
	}
}
/* ==========================================================
 * ACCESSIBILITY
 * ======================================================= */

@media (prefers-reduced-motion: reduce) {
	.pt-guide *,
	.pt-guide *::before,
	.pt-guide *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
