/* Conffab refresh: approved page templates and editorial layouts. */

/* Logged-out homepage */
body.cf-style-refresh #main-home.logged-out {
	padding-top: var(--cf-header-height);
}

body.cf-style-refresh #main-home.logged-out > header {
	position: relative;
	display: grid;
	align-content: center;
	min-height: clamp(35rem, 72vh, 49rem);
	padding: var(--cf-space-7) max(var(--cf-space-4), calc((100vw - var(--cf-content)) / 2));
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(18, 12, 39, 0.97) 0%, rgba(27, 17, 60, 0.93) 45%, rgba(27, 17, 60, 0.35) 72%, rgba(27, 17, 60, 0.12) 100%),
		url("../../images/logged-out/speaker-audience-wide-wd13.jpg") center 36% / cover no-repeat;
	color: #fff;
}

body.cf-style-refresh #main-home.logged-out > header::before {
	position: absolute;
	top: var(--cf-space-5);
	left: max(var(--cf-space-4), calc((100vw - var(--cf-content)) / 2));
	content: "Conffab · Talks worth keeping";
	color: #d9cdfd;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.cf-style-refresh #main-home.logged-out > header h1 {
	position: relative;
	z-index: 1;
	max-width: 14ch;
	margin-bottom: var(--cf-space-4);
	color: #fff;
	font-size: clamp(3.25rem, 5vw, 5.25rem);
	font-weight: 520;
	letter-spacing: -0.055em;
}

body.cf-style-refresh #main-home.logged-out > header h1 strong {
	color: #c4afff;
	font-weight: inherit;
}

body.cf-style-refresh #main-home.logged-out > header > p {
	position: relative;
	z-index: 1;
	max-width: 38rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.1rem, 1.6vw, 1.35rem);
}

body.cf-style-refresh #main-home.logged-out #signup-options {
	position: relative;
	z-index: 1;
	margin-top: var(--cf-space-3);
}

body.cf-style-refresh #main-home.logged-out #signup-options a {
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(22, 14, 46, 0.45);
	color: #fff !important;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

body.cf-style-refresh #main-home.logged-out #signup-options li:first-child a {
	border-color: #aa91ff;
	background: #aa91ff;
	color: #171022 !important;
}

body.cf-style-refresh #main-home.logged-out > section {
	width: min(calc(100% - 2 * var(--cf-space-4)), var(--cf-content));
	margin: 0 auto;
	padding: var(--cf-space-7) 0;
}

body.cf-style-refresh #main-home.logged-out > section + section {
	border-top: 1px solid var(--cf-border);
}

body.cf-style-refresh #main-home.logged-out > section > h2 {
	max-width: 13ch;
}

body.cf-style-refresh #hundreds > h2 {
	margin-bottom: 0;
}

body.cf-style-refresh #hundreds > h3 {
	margin-bottom: var(--cf-space-5);
	color: var(--cf-accent);
	font: 500 clamp(1.7rem, 3vw, 3rem)/1.1 var(--cf-font-display);
}

body.cf-style-refresh .fp-lo-details-block,
body.cf-style-refresh #training,
body.cf-style-refresh #get-involved {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
	gap: var(--cf-space-6);
	align-items: center;
}

body.cf-style-refresh .fp-lo-details-block > img,
body.cf-style-refresh #training > img,
body.cf-style-refresh #get-involved img {
	width: 100%;
	border-radius: var(--cf-radius-lg);
	box-shadow: var(--cf-shadow-md);
	object-fit: cover;
}

body.cf-style-refresh .fp-lo-details-block > img {
	aspect-ratio: 4 / 3;
	object-position: center 25%;
}

body.cf-style-refresh #live-conferences {
	position: relative;
	padding: var(--cf-space-6) !important;
	border: 0 !important;
	border-radius: var(--cf-radius-lg);
	background: var(--cf-brand-soft);
}

body.cf-style-refresh #live-conferences::after {
	position: absolute;
	top: var(--cf-space-4);
	right: var(--cf-space-4);
	content: "LIVE";
	padding: 0.35rem 0.6rem;
	border-radius: var(--cf-radius-pill);
	background: var(--cf-accent);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.1em;
}

body.cf-style-refresh #live-conferences p {
	max-width: 50rem;
	font-size: 1.2rem;
}

body.cf-style-refresh #more-marketing {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--cf-space-4);
}

body.cf-style-refresh #more-marketing > section {
	display: flex;
	flex-direction: column;
	padding: var(--cf-space-5);
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-sm);
}

body.cf-style-refresh #more-marketing h2 {
	font-size: clamp(1.7rem, 2.5vw, 2.45rem);
}

body.cf-style-refresh #more-marketing nav {
	margin-top: auto;
	padding-top: var(--cf-space-3);
}

body.cf-style-refresh #organisers .organizers-wrapper,
body.cf-style-refresh #organisers .organizers-container {
	width: 100%;
}

body.cf-style-refresh #training {
	grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
}

body.cf-style-refresh #training > img {
	padding: var(--cf-space-3);
	background: var(--cf-surface);
}

body.cf-style-refresh #get-involved > div {
	order: -1;
}

/* Logged-in homepage and discovery rows */
body.cf-style-refresh #main-home:not(.logged-out) {
	width: min(calc(100% - 2 * var(--cf-space-4)), var(--cf-content));
	margin: 0 auto;
	padding-top: calc(var(--cf-header-height) + var(--cf-space-5));
}

body.cf-style-refresh #main-home:not(.logged-out) > section,
body.cf-style-refresh #main-home:not(.logged-out) > div {
	margin-bottom: var(--cf-space-6);
}

body.cf-style-refresh #main-home .conferences {
	display: grid;
	gap: var(--cf-space-6);
}

/* Refreshed Browse: curated, native scrolling shelves without Bootstrap. */
body.cf-style-refresh #main-home.cf-browse {
	display: block;
	padding-bottom: var(--cf-space-7);
}

body.cf-style-refresh .cf-browse-hero {
	max-width: 58rem;
	margin-bottom: var(--cf-space-6);
	padding-bottom: var(--cf-space-5);
	border-bottom: 1px solid var(--cf-border);
}

body.cf-style-refresh .cf-browse-hero h1 {
	margin: 0;
	font-size: clamp(2.75rem, 6vw, 5rem);
	line-height: 0.96;
}

body.cf-style-refresh .cf-browse-hero > p:not(.cf-directory-kicker) {
	max-width: 44rem;
	margin: var(--cf-space-3) 0 var(--cf-space-4);
	color: var(--cf-ink-soft);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.45;
}

body.cf-style-refresh .cf-browse-topics {
	display: flex;
	flex-wrap: wrap;
	gap: var(--cf-space-2);
}

body.cf-style-refresh .cf-browse-topics a {
	display: inline-flex;
	align-items: center;
	min-height: 2.35rem;
	padding: 0.45rem 0.8rem;
	border: var(--cf-control-border-width) solid var(--cf-border-strong);
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface);
	color: var(--cf-ink);
	font-size: 0.86rem;
	font-weight: 680;
	line-height: 1;
	text-decoration: none;
}

body.cf-style-refresh .cf-browse-topics a:is(:hover, :focus-visible) {
	border-color: var(--cf-brand);
	background: var(--cf-brand-soft);
}

body.cf-style-refresh #main-home.cf-browse > .cf-browse-section {
	margin-bottom: var(--cf-space-7);
}

body.cf-style-refresh .cf-browse-section--personal {
	padding: var(--cf-space-4);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface-subtle);
}

body.cf-style-refresh .cf-browse-section__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--cf-space-3);
	margin-bottom: var(--cf-space-3);
}

body.cf-style-refresh .cf-browse-section__header p {
	margin: 0 0 0.2rem;
	color: var(--cf-brand-strong);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.cf-style-refresh .cf-browse-section__header h2 {
	margin: 0;
	font-size: clamp(1.6rem, 2.4vw, 2.1rem);
	line-height: 1.05;
}

body.cf-style-refresh .cf-browse-section--personal .cf-browse-section__header h2 {
	font-size: clamp(1.55rem, 2.2vw, 1.85rem);
}

body.cf-style-refresh .cf-browse-section__header > a {
	flex: 0 0 auto;
	padding-bottom: 0.15rem;
	color: var(--cf-brand-strong);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

body.cf-style-refresh .cf-browse-section__header > a:is(:hover, :focus-visible) {
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

body.cf-style-refresh .cf-browse-row {
	display: grid !important;
	grid-auto-flow: column;
	grid-template-columns: none !important;
	gap: var(--cf-space-3);
	width: 100%;
	margin: 0;
	padding: 0.25rem 0.25rem 0.85rem;
	overflow-x: auto;
	overflow-y: hidden;
	list-style: none;
	scroll-padding-inline: 0.25rem;
	scroll-snap-type: inline proximity;
	scrollbar-color: var(--cf-border-strong) transparent;
	scrollbar-width: thin;
}

body.cf-style-refresh .cf-browse-row--presentations {
	grid-auto-columns: calc(20% - 0.8rem);
}

body.cf-style-refresh .cf-browse-row--conferences {
	grid-auto-columns: calc(16.6667% - 0.8334rem);
}

body.cf-style-refresh .cf-browse-row--speakers {
	grid-auto-columns: calc(16.6667% - 0.8334rem);
}

body.cf-style-refresh .cf-browse-row--landscape {
	grid-auto-columns: calc(25% - 0.75rem);
}

body.cf-style-refresh .cf-browse-row--upcoming-live {
	grid-auto-columns: calc(25% - 0.75rem);
}

body.cf-style-refresh .cf-browse-row--organizers {
	grid-auto-columns: calc(20% - 0.8rem);
}

body.cf-style-refresh .cf-browse-row > * {
	min-width: 0;
	scroll-snap-align: start;
}

body.cf-style-refresh .cf-browse-row .presentation .video-thumbnail {
	display: flex;
	flex-direction: column;
}

body.cf-style-refresh .cf-browse-row .presentation .video-details {
	flex: 1;
}

body.cf-style-refresh .cf-browse-row .video-details h3.title {
	font-size: 1rem;
	font-weight: 680;
	line-height: 1.2;
}

body.cf-style-refresh .cf-card-byline,
body.cf-style-refresh .conference-meta {
	margin: 0.45rem 0 0;
	color: var(--cf-ink-soft);
	font-size: 0.84rem;
	line-height: 1.3;
}

body.cf-style-refresh .cf-card-byline {
	font-weight: 600;
}

body.cf-style-refresh .cf-card-byline a {
	color: inherit;
	text-decoration: none;
}

body.cf-style-refresh .cf-browse-media-placeholder {
	display: grid;
	width: 100%;
	aspect-ratio: 16 / 9;
	color: var(--cf-ink-faint);
	font-weight: 750;
	place-items: center;
}

body.cf-style-refresh .cf-browse-row--conferences .conference {
	display: flex;
	flex-direction: column;
	height: 100%;
}

body.cf-style-refresh .cf-browse-row--conferences .conference-artwork {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1008 / 1644;
	background: var(--cf-surface-subtle);
}

body.cf-style-refresh .cf-browse-row--conferences .conference-artwork img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	aspect-ratio: auto;
	object-fit: contain;
}

body.cf-style-refresh .cf-browse-row--conferences .conference-artwork-placeholder {
	display: grid;
	height: 100%;
	color: var(--cf-ink-faint);
	place-items: center;
}

body.cf-style-refresh .cf-browse-row--conferences .conference-details {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.8rem;
}

body.cf-style-refresh .cf-browse-row--conferences .conference-details h3 {
	font-size: 0.94rem;
	line-height: 1.18;
}

body.cf-style-refresh .cf-browse-row--conferences .conference-details h3 a {
	color: var(--cf-ink);
	text-decoration: none;
}

body.cf-style-refresh .cf-browse-row--conferences .conference-meta {
	margin-top: 0.35rem;
	font-size: 0.75rem;
}

body.cf-style-refresh .cf-browse-row--conferences .conference-access-badge {
	display: inline-flex;
	align-self: flex-end;
	margin-top: auto;
	padding: 0.22rem 0.45rem;
	border-radius: var(--cf-radius-pill);
	background: var(--cf-accent);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

body.cf-style-refresh .cf-browse-live-card,
body.cf-style-refresh .cf-browse-organizer-card {
	overflow: hidden;
	border: var(--cf-card-border-width) solid var(--cf-card-border-color);
	border-radius: var(--cf-radius-md);
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-sm);
	transition: transform var(--cf-transition), border-color var(--cf-transition), box-shadow var(--cf-transition);
}

body.cf-style-refresh .cf-browse-organizer-card {
	background: var(--cf-logo-field);
}

body.cf-style-refresh :where(.cf-browse-live-card, .cf-browse-organizer-card):is(:hover, :focus-within) {
	border-color: var(--cf-card-border-hover);
	box-shadow: var(--cf-shadow-md);
	transform: translateY(-3px);
}

body.cf-style-refresh .cf-browse-live-card a,
body.cf-style-refresh .cf-browse-organizer-card a {
	display: flex;
	height: 100%;
	color: var(--cf-ink);
	text-decoration: none;
}

body.cf-style-refresh .cf-browse-live-card a {
	flex-direction: column;
}

body.cf-style-refresh .cf-browse-live-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: var(--cf-surface-subtle);
	object-fit: cover;
}

body.cf-style-refresh .cf-browse-live-card h3 {
	margin: 0;
	padding: 0.8rem;
	font-size: 0.96rem;
	line-height: 1.2;
}

body.cf-style-refresh .cf-browse-organizer-card a {
	align-items: center;
	justify-content: center;
	min-height: 8rem;
	padding: var(--cf-space-3);
	color: var(--cf-logo-field-ink);
}

body.cf-style-refresh .cf-browse-organizer-card img {
	display: block;
	width: 100%;
	max-height: 5rem;
	object-fit: contain;
}

body.cf-style-refresh .cf-browse-organizer-card span {
	font-size: 1.1rem;
	font-weight: 750;
	text-align: center;
}

body.cf-style-refresh .cf-browse-row--speakers .speaker {
	height: 100%;
}

body.cf-style-refresh .cf-browse-row--speakers .speaker-details {
	padding: 0.75rem;
}

body.cf-style-refresh .cf-browse-row--speakers .speaker-details h2 {
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.18;
}

body.cf-style-refresh .cf-browse-section--conferences .cf-browse-section__header h2 {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
}

body.cf-style-refresh .cf-browse-section--topics {
	padding-top: var(--cf-space-5);
	border-top: 1px solid var(--cf-border);
}

body.cf-style-refresh .cf-browse-topic-collection + .cf-browse-topic-collection {
	margin-top: var(--cf-space-5);
}

body.cf-style-refresh .cf-browse-topic-collection > header h3 {
	margin: 0 0 var(--cf-space-3);
	font-size: 1.35rem;
}

body.cf-style-refresh .cf-browse-topic-collection > header a {
	color: var(--cf-ink);
	text-decoration: none;
}

body.cf-style-refresh .cf-browse-topic-collection > header a:is(:hover, :focus-visible) {
	color: var(--cf-brand-strong);
}

@media (max-width: 56rem) {
	body.cf-style-refresh .cf-browse-row--presentations {
		grid-auto-columns: 48%;
	}

	body.cf-style-refresh .cf-browse-row--landscape,
	body.cf-style-refresh .cf-browse-row--conferences,
	body.cf-style-refresh .cf-browse-row--speakers {
		grid-auto-columns: 31%;
	}

	body.cf-style-refresh .cf-browse-row--organizers {
		grid-auto-columns: 38%;
	}
}

@media (max-width: 38rem) {
	body.cf-style-refresh .cf-browse-hero {
		margin-bottom: var(--cf-space-5);
	}

	body.cf-style-refresh #main-home.cf-browse > .cf-browse-section {
		margin-bottom: var(--cf-space-6);
	}

	body.cf-style-refresh .cf-browse-section--personal {
		padding: var(--cf-space-3);
	}

	body.cf-style-refresh .cf-browse-section__header {
		align-items: flex-start;
	}

	body.cf-style-refresh .cf-browse-section__header h2 {
		font-size: 1.65rem;
	}

	body.cf-style-refresh .cf-browse-section__header > a {
		padding-top: 0.2rem;
		font-size: 0.8rem;
	}

	body.cf-style-refresh .cf-browse-row--presentations {
		grid-auto-columns: 84%;
	}

	body.cf-style-refresh .cf-browse-row--landscape {
		grid-auto-columns: 76%;
	}

	body.cf-style-refresh .cf-browse-row--conferences,
	body.cf-style-refresh .cf-browse-row--speakers {
		grid-auto-columns: 52%;
	}

	body.cf-style-refresh .cf-browse-row--organizers {
		grid-auto-columns: 68%;
	}
}

/* Archives, taxonomy pages and search */
body.cf-style-refresh .taxonomy-wrapper > h1,
body.cf-style-refresh .presentations-archive h1,
body.cf-style-refresh .page-header {
	margin-bottom: var(--cf-space-5);
	padding-bottom: var(--cf-space-4);
	border-bottom: 1px solid var(--cf-border);
}

body.cf-style-refresh .taxonomy-wrapper .col-sm-12 > h1,
body.cf-style-refresh .taxonomy-wrapper > h1,
body.cf-style-refresh .presentations-archive .col-sm-12 > h1 {
	margin-bottom: var(--cf-space-4);
	padding-bottom: 0;
	border-bottom: 0;
	font-size: clamp(2.25rem, 4vw, 3.5rem);
	line-height: 1.04;
	text-align: left !important;
}

body.cf-style-refresh .taxonomy-wrapper > p,
body.cf-style-refresh .taxonomy-wrapper .col-sm-12 > p {
	max-width: var(--cf-reading);
	margin-bottom: var(--cf-space-5);
	color: var(--cf-ink-soft);
	font-size: 1.2rem;
}

body.cf-style-refresh .presentations-archive .col-sm-12,
body.cf-style-refresh .taxonomy-wrapper .col-sm-12 {
	width: 100%;
	max-width: none;
	padding: 0;
	flex: 0 0 100%;
}

body.cf-style-refresh .content-area .page-title em {
	color: var(--cf-accent);
	font-family: var(--cf-font-display);
	font-weight: 500;
}

/* Refreshed mixed search results. */
body.search.cf-style-refresh .cf-search-page .container {
	width: min(100%, var(--cf-content));
	max-width: none;
}

body.search.cf-style-refresh .cf-search-page__header {
	margin-bottom: var(--cf-space-6);
	padding-bottom: var(--cf-space-5);
	border-bottom: 1px solid var(--cf-border);
}

body.search.cf-style-refresh .cf-search-page__eyebrow {
	margin: 0 0 var(--cf-space-2);
	color: var(--cf-brand-strong);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.search.cf-style-refresh .cf-search-page__header h1 {
	margin: 0;
	font-size: clamp(2.25rem, 4vw, 3.5rem);
	line-height: 1.04;
}

body.search.cf-style-refresh .cf-search-page__header h1 span {
	color: var(--cf-brand-strong);
}

body.search.cf-style-refresh .cf-search-page__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: var(--cf-space-2);
	max-width: 44rem;
	margin-top: var(--cf-space-4);
}

body.search.cf-style-refresh .cf-search-page__form input {
	width: 100%;
	min-height: var(--cf-control-height);
	margin: 0;
	border: var(--cf-control-border-width) solid var(--cf-border-strong);
	border-radius: var(--cf-radius-sm);
	background: var(--cf-surface);
	color: var(--cf-ink);
}

body.search.cf-style-refresh .cf-search-page__form button {
	min-height: var(--cf-control-height);
	margin: 0;
	padding: 0.65rem 1.2rem;
	border: var(--cf-control-border-width) solid var(--cf-brand);
	border-radius: var(--cf-radius-sm);
	background: var(--cf-brand);
	color: var(--cf-on-brand);
	font-weight: 700;
}

body.search.cf-style-refresh .cf-search-results-section {
	margin-bottom: var(--cf-space-7);
}

body.search.cf-style-refresh .cf-search-results-section__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--cf-space-3);
	margin-bottom: var(--cf-space-4);
}

body.search.cf-style-refresh .cf-search-results-section__header h2 {
	margin: 0;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
}

body.search.cf-style-refresh .cf-search-results-section__header p {
	margin: 0;
	color: var(--cf-ink-faint);
	font-size: 0.9rem;
}

body.search.cf-style-refresh .cf-search-results-section__header .cf-search-results-section__eyebrow {
	margin: 0 0 0.2rem;
	color: var(--cf-brand-strong);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

body.search.cf-style-refresh .cf-search-fragment-list {
	display: block;
	overflow: hidden;
	border: var(--cf-card-border-width) solid var(--cf-card-border-color);
	border-radius: var(--cf-radius-md);
	background: var(--cf-surface);
}

body.search.cf-style-refresh .cf-search-fragment-card {
	min-width: 0;
	border: 0;
	border-bottom: 1px solid var(--cf-border);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transition: background-color var(--cf-transition);
}

body.search.cf-style-refresh .cf-search-fragment-card:last-child {
	border-bottom: 0;
}

body.search.cf-style-refresh .cf-search-fragment-card:hover,
body.search.cf-style-refresh .cf-search-fragment-card:focus-within {
	background: var(--cf-surface-subtle);
	box-shadow: none;
	transform: none;
}

body.search.cf-style-refresh .cf-search-fragment-card > a {
	display: flex;
	min-height: 0;
	padding: var(--cf-space-3) var(--cf-space-4);
	color: var(--cf-ink);
	text-decoration: none;
	flex-direction: column;
}

body.search.cf-style-refresh .cf-search-fragment-card__header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: var(--cf-space-2);
	margin-bottom: 0.4rem;
}

body.search.cf-style-refresh :where(.cf-search-fragment-card__type, .cf-search-fragment-card time) {
	font-size: 0.76rem;
	font-weight: 750;
}

body.search.cf-style-refresh .cf-search-fragment-card__type {
	color: var(--cf-brand-strong);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.search.cf-style-refresh .cf-search-fragment-card time {
	padding: 0.2rem 0.48rem;
	border-radius: var(--cf-radius-pill);
	background: var(--cf-brand-soft);
	color: var(--cf-brand-strong);
	font-family: var(--cf-font-mono);
}

body.search.cf-style-refresh .cf-search-fragment-card h3 {
	margin: 0 0 0.4rem;
	font-size: 1rem;
	line-height: 1.2;
}

body.search.cf-style-refresh .cf-search-fragment-card .cf-search-fragment-card__context {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.45rem;
	margin: -0.05rem 0 0.55rem;
	color: var(--cf-brand-strong);
	font-size: 0.83rem;
	font-weight: 700;
	line-height: 1.35;
}

body.search.cf-style-refresh .cf-search-fragment-card p {
	margin: 0;
	color: var(--cf-ink-soft);
	font-size: 0.96rem;
	line-height: 1.5;
}

body.search.cf-style-refresh .cf-search-fragment-card mark {
	padding: 0.05em 0.12em;
	border-radius: 0.18em;
	background: var(--cf-accent-soft);
	color: var(--cf-ink);
	font-weight: 700;
}

body.search.cf-style-refresh .cf-search-fragment-card__action {
	align-self: flex-end;
	margin-top: 0.45rem;
	color: var(--cf-brand-strong);
	font-size: 0.84rem;
	font-weight: 750;
}

body.search.cf-style-refresh .cf-search-results-note {
	max-width: 48rem;
	margin: var(--cf-space-3) auto 0;
	color: var(--cf-ink-faint);
	font-size: 0.86rem;
	text-align: center;
}

body.search.cf-style-refresh .cf-search-results-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--cf-space-4) var(--cf-space-3);
}

body.search.cf-style-refresh .cf-search-results-grid .presentation,
body.search.cf-style-refresh .cf-search-results-grid .speaker {
	height: 100%;
}

body.search.cf-style-refresh .cf-search-results-grid .video-thumbnail {
	display: flex;
	height: 100%;
	flex-direction: column;
}

body.search.cf-style-refresh .cf-search-results-grid .video-details {
	flex: 1;
}

body.search.cf-style-refresh .cf-search-results-grid .video-details h3.title {
	margin: 0;
	color: var(--cf-ink);
	font-size: 0.98rem;
	font-weight: 680;
	line-height: 1.22;
}

body.search.cf-style-refresh .cf-search-results-grid--speakers .speaker-details {
	padding: 0.8rem 0.85rem 0.9rem;
}

body.search.cf-style-refresh .cf-search-results-grid--speakers .speaker-details h2 {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.18;
}

body.search.cf-style-refresh .cf-search-results-grid--speakers .speaker-details h2 a {
	color: var(--cf-ink);
	text-decoration: none;
}

body.search.cf-style-refresh .cf-search-results-grid--speakers :where(.speaker-role, .speaker-organisation) {
	margin: 0.28rem 0 0;
	color: var(--cf-ink-soft);
	font-size: 0.78rem;
	line-height: 1.25;
}

body.search.cf-style-refresh .cf-search-results-grid--speakers .speaker-organisation {
	margin-top: 0.12rem;
	color: var(--cf-ink-faint);
}

body.search.cf-style-refresh .cf-search-results-grid--other {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.search.cf-style-refresh .cf-search-generic-card,
body.search.cf-style-refresh .cf-search-page__empty {
	padding: var(--cf-space-4);
	border: var(--cf-card-border-width) solid var(--cf-card-border-color);
	border-radius: var(--cf-radius-md);
	background: var(--cf-surface);
}

body.search.cf-style-refresh .cf-search-generic-card p {
	margin: 0 0 var(--cf-space-1);
	color: var(--cf-ink-faint);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.search.cf-style-refresh .cf-search-generic-card h3,
body.search.cf-style-refresh .cf-search-page__empty h2 {
	margin: 0;
	font-size: 1.15rem;
}

body.search.cf-style-refresh .cf-search-generic-card a {
	color: var(--cf-ink);
	text-decoration: none;
}

body.search.cf-style-refresh .cf-search-page__empty {
	max-width: var(--cf-reading);
}

body.search.cf-style-refresh .cf-search-page__empty p {
	margin: var(--cf-space-2) 0 0;
	color: var(--cf-ink-soft);
}

body.single-cfpt-presentation.cf-style-refresh .cf-search-target {
	outline: 3px solid var(--cf-focus);
	outline-offset: 4px;
	border-radius: var(--cf-radius-sm);
	background-color: color-mix(in srgb, var(--cf-brand-soft) 68%, transparent);
}

body.single-cfpt-presentation.cf-style-refresh #transcript .cf-search-target {
	padding: 0.08em 0.18em;
	outline: 0;
	background: var(--cf-brand-soft);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	color: var(--cf-ink);
}

body.tax-topic.cf-style-refresh .cf-topic-archive__header {
	margin-bottom: var(--cf-space-5);
	padding-bottom: var(--cf-space-4);
	border-bottom: 1px solid var(--cf-border);
}

body.tax-topic.cf-style-refresh .cf-topic-archive__eyebrow {
	margin: 0 0 var(--cf-space-2);
	color: var(--cf-brand-strong);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.tax-topic.cf-style-refresh .cf-topic-archive__header h1 {
	margin: 0;
	font-size: clamp(2.25rem, 4vw, 3.5rem);
	line-height: 1.04;
}

body.tax-topic.cf-style-refresh .cf-topic-archive__header h1 span {
	color: var(--cf-brand-strong);
}

body.tax-topic.cf-style-refresh .cf-topic-archive__description {
	max-width: var(--cf-reading);
	margin: var(--cf-space-3) 0 0;
	color: var(--cf-ink-soft);
	font-size: 1.05rem;
}

body.tax-topic.cf-style-refresh .cf-topic-presentation-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: var(--cf-space-4) var(--cf-space-3);
}

body.tax-topic.cf-style-refresh .cf-topic-presentation-grid .video-thumbnail {
	display: flex;
	flex-direction: column;
}

body.tax-topic.cf-style-refresh .cf-topic-presentation-grid .video-details {
	flex: 1;
}

body.tax-topic.cf-style-refresh .cf-topic-presentation-grid .video-details h3.title {
	margin: 0;
	color: var(--cf-ink);
	font-size: 0.96rem;
	font-weight: 680;
	line-height: 1.2;
}

body.tax-topic.cf-style-refresh .cf-topic-archive__empty {
	padding: var(--cf-space-4);
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-md);
	background: var(--cf-surface);
}

/* Topic directory */
body.page.cf-style-refresh .cf-topics-directory__header {
	max-width: var(--cf-reading);
	margin-bottom: var(--cf-space-5);
}

body.page.cf-style-refresh .cf-topics-directory__eyebrow {
	margin: 0 0 var(--cf-space-2);
	color: var(--cf-brand-strong);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.page.cf-style-refresh .cf-topics-directory__header h1 {
	margin: 0 0 var(--cf-space-2);
	font-size: clamp(2.5rem, 4.5vw, 4rem);
}

body.page.cf-style-refresh .cf-topics-directory__header > p:last-child {
	margin: 0;
	color: var(--cf-ink-soft);
	font-size: 1.1rem;
}

body.page.cf-style-refresh .cf-topics-directory__panel {
	padding: var(--cf-space-5);
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-canvas-raised);
	box-shadow: var(--cf-shadow-sm);
}

body.page.cf-style-refresh .cf-topics-directory__controls {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: var(--cf-space-4);
	margin-bottom: var(--cf-space-4);
}

body.page.cf-style-refresh .cf-topic-filter-field {
	flex: 1 1 34rem;
	max-width: 42rem;
}

body.page.cf-style-refresh .cf-topics-directory__tools {
	flex: 0 0 auto;
}

body.page.cf-style-refresh .cf-topic-filter-field > label {
	display: block;
	margin-bottom: var(--cf-space-1);
	font-size: 0.88rem;
	font-weight: 700;
}

body.page.cf-style-refresh .cf-topic-filter-input {
	position: relative;
	display: flex;
	align-items: center;
}

body.page.cf-style-refresh .cf-topic-filter-input > svg {
	position: absolute;
	left: 0.9rem;
	z-index: 1;
	width: 1.1rem;
	height: 1.1rem;
	fill: none;
	stroke: var(--cf-ink-soft);
	stroke-linecap: round;
	stroke-width: 2;
	pointer-events: none;
}

body.page.cf-style-refresh .cf-topic-filter-input input[type="search"] {
	min-height: var(--cf-control-height);
	padding: 0.55rem 4.5rem 0.55rem 2.7rem;
	border-width: var(--cf-control-border-width);
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface);
}

body.page.cf-style-refresh .cf-topic-filter-clear {
	position: absolute;
	right: 0.45rem;
	min-height: 2rem;
	padding: 0.25rem 0.7rem;
	border: 0;
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface-subtle);
	color: var(--cf-ink);
	font-size: 0.78rem;
	font-weight: 700;
}

body.page.cf-style-refresh .cf-topic-filter-clear:hover {
	background: var(--cf-brand-soft);
}

body.page.cf-style-refresh .cf-topic-filter-status {
	margin: calc(-1 * var(--cf-space-2)) 0 var(--cf-space-3);
	color: var(--cf-ink-faint);
	font-size: 0.88rem;
	text-align: right;
}

body.page.cf-style-refresh .cf-topic-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page.cf-style-refresh .cf-topic-list li {
	margin: 0;
}

body.page.cf-style-refresh .cf-topic-list li[hidden] {
	display: none;
}

body.page.cf-style-refresh .cf-topic-list a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 2.45rem;
	padding: 0.42rem 0.55rem 0.42rem 0.8rem;
	border: var(--cf-control-border-width) solid var(--cf-border);
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface);
	color: var(--cf-ink);
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.15;
	text-decoration: none;
}

body.page.cf-style-refresh .cf-topic-list a:hover {
	border-color: var(--cf-brand);
	background: var(--cf-brand-soft);
	color: var(--cf-brand-strong);
	transform: translateY(-1px);
}

body.page.cf-style-refresh .cf-topic-count {
	display: inline-grid;
	place-items: center;
	min-width: 1.65rem;
	min-height: 1.65rem;
	padding: 0.15rem 0.4rem;
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface-subtle);
	color: var(--cf-ink-soft);
	font-size: 0.72rem;
	font-variant-numeric: tabular-nums;
}

body.page.cf-style-refresh .cf-topic-list a:hover .cf-topic-count {
	background: var(--cf-canvas-raised);
	color: var(--cf-brand-strong);
}

body.page.cf-style-refresh .cf-topic-filter-empty {
	margin: var(--cf-space-4) 0 0;
	padding: var(--cf-space-4);
	border: 1px dashed var(--cf-border-strong);
	border-radius: var(--cf-radius-md);
	color: var(--cf-ink-soft);
	text-align: center;
}

body.page.cf-style-refresh .cf-topics-directory__footer {
	display: flex;
	justify-content: center;
	margin-top: var(--cf-space-4);
	padding-top: var(--cf-space-4);
	border-top: 1px solid var(--cf-border);
}

body.page.cf-style-refresh .cf-topic-list-toggle {
	display: inline-flex;
	align-items: center;
	gap: var(--cf-space-2);
	min-height: var(--cf-control-height);
	padding: 0.55rem 1rem;
	border: var(--cf-control-border-width) solid var(--cf-brand-strong);
	border-radius: var(--cf-radius-pill);
	background: var(--cf-brand);
	color: var(--cf-on-brand) !important;
	font-size: 0.88rem;
	font-weight: 700;
}

body.page.cf-style-refresh .cf-topic-list-toggle:hover {
	border-color: var(--cf-brand-strong);
	background: var(--cf-brand-strong);
	color: var(--cf-on-brand) !important;
}

body.page.cf-style-refresh .cf-topic-list-toggle [aria-hidden="true"] {
	font-size: 1.15rem;
	line-height: 1;
}

/* On-demand conference detail */
body.single-event.cf-style-refresh .event-layout {
	display: grid;
	gap: var(--cf-space-5);
}

body.single-event.cf-style-refresh .event-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.72fr);
	align-items: start;
	gap: var(--cf-space-5);
	padding: var(--cf-space-5);
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.single-event.cf-style-refresh .event-header {
	display: grid;
	gap: 0.8rem;
	min-width: 0;
}

body.single-event.cf-style-refresh .event-header:only-child {
	grid-column: 1 / -1;
}

body.single-event.cf-style-refresh .event-meta {
	display: grid;
	gap: 0.12rem;
	margin: 0;
	color: var(--cf-ink-soft);
	font-size: 0.86rem;
	line-height: 1.2;
}

body.single-event.cf-style-refresh .event-meta-group {
	display: grid;
	grid-template-columns: 6.15rem minmax(0, 1fr);
	align-items: baseline;
	gap: 0.5rem;
}

body.single-event.cf-style-refresh .event-meta :where(dt, dd) {
	margin: 0;
}

body.single-event.cf-style-refresh .event-meta-label {
	color: var(--cf-ink-faint);
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.single-event.cf-style-refresh .event-meta a {
	font-weight: 650;
}

body.single-event.cf-style-refresh .event-title {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(2.8rem, 6vw, 5.5rem);
}

body.single-event.cf-style-refresh .event-title--logo {
	width: min(100%, 34rem);
	max-width: none;
	font-size: 1rem;
	line-height: 0;
}

body.single-event.cf-style-refresh .event-logo-frame {
	display: block;
	width: 100%;
	aspect-ratio: 191 / 32;
}

body.single-event.cf-style-refresh .event-logo-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
	filter: brightness(0) saturate(100%);
}

:root[data-color-mode="dark"] body.single-event.cf-style-refresh .event-logo-frame img {
	filter: brightness(0) saturate(100%) invert(1);
}

@media (prefers-color-scheme: dark) {
	:root:not([data-color-mode]) body.single-event.cf-style-refresh .event-logo-frame img {
		filter: brightness(0) saturate(100%) invert(1);
	}
}

body.single-event.cf-style-refresh .event-tagline {
	max-width: 42ch;
	color: var(--cf-ink);
	font-size: clamp(1.25rem, 2.2vw, 1.8rem);
	font-weight: 500;
	line-height: 1.35;
}

body.single-event.cf-style-refresh .event-tagline > :last-child,
body.single-event.cf-style-refresh .event-tagline:last-child {
	margin-bottom: 0;
}

body.single-event.cf-style-refresh :where(.event-pricing, .premium-message) {
	max-width: none;
	margin: 0;
	padding: var(--cf-space-4);
	border-left: 0.3rem solid var(--cf-accent);
	border-radius: var(--cf-radius-sm);
	background: var(--cf-surface-subtle);
}

body.single-event.cf-style-refresh .event-topic-filter {
	padding: var(--cf-space-4);
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-canvas-raised);
}

body.single-event.cf-style-refresh .event-topic-filter-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--cf-space-3);
	margin-bottom: var(--cf-space-3);
}

body.single-event.cf-style-refresh .event-topic-filter-heading h2 {
	margin: 0;
	font-size: clamp(1.4rem, 2.2vw, 1.9rem);
}

body.single-event.cf-style-refresh .event-topic-filter-heading button.event-topic-filter-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 2.25rem;
	margin: 0;
	padding: 0.45rem 0.8rem;
	border: var(--cf-control-border-width) solid var(--cf-brand) !important;
	border-radius: var(--cf-radius-pill);
	background: var(--cf-brand) !important;
	color: var(--cf-on-brand) !important;
	font: inherit;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1;
	text-shadow: none;
	cursor: pointer;
	transition: border-color var(--cf-transition), background var(--cf-transition), color var(--cf-transition);
}

body.single-event.cf-style-refresh .event-topic-filter-heading button.event-topic-filter-toggle[hidden] {
	display: none;
}

body.single-event.cf-style-refresh .event-topic-filter-heading button.event-topic-filter-toggle:hover {
	border-color: var(--cf-brand-strong) !important;
	background: var(--cf-brand-strong) !important;
	color: var(--cf-on-brand) !important;
}

body.single-event.cf-style-refresh .event-topic-filter-heading button.event-topic-filter-toggle:focus-visible {
	outline: 2px solid var(--cf-focus);
	outline-offset: 3px;
	box-shadow: var(--cf-shadow-focus);
}

body.single-event.cf-style-refresh .event-topic-filter-heading button.event-topic-filter-toggle > span {
	color: inherit !important;
}

body.single-event.cf-style-refresh .event-topic-filter-toggle-icon {
	font-size: 1.05rem;
	line-height: 0.8;
	transition: transform var(--cf-transition);
}

body.single-event.cf-style-refresh .event-topic-filter.is-expanded .event-topic-filter-toggle-icon {
	transform: rotate(45deg);
}

body.single-event.cf-style-refresh :where(.event-topic-filter-status, .event-topic-filter-guidance) {
	margin: 0;
	color: var(--cf-ink-soft);
	font-size: 0.9rem;
}

body.single-event.cf-style-refresh ul.event-topic-options {
	display: flex;
	flex-wrap: wrap;
	gap: var(--cf-space-2);
	margin: 0;
	padding: 0.25rem;
}

body.single-event.cf-style-refresh .event-topic-filter.is-collapsible ul.event-topic-options {
	max-height: var(--cf-topic-options-collapsed-height);
	overflow: hidden;
	transition: max-height 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.single-event.cf-style-refresh .event-topic-filter.is-collapsible.is-expanded ul.event-topic-options {
	max-height: var(--cf-topic-options-expanded-height);
}

body.single-event.cf-style-refresh .event-topic-filter.is-measuring-topics ul.event-topic-options {
	max-height: none;
	transition: none;
}

body.single-event.cf-style-refresh .event-topic-options .topic-selector {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-event.cf-style-refresh .event-topic-options input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	min-height: 0;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

body.single-event.cf-style-refresh .event-topic-options label {
	display: inline-flex;
	align-items: center;
	min-height: 2.25rem;
	margin: 0;
	padding: 0.45rem 0.8rem;
	border: var(--cf-control-border-width) solid var(--cf-border);
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface);
	color: var(--cf-ink-soft);
	font-size: 0.84rem;
	font-weight: 650;
	line-height: 1;
	cursor: pointer;
	transition: border-color var(--cf-transition), background var(--cf-transition), color var(--cf-transition), transform var(--cf-transition);
}

body.single-event.cf-style-refresh .event-topic-options label:hover {
	border-color: var(--cf-brand);
	color: var(--cf-ink);
	transform: translateY(-1px);
}

body.single-event.cf-style-refresh .event-topic-options input[type="checkbox"]:focus-visible + label {
	outline: 2px solid var(--cf-focus);
	outline-offset: 3px;
	box-shadow: var(--cf-shadow-focus);
}

body.single-event.cf-style-refresh .event-topic-options input[type="checkbox"]:checked + label {
	border-color: var(--cf-brand);
	background: var(--cf-brand);
	color: var(--cf-on-brand);
}

body.single-event.cf-style-refresh .event-topic-options input[type="checkbox"]:checked + label::before {
	content: "\2713";
	margin-right: 0.4rem;
	font-weight: 800;
}

body.single-event.cf-style-refresh .event-topic-filter-summary {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--cf-space-2) var(--cf-space-4);
	margin-top: var(--cf-space-3);
}

body.single-event.cf-style-refresh .event-topic-filter-summary-copy {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.2rem 0.45rem;
}

body.single-event.cf-style-refresh .event-topic-filter-summary button.event-topic-filter-clear {
	flex: 0 0 auto;
	min-height: 2.15rem;
	margin: 0;
	padding: 0.4rem 0.75rem;
	border: var(--cf-control-border-width) solid var(--cf-border-strong) !important;
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface) !important;
	color: var(--cf-ink) !important;
	font: inherit;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1;
	text-shadow: none;
	cursor: pointer;
	transition: border-color var(--cf-transition), background var(--cf-transition), color var(--cf-transition);
}

body.single-event.cf-style-refresh .event-topic-filter-summary button.event-topic-filter-clear[hidden] {
	display: none;
}

body.single-event.cf-style-refresh .event-topic-filter-summary button.event-topic-filter-clear:hover {
	border-color: var(--cf-brand) !important;
	background: var(--cf-brand-soft) !important;
	color: var(--cf-ink) !important;
}

body.single-event.cf-style-refresh .event-topic-filter-summary button.event-topic-filter-clear:focus-visible {
	outline: 2px solid var(--cf-focus);
	outline-offset: 3px;
	box-shadow: var(--cf-shadow-focus);
}

body.single-event.cf-style-refresh .event-hero-image {
	display: block;
	width: 100%;
	max-height: 32rem;
	border-radius: var(--cf-radius-lg);
	object-fit: cover;
}

body.single-event.cf-style-refresh .related.container {
	margin-top: var(--cf-space-6);
}

body.single-event.cf-style-refresh .related.container > h2 {
	margin-bottom: var(--cf-space-3);
}

body.single-event.cf-style-refresh .presentations {
	margin-bottom: var(--cf-space-6);
}

body.single-event.cf-style-refresh .presentation[hidden] {
	display: none !important;
}

html.cf-event-filter-transition::view-transition-group(root),
html.cf-event-filter-transition::view-transition-old(root),
html.cf-event-filter-transition::view-transition-new(root) {
	animation: none !important;
	transform: none !important;
}

html.cf-event-filter-transition::view-transition-old(root),
html.cf-event-filter-transition::view-transition-new(root) {
	opacity: 1;
	mix-blend-mode: normal;
}

html.cf-event-filter-transition::view-transition-group(*) {
	animation-duration: 220ms;
	animation-timing-function: cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.single-event.cf-style-refresh .related.container > .speakers {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: var(--cf-space-3);
	margin-top: var(--cf-space-4);
}

body.single-event.cf-style-refresh .event-speaker .speaker-details {
	padding: 0.8rem 0.85rem 0.9rem;
}

body.single-event.cf-style-refresh .event-speaker .speaker-details h2 {
	font-size: 0.96rem;
	line-height: 1.18;
}

body.single-event.cf-style-refresh .event-speaker .speaker-details h2 a {
	color: var(--cf-ink);
	text-decoration: none;
}

body.single-event.cf-style-refresh .event-speaker-context {
	display: flex;
	flex-wrap: wrap;
	gap: 0.1rem 0.35rem;
	margin: 0.3rem 0 0;
	color: var(--cf-ink-soft);
	font-size: 0.78rem;
	line-height: 1.25;
}

body.single-event.cf-style-refresh .event-speaker-context-separator {
	color: var(--cf-ink-faint);
}

/* Presentation detail */
body.single-cfpt-presentation.cf-style-refresh .page-container {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

body.single-cfpt-presentation.cf-style-refresh .page-container > .container {
	display: block;
	width: 100%;
	max-width: none;
	padding: 0;
}

body.single-cfpt-presentation.cf-style-refresh article#main > header,
body.single-cfpt-presentation.cf-style-refresh article#main > section,
body.single-cfpt-presentation.cf-style-refresh article#main > div:not(.video-container) {
	width: min(calc(100% - 2 * var(--cf-space-4)), var(--cf-content));
	margin-right: auto;
	margin-left: auto;
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-header {
	display: block;
	padding-bottom: var(--cf-space-4);
	border-bottom: 0;
}

body.single-cfpt-presentation.cf-style-refresh .video-title {
	max-width: 30ch;
	margin-bottom: var(--cf-space-2);
	font-size: clamp(2.25rem, 3.75vw, 3.8rem);
	line-height: 1.01;
}

body.single-cfpt-presentation.cf-style-refresh .byline {
	color: var(--cf-ink-soft);
	font-size: clamp(1.1rem, 1.7vw, 1.35rem);
	font-weight: 600;
}

body.single-cfpt-presentation.cf-style-refresh .byline a {
	font-weight: 700;
}

body.single-cfpt-presentation.cf-style-refresh #shareTools {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--cf-space-2);
	margin-top: var(--cf-space-3);
}

body.single-cfpt-presentation.cf-style-refresh #shareTools > :where(span, button, p) {
	margin: 0;
}

body.single-cfpt-presentation.cf-style-refresh #shareTools .edit-profile {
	display: block;
	margin: 0;
}

body.single-cfpt-presentation.cf-style-refresh #shareTools :where(.post-edit-link, #gift-link) {
	width: auto !important;
	min-width: 0;
	min-height: 2.7rem;
	margin: 0;
	padding: 0.62rem 1rem;
	font-size: 0.92rem;
}

body.single-cfpt-presentation.cf-style-refresh #shareTools #gift-link {
	flex: 0 0 auto;
	border: 2px solid var(--cf-brand);
	background: var(--cf-surface);
	box-shadow: none;
	color: var(--cf-brand-strong) !important;
}

body.single-cfpt-presentation.cf-style-refresh #shareTools #gift-link:hover {
	background: var(--cf-brand-soft);
	color: var(--cf-brand-strong) !important;
}

body.single-cfpt-presentation.cf-style-refresh #shareTools #gift-link:disabled {
	cursor: wait;
	opacity: 0.68;
	transform: none;
}

body.single-cfpt-presentation.cf-style-refresh #copy-gift-link-dialog[hidden],
body.single-cfpt-presentation.cf-style-refresh #copy-gift-link-dialog[inert]:not(.visible) {
	display: none !important;
}

body.single-cfpt-presentation.cf-style-refresh #copy-gift-link-dialog.visible {
	display: flex;
	flex: 1 1 30rem;
	flex-wrap: nowrap;
	align-items: center;
	gap: var(--cf-space-2);
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.single-cfpt-presentation.cf-style-refresh #copy-gift-link-dialog input {
	flex: 1 1 18rem;
	min-width: 0;
	min-height: 2.7rem;
	margin: 0;
	padding: 0.5rem 0.65rem;
	font-size: 0.88rem;
}

body.single-cfpt-presentation.cf-style-refresh #copy-gift-link-dialog button {
	display: grid;
	width: var(--cf-icon-button-size);
	height: var(--cf-icon-button-size);
	min-height: var(--cf-icon-button-size);
	margin: 0;
	padding: 0.68rem;
	border: 2px solid var(--cf-brand);
	border-radius: var(--cf-radius-sm);
	background: var(--cf-brand);
	color: var(--cf-on-brand) !important;
	place-items: center;
}

body.single-cfpt-presentation.cf-style-refresh #copy-gift-link-dialog button:hover {
	border-color: var(--cf-brand-strong);
	background: var(--cf-brand-strong);
	transform: none;
}

body.single-cfpt-presentation.cf-style-refresh #copy-gift-link-dialog button img {
	display: block;
	width: var(--cf-icon-size) !important;
	height: var(--cf-icon-size) !important;
	margin: 0;
	filter: brightness(0) invert(1) !important;
	object-fit: contain;
}

body.single-cfpt-presentation.cf-style-refresh .cf-gift-link-status {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

body.single-cfpt-presentation.cf-style-refresh .video-tools {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--cf-space-3);
	margin-top: var(--cf-space-4);
	padding-top: var(--cf-space-3);
	border-top: 0;
}

body.single-cfpt-presentation.cf-style-refresh .video-tools.has-download-status {
	margin-bottom: 3rem;
}

body.single-cfpt-presentation.cf-style-refresh .video-tools .topics {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: var(--cf-space-2);
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-cfpt-presentation.cf-style-refresh .video-tools .topics li {
	margin: 0;
}

body.single-cfpt-presentation.cf-style-refresh .video-tools .topics a {
	display: inline-flex;
	align-items: center;
	min-height: 2.15rem;
	padding: 0.35rem 0.75rem;
	border: 2px solid var(--cf-border-strong);
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface);
	color: var(--cf-ink-soft);
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
}

body.single-cfpt-presentation.cf-style-refresh .video-tools .topics a:hover {
	border-color: var(--cf-brand);
	color: var(--cf-brand-strong);
}

body.single-cfpt-presentation.cf-style-refresh .video-tools .user-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: var(--cf-space-2);
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-stage {
	display: grid;
	grid-template-columns: minmax(0, 1.72fr) minmax(19rem, 0.9fr);
	align-items: stretch;
	gap: var(--cf-space-4);
	width: min(calc(100% - 2 * var(--cf-space-4)), var(--cf-content));
	margin: 0 auto var(--cf-space-5);
}

body.single-cfpt-presentation.cf-style-refresh .video-container {
	position: relative;
	width: 100%;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: 0;
	border-radius: var(--cf-radius-lg);
	background: #09070e;
	box-shadow: none;
}

body.single-cfpt-presentation.cf-style-refresh .video-container > .video-thumb {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

body.single-cfpt-presentation.cf-style-refresh .video-container > .overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: var(--cf-space-3) var(--cf-space-4);
	background: linear-gradient(180deg, transparent, rgba(9, 7, 14, 0.97) 35%);
	color: #fff;
}

body.single-cfpt-presentation.cf-style-refresh .video-container > .overlay > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem var(--cf-space-2);
	color: #fff;
	font-size: 0.98rem;
	text-align: center;
	text-decoration: none;
}

body.single-cfpt-presentation.cf-style-refresh .video-container > .overlay button {
	min-height: 2.5rem;
	margin-left: 0.25rem;
	padding: 0.55rem 1rem;
	border: 1px solid #b9a2ff;
	background: #aa91ff;
	color: #171022 !important;
}

body.single-cfpt-presentation.cf-style-refresh .video-container iframe,
body.single-cfpt-presentation.cf-style-refresh .video-container video,
body.single-cfpt-presentation.cf-style-refresh .video-container mux-player {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
}

body.single-cfpt-presentation.cf-style-refresh .has-livetranscript {
	display: block;
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-explorer {
	position: relative;
	min-width: 0;
	min-height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface);
	box-shadow: none;
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-tabs {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.15rem;
	min-height: 3.8rem;
	margin: 0;
	padding: 0.55rem;
	overflow-x: auto;
	border: 0;
	border-bottom: 0;
	border-radius: 0;
	background: var(--cf-surface-subtle);
	list-style: none;
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-tabs .nav-item {
	flex: 0 0 auto;
	margin: 0;
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-tabs [role="tab"] {
	display: inline-flex;
	align-items: center;
	min-height: 2.5rem;
	padding: 0.5rem 0.72rem;
	border: 0;
	border-radius: var(--cf-radius-sm);
	background: transparent;
	box-shadow: none;
	color: var(--cf-ink-soft);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-tabs [role="tab"]:where(.active, [aria-selected="true"]) {
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-sm);
	color: var(--cf-ink);
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-find {
	margin-left: auto !important;
}

body.single-cfpt-presentation.cf-style-refresh #open-find-dialog {
	position: static;
	display: grid;
	width: 2.35rem;
	height: 2.35rem;
	min-height: 2.35rem;
	margin: 0;
	padding: 0.62rem;
	border: 0;
	border-radius: var(--cf-radius-sm);
	background: var(--cf-brand);
	box-shadow: none;
	place-items: center;
}

body.single-cfpt-presentation.cf-style-refresh #open-find-dialog img {
	display: block;
	width: 1rem;
	height: 1rem;
	margin: 0;
}

body.single-cfpt-presentation.cf-style-refresh #transcriptTabContent {
	position: absolute;
	top: 3.8rem;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}

body.single-cfpt-presentation.cf-style-refresh #transcriptTabContent > .tab-pane {
	padding: var(--cf-space-3);
}

body.single-cfpt-presentation.cf-style-refresh #chapters .chapter-block > section {
	position: relative;
	margin: 0 0 var(--cf-space-3);
	padding: var(--cf-space-3) var(--cf-space-3) 2.75rem;
	border: 2px solid var(--cf-border);
	border-radius: var(--cf-radius-md);
	background: var(--cf-surface-subtle);
	color: var(--cf-ink);
	cursor: pointer;
	transition: border-color var(--cf-transition), background var(--cf-transition), transform var(--cf-transition);
}

body.single-cfpt-presentation.cf-style-refresh #chapters .chapter-block > section:first-child {
	padding-top: var(--cf-space-3);
}

body.single-cfpt-presentation.cf-style-refresh #chapters .chapter-block > section:last-child {
	margin-bottom: 0;
}

body.single-cfpt-presentation.cf-style-refresh #chapters .chapter-block > section:hover,
body.single-cfpt-presentation.cf-style-refresh #chapters .chapter-block > section:focus-visible {
	border-color: var(--cf-brand);
	background: var(--cf-brand-soft);
	transform: translateY(-1px);
}

body.single-cfpt-presentation.cf-style-refresh #chapters .chapter-block > section.currentChapter {
	border-color: var(--cf-brand);
	background: var(--cf-brand-soft);
}

body.single-cfpt-presentation.cf-style-refresh #chapters h3 {
	margin-bottom: 0.45rem;
	font-size: 1.05rem;
	line-height: 1.22;
}

body.single-cfpt-presentation.cf-style-refresh #chapters p,
body.single-cfpt-presentation.cf-style-refresh #transcript p,
body.single-cfpt-presentation.cf-style-refresh #slide-text p {
	margin-bottom: 0.8rem;
	color: var(--cf-ink-soft);
	font-size: 0.96rem;
	line-height: 1.55;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text .slidetext-block > section[data-starttime] {
	position: relative;
	margin: 0 0 var(--cf-space-3);
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--cf-ink);
	cursor: pointer;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text .slidetext-block > section[data-starttime]::before {
	content: none !important;
}

body.single-cfpt-presentation.cf-style-refresh #currentLiveSlideTextContainer {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text :where(h2, h3, h4, h5, h6) {
	margin: var(--cf-space-3) 0 var(--cf-space-2);
	font-family: var(--cf-font-sans);
	font-weight: 750;
	letter-spacing: -0.012em;
	line-height: 1.22;
	text-wrap: balance;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text :where(h2, h3, h4, h5, h6):first-child {
	margin-top: 0;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text h2 {
	font-size: clamp(1.2rem, 1.6vw, 1.38rem);
}

body.single-cfpt-presentation.cf-style-refresh #slide-text h3 {
	font-size: clamp(1.02rem, 1.3vw, 1.14rem);
}

body.single-cfpt-presentation.cf-style-refresh #slide-text h4 {
	font-size: 0.98rem;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text h5,
body.single-cfpt-presentation.cf-style-refresh #slide-text h6 {
	font-size: 0.9rem;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text .cf-slide-card {
	position: relative;
	margin: 0;
	padding: var(--cf-space-3) var(--cf-space-3) 2.8rem;
	border: 0;
	border-radius: var(--cf-radius-md);
	background: var(--cf-surface-subtle);
	transition: background var(--cf-transition), box-shadow var(--cf-transition);
}

body.single-cfpt-presentation.cf-style-refresh #slide-text .slidetext-block > section[data-starttime].cf-slide-card {
	padding: var(--cf-space-3) var(--cf-space-3) 2.8rem;
	border-radius: var(--cf-radius-md);
	background: var(--cf-surface-subtle);
}

body.single-cfpt-presentation.cf-style-refresh #slide-text .slidetext-block > section[data-starttime]:where(:hover, :focus-visible) > .cf-slide-card,
body.single-cfpt-presentation.cf-style-refresh #slide-text .cf-slide-card:where(:hover, :focus-visible) {
	background: var(--cf-brand-soft);
	box-shadow: var(--cf-shadow-focus);
}

body.single-cfpt-presentation.cf-style-refresh #slide-text .cf-slide-card > .cf-slide-time {
	position: absolute;
	right: var(--cf-space-3);
	bottom: 0.75rem;
	margin: 0;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text .cf-slide-card ~ p,
body.single-cfpt-presentation.cf-style-refresh #slide-text .cf-slide-description,
body.single-cfpt-presentation.cf-style-refresh #slide-text .slidetext-block > section[data-starttime] > :where(.description, footer) {
	margin-top: var(--cf-space-4);
	margin-bottom: var(--cf-space-3);
	padding: 0 0.2rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--cf-ink-soft);
	font-size: 0.82rem;
	line-height: 1.5;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text .cf-slide-description > :where(p, div),
body.single-cfpt-presentation.cf-style-refresh #slide-text .slidetext-block > section[data-starttime] > :where(.description, footer) > :where(p, div) {
	margin: 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text .cf-slide-card pre {
	max-width: 100%;
	margin: 0.75rem 0 1rem;
	padding: 0.85rem 0.95rem;
	overflow-x: auto;
	border: 2px solid var(--cf-code-border);
	border-radius: var(--cf-radius-sm);
	background: var(--cf-code-bg);
	box-shadow: none;
	color: var(--cf-code-ink);
	font-family: var(--cf-font-mono);
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.55;
	tab-size: 2;
	white-space: pre;
	-webkit-overflow-scrolling: touch;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text .cf-slide-card pre code {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
	font: inherit;
	white-space: inherit;
}

body.single-cfpt-presentation.cf-style-refresh #slide-text :where(.cf-slide-card, .cf-slide-description, .description, footer) :not(pre) > code {
	padding: 0.1em 0.32em;
	border: 1px solid var(--cf-inline-code-border);
	border-radius: 0.25rem;
	background: var(--cf-inline-code-bg);
	box-shadow: none;
	color: var(--cf-inline-code-ink);
	font-family: var(--cf-font-mono);
	font-size: 0.86em;
	font-weight: 600;
	overflow-wrap: anywhere;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

body.single-cfpt-presentation.cf-style-refresh #transcript span[data-starttime] {
	border-radius: 0.18rem;
	cursor: pointer;
	transition: background var(--cf-transition), color var(--cf-transition), box-shadow var(--cf-transition);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

body.single-cfpt-presentation.cf-style-refresh #transcript span[data-starttime]:hover,
body.single-cfpt-presentation.cf-style-refresh #transcript span[data-starttime]:focus-visible {
	background: var(--cf-brand-soft);
	color: var(--cf-ink);
}

body.single-cfpt-presentation.cf-style-refresh #transcript span[data-starttime].currentTranscript {
	padding: 0.06em 0.14em;
	background: var(--cf-brand);
	box-shadow: 0 0 0 0.08em var(--cf-brand);
	color: var(--cf-on-brand);
}

body.single-cfpt-presentation.cf-style-refresh #transcript span.currentTranscript > .cf-presentation-time {
	background: var(--cf-on-brand);
	color: var(--cf-brand-strong);
}

body.single-cfpt-presentation.cf-style-refresh #concepts_referenced .concept-group {
	margin-bottom: var(--cf-space-4);
}

body.single-cfpt-presentation.cf-style-refresh #concepts_referenced .concepts-list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--cf-space-2);
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-cfpt-presentation.cf-style-refresh #concepts_referenced .concepts-list li {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 2.35rem;
	padding: 0.4rem 0.75rem;
	border: 2px solid var(--cf-border-strong);
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface-subtle);
	color: var(--cf-ink-soft);
	font-size: 0.88rem;
	cursor: pointer;
	transition: border-color var(--cf-transition), background var(--cf-transition), color var(--cf-transition);
}

body.single-cfpt-presentation.cf-style-refresh #concepts_referenced .concepts-list li:where(:hover, :focus-visible) {
	border-color: var(--cf-brand);
	background: var(--cf-brand);
	color: var(--cf-on-brand);
}

body.single-cfpt-presentation.cf-style-refresh #concepts_referenced .concepts-list li > .cf-concept-time {
	min-height: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: var(--cf-brand-strong);
}

body.single-cfpt-presentation.cf-style-refresh #concepts_referenced .concepts-list li:where(:hover, :focus-visible) > .cf-concept-time {
	background: transparent;
	color: inherit;
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-time {
	display: inline-flex;
	align-items: center;
	min-height: 1.55rem;
	margin: 0 0.5rem 0.45rem 0;
	padding: 0.15rem 0.42rem;
	border-radius: var(--cf-radius-sm);
	background: var(--cf-brand-soft);
	color: var(--cf-brand-strong);
	font: 700 0.74rem/1 var(--cf-font-mono);
	font-variant-numeric: tabular-nums;
	letter-spacing: 0;
	vertical-align: 0.08em;
}

body.single-cfpt-presentation.cf-style-refresh #chapters .chapter-block > section > .cf-presentation-time {
	position: absolute;
	right: var(--cf-space-3);
	bottom: 0.75rem;
	margin: 0;
}

body.single-cfpt-presentation.cf-style-refresh :where(#chapters .chapter-block > section, #slide-text .slidetext-block > section):hover > .cf-presentation-time,
body.single-cfpt-presentation.cf-style-refresh #transcript span[data-starttime]:hover > .cf-presentation-time {
	background: var(--cf-brand);
	color: var(--cf-on-brand);
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-details {
	width: min(calc(100% - 2 * var(--cf-space-4)), var(--cf-content));
	margin: 0 auto var(--cf-space-6);
	padding: 0;
	border: 0 !important;
}

body.single-cfpt-presentation.cf-style-refresh :where(.cf-presentation-stage, .cf-presentation-details, article#main.cf-presentation)::before,
body.single-cfpt-presentation.cf-style-refresh :where(.cf-presentation-stage, .cf-presentation-details, article#main.cf-presentation)::after {
	content: none !important;
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-details > .nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.15rem;
	min-height: 3.8rem;
	margin: 0 0 var(--cf-space-3);
	padding: 0.55rem;
	overflow-x: auto;
	border: 0;
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface-subtle);
	list-style: none;
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-details > .nav-tabs .nav-item {
	flex: 0 0 auto;
	margin: 0;
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-details > .nav-tabs [role="tab"] {
	display: inline-flex;
	align-items: center;
	min-height: 2.5rem;
	padding: 0.5rem 0.72rem;
	border: 0;
	border-radius: var(--cf-radius-sm);
	background: transparent;
	box-shadow: none;
	color: var(--cf-ink-soft);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-details > .nav-tabs [role="tab"]:where(.active, [aria-selected="true"]) {
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-sm);
	color: var(--cf-ink);
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-details .cf-comments-tab {
	position: relative;
	margin-right: 0.35rem;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comment-count {
	position: absolute;
	top: -0.3rem;
	right: -0.4rem;
	display: flex;
	width: 1.15rem;
	min-width: 1.15rem;
	height: 1.15rem;
	padding: 0;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #d92d4f;
	box-shadow: 0 0 0 2px var(--cf-surface-subtle);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.64rem;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments-tab:where(.active, [aria-selected="true"]) .cf-comment-count {
	box-shadow: 0 0 0 2px var(--cf-surface);
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-details .tab-content {
	max-width: var(--cf-reading);
}

body.single-cfpt-presentation.cf-style-refresh .cf-presentation-details #comments.tab-pane {
	width: 100%;
	max-width: var(--cf-reading);
}

body.single-cfpt-presentation.cf-style-refresh :where(.transcript, .slide-text, .speaker-notes, .keypoints, .takeaways, .external-references, .comments-area) {
	margin-top: var(--cf-space-5);
	padding: var(--cf-space-5);
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface);
}

body.single-cfpt-presentation.cf-style-refresh :where(.transcript, .slide-text, .speaker-notes) p {
	max-width: var(--cf-reading);
	font-size: 1.08rem;
	line-height: 1.7;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments {
	display: grid;
	gap: var(--cf-space-5);
	margin-top: var(--cf-space-4);
	padding: 0;
	border: 0;
	background: transparent;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments.has-comments {
	grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments.has-no-comments {
	grid-template-columns: minmax(0, 30rem);
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments > section {
	min-width: 0;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments h3,
body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-reply-title {
	display: block !important;
	margin: 0 0 var(--cf-space-3) !important;
	font-family: inherit;
	font-size: 1.25rem !important;
	font-weight: 750;
	line-height: 1.2;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-list,
body.single-cfpt-presentation.cf-style-refresh .cf-comments .children {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .children {
	margin-top: var(--cf-space-3);
	margin-left: var(--cf-space-4);
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment {
	margin: 0 0 var(--cf-space-3);
	padding: var(--cf-space-4);
	border: 2px solid var(--cf-border);
	border-radius: var(--cf-radius-md);
	background: var(--cf-surface);
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-meta {
	margin: 0 0 var(--cf-space-3);
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-author {
	display: flex;
	align-items: center;
	gap: var(--cf-space-2);
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-author .avatar {
	flex: 0 0 2.5rem;
	width: 2.5rem;
	height: 2.5rem;
	margin: 0;
	border-radius: 50%;
	object-fit: cover;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-author .fn {
	font-style: normal;
	font-weight: 750;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-author .says {
	display: none;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-metadata {
	margin: -0.5rem 0 0 3.25rem;
	color: var(--cf-ink-faint);
	font-size: 0.78rem;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-metadata a {
	color: inherit;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-content,
body.single-cfpt-presentation.cf-style-refresh .cf-comments .reply {
	margin-left: 3.25rem;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-content {
	color: var(--cf-ink-soft);
	line-height: 1.6;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-content > :last-child {
	margin-bottom: 0;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .reply {
	margin-top: var(--cf-space-2);
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-reply-link,
body.single-cfpt-presentation.cf-style-refresh .cf-comments #cancel-comment-reply-link {
	font-size: 0.82rem;
	font-weight: 700;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comment-form :where(.logged-in-as, .comment-notes, .required-field-message) {
	display: none;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comment-form label {
	display: block;
	margin-bottom: var(--cf-space-2);
	color: var(--cf-ink);
	font-size: 0.9rem;
	font-weight: 700;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comment-form textarea,
body.single-cfpt-presentation.cf-style-refresh .cf-comment-form input:not([type="submit"]):not([type="hidden"]) {
	width: 100%;
	margin: 0;
	border: 2px solid var(--cf-border-strong);
	border-radius: var(--cf-radius-sm);
	background: var(--cf-canvas-raised);
	color: var(--cf-ink) !important;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comment-form textarea {
	min-height: 10rem;
	resize: vertical;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comment-form .form-submit {
	display: flex;
	justify-content: flex-end;
	margin: var(--cf-space-3) 0 0;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comment-form .cf-comment-submit {
	width: auto;
	min-height: 2.7rem;
	margin: 0;
	padding: 0.65rem 1rem;
}

body.single-cfpt-presentation.cf-style-refresh .cf-comments .comment-navigation {
	display: flex;
	justify-content: space-between;
	gap: var(--cf-space-3);
	margin-top: var(--cf-space-3);
}

body.single-cfpt-presentation.cf-style-refresh .find-dialog {
	position: fixed;
	z-index: 1100;
	top: 12vh;
	left: 50%;
	width: min(34rem, calc(100vw - 2 * var(--cf-space-4)));
	max-width: none;
	max-height: 76vh;
	margin: 0;
	padding: 0;
	transform: translateX(-50%) scale(0.98);
	overflow: hidden;
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-md);
	color: var(--cf-ink);
}

body.single-cfpt-presentation.cf-style-refresh .find-dialog:not([open]) {
	display: none !important;
}

body.single-cfpt-presentation.cf-style-refresh .find-dialog[open] {
	display: block;
}

body.single-cfpt-presentation.cf-style-refresh #find-dialog-title {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

body.single-cfpt-presentation.cf-style-refresh .find-dialog::backdrop {
	background: var(--cf-scrim);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

body.single-cfpt-presentation.cf-style-refresh .find-dialog.fade-in {
	transform: translateX(-50%) scale(1);
}

body.single-cfpt-presentation.cf-style-refresh .find-form {
	padding: 0.65rem;
	background: var(--cf-surface);
	color: var(--cf-ink);
}

body.single-cfpt-presentation.cf-style-refresh .find-row {
	display: grid;
	grid-template-columns: 1rem minmax(0, 1fr) 2.35rem;
	align-items: center;
	gap: 0.65rem;
}

body.single-cfpt-presentation.cf-style-refresh .find-label {
	display: grid;
	margin: 0;
	color: var(--cf-ink);
	place-items: center;
}

body.single-cfpt-presentation.cf-style-refresh .find-label svg {
	width: 1rem;
	height: 1rem;
}

body.single-cfpt-presentation.cf-style-refresh .find-label svg * {
	fill: currentColor !important;
	stroke: currentColor !important;
}

body.single-cfpt-presentation.cf-style-refresh input.inline-search-input {
	min-height: 2.35rem;
	padding: 0.5rem 0.7rem;
	border: 1px solid var(--cf-border-strong);
	border-radius: var(--cf-radius-sm);
	background: var(--cf-canvas-raised);
	color: var(--cf-ink) !important;
	font-size: 0.95rem;
}

body.single-cfpt-presentation.cf-style-refresh input.inline-search-input:focus-visible {
	outline: 0;
	border-color: var(--cf-focus);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--cf-focus) 28%, transparent);
}

body.single-cfpt-presentation.cf-style-refresh .find-close {
	display: grid;
	width: 2.35rem;
	height: 2.35rem;
	min-height: 2.35rem;
	margin: 0;
	padding: 0.65rem;
	border: 0;
	border-radius: var(--cf-radius-sm);
	background: var(--cf-brand);
	color: var(--cf-on-brand);
	place-items: center;
}

body.single-cfpt-presentation.cf-style-refresh .find-close svg {
	width: 0.95rem;
	height: 0.95rem;
}

body.single-cfpt-presentation.cf-style-refresh .page-container > .container > .related {
	width: min(calc(100% - 2 * var(--cf-space-4)), var(--cf-content));
	margin-right: auto;
	margin-left: auto;
	margin-top: var(--cf-space-7);
}

body.single-cfpt-presentation.cf-style-refresh .page-container > .container > .related > h2 {
	max-width: 24ch;
	margin-bottom: var(--cf-space-4);
	font-size: clamp(1.55rem, 2.2vw, 2rem);
	line-height: 1.08;
}

body.single-cfpt-presentation.cf-style-refresh .page-container > .container > .related > .videos-list {
	align-items: stretch;
}

body.single-cfpt-presentation.cf-style-refresh .page-container > .container > .related > .videos-list .presentation,
body.single-cfpt-presentation.cf-style-refresh .page-container > .container > .related > .videos-list .video-thumbnail {
	height: 100%;
}

body.single-cfpt-presentation.cf-style-refresh .find-close svg * {
	fill: currentColor !important;
}

body.single-cfpt-presentation.cf-style-refresh .find-close:hover {
	border-color: var(--cf-brand-strong);
	background: var(--cf-brand-strong);
	color: var(--cf-on-brand);
	transform: none;
}

body.single-cfpt-presentation.cf-style-refresh .inline-search-results {
	display: none;
	max-height: 52vh;
	margin: var(--cf-space-3) 0 0;
	padding: 0;
	overflow-y: auto;
	border: 0;
	border-top: 1px solid var(--cf-border);
}

body.single-cfpt-presentation.cf-style-refresh .inline-search-results.has-results {
	display: block;
}

body.single-cfpt-presentation.cf-style-refresh .search-result {
	display: block;
	width: 100%;
	min-height: 0;
	padding: 0.85rem 0.25rem;
	border: 0;
	border-bottom: 1px solid var(--cf-border);
	border-radius: 0;
	background: transparent;
	color: var(--cf-ink-soft);
	font: inherit;
	line-height: 1.45;
	text-align: left;
}

body.single-cfpt-presentation.cf-style-refresh .search-result:hover {
	background: var(--cf-surface-subtle);
	color: var(--cf-ink);
	transform: none;
	box-shadow: none;
}

body.single-cfpt-presentation.cf-style-refresh .inline-search-results mark {
	padding: 0 0.15em;
	border-radius: 0.15rem;
	background: var(--cf-accent-soft);
	color: var(--cf-ink);
}

/* Presenter and organizer details */
body.single-presenter.cf-style-refresh article#main > header {
	margin-bottom: var(--cf-space-4);
	padding-bottom: var(--cf-space-3);
	border-bottom: 1px solid var(--cf-border);
}

body.single-presenter.cf-style-refresh .presenter-heading {
	display: inline-grid;
	max-width: 100%;
}

body.single-presenter.cf-style-refresh article#main > header h1 {
	margin-bottom: var(--cf-space-2);
}

body.single-presenter.cf-style-refresh .presenter-meta-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: var(--cf-space-2);
}

body.single-presenter.cf-style-refresh .presenter-context {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.55rem;
	margin: 0;
	color: var(--cf-ink-soft);
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.35;
}

body.single-presenter.cf-style-refresh :where(.presenter-context-separator, .presenter-links-separator) {
	color: var(--cf-ink-faint);
}

body.single-presenter.cf-style-refresh .presenter-links-separator {
	font-size: 1.08rem;
	font-weight: 600;
}

body.single-presenter.cf-style-refresh .byline,
body.single-organizer.cf-style-refresh .organizer-links {
	display: flex;
	flex: 0 0 auto;
	gap: var(--cf-space-2);
}

body.single-presenter.cf-style-refresh .byline a,
body.single-organizer.cf-style-refresh .organizer-links a {
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border: var(--cf-control-border-width) solid var(--cf-icon-button-border);
	border-radius: 50%;
	background: var(--cf-icon-button-bg);
	box-shadow: var(--cf-shadow-sm);
	transition: border-color var(--cf-transition), transform var(--cf-transition), box-shadow var(--cf-transition);
}

body.single-presenter.cf-style-refresh .byline a:hover,
body.single-organizer.cf-style-refresh .organizer-links a:hover {
	border-color: var(--cf-card-border-hover);
	box-shadow: var(--cf-shadow-md);
	transform: translateY(-1px);
}

body.single-presenter.cf-style-refresh .main-header {
	display: grid;
	grid-template-columns: minmax(14rem, 16rem) minmax(0, var(--cf-reading));
	gap: var(--cf-space-5);
	align-items: start;
	margin-bottom: var(--cf-space-4);
}

body.single-presenter.cf-style-refresh .presenter-portrait {
	width: 100%;
}

body.single-presenter.cf-style-refresh .post-thumbnail img {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: var(--cf-radius-lg);
	box-shadow: var(--cf-shadow-md);
	object-fit: cover;
}

body.single-presenter.cf-style-refresh .presenter-bio {
	--cf-bio-preview-height: 11rem;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

body.single-presenter.cf-style-refresh .presenter-bio-content {
	overflow: hidden;
	transition: max-height 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.single-presenter.cf-style-refresh .presenter-bio-content > p:first-child {
	margin-bottom: var(--cf-space-3);
	font-size: 1.08rem;
	line-height: 1.65;
}

body.single-presenter.cf-style-refresh .presenter-bio-content > :last-child {
	margin-bottom: 0;
}

body.single-presenter.cf-style-refresh .presenter-bio.is-measuring .presenter-bio-content,
body.single-presenter.cf-style-refresh .presenter-bio.is-collapsible:not(.is-expanded) .presenter-bio-content {
	max-height: var(--cf-bio-preview-height);
}

body.single-presenter.cf-style-refresh .presenter-bio.is-measuring .presenter-bio-content {
	transition: none;
}

body.single-presenter.cf-style-refresh .presenter-bio.is-collapsible:not(.is-expanded) .presenter-bio-content {
	-webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 2rem), transparent 100%);
	mask-image: linear-gradient(to bottom, #000 calc(100% - 2rem), transparent 100%);
}

body.single-presenter.cf-style-refresh .presenter-bio.is-expanded .presenter-bio-content {
	max-height: var(--cf-bio-expanded-height);
}

body.single-presenter.cf-style-refresh button.presenter-bio-toggle {
	display: inline-flex;
	align-self: flex-end;
	align-items: center;
	min-height: 2.45rem;
	margin-top: var(--cf-space-3);
	padding: 0.55rem 0.9rem;
	border: var(--cf-control-border-width) solid var(--cf-border-strong);
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface);
	color: var(--cf-ink) !important;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

body.single-presenter.cf-style-refresh button.presenter-bio-toggle[hidden] {
	display: none;
}

body.single-presenter.cf-style-refresh button.presenter-bio-toggle:hover {
	border-color: var(--cf-brand);
	background: var(--cf-surface-subtle);
	color: var(--cf-ink) !important;
}

body.single-presenter.cf-style-refresh button.presenter-bio-toggle::after {
	content: "+";
	margin-left: 0.5rem;
	font-size: 1.1rem;
	line-height: 0.8;
}

body.single-presenter.cf-style-refresh .presenter-bio.is-expanded button.presenter-bio-toggle::after {
	content: "\2212";
}

body.single-presenter.cf-style-refresh .presenter-bio-less-label,
body.single-presenter.cf-style-refresh .presenter-bio.is-expanded .presenter-bio-more-label {
	display: none;
}

body.single-presenter.cf-style-refresh .presenter-bio.is-expanded .presenter-bio-less-label {
	display: inline;
}

body.single-presenter.cf-style-refresh article#main > h2 {
	margin: 0 0 0.3rem;
}

body.single-presenter.cf-style-refresh article#main > h2 + p {
	margin-bottom: var(--cf-space-3);
	color: var(--cf-ink-soft);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.4;
}

body.single-presenter.cf-style-refresh article#main > .videos-list + h2 {
	margin-top: var(--cf-space-6);
}

body.single-presenter.cf-style-refresh .conferences-list {
	grid-template-columns: repeat(auto-fit, minmax(10.5rem, 12rem));
	justify-content: start;
	gap: var(--cf-space-3);
}

body.single-presenter.cf-style-refresh .conferences-list .conference > a img {
	height: auto;
	aspect-ratio: 9 / 16;
	background: var(--cf-surface-subtle);
	object-fit: cover;
}

body.single-presenter.cf-style-refresh .byline img,
body.single-organizer.cf-style-refresh .organizer-links img {
	width: 1.35rem;
	height: 1.35rem;
}

body.single-organizer.cf-style-refresh .banner-image {
	display: grid;
	min-height: 15rem;
	place-items: center;
	margin-bottom: var(--cf-space-5);
	padding: var(--cf-space-5);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-logo-field);
	color: var(--cf-logo-field-ink);
	box-shadow: var(--cf-shadow-sm);
}

body.single-organizer.cf-style-refresh .banner-content {
	width: 100%;
	max-width: 34rem;
	flex: none;
}

body.single-organizer.cf-style-refresh .banner-content .title img {
	width: 100%;
	max-height: 7.5rem;
	object-fit: contain;
}

body.single-organizer.cf-style-refresh .archived-conferences > .row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--cf-space-3);
	width: 100%;
}

body.single-organizer.cf-style-refresh .archived-conferences .conference-wide {
	grid-column: auto;
}

body.single-organizer.cf-style-refresh .archived-conferences .conference-wide > a img {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: var(--cf-surface-subtle);
	object-fit: cover;
}

body.single-organizer.cf-style-refresh .ondemand-conferences {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: start;
	gap: var(--cf-space-3);
}

body.single-organizer.cf-style-refresh .ondemand-conferences .conference {
	height: fit-content;
}

body.single-organizer.cf-style-refresh .ondemand-conferences .conference > a img {
	width: 100%;
	aspect-ratio: 1008 / 1644;
	background: var(--cf-surface-subtle);
	object-fit: contain;
}

body.single-organizer.cf-style-refresh .details,
body.single-organizer.cf-style-refresh .related,
body.single-organizer.cf-style-refresh .archived-conferences {
	margin-bottom: var(--cf-space-6);
}

/* Pricing */
body.cf-style-refresh .pricing-plans > header {
	max-width: var(--cf-reading);
	margin-bottom: var(--cf-space-5);
}

body.cf-style-refresh .pricing-plans > header h1 {
	font-size: clamp(2.75rem, 5vw, 4.5rem);
}

body.cf-style-refresh #price-switch {
	margin: 0 0 var(--cf-space-4);
}

body.cf-style-refresh #price-switch label {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 14rem;
	height: 3rem;
	padding: 0.25rem;
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface-subtle);
	cursor: pointer;
}

body.cf-style-refresh #price-switch label::before {
	content: "Monthly";
	width: 50%;
	padding: 0.48rem 0.5rem;
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-sm);
	text-align: center;
}

body.cf-style-refresh #price-switch label::after {
	content: "Annual";
	width: 50%;
	padding: 0.48rem 0.5rem;
	border-radius: var(--cf-radius-pill);
	background: transparent;
	box-shadow: none;
	text-align: center;
	transform: none;
}

body.cf-style-refresh #price-switch input {
	position: absolute;
	opacity: 0;
}

body.cf-style-refresh #price-switch input:checked + label::before {
	background: transparent;
	box-shadow: none;
}

body.cf-style-refresh #price-switch input:checked + label::after {
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-sm);
}

body.cf-style-refresh #level-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--cf-space-4);
	margin-bottom: var(--cf-space-6);
}

body.cf-style-refresh #level-summary .yearly {
	display: none;
}

body.cf-style-refresh #level-summary.annual .monthly {
	display: none;
}

body.cf-style-refresh #level-summary.annual .yearly {
	display: block;
}

body.cf-style-refresh #level-summary.annual a.yearly {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.cf-style-refresh table.pricing .yearly {
	display: none;
}

body.cf-style-refresh table.pricing.annual .monthly {
	display: none;
}

body.cf-style-refresh table.pricing.annual .yearly {
	display: inline-flex;
}

body.cf-style-refresh #level-summary > section {
	display: flex;
	flex-direction: column;
	min-height: 22rem;
	padding: var(--cf-space-5);
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-sm);
}

body.cf-style-refresh #level-summary #pro-summary {
	border-color: var(--cf-brand);
	box-shadow: 0 0 0 2px var(--cf-brand), var(--cf-shadow-md);
}

body.cf-style-refresh #level-summary h3 {
	font-size: 2rem;
}

body.cf-style-refresh #level-summary h4 {
	margin-top: auto;
	font-size: 2rem;
}

body.cf-style-refresh #level-summary .pricing-details {
	display: block;
	color: var(--cf-ink-soft);
	font-size: 0.85rem;
	font-weight: 500;
}

body.cf-style-refresh #level-summary a {
	margin-top: var(--cf-space-2);
}

body.cf-style-refresh table.pricing {
	overflow: hidden;
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	box-shadow: var(--cf-shadow-sm);
}

body.cf-style-refresh table.pricing thead {
	background: var(--cf-surface-subtle);
}

body.cf-style-refresh table.pricing td:not(:first-child),
body.cf-style-refresh table.pricing th:not(:first-child) {
	text-align: center;
}

body.cf-style-refresh table.pricing img {
	width: 1.25rem;
	height: 1.25rem;
}

/* Sign-in and generic forms */
body.cf-style-refresh :where(.tml, .pmpro, #loginform, .login) {
	width: min(100%, 34rem);
	margin: var(--cf-space-5) auto;
	padding: var(--cf-space-5);
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-md);
}

body.cf-style-refresh :where(.tml, .pmpro, #loginform, .login) p {
	max-width: none;
}

body.cf-style-refresh .tml-links {
	margin-top: var(--cf-space-4);
	padding-top: var(--cf-space-3);
	border-top: 1px solid var(--cf-border);
}

/* Account area */
body.cf-style-refresh .cf-account-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--cf-space-1);
	margin: 0 0 var(--cf-space-5);
	padding: 0.35rem;
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface-subtle);
	width: fit-content;
	max-width: 100%;
}

body.cf-style-refresh .cf-account-nav a {
	padding: 0.65rem 1rem;
	border-radius: var(--cf-radius-pill);
	color: var(--cf-ink-soft);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

body.cf-style-refresh .cf-account-nav a:is(:hover, [aria-current="page"]) {
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-sm);
	color: var(--cf-ink);
}

body.cf-style-refresh:is(.cf-account-dashboard, .cf-account-membership, .cf-account-profile, .cf-account-content) .page-container > .container {
	display: block;
	max-width: var(--cf-content);
	margin-inline: auto;
}

body.cf-style-refresh:is(.cf-account-dashboard, .cf-account-membership, .cf-account-profile, .cf-account-content) .page-container > .container > :where(.col-12, .col-sm-12) {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.cf-style-refresh:is(.cf-account-dashboard, .cf-account-membership, .cf-account-profile, .cf-account-content) .page-container h1 {
	font-size: clamp(2.5rem, 5vw, 4rem);
}

/* Classic password login: one card, a compact reveal control and a real checkbox row. */
body.cf-style-refresh.cf-account-login .pmpro {
	width: min(100%, 34rem);
	margin: var(--cf-space-6) auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.cf-style-refresh.cf-account-login :where(#pmpro_login, .pmpro_card, .pmpro_card_content, #loginform) {
	width: 100%;
	max-width: none;
}

body.cf-style-refresh.cf-account-login .pmpro_card {
	overflow: visible;
	padding: var(--cf-space-5);
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-md);
}

body.cf-style-refresh.cf-account-login #loginform {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.cf-style-refresh.cf-account-login #loginform > p {
	margin-bottom: var(--cf-space-3);
}

body.cf-style-refresh.cf-account-login #loginform label {
	display: block;
	margin-bottom: var(--cf-space-1);
}

body.cf-style-refresh.cf-account-login .login-password {
	position: relative;
}

body.cf-style-refresh.cf-account-login .login-password input[type="password"],
body.cf-style-refresh.cf-account-login .login-password input[type="text"] {
	padding-right: 3.6rem;
}

body.cf-style-refresh.cf-account-login .pmpro_form_field-password-toggle {
	position: absolute;
	right: 0.35rem;
	bottom: 0.35rem;
}

body.cf-style-refresh.cf-account-login button.pmpro_btn-plain {
	display: grid;
	width: 2.4rem;
	height: 2.4rem;
	min-height: 2.4rem;
	padding: 0;
	border: 0;
	border-radius: var(--cf-radius-sm);
	background: transparent;
	box-shadow: none;
	color: var(--cf-ink-soft) !important;
	place-items: center;
}

body.cf-style-refresh.cf-account-login button.pmpro_btn-plain:hover {
	background: var(--cf-brand-soft);
	box-shadow: none;
	transform: none;
}

body.cf-style-refresh.cf-account-login .pmpro_form_field-password-toggle-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

body.cf-style-refresh.cf-account-login .login-remember label {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
}

body.cf-style-refresh.cf-account-login .login-remember input[type="checkbox"] {
	flex: 0 0 1.15rem;
	width: 1.15rem;
	height: 1.15rem;
	min-height: 1.15rem;
	margin: 0;
	padding: 0;
	accent-color: var(--cf-brand);
}

body.cf-style-refresh.cf-account-login #wp-submit {
	width: 100%;
	margin-top: var(--cf-space-2);
}

body.cf-style-refresh.cf-account-login .pmpro_card_actions {
	margin-top: var(--cf-space-4);
	padding-top: var(--cf-space-3);
	border-top: 1px solid var(--cf-border);
}

/* Dashboard discovery and progress cards. */
body.cf-style-refresh.cf-account-dashboard :where(#quiz-results-dashboard, #watch-later, .continue-watching) {
	margin-top: var(--cf-space-6);
}

body.cf-style-refresh.cf-account-dashboard #quiz-results-dashboard > header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--cf-space-3);
	margin-bottom: var(--cf-space-4);
}

body.cf-style-refresh.cf-account-dashboard #quiz-results-dashboard > header p {
	margin: 0;
	padding: 0.6rem 0.85rem;
	border-radius: var(--cf-radius-pill);
	background: var(--cf-surface-subtle);
}

body.cf-style-refresh.cf-account-dashboard :where(#quiz-results-dashboard > section.row, .watch-later.row, .continue-watching .row) {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--cf-space-5) var(--cf-space-3);
	width: 100%;
	margin: 0;
	padding: 0;
}

body.cf-style-refresh.cf-account-dashboard #quiz-results-dashboard .presentation {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
}

body.cf-style-refresh.cf-account-dashboard #quiz-results-dashboard .presentation .video-thumbnail {
	flex: 1 1 auto;
	border-radius: var(--cf-radius-md) var(--cf-radius-md) 0 0;
}

body.cf-style-refresh.cf-account-dashboard #quiz-results-dashboard .presentation .video-details {
	flex: 1 1 auto;
}

body.cf-style-refresh.cf-account-dashboard #quiz-results-dashboard .cf-quiz-score {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 0.45rem;
	margin: calc(-1 * var(--cf-control-border-width)) 0 0;
	padding: 0.7rem 0.85rem;
	border: var(--cf-control-border-width) solid var(--cf-border-strong);
	border-top-color: var(--cf-border);
	border-radius: 0 0 var(--cf-radius-md) var(--cf-radius-md);
	background: var(--cf-surface);
	color: var(--cf-ink-soft);
	font-size: 0.9rem;
	font-weight: 700;
	text-align: right;
}

body.cf-style-refresh.cf-account-dashboard #quiz-results-dashboard .cf-quiz-score strong {
	color: var(--cf-ink);
}

body.cf-style-refresh.cf-account-dashboard .continue-watching.col-12 {
	width: 100%;
	padding: 0;
}

/* Membership summary. Billing, cancellation and checkout remain separate legacy routes. */
body.cf-style-refresh:is(.cf-account-membership, .cf-account-profile) .pmpro {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.cf-style-refresh.cf-account-membership #pmpro_account {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--cf-space-4);
}

body.cf-style-refresh.cf-account-membership #pmpro_account .pmpro_box {
	margin: 0;
	padding: var(--cf-space-4);
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-sm);
}

body.cf-style-refresh.cf-account-membership #pmpro_account-invoices {
	grid-column: 1 / -1;
}

body.cf-style-refresh.cf-account-membership #pmpro_account h2 {
	font-size: 1.45rem;
}

body.cf-style-refresh.cf-account-membership .pmpro_actionlinks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.8rem;
	margin-top: var(--cf-space-2);
}

body.cf-style-refresh.cf-account-membership .pmpro_table {
	margin: 0;
	border: 0;
	box-shadow: none;
}

/* Profile form. */
body.cf-style-refresh.cf-account-profile .pmpro_member_profile_edit {
	max-width: var(--cf-reading);
}

body.cf-style-refresh.cf-account-profile :where(.pmpro_card, .pmpro_form_fieldset) {
	margin: 0 0 var(--cf-space-4);
	padding: var(--cf-space-4);
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-sm);
}

body.cf-style-refresh.cf-account-profile .pmpro_card .pmpro_form_fieldset {
	padding: 0;
	border: 0;
	box-shadow: none;
}

body.cf-style-refresh.cf-account-profile .pmpro_form_fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--cf-space-3);
}

body.cf-style-refresh.cf-account-profile .pmpro_form_field {
	margin: 0;
}

body.cf-style-refresh.cf-account-profile .pmpro_form_label {
	display: block;
	margin-bottom: var(--cf-space-1);
}

body.cf-style-refresh.cf-account-profile .pmpro_form_hint {
	color: var(--cf-ink-faint);
	font-size: 0.85rem;
}

body.cf-style-refresh.cf-account-profile .pmpro_form_submit {
	display: flex;
	flex-wrap: wrap;
	gap: var(--cf-space-2);
}

/* Speaker and administrator content tools. */
body.cf-style-refresh.cf-account-content .conffab-speaker-dashboard > .cf-speaker-dashboard__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	column-gap: var(--cf-space-5);
	align-items: end;
	max-width: var(--cf-reading);
	margin-bottom: var(--cf-space-4);
}

body.cf-style-refresh.cf-account-content .conffab-speaker-dashboard > .cf-speaker-dashboard__intro > :not(.cf-speaker-dashboard__actions) {
	grid-column: 1;
}

body.cf-style-refresh.cf-account-content .cf-speaker-dashboard__actions {
	grid-column: 2;
	grid-row: 1 / span 3;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin: 0;
}

body.cf-style-refresh.cf-account-content .conffab-speaker-dashboard .cf-speaker-dashboard__actions .button-like {
	margin: 0;
	white-space: nowrap;
}

body.cf-style-refresh.cf-account-content .cf-speaker-dashboard__presentations-heading {
	max-width: var(--cf-reading);
	margin-top: var(--cf-space-6);
}

body.cf-style-refresh.cf-account-content .cf-speaker-dashboard__presentations-heading > :last-child {
	margin-bottom: 0;
}

body.cf-style-refresh.cf-account-content .conffab-speaker-dashboard > ul.row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--cf-space-4) var(--cf-space-3);
	width: 100%;
	margin: var(--cf-space-4) 0 0;
	padding: 0;
	list-style: none;
}

body.cf-style-refresh.cf-account-content .conffab-speaker-dashboard .video-thumbnail > a h2.title {
	margin: 0;
	padding: var(--cf-space-3);
	color: var(--cf-ink);
	font-size: 1rem;
	line-height: 1.25;
}

body.cf-style-refresh.cf-account-content .conffab-speaker-dashboard .button-like {
	margin: var(--cf-space-3);
}

body.cf-style-refresh.cf-account-content .conffab-speaker-dashboard .button-like > a {
	color: inherit;
	text-decoration: none;
}

body.single-presenter.cf-style-refresh .edit-profile {
	display: flex;
	justify-content: flex-end;
	margin-top: var(--cf-space-3);
}

body.single-presenter.cf-style-refresh .edit-profile .button-like {
	width: auto;
	min-height: 2.5rem;
	padding: 0.55rem 0.9rem;
}

/* Live conference archive and shared live-event surfaces. */
body.cf-style-refresh .cf-live-archive,
body.cf-style-refresh.single-in_person_conference .page-container,
body.cf-style-refresh.single-in_person_track .page-container,
body.cf-style-refresh.single-in_person_session .page-container,
body.cf-style-refresh.single-program .page-container {
	background: var(--cf-canvas);
	color: var(--cf-ink);
}
body.cf-style-refresh.single-in_person_conference #main { margin-bottom: 0; }

body.cf-style-refresh .cf-live-archive__header { margin-bottom: var(--cf-space-5); }
body.cf-style-refresh .cf-live-group + .cf-live-group { margin-top: var(--cf-space-7); }
body.cf-style-refresh .cf-live-group > header { margin-bottom: var(--cf-space-3); }
body.cf-style-refresh .cf-live-group > header p {
	margin: 0 0 var(--cf-space-1); color: var(--cf-brand-strong); font-size: .76rem;
	font-weight: 750; letter-spacing: .1em; text-transform: uppercase;
}
body.cf-style-refresh .cf-live-group h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.5rem); }
body.cf-style-refresh .cf-live-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 17rem), 19rem));
	gap: var(--cf-space-4);
	justify-content: start;
}
body.cf-style-refresh .cf-live-card {
	overflow: hidden; border: var(--cf-card-border-width) solid var(--cf-border-strong);
	border-radius: var(--cf-radius-md); background: var(--cf-surface); box-shadow: var(--cf-shadow-sm);
}
body.cf-style-refresh .cf-live-card__media {
	display: grid; aspect-ratio: 16 / 9; place-items: center; overflow: hidden;
	background: var(--cf-logo-field); color: var(--cf-logo-field-ink); text-decoration: none;
}
body.cf-style-refresh .cf-live-card__media img { width: 100%; height: 100%; object-fit: cover; }
body.cf-style-refresh .cf-live-card__details { padding: var(--cf-space-3); }
body.cf-style-refresh .cf-live-card__details h3,
body.cf-style-refresh .cf-live-card__details p { margin: 0; }
body.cf-style-refresh .cf-live-card__details h3 { font-size: 1.05rem; }
body.cf-style-refresh .cf-live-card__details p { margin-top: var(--cf-space-1); color: var(--cf-ink-soft); }

body.cf-style-refresh:is(.single-in_person_conference, .single-in_person_track) .banner-image {
	min-height: 0; margin: 0 auto var(--cf-space-4); padding: var(--cf-space-4);
	border-radius: var(--cf-radius-lg); background-color: var(--cf-surface-subtle);
	background-position: center; background-size: cover;
	box-shadow: inset 0 0 0 100vmax color-mix(in srgb, var(--cf-canvas) 72%, transparent);
}
body.cf-style-refresh:is(.single-in_person_conference, .single-in_person_track) .banner-content {
	display: block; width: 100%; max-width: var(--cf-content); min-height: 0; margin: 0 auto; background: transparent;
}
body.cf-style-refresh:is(.single-in_person_conference, .single-in_person_track) .content-header .detail {
	color: var(--cf-brand-strong); font-weight: 700;
}
body.cf-style-refresh:is(.single-in_person_conference, .single-in_person_track) .content-header h1 {
	max-width: 18ch; margin-bottom: var(--cf-space-3); font-size: clamp(2.15rem, 4.5vw, 3.75rem);
}
body.cf-style-refresh:is(.single-in_person_conference, .single-in_person_track) .content-header h1 img {
	display: block; width: auto; max-width: min(28rem, 100%); max-height: 8rem; margin: 0;
	object-fit: contain; object-position: left center;
}
body.cf-style-refresh.single-in_person_conference .content-header .detail {
	margin-bottom: var(--cf-space-1); font-size: 1.05rem; font-weight: 750;
}
body.cf-style-refresh.single-in_person_conference .content-header h3 { margin-block: var(--cf-space-1) var(--cf-space-3); }
body.cf-style-refresh:is(.single-in_person_conference, .single-in_person_track) .conference-details {
	max-width: var(--cf-reading); margin-top: var(--cf-space-3);
}
body.cf-style-refresh.single-in_person_conference :is(.premium-message, .welcome-message, .event-pricing) {
	margin-block: var(--cf-space-3); padding: 0;
}
body.cf-style-refresh.single-in_person_conference .purchase-message { padding: var(--cf-space-3); }
body.cf-style-refresh .conference-sessions {
	display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--cf-space-4);
	margin: var(--cf-space-3) 0 var(--cf-space-4);
}
body.cf-style-refresh .conference-sessions .unit {
	display: flex; flex-direction: column; min-width: 0; padding: var(--cf-space-4);
	border: var(--cf-card-border-width) solid var(--cf-border-strong);
	border-radius: var(--cf-radius-md); background: var(--cf-surface);
}
body.cf-style-refresh .conference-sessions .unit h2 { margin: 0 0 var(--cf-space-2); font-size: 1.35rem; }
body.cf-style-refresh .conference-sessions .unit .button-like {
	position: static; align-self: flex-start; margin-top: auto;
}

body.cf-style-refresh.single-in_person_track .conference-sessions {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: none;
}
body.cf-style-refresh.single-in_person_track .conference-sessions .unit {
	width: 100%; padding: var(--cf-space-3);
}
body.cf-style-refresh.single-in_person_track .conference-sessions .unit h2 {
	font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.25;
}
body.cf-style-refresh.single-in_person_track .conference-sessions .unit :where(p, li) {
	font-size: 0.92rem; line-height: 1.55;
}

body.cf-style-refresh.single-in_person_session #header { display: none; }
body.cf-style-refresh.single-in_person_session .page-container {
	margin-top: 0;
	padding-top: var(--cf-space-2);
}
body.cf-style-refresh.single-in_person_session .page-container > .container { max-width: var(--cf-content); }
body.cf-style-refresh.single-in_person_session .page-container > .container > header { margin-bottom: var(--cf-space-2); }
body.cf-style-refresh.single-in_person_session .video-title {
	max-width: none; margin-bottom: var(--cf-space-1); font-size: clamp(1.35rem, 2.25vw, 2rem); line-height: 1.08;
}
body.cf-style-refresh.single-in_person_session .page-container > .container > header h2 {
	margin: 0; font-size: clamp(0.9rem, 1.35vw, 1.1rem); line-height: 1.25;
}
body.cf-style-refresh.single-in_person_session article#main {
	display: grid; grid-template-columns: minmax(0, 2fr) minmax(20rem, 1fr);
	gap: var(--cf-space-4); align-items: stretch;
}
body.cf-style-refresh.single-in_person_session article#main.nochat { grid-template-columns: minmax(0, 1fr); }
body.cf-style-refresh.single-in_person_session #video-block { min-width: 0; }
body.cf-style-refresh.single-in_person_session #video-block .videoWrapper,
body.cf-style-refresh.single-in_person_session #video-block mux-player,
body.cf-style-refresh.single-in_person_session #video-block iframe.youtube-live {
	width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: var(--cf-radius-md); overflow: hidden;
}
body.cf-style-refresh.single-in_person_session iframe#chat {
	display: block; width: 100%; height: 100%; min-height: 32rem; border: 0;
	border-radius: var(--cf-radius-md); background: transparent;
}
body.cf-style-refresh.single-in_person_session #transcriptTab { margin: var(--cf-space-3) 0 0; }
body.cf-style-refresh.single-in_person_session .video-details {
	padding: var(--cf-space-2) 0 0; border-radius: 0; background: transparent;
}
body.cf-style-refresh.single-in_person_session #schedule {
	display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--cf-space-2);
	font-size: 0.78rem; line-height: 1.3;
}
body.cf-style-refresh.single-in_person_session #schedule h2,
body.cf-style-refresh.single-in_person_session #schedule ul {
	grid-column: 1 / -1; width: auto; margin: var(--cf-space-1) 0; padding: 0; color: var(--cf-ink);
}
body.cf-style-refresh.single-in_person_session #schedule :is(.day, .seventrack) {
	display: contents;
}
body.cf-style-refresh.single-in_person_session #schedule .session {
	display: block; width: 100%; min-width: 0; padding: var(--cf-space-2);
	border: 0; border-radius: var(--cf-radius-sm); color: var(--cf-ink); background: var(--cf-surface-subtle);
}
body.cf-style-refresh.single-in_person_session #schedule .session > a {
	display: block; width: 100%; height: 100%; color: inherit; text-decoration: none;
}
body.cf-style-refresh.single-in_person_session #schedule .talk-details {
	display: grid; grid-template-columns: 2.75rem minmax(0, 1fr); gap: 0.25rem var(--cf-space-2);
	align-items: start; width: 100%; min-width: 0;
}
body.cf-style-refresh.single-in_person_session #schedule .session :where(.time, .image, .details) {
	display: block; width: auto; min-width: 0; margin: 0; color: inherit; text-align: left;
}
body.cf-style-refresh.single-in_person_session #schedule .session .time {
	grid-column: 1 / -1; font-size: 0.68rem; font-weight: 750; white-space: nowrap;
}
body.cf-style-refresh.single-in_person_session #schedule .session .image img {
	width: 2.75rem; height: 2.75rem; max-height: none; margin: 0; float: none;
	object-fit: cover; border-radius: 50%;
}
body.cf-style-refresh.single-in_person_session #schedule .session .details { font-size: 0.7rem; line-height: 1.25; }
body.cf-style-refresh.single-in_person_session #schedule .session .details :is(h3, h4) {
	margin: 0; font-size: inherit; line-height: inherit;
}
body.cf-style-refresh.single-in_person_session #schedule .session .details h3 {
	display: -webkit-box; overflow: hidden; font-size: 0.78rem; font-weight: 750;
	-webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
body.cf-style-refresh.single-in_person_session #schedule .session .details h4 {
	display: -webkit-box; overflow: hidden; margin-top: 0.12rem; font-weight: 600;
	-webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
body.cf-style-refresh.single-in_person_session #schedule .session .details p,
body.cf-style-refresh.single-in_person_session #schedule .session .abstract { display: none; }
body.cf-style-refresh.single-in_person_session #schedule .session .details span {
	display: inline; white-space: normal;
}
body.cf-style-refresh.single-in_person_session #schedule .session:is(:hover, :focus-within) {
	background: var(--cf-brand-soft);
}
body.cf-style-refresh .sponsors-wrapper {
	position: fixed; z-index: 1000; right: 0; bottom: 0; left: 0;
	display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; gap: var(--cf-space-3);
	width: 100%; max-width: none; margin: 0; padding: 0.55rem max(var(--cf-space-3), calc((100% - var(--cf-content)) / 2));
	border: 0; background: #3a1163; color: #fff;
}
body.cf-style-refresh:is(.single-in_person_conference, .single-in_person_track, .single-in_person_session, .single-program) #wrapper {
	padding-bottom: 4.75rem;
}
body.cf-style-refresh .sponsors-wrapper img {
	width: auto; max-width: 9rem; height: 2.4rem; object-fit: contain;
}
body.cf-style-refresh .cf-event-footer__brand,
body.cf-style-refresh .cf-event-footer__conference,
body.cf-style-refresh .cf-event-footer__partner,
body.cf-style-refresh .cf-event-footer__icon {
	display: grid; flex: 0 0 auto; max-width: none; place-items: center; margin: 0; text-decoration: none;
}
body.cf-style-refresh .cf-event-footer__brand img {
	width: 5.5rem; max-width: 5.5rem; height: auto;
}
body.cf-style-refresh .cf-event-footer__conference {
	min-width: 8rem; min-height: 2.6rem; padding: 0; border: 0; border-radius: 0; background: transparent;
}
body.cf-style-refresh .cf-event-footer__conference img { max-width: 8rem; height: 2.2rem; }
body.cf-style-refresh .cf-event-footer__icon {
	width: 2.85rem; height: 2.85rem; border: 0;
	border-radius: var(--cf-radius-sm); background: transparent; color: #fff;
}
body.cf-style-refresh .cf-event-footer__icon:is(:hover, :focus-visible) {
	background: rgb(255 255 255 / 12%); color: #fff;
}
body.cf-style-refresh .cf-event-footer__icon svg {
	width: 1.45rem; height: 1.45rem; fill: none; stroke: currentColor; stroke-linecap: round;
	stroke-linejoin: round; stroke-width: 1.9;
}
body.cf-style-refresh .cf-event-footer__session-select { display: none; }
body.cf-style-refresh .cf-event-footer__session-select :where(select, .select) { max-width: 100%; }

body.cf-style-refresh.single-program #program { max-width: var(--cf-content); padding-block: var(--cf-space-4); }
body.cf-style-refresh.single-program .cf-live-program__header { max-width: var(--cf-reading); margin-bottom: var(--cf-space-4); }
body.cf-style-refresh.single-program .cf-live-program__header h1 {
	max-width: 24ch; margin-block: var(--cf-space-1) var(--cf-space-3); font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.05;
}
body.cf-style-refresh.single-program .cf-live-program__schedule {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--cf-space-5);
	align-items: start; width: 100%; max-width: none;
}
body.cf-style-refresh.single-program #program {
	display: block; width: 100%; margin: 0 auto; padding-inline: var(--cf-space-4); background: var(--cf-canvas); font-size: 1rem;
}
body.cf-style-refresh.single-program #program .day,
body.cf-style-refresh.single-program #program .day:only-child {
	width: 100%; max-width: none; flex: none;
}
body.cf-style-refresh.single-program #program .day > :where(h2, h3, p, ul) {
	width: auto; margin-inline: 0; text-align: left;
}
body.cf-style-refresh.single-program #program .day > ul { padding: 0; color: var(--cf-ink); }
body.cf-style-refresh.single-program #program .session,
body.cf-style-refresh.single-program #program .session.content,
body.cf-style-refresh.single-program #program :is(.keynote, .housekeeping) {
	display: block; width: 100%; min-height: 0; margin: 0; padding: var(--cf-space-2) 0;
	border: 0; border-radius: 0; color: var(--cf-ink); background: transparent;
}
body.cf-style-refresh.single-program #program .session + .session { border-top: 1px solid var(--cf-border); }
body.cf-style-refresh.single-program #program .session > a,
body.cf-style-refresh.single-program #program .session.content > a,
body.cf-style-refresh.single-program #program .seventrack .session.content a,
body.cf-style-refresh.single-program #program .seventrack .session.content a.wide3 {
	display: block; width: 100%; color: inherit; text-decoration: none;
}
body.cf-style-refresh.single-program #program .talk-details,
body.cf-style-refresh.single-program #program .session.content a > section {
	display: grid; grid-template-columns: 3.4rem 3.5rem minmax(0, 1fr); gap: var(--cf-space-2);
	align-items: center; width: 100%; min-height: 0; height: auto; margin: 0; padding: 0;
	border: 0; border-radius: 0; background: transparent;
}
body.cf-style-refresh.single-program #program .talk-details :where(.time, .image, .details),
body.cf-style-refresh.single-program #program .session.content a :where(.image, .details),
body.cf-style-refresh.single-program #program .seventrack .session.content a.wide3 .image {
	display: block; width: auto; min-width: 0; margin: 0; text-align: left;
}
body.cf-style-refresh.single-program #program .talk-details .time { font-size: 0.72rem; font-weight: 750; }
body.cf-style-refresh.single-program #program .image img,
body.cf-style-refresh.single-program #program .session.content .image img,
body.cf-style-refresh.single-program #program :is(.keynote, .housekeeping) .image img {
	display: block; width: 3.5rem; height: 3.5rem; max-height: none; margin: 0; float: none;
	aspect-ratio: 1; object-fit: cover; border-radius: 50%;
}
body.cf-style-refresh.single-program #program .details h3 { margin: 0; color: var(--cf-brand-strong); font-size: 0.82rem; }
body.cf-style-refresh.single-program #program .details h4 { margin: 0.1rem 0 0; font-size: 0.7rem; line-height: 1.25; }
body.cf-style-refresh.single-program #program .abstract { display: none; }
body.cf-style-refresh.single-program #program :where(table, .schedule, .program) {
	width: 100%; border-collapse: collapse; background: var(--cf-surface);
}
body.cf-style-refresh.single-program #program :where(th, td) {
	padding: var(--cf-space-2) var(--cf-space-3); border-bottom: 1px solid var(--cf-border); text-align: left;
}
body.cf-style-refresh.single-program .cf-live-program__schedule :is(h1, h2, h3, h4) {
	width: auto; margin-block: var(--cf-space-1); padding: 0; color: var(--cf-ink);
	font-size: clamp(1rem, 2vw, 1.3rem); line-height: 1.25; text-align: left;
}
body.cf-style-refresh.single-program .cf-live-program__schedule :is(p, li) {
	font-size: 0.9rem; line-height: 1.5;
}

/* Account utility pages. */
body.cf-style-refresh:is(.cf-account-upgrade, .cf-account-invoice, .cf-account-change-password) .page-container { color: var(--cf-ink); }
body.cf-style-refresh .cf-upgrade-page__header { max-width: var(--cf-reading); margin-bottom: var(--cf-space-5); }
body.cf-style-refresh .cf-upgrade-page__header h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
body.cf-style-refresh.cf-account-invoice .pmpro_invoice_wrap,
body.cf-style-refresh.cf-account-change-password #pmpro_change_password {
	max-width: var(--cf-reading); margin-inline: auto; padding: var(--cf-space-5);
	border: 1px solid var(--cf-border); border-radius: var(--cf-radius-lg);
	background: var(--cf-surface); box-shadow: var(--cf-shadow-sm);
}
body.cf-style-refresh.cf-account-invoice .pmpro_invoice_details {
	display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--cf-space-4);
}
body.cf-style-refresh.cf-account-invoice .pmpro_invoice_wrap > ul { padding-left: 1.25rem; }
body.cf-style-refresh.cf-account-invoice .pmpro_table { width: 100%; background: transparent; }
body.cf-style-refresh.cf-account-change-password .pmpro_form_field { position: relative; min-width: 0; margin: 0; }
body.cf-style-refresh.cf-account-change-password .pmpro_form_field-password-toggle {
	position: static; margin: 0;
}
body.cf-style-refresh.cf-account-change-password .pmpro_btn-password-toggle {
	position: absolute; right: .55rem; bottom: .45rem; display: grid;
	width: 2.5rem; height: 2.5rem; place-items: center; padding: 0;
	border: 0; background: transparent; color: var(--cf-ink-soft); font-size: 0; box-shadow: none;
}
body.cf-style-refresh.cf-account-change-password .pmpro_btn-password-toggle svg { width: 1.25rem; height: 1.25rem; stroke: currentColor; }
body.cf-style-refresh.cf-account-change-password .pmpro_form_field-password-toggle-state { position: absolute; clip: rect(0 0 0 0); clip-path: inset(50%); }
body.cf-style-refresh.cf-account-change-password .pmpro_form_fieldset { display: block; }
body.cf-style-refresh.cf-account-change-password .pmpro_form_fields {
	display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--cf-space-3);
	width: 100%; max-width: 34rem;
}
body.cf-style-refresh.cf-account-change-password .pmpro_cols-2 { display: grid; gap: var(--cf-space-3); }
body.cf-style-refresh.cf-account-change-password .pmpro_form_field :where(input[type="password"], input[type="text"]) { width: 100%; }
body.cf-style-refresh.cf-account-change-password :where(.pmpro_card, .pmpro_card_content, .pmpro_form_fieldset) {
	margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none;
}
body.cf-style-refresh.cf-account-change-password .pmpro_form_hint { max-width: 34rem; margin: 0; }
body.cf-style-refresh.cf-account-change-password .pmpro_form_submit {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: var(--cf-space-2);
	width: 100%; max-width: 34rem; margin-top: var(--cf-space-2);
}
body.cf-style-refresh.cf-account-change-password .pmpro_form_submit :where(input, button, a) {
	display: inline-block; width: auto !important; min-width: 0; height: 2.75rem; min-height: 2.75rem;
	max-height: 2.75rem; aspect-ratio: auto !important; padding: 0.65rem var(--cf-space-4);
	box-sizing: border-box; border-radius: var(--cf-radius-pill); line-height: 1; white-space: nowrap;
	-webkit-appearance: none; appearance: none;
}

/* Livestream access guidance. */
body.cf-style-refresh.cf-streaming-access-page .cf-streaming-access {
	width: min(100%, calc(72rem + 2 * var(--cf-space-4)));
}

body.cf-style-refresh .cf-streaming-access__inner {
	display: grid;
	gap: var(--cf-space-5);
}

body.cf-style-refresh .cf-streaming-access__hero {
	position: relative;
	overflow: hidden;
	padding: clamp(var(--cf-space-4), 6vw, var(--cf-space-7));
	border-radius: var(--cf-radius-lg);
	background:
		radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--cf-brand) 34%, transparent), transparent 34%),
		var(--cf-surface);
	box-shadow: var(--cf-shadow-md);
}

body.cf-style-refresh .cf-streaming-access__hero::after {
	position: absolute;
	top: clamp(1.5rem, 5vw, 3.5rem);
	right: clamp(1.5rem, 5vw, 4rem);
	width: clamp(5rem, 13vw, 9rem);
	aspect-ratio: 1;
	border: clamp(0.7rem, 1.8vw, 1.25rem) solid color-mix(in srgb, var(--cf-brand) 58%, transparent);
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cf-canvas) 28%, transparent);
	content: "";
	opacity: 0.65;
}

body.cf-style-refresh .cf-streaming-access__hero > * {
	position: relative;
	z-index: 1;
}

body.cf-style-refresh .cf-streaming-access__hero h1 {
	max-width: 48rem;
	font-size: clamp(2.7rem, 6vw, 5rem);
}

body.cf-style-refresh .cf-streaming-access__lede {
	max-width: 42rem;
	margin-bottom: var(--cf-space-4);
	color: var(--cf-ink-soft);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
}

body.cf-style-refresh .cf-streaming-access__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--cf-space-2);
}

body.cf-style-refresh .cf-streaming-access__button,
body.cf-style-refresh .cf-streaming-access__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.7rem 1.1rem;
	border-radius: var(--cf-radius-pill);
	font-size: 0.9rem;
	font-weight: 750;
}

body.cf-style-refresh .cf-streaming-access__button {
	border: 2px solid var(--cf-brand);
	background: var(--cf-brand);
	color: var(--cf-on-brand);
	text-decoration: none;
}

body.cf-style-refresh .cf-streaming-access__button:is(:hover, :focus-visible) {
	background: var(--cf-brand-strong);
	border-color: var(--cf-brand-strong);
	color: var(--cf-on-brand);
}

body.cf-style-refresh .cf-streaming-access__button--secondary {
	background: transparent;
	color: var(--cf-brand-strong);
}

body.cf-style-refresh .cf-streaming-access__status {
	background: var(--cf-brand-soft);
	color: var(--cf-brand-strong);
}

body.cf-style-refresh .cf-streaming-access__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
	gap: var(--cf-space-4);
	align-items: stretch;
}

body.cf-style-refresh :where(.cf-streaming-access__requirements, .cf-streaming-access__checklist) {
	padding: clamp(var(--cf-space-4), 4vw, var(--cf-space-5));
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface);
}

body.cf-style-refresh :where(.cf-streaming-access__requirements, .cf-streaming-access__checklist) > h2 {
	font-size: clamp(1.55rem, 3vw, 2.25rem);
}

body.cf-style-refresh .cf-streaming-access__copy > :last-child {
	margin-bottom: 0;
}

body.cf-style-refresh .cf-streaming-access__checklist ol {
	display: grid;
	gap: var(--cf-space-3);
	margin: 0;
	padding: 0;
	list-style: none;
}

body.cf-style-refresh .cf-streaming-access__checklist li {
	display: grid;
	grid-template-columns: 2.25rem minmax(0, 1fr);
	gap: var(--cf-space-2);
	align-items: start;
}

body.cf-style-refresh .cf-streaming-access__checklist li > span {
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: var(--cf-brand-soft);
	color: var(--cf-brand-strong);
	font-size: 0.82rem;
	font-weight: 800;
	place-items: center;
}

body.cf-style-refresh .cf-streaming-access__checklist h3 {
	margin: 0 0 0.2rem;
	font-size: 1rem;
	letter-spacing: 0;
}

body.cf-style-refresh .cf-streaming-access__checklist p {
	margin: 0;
	color: var(--cf-ink-soft);
	font-size: 0.9rem;
}

@media (max-width: 48rem) {
	body.cf-style-refresh .cf-streaming-access__hero::after {
		op: 1.25rem;
		right: 1.25rem;
		width: 4.5rem;
	}

	body.cf-style-refresh .cf-streaming-access__hero h1 {
		max-width: calc(100% - 3.5rem);
	}

	body.cf-style-refresh .cf-streaming-access__layout {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Contact page and Contact Form 7. */
body.cf-style-refresh.cf-contact-page .cf-contact {
	width: min(100%, calc(72rem + 2 * var(--cf-space-4)));
}

body.cf-style-refresh .cf-contact__inner {
	display: grid;
	gap: var(--cf-space-5);
}

body.cf-style-refresh .cf-contact__header {
	max-width: 50rem;
}

body.cf-style-refresh .cf-contact__header h1 {
	font-size: clamp(2.8rem, 6vw, 5rem);
}

body.cf-style-refresh .cf-contact__header > p:last-child {
	max-width: 44rem;
	margin: 0;
	color: var(--cf-ink-soft);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
}

body.cf-style-refresh .cf-contact__layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(17rem, 0.8fr);
	gap: var(--cf-space-4);
	align-items: start;
}

body.cf-style-refresh .cf-contact__form-panel,
body.cf-style-refresh .cf-contact__aside > section {
	border: 1px solid var(--cf-border);
	border-radius: var(--cf-radius-lg);
	background: var(--cf-surface);
	box-shadow: var(--cf-shadow-sm);
}

body.cf-style-refresh .cf-contact__form-panel {
	padding: clamp(var(--cf-space-4), 4vw, var(--cf-space-5));
}

body.cf-style-refresh .cf-contact__form-panel > h2 {
	font-size: clamp(1.65rem, 3vw, 2.35rem);
}

body.cf-style-refresh .cf-contact__content > p:first-child {
	max-width: 42rem;
	margin-bottom: var(--cf-space-4);
	color: var(--cf-ink-soft);
}

body.cf-style-refresh .cf-contact__content .wpcf7 {
	margin: 0;
}

body.cf-style-refresh .cf-contact__content .wpcf7 form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--cf-space-3);
}

body.cf-style-refresh .cf-contact__content .wpcf7 form > p {
	min-width: 0;
	margin: 0;
}

body.cf-style-refresh .cf-contact__content .wpcf7 form > p:nth-of-type(3),
body.cf-style-refresh .cf-contact__content .wpcf7 form > p:nth-of-type(4),
body.cf-style-refresh .cf-contact__content .wpcf7 form > p:has(.wpcf7-submit),
body.cf-style-refresh .cf-contact__content .wpcf7 .wpcf7-response-output {
	grid-column: 1 / -1;
}

body.cf-style-refresh .cf-contact__content .wpcf7 form > p:has(.website-wrap),
body.cf-style-refresh .cf-contact__content .wpcf7 .akismet-fields-container {
	display: none !important;
}

body.cf-style-refresh .cf-contact__content .wpcf7 label {
	display: grid;
	gap: 0.45rem;
	color: var(--cf-ink-soft);
	font-size: 0.9rem;
	font-weight: 750;
}

body.cf-style-refresh .cf-contact__content .wpcf7-form-control-wrap,
body.cf-style-refresh .cf-contact__content :where(input:not([type="submit"]), textarea) {
	display: block;
	width: 100%;
}

body.cf-style-refresh .cf-contact__content :where(input:not([type="submit"]), textarea) {
	margin: 0;
	border: 1px solid var(--cf-border-strong);
	background: var(--cf-canvas);
}

body.cf-style-refresh .cf-contact__content textarea {
	min-height: 12rem;
	max-height: 28rem;
	resize: vertical;
}

body.cf-style-refresh .cf-contact__content .wpcf7 form > p:has(.wpcf7-submit) {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: var(--cf-space-2);
	padding-top: var(--cf-space-1);
}

body.cf-style-refresh .cf-contact__content .wpcf7-submit {
	width: auto !important;
	min-width: 8.5rem;
	margin: 0;
	padding-inline: var(--cf-space-4);
}

body.cf-style-refresh .cf-contact__content .wpcf7-spinner {
	order: -1;
	margin: 0;
}

body.cf-style-refresh .cf-contact__content .wpcf7-not-valid-tip {
	margin-top: 0.35rem;
	font-size: 0.82rem;
}

body.cf-style-refresh .cf-contact__content .wpcf7-response-output {
	margin: 0;
	padding: var(--cf-space-2) var(--cf-space-3);
	border-radius: var(--cf-radius-sm);
}

body.cf-style-refresh .cf-contact__aside {
	display: grid;
	gap: var(--cf-space-3);
}

body.cf-style-refresh .cf-contact__aside > section {
	padding: var(--cf-space-4);
}

body.cf-style-refresh .cf-contact__aside h2 {
	font-size: 1.35rem;
}

body.cf-style-refresh .cf-contact__aside p:not(.cf-eyebrow) {
	color: var(--cf-ink-soft);
	font-size: 0.92rem;
}

body.cf-style-refresh .cf-contact__email {
	display: inline-flex;
	max-width: 100%;
	padding: 0.65rem 0.9rem;
	border-radius: var(--cf-radius-pill);
	background: var(--cf-brand-soft);
	font-size: 0.9rem;
	font-weight: 750;
	overflow-wrap: anywhere;
	text-decoration: none;
}

@media (max-width: 52rem) {
	body.cf-style-refresh .cf-contact__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	body.cf-style-refresh .cf-contact__aside {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 38rem) {
	body.cf-style-refresh .cf-contact__content .wpcf7 form,
	body.cf-style-refresh .cf-contact__aside {
		grid-template-columns: minmax(0, 1fr);
	}

	body.cf-style-refresh .cf-contact__content .wpcf7 form > p {
		grid-column: 1 / -1;
	}

	body.cf-style-refresh .cf-contact__content .wpcf7-submit {
		width: 100% !important;
	}
}
