/*
Colors set by Global Styles:
	--wp--preset--color--base: #fff;
	--wp--preset--color--base-2: #dce0e4;
	--wp--preset--color--contrast: #0f3236;
	--wp--preset--color--contrast-2: #49595b;
	--wp--preset--color--contrast-3: #808992;
	--wp--preset--color--accent: #ff4832;
	--wp--preset--color--accent-2: #0f6d55;
	--wp--preset--color--accent-3: #65b8aa;
	--wp--preset--color--accent-4: #085357;
	--wp--preset--color--accent-5: #c35140;

Font variable:
	--wp--preset--font-family--inclusive-sans: "Inclusive Sans", sans-serif;

	--wp--preset--font-size--small: 0.9rem;
	--wp--preset--font-size--medium: 1.05rem;
	--wp--preset--font-size--large: clamp(1.39rem, 1.39rem + ((1vw - 0.2rem) * 0.767), 1.85rem);
	--wp--preset--font-size--x-large: clamp(1.85rem, 1.85rem + ((1vw - 0.2rem) * 1.083), 2.5rem);
	--wp--preset--font-size--xx-large: clamp(2.5rem, 2.5rem + ((1vw - 0.2rem) * 1.283), 3.27rem);

Spacing variables:
	--wp--preset--spacing--10: 1rem;
	--wp--preset--spacing--20: min(1.5rem, 2vw);
	--wp--preset--spacing--30: min(2.5rem, 3vw);
	--wp--preset--spacing--40: min(4rem, 5vw);
	--wp--preset--spacing--50: min(6.5rem, 8vw);
	--wp--preset--spacing--60: min(10.5rem, 13vw);
*/
html {
	margin-top: var(--wp-admin--admin-bar--height, 0);
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
}

caption,
figcaption,
p,
ul,
ol,
blockquote {
	text-wrap: pretty;
}

/* Add default focus style. */
a:focus,
button:focus,
.wp-element-button:focus,
.wp-block-button__link:focus,
.wp-block-details summary:focus,
input:focus,
input:focus-visible,
select:focus,
textarea:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline-color: var(--wp--preset--color--contrast-2);
	outline-offset: 2px;
	outline-style: dashed;
	outline-width: 1px;
}

.has-base-color > :is(a:focus,button:focus,.wp-element-button:focus,.wp-block-button__link:focus,.wp-block-details summary:focus,input:focus,input:focus-visible,select:focus,textarea:focus,input[type="submit"]:focus,input[type="button"]:focus,input[type="reset"]:focus) {
	outline-color: var(--wp--preset--color--base);
}

a:focus,
button:focus,
.wp-element-button:focus,
.wp-block-button__link:focus,
.wp-block-details summary:focus {
	border-radius: 2px;
}

/* Style default form elements */
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--inclusive-sans);
	font-size: var(--wp--preset--font-size--medium);
	font-style: normal;
	font-weight: 500;
	line-height: inherit;
	border-radius: 0;
	padding-top: var(--wp--preset--spacing--10);
	padding-right: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--10);
	padding-left: var(--wp--preset--spacing--30);
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	background-color: var(--wp--preset--color--contrast-2);
	color: var(--wp--preset--color--base);
}

input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background-color: var(--wp--preset--color--contrast-2);
	border-color: var(--wp--preset--color--contrast-2);
	color: var(--wp--preset--color--base);
}

input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
}

/* Jetpack Form overrides */
.contact-form .grunion-checkbox-multiple-options p.contact-form-field, .contact-form .grunion-radio-options p.contact-form-field {
	margin: 0;
}

.contact-form .grunion-field-select-wrap select {
	width: 100%;
}

.contact-form .grunion-field-checkbox-wrap .contact-form__checkbox-wrap {
	display: flex;
	align-items: flex-start;
}

.contact-form .grunion-field-checkbox-wrap .contact-form__checkbox-wrap input {
	flex: 0;
	margin-block-start: .5em;
}

.contact-form .grunion-field-checkbox-wrap .contact-form__checkbox-wrap label {
	line-height: inherit;
}

.contact-form label span.grunion-label-required {
	opacity: .9 !important;
	color: var(--wp--preset--color--contrast-2);
}

/* Block overrides */
.wp-block-post-title {
	text-wrap: balance;
	overflow-wrap: initial;
	word-break: initial;
}

.wp-block-site-title a:where(:not(.wp-element-button)):hover {
	text-decoration: underline;
}

.wp-block-image a {
	display: inline-block;
}

/* Fix submenu alignment */
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	margin-block-start: 6px;
}

/* Fix submenu focus spacing */
.wp-block-navigation .wp-block-navigation__submenu-container a:focus {
	outline-offset: -2px;
}

/* Style the details block better */
.wp-block-details {
	width: 100%;
}

.wp-block-details summary {
	padding-inline: var(--wp--preset--spacing--20);
}

@media (max-width: 999px) {
	#subscribe .wp-block-columns {
		flex-wrap: wrap !important;
	}
	
	#subscribe .wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (max-width: 781px) {
	/* Image links on homepage */
	.image-links {
		flex-wrap: wrap !important;
	}
	
	.image-links img {
		max-width: 180px !important;
	}
	
	footer.wp-block-template-part .wp-block-columns .wp-block-group {
		justify-content: flex-start;
	}
}

body.home footer.wp-block-template-part {
	margin-top: 0 !important;
}

body.home footer.wp-block-template-part .wp-block-group:first-child {
	padding-top: 0 !important;
}

/* Tickets form */
#tix .tix-ticket-form,
	#tix .tix-tickets-list,
	#tix .tix-order-summary,
	#tix .tix-submit,
	#tix .tix-attendee-form {
	width: 100%;
}

#tix .tix-ticket-form,
	#tix .tix-tickets-list,
	#tix .tix-order-summary {
	border-spacing: 0;
	border-collapse: collapse;
}

#tix .tix-ticket-form thead th, #tix .tix-tickets-list thead th, #tix .tix-order-summary thead th {
	border-bottom: 2px dashed var(--wp--preset--color--accent);
}

#tix .tix-ticket-form th,
		#tix .tix-tickets-list th,
		#tix .tix-order-summary th,
		#tix .tix-ticket-form td,
		#tix .tix-tickets-list td,
		#tix .tix-order-summary td {
	padding: 1em .5em;
}

#tix .tix-attendee-form,
		#tix .tix-attendee-form tr,
		#tix .tix-attendee-form td,
		#tix .tix-attendee-form th {
	display: block;
	width: 100%;
}

#tix .tix-attendee-form .tix-left {
	padding-bottom: 0;
	margin-bottom: .25rem;
}

#tix .tix-attendee-form .tix-right {
	padding-left: 0;
}

#tix .tix-attendee-form input[type="text"],
		#tix .tix-attendee-form input[type="email"],
		#tix .tix-attendee-form input[type="url"],
		#tix .tix-attendee-form textarea,
		#tix .tix-attendee-form {
	width: 100%;
	box-sizing: border-box;
}

#tix .tix-attendee-form fieldset {
	margin-top: .5rem;
}

#tix .tix-attendee-form fieldset label {
	display: inline-block;
	margin-bottom: .5em;
	font-size: 1rem;
	vertical-align: middle;
}

#tix .tix-attendee-form fieldset label input {
	margin-right: .5rem;
}

@media (max-width: 600px) {
	#tix .tix-attendee-form fieldset label {
		font-size: inherit;
	}
}

#tix .tix-submit {
	float: none;
	margin: var(--wp--preset--spacing--30) auto var(--wp--preset--spacing--50);
}

#tix .tix-submit .tix-checkout-button {
	text-transform: none;
	letter-spacing: 0;
	border-radius: 2px;
	padding: .5rem 1rem;
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	font-size: 1.125rem;
	font-family: var(--wp--preset--font-family--inclusive-sans);
}

#tix .tix-submit .tix-checkout-button:hover,
		#tix .tix-submit .tix-checkout-button:focus {
	background: var(--wp--preset--color--contrast-2);
}

.tix-column-price,
.tix-column-per-ticket,
.tix-column-quantity,
.tix-row-total {
	text-align: right;
}

.tix-column-remaining {
	display: none;
}

.tix-ticket-form input[type="text"],
	.tix-private-form input[type="text"],
	.tix-attendee-form input[type="text"],
	.tix-receipt-form input[type="text"],
	.tix-ticket-form input[type="email"],
	.tix-private-form input[type="email"],
	.tix-attendee-form input[type="email"],
	.tix-receipt-form input[type="email"],
	.tix-ticket-form input[type="url"],
	.tix-private-form input[type="url"],
	.tix-attendee-form input[type="url"],
	.tix-receipt-form input[type="url"],
	.tix-ticket-form textarea,
	.tix-private-form textarea,
	.tix-attendee-form textarea,
	.tix-receipt-form textarea {
	padding: .5em;
}

.tix-ticket-form select, .tix-private-form select, .tix-attendee-form select, .tix-receipt-form select {
	padding: .5em;
}

.tix-ticket-form tr > *, .tix-private-form tr > *, .tix-attendee-form tr > *, .tix-receipt-form tr > * {
	padding-bottom: 1em;
}

.tix-ticket-form .tix-right, .tix-private-form .tix-right, .tix-attendee-form .tix-right, .tix-receipt-form .tix-right {
	padding-left: 2em;
}

.tix-row-coupon td {
	padding-inline: 0;
}

#tix-coupon-container[style*="block"] {
	display: flex !important;
	justify-content: flex-end;
}

#tix-coupon-container[style*="block"] input[type="text"] {
	flex: 1;
	font-size: var(--wp--preset--font-size--small);
}

#tix-coupon-container[style*="block"] input[type="submit"] {
	padding-block: calc(var(--wp--preset--spacing--10) / 2);
	font-size: var(--wp--preset--font-size--small);
}

/* Badge name question */
#tix_attendee_questions-1-542 {
/* stylelint-disable-line selector-id-pattern */
	max-width: 25ch;
}

body.page-slug-organizers .wp-block-post-template-is-layout-grid, body.page-slug-speakers .wp-block-post-template-is-layout-grid {
	gap: var(--wp--preset--spacing--40);
}

@media (max-width: 960px) {
	body.page-slug-organizers .wp-block-post-template-is-layout-grid.columns-4, body.page-slug-speakers .wp-block-post-template-is-layout-grid.columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 740px) {
	body.page-slug-organizers .wp-block-post-template-is-layout-grid.columns-3, body.page-slug-speakers .wp-block-post-template-is-layout-grid.columns-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.page-slug-organizers .wp-block-post-content, body.page-slug-speakers .wp-block-post-content {
	font-size: var(--wp--preset--font-size--medium);
	word-wrap: break-word;
}

body.page-slug-organizers .wp-block-read-more, body.page-slug-speakers .wp-block-read-more {
	text-decoration: underline;
}

body.page-slug-organizers .wp-block-read-more:hover,
		body.page-slug-speakers .wp-block-read-more:hover,
		body.page-slug-organizers .wp-block-read-more:active,
		body.page-slug-speakers .wp-block-read-more:active {
	text-decoration: none;
}

body.page-slug-organizers .wp-block-read-more:focus, body.page-slug-speakers .wp-block-read-more:focus {
	text-decoration: underline dashed;
}

body.page-slug-organizers .wp-block-read-more .screen-reader-text,
		body.page-slug-speakers .wp-block-read-more .screen-reader-text,
		:is(body.page-slug-organizers .wp-block-read-more) ~ *,
		:is(body.page-slug-speakers .wp-block-read-more) ~ * {
	display: none;
}

body.page-slug-organizers .wp-block-wordcamp-avatar {
	max-width: 100%;
	height: auto !important;
	width: auto !important;
	overflow: hidden;
	position: relative;
}

body.page-slug-organizers .wp-block-wordcamp-avatar img {
	vertical-align: middle;
}

body.page-slug-organizers .wp-block-wordcamp-avatar::before {
	content: "";
	background-image: url('https://us.wordcamp.org/2024/files/2024/04/generic.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

body.single-wcb_organizer .wp-block-post-content .wp-block-read-more {
	display: none;
}

:is(.wp-block-query .wcb_speaker,body.page-slug-speakers,body.single-wcb_speaker) .wp-block-wordcamp-avatar {
	max-width: 100%;
	height: auto !important;
	overflow: hidden;
	position: relative;
}

:is(.wp-block-query .wcb_speaker,body.page-slug-speakers,body.single-wcb_speaker) .wp-block-wordcamp-avatar img {
	display: block;
	vertical-align: middle;
	object-fit: cover;
	width: 100%;
}

:is(.wp-block-query .wcb_speaker,body.page-slug-speakers,body.single-wcb_speaker) .wp-block-wordcamp-avatar::before {
	content: "";
	background-image: url('https://us.wordcamp.org/2024/files/2024/04/generic.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

:is(.wp-block-query .wcb_speaker,body.page-slug-speakers,body.single-wcb_speaker) .wp-block-wordcamp-avatar.is-style-rounded::before {
	border-radius: 50%;
}

#tix-attendees {
	font-size: var(--wp--preset--font-size--small);
}

#tix-attendees ul {
	padding: 0;
}

#tix-attendees ul li {
	margin-bottom: 2rem;
}

@media (min-width: 400px) {
	#tix-attendees ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem 2rem;
	}
	
	#tix-attendees ul li {
		margin-bottom: 0;
	}
}

@media (min-width: 600px) {
	#tix-attendees ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 960px) {
	#tix-attendees ul {
		grid-template-columns: repeat(4, 1fr);
	}
}

#tix-attendees li {
	margin: 0;
	height: auto;
	width: auto !important;
	float: none;
	position: relative;
}

#tix-attendees li::before {
	content: "";
	display: inline-block;
	position: absolute;
	inset: 0;
	margin: 0 auto;
	height: 96px;
	width: 96px;
	z-index: -1;
	background-image: url('https://us.wordcamp.org/2024/files/2024/04/generic.png');
	background-size: contain;
}

#tix-attendees .avatar {
	margin: 0 auto .5rem;
	height: auto;
	width: auto;
	float: none;
	display: block;
}

#tix-attendees .tix-field {
	margin-left: 0;
	font-size: inherit;
	width: auto;
	text-align: center;
}

#tix-attendees .tix-attendee-name,
	#tix-attendees .tix-attendee-url {
	display: none;
}

/* stylelint-disable selector-id-pattern */
body.single-wcb_session .wp-block-post-terms {
	font-size: inherit;
}

body.single-wcb_session .wp-block-post-terms .wp-block-post-terms__prefix {
	color: inherit;
}

body.single-wcb_session .wp-block-post-terms a {
	text-decoration: underline;
}

body.single-wcb_session .wp-block-post-terms a:hover {
	text-decoration: none;
}

/* Specificity hack */
.wordcamp-schedule:not(#hack) .wordcamp-schedule__date {
	display: none;
}

.wordcamp-schedule:not(#hack) a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--accent-2);
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__day {
	background-color: var(--wp--preset--color--base);
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session,
	.wordcamp-schedule:not(#hack) .wordcamp-schedule__time-slot-header {
	padding: 1.5rem;
	outline: 1px solid var(--wp--preset--color--accent-3);
	box-shadow: none;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__column-header {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0);
	margin: 0;
	font-size: 1em;
	font-weight: 400;
	background-color: var(--wp--preset--color--accent-3);
	outline: 1px solid var(--wp--preset--color--contrast);
	box-shadow: none;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__time-slot-header {
	font-size: 1em;
	text-align: revert;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session {
	font-size: inherit;
	position: relative;
	background: var(--wp--preset--color--base);
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session > * {
	margin: 0;
}

:is(.wordcamp-schedule:not(#hack) .wordcamp-schedule__session > *) + * {
	margin-top: .5rem;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.is-spanning-some-tracks {
	text-align: inherit;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session:where(.is-type-session):hover,
		.wordcamp-schedule:not(#hack) .wordcamp-schedule__session:where(.is-type-session):focus-within {
/* Override other states. */
	background: var(--wp--preset--color--base-2) !important;
	color: var(--wp--preset--color--contrast) !important;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session:where(.is-type-session):hover a:where(:not(.wp-element-button)), .wordcamp-schedule:not(#hack) .wordcamp-schedule__session:where(.is-type-session):focus-within a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--accent-2) !important;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session:where(.is-type-session):hover:not(.wcb-favourite-session) .wcb-session-favourite-icon a, .wordcamp-schedule:not(#hack) .wordcamp-schedule__session:where(.is-type-session):focus-within:not(.wcb-favourite-session) .wcb-session-favourite-icon a {
	background-image: url('https://wc-us.org/wp-content/uploads/2024/07/star-outline.svg');
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session .wcb-session-favourite-icon {
	font-size: 16px;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session .wcb-session-favourite-icon a {
	display: block;
	height: 24px;
	width: 24px;
	background-image: url('https://wc-us.org/wp-content/uploads/2024/07/star-outline.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px 32px;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session .wcb-session-favourite-icon a .dashicon {
	display: none;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.wcb-favourite-session {
	outline: 5px solid var(--wp--preset--color--accent);
	outline-offset: -5px;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.wcb-favourite-session .wcb-session-favourite-icon a {
	background-image: url('https://wc-us.org/wp-content/uploads/2024/07/star-filled.svg');
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session::before {
	display: inline-block;
	margin-block-end: .5rem;
	padding: 0 10px;
	background: var(--wp--preset--color--accent-3);
	border: 1px solid var(--wp--preset--color--contrast);
	font-size: 1em;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.is-spanning-all-tracks:not(.is-type-custom,.has-track-5-campfire)::before,.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.has-slug-opening-remarks::before,.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.has-slug-opening-remarks-2::before,.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.has-slug-closing-announcements::before {
	content: "Mt. Hood (Oregon Ballroom)";
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.has-track-5-campfire::before {
	content: "WordCamp US Lounge";
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.has-slug-networking::before {
	content: "Sponsor Hall" !important;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.has-slug-wcus-group-photo::before {
	content: "Pre-Function A" !important;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session-title {
	display: revert;
	padding-inline-end: 26px;
	font-size: 1.3125rem;
	font-style: normal;
	line-height: 1.25;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session-title .wcb-session-favourite-icon {
	position: absolute;
	inset: 1.5rem 1.5rem auto auto;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session-title > a {
	display: inline-block;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session-title > a::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session-speakers a {
	position: relative;
	z-index: 1;
}

.wordcamp-schedule:not(#hack) .wordcamp-schedule__session-category {
	color: inherit;
	font-style: normal;
}

/* Showcase day ID */
.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all,
	.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 {
	background-color: var(--wp--preset--color--contrast);
}

.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__column-header,
		.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__column-header,
		.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__time-slot-header,
		.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__time-slot-header {
	background-color: var(--wp--preset--color--contrast);
	outline: 1px solid var(--wp--preset--color--accent-2);
	color: var(--wp--preset--color--base);
}

.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session, .wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session {
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--accent-3);
	outline: 1px solid var(--wp--preset--color--accent-2);
}

.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session .wordcamp-schedule__session-title,
			.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session .wordcamp-schedule__session-title,
			.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session a:where(:not(.wp-element-button)),
			.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--base);
}

.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session .wordcamp-schedule__session-category, .wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session .wordcamp-schedule__session-category {
	display: none;
}

.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session.wcb-favourite-session, .wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session.wcb-favourite-session {
	outline: 5px solid var(--wp--preset--color--accent);
	outline-offset: -5px;
}

.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session.wcb-favourite-session .wcb-session-favourite-icon a, .wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session.wcb-favourite-session .wcb-session-favourite-icon a {
	background-image: url('https://wc-us.org/wp-content/uploads/2024/07/star-filled.svg');
}

.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session .wcb-session-favourite-icon a, .wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session .wcb-session-favourite-icon a {
	background-image: url('https://wc-us.org/wp-content/uploads/2024/07/star-outline-light.svg');
}

.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session:where(.is-type-session):hover,
			.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session:where(.is-type-session):hover,
			.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session:where(.is-type-session):focus-within,
			.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session:where(.is-type-session):focus-within {
	background: #05191d !important;
	color: var(--wp--preset--color--accent-3) !important;
}

.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session:where(.is-type-session):hover a:where(:not(.wp-element-button)), .wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session:where(.is-type-session):hover a:where(:not(.wp-element-button)), .wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session:where(.is-type-session):focus-within a:where(:not(.wp-element-button)), .wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session:where(.is-type-session):focus-within a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--base) !important;
}

.wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2023-08-25-tracks-all .wordcamp-schedule__session::before, .wordcamp-schedule:not(#hack) #wordcamp-schedule__day-2024-09-18-tracks-48-47-49 .wordcamp-schedule__session::before {
	background-color: var(--wp--preset--color--contrast);
	border: 1px solid var(--wp--preset--color--accent-2);
}

@media (max-width: 1000px) {
	.wordcamp-schedule:not(#hack) .wordcamp-schedule__day {
		display: revert;
		border-bottom: none;
	}
	
	.wordcamp-schedule:not(#hack) .wordcamp-schedule__column-header {
		display: none;
	}
	
	.wordcamp-schedule:not(#hack) .wordcamp-schedule__session,
			.wordcamp-schedule:not(#hack) .wordcamp-schedule__time-slot-header {
		box-shadow: none;
	}
	
	.wordcamp-schedule:not(#hack) .wordcamp-schedule__time-slot-header {
		position: sticky;
		top: var(--wp-admin--admin-bar--height, 0);
		z-index: 10;
		padding-block: .5rem;
		font-size: 1em;
		background-color: var(--wp--preset--color--base-2);
	}
	
	.wordcamp-schedule:not(#hack) .wordcamp-schedule__session::before {
		display: inline-block;
		margin-block-end: 4px;
		font-size: 1em;
	}
	
	.wordcamp-schedule:not(#hack) .has-track-1-rose-city::before {
		content: "Rose City (A105 - A106)";
	}
	
	.wordcamp-schedule:not(#hack) .has-track-2-stumptown::before {
		content: "Stumptown (B113 - B116)";
	}
	
	.wordcamp-schedule:not(#hack) .has-track-3-timbers::before {
		content: "Timbers (C123 - C124)";
	}
	
	.wordcamp-schedule:not(#hack) .has-slug-opening-remarks::before,
			.wordcamp-schedule:not(#hack) .has-slug-closing-announcements::before,
			.wordcamp-schedule:not(#hack) .is-spanning-all-tracks::before {
		content: "Mt. Hood (Oregon Ballroom)";
	}
	
	.wordcamp-schedule.has-track-5-campfire:not(#hack)::before {
		content: "WordCamp US Lounge";
	}
	
	.wordcamp-schedule:not(#hack) .is-spanning-all-tracks.is-type-custom::before {
		content: "All tracks" !important;
	}
}

@media (max-width: 600px) {
	.wordcamp-schedule:not(#hack) .wordcamp-schedule__time-slot-header {
		top: 0;
	}
}

@media (max-width: 549px) {
	.wordcamp-schedule:not(#hack) .wordcamp-schedule__session,
			.wordcamp-schedule:not(#hack) .wordcamp-schedule__time-slot-header {
		border: none;
	}
	
	.wordcamp-schedule:not(#hack) .wordcamp-schedule__time-slot-header {
		margin-top: 0;
	}
	
	.wordcamp-schedule:not(#hack) .wordcamp-schedule__session-tracks {
		display: none;
	}
}

/* Session query loop on sessions page */
.wp-block-query .wp-block-post.type-wcb_session::before {
	display: inline-block;
	margin-block-end: .5rem;
	padding: 0 10px;
	background: var(--wp--preset--color--accent-3);
	border: 1px solid var(--wp--preset--color--contrast);
	font-size: 1em;
}

.wp-block-query .wp-block-post.type-wcb_session.wcb_session_category-keynote::before {
	content: "Keynote";
}

.wp-block-query .wp-block-post.type-wcb_session.wcb_session_category-showcase::before {
	background-color: var(--wp--preset--color--accent-4);
	border: 1px solid #b4d9d1;
	color: #b4d9d1;
	content: "Showcase";
}

.wp-block-query .wp-block-post.type-wcb_session.wcb_session_category-showcase.wcb_session_category-keynote::before {
	content: "Showcase keynote";
}

.wp-block-query .wp-block-post.type-wcb_session.wcb_session_category-campfire::before {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--accent-5);
	color: var(--wp--preset--color--accent-5);
	content: "Campfire";
}