/** Public WordCamp Galicia 2026 CSS */
/*
--wp--preset--color--base: #f9f9f9;
--wp--preset--color--base-2: #ffffff;
--wp--preset--color--contrast: #333333; // Gris WC Ponte 2024
--wp--preset--color--contrast-2: #333333;
--wp--preset--color--contrast-3: #A4A4A4;
--wp--preset--color--accent: #cfca#ffd639 #d4cdf4; // Lila clarito WC Galicia 2026
--wp--preset--color--accent-3: #35ff69; // Verde WC Galicia 2026
--wp--preset--color--accent-4: #6a478d; // Lila WC Galicia 2026
--wp--preset--color--accent-5: #b5bdbc;

Payload URL to update CSS https://galicia.wordcamp.org/2026/wp-admin/admin-ajax.php?action=wcrcss_webhook
*/
.single-post .wp-block-post-featured-image .wp-post-image {
	mask-image: url('https://galicia.wordcamp.org/2026/files/2026/06/mascara-entrada-blog-single-2.png');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: min(920px, 100%);
}

/* Invertir interrogante para apertura */
.con-interrogante strong {
	font-weight: normal;
	display: inline-block;
	transform: scale(-1,1);
	margin-right: 5px;
}

/* Sombra personalizada para botones */
.sombra-amarilla {
	box-shadow: 4px 4px 0 0 var(--wp--preset--color--custom-yellow) !important;
	border-radius: 10px 5px;
}

.sombra-naranja {
	box-shadow: 4px 4px 0 0 var(--wp--preset--color--accent) !important;
	border-radius: 10px 5px;
}

.sombra-azul-cielo {
	box-shadow: 4px 4px 0 0 var(--wp--preset--color--accent-3) !important;
	border-radius: 10px 5px;
}

.sombra-azul {
	box-shadow: 4px 4px 0 0 var(--wp--preset--color--accent-4) !important;
	border-radius: 10px 5px;
}

.sombra-blanca {
	box-shadow: 4px 4px 0 0 var(--wp--preset--color--base) !important;
	border-radius: 10px 5px;
}

/* Estilos del box de suscripción */
.wp-block-jetpack-subscriptions__form-elements.wp-block-jetpack-subscriptions__form-elements.wp-block-jetpack-subscriptions__form-elements input {
	background-color: var(--wp--preset--color--base-2);
	color: var(--wp--preset--color--accent-4) !important;
	opacity: 1 !important;
}

.wp-block-jetpack-subscriptions__form-elements.wp-block-jetpack-subscriptions__form-elements.wp-block-jetpack-subscriptions__form-elements input::placeholder {
	color: var(--wp--preset--color--accent-4);
	opacity: .7;
}

.wp-block-jetpack-subscriptions__form-elements button[type="submit"] {
	box-shadow: 4px 4px 0 0 var(--wp--preset--color--accent-4) !important;
	border-radius: 10px 5px !important;
	font-weight: 700;
}

/* Sombra fotos 1 — path 620×353
   wcrcss elimina border-box y data: URIs en clip-path.
   Subir assets/wcgal-path1.png a la mediateca; mask-image escala en grid/flex. */
.wcgal-path1 {
	filter: drop-shadow(12px 8px 0px #fbaf00);
	display: inline-block;
/* necesario si el padre es inline */
	width: fit-content;
	max-width: 100%;
	align-self: flex-start;
	justify-self: start;
	overflow: visible;
}

.wcgal-path1-media {
	overflow: visible;
}

.wcgal-path1-media .wp-block-media-text__media {
	filter: drop-shadow(12px 8px 0px #fbaf00);
	display: inline-block;
	width: fit-content;
	max-width: 100%;
	align-self: start;
	justify-self: start;
	overflow: visible;
}

.wcgal-path1 img,
.wcgal-path1 picture img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	clip-path: path('M3.41,19.5 C3.41,19.5 0.0,323.76 47.7,333.5 C95.38,343.25 579.12,353.0 599.56,333.5 C620.0,314.0 596.16,21.46 568.9,11.7 C541.66,1.95 17.05,0.0 3.41,19.5 Z');
}

/* Grid/flex y Media & Text: mask PNG escala (subir assets/wcgal-path1.png).
   clip-path de respaldo hasta que la URL del PNG exista en producción. */
.wcgal-path1-media .wp-block-media-text__media img,
.wcgal-path1-media .wp-block-media-text__media picture img,
.is-layout-flex .wcgal-path1 img,
.is-layout-flex .wcgal-path1 picture img,
.is-layout-grid .wcgal-path1 img,
.is-layout-grid .wcgal-path1 picture img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	clip-path: path('M3.41,19.5 C3.41,19.5 0.0,323.76 47.7,333.5 C95.38,343.25 579.12,353.0 599.56,333.5 C620.0,314.0 596.16,21.46 568.9,11.7 C541.66,1.95 17.05,0.0 3.41,19.5 Z');
	-webkit-mask-image: ;
	mask-image: url('https://galicia.wordcamp.org/2026/files/2026/06/wcgal-path1-1.png');
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.div-img-galicia-home {
	position: relative;
}

.div-img-galicia-home::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #C3D9DB;
/*2024 #bcaedf*/
}

@media screen and (max-width: 781px) {
	.single-post .wp-block-post-featured-image {
		max-height: 260px;
	}
	
	#subscribe-submit {
		width: 50% !important;
	}
}

@media screen and (max-width: 600px) {
	.wp-block-jetpack-subscriptions__form-elements {
		display: block !important;
	}
	
	.wp-block-jetpack-subscriptions__form-elements #subscribe-submit {
		width: 100% !important;
		margin-top: 10px !important;
	}
	
	.wp-block-jetpack-subscriptions__form-elements #subscribe-submit button {
		margin-left: auto !important;
		width: 100% !important;
	}
}

.wpgal-ocultar {
	display: none !important;
}

/* Attendees */
#tix-attendees {
	margin-top: 3em;
	margin-bottom: 6em;
}

#tix-attendees .tix-attendee-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 0;
}

#tix-attendees .tix-attendee-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
}

#tix-attendees .tix-attendee-list li .avatar {
	width: 130px;
	height: 130px;
	float: initial;
}

#tix-attendees .tix-attendee-list li .tix-attendee-name {
	text-align: center;
	margin-inline: auto;
	max-width: 150px;
	font-family: var(--wp--preset--font-family--love-ya-like-a-sister);
	color: var(--wp--preset--color--accent-4);
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 1em;
}

.avatar {
	mask-image: url('https://galicia.wordcamp.org/2025/files/2025/05/mask-cuadrado.png');
	mask-size: 130px;
	mask-repeat: no-repeat;
	mask-position: center;
}

#tix-attendees .tix-attendee-list li:nth-of-type(even) .avatar {
	mask-image: url('https://galicia.wordcamp.org/2025/files/2025/05/mask-cuadrado-2.png');
}

@media screen and (max-width: 850px) {
	#tix-attendees .tix-attendee-list {
		flex-wrap: wrap;
	}
	
	#tix-attendees .tix-attendee-list li {
		width: 50%;
	}
}

.tix_tickets_table td {
	text-align: center;
}

.tix_tickets_table td,
.tix_tickets_table th {
	padding-right: 10px;
}

.entradas-button {
	background-color: var(--wp--preset--color--white) !important;
	color: var(--wp--preset--color--accent-4);
	border: none;
	padding: 10px 20px;
	border-radius: 10px 5px 10px 5px;
	cursor: pointer;
	box-shadow: 4px 4px 0 0 var(--wp--preset--color--accent-4) !important;
}

/* Camptix block - tickets page */
#tix {
	margin-bottom: 4rem;
}

#tix h2 {
	color: var(--wp--preset--color--accent-4);
}

.tix-js {
	font-size: 1.05em;
	line-height: 1.5;
}

.tix_tickets_table {
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 18%, #0000);
	border-radius: 16px 3px;
	overflow: hidden;
}

.tix-js .tix_tickets_table th,
.tix-js .tix_tickets_table td {
	padding: 14px 16px;
}

.tix-js .tix_tickets_table thead th {
	background: color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 6%, #fff);
	border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 18%, #0000);
	color: #111;
	font-weight: 700;
}

.tix-js .tix_tickets_table tbody th,
.tix-js .tix_tickets_table tbody td {
	border-bottom: 1px solid color-mix(in srgb,
		color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 18%, #0000) 60%,
		#0000);
	text-align: center;
}

.tix-js .tix_tickets_table tbody th,
.tix-js .tix_tickets_table th.tix-column-description {
	text-align: left;
}

.tix-js .tix_tickets_table tbody .tix-ticket-title {
	font-weight: 800;
	letter-spacing: .01em;
}

.tix-js .tix_tickets_table .tix-ticket-excerpt {
	color: color-mix(in srgb, #000 55%, #0000);
}

.tix-js .tix_tickets_table tbody .tix-column-price,
.tix-js .tix_tickets_table tbody .tix-column-remaining {
	font-weight: 800;
	color: var(--wp--preset--color--accent-4);
}

.tix_tickets_table input[type="text"],
.tix_tickets_table input[type="url"],
.tix_tickets_table input[type="email"],
.tix_tickets_table select,
.tix_tickets_table textarea {
	font-size: 1em;
	width: 90%;
	max-width: 100%;
	border: 1px solid color-mix(in srgb,
		color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 18%, #0000) 55%,
		#0000);
	border-radius: 12px;
	padding: 10px 12px;
	background: #fff;
	transition: border-color .15s ease, box-shadow .15s ease;
	box-sizing: border-box;
}

.tix_tickets_table textarea {
	height: 5em;
	resize: vertical;
}

.tix_tickets_table input[type="text"]:focus,
.tix_tickets_table input[type="url"]:focus,
.tix_tickets_table input[type="email"]:focus,
.tix_tickets_table select:focus,
.tix_tickets_table textarea:focus {
	outline: none;
	border-color: color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 55%, #0000);
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 18%, #0000);
}

.tix-js .tix_tickets_table tbody .tix-column-quantity select {
	padding: 10px 12px;
}

.tix-js .tix_tickets_table.tix-order-summary {
	margin-top: 2rem;
}

.tix-js .tix_tickets_table.tix-order-summary .tix-row-total td:last-child {
	border-top: 2px solid color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 18%, #0000);
	font-weight: 800;
}

.tix-js .tix_tickets_table.tix-order-summary tbody th,
.tix-js .tix_tickets_table.tix-attendee-form tbody th,
.tix-js .tix_tickets_table.tix-order-summary tbody td,
.tix-js .tix_tickets_table.tix-attendee-form tbody td {
	border: none;
	padding: 10px 16px;
}

.tix-js .tix_tickets_table.tix-attendee-form .tix-left {
	text-align: right;
	padding-right: .75em;
	width: 40%;
	color: #111;
	font-weight: 650;
}

.tix-js .tix_tickets_table.tix-attendee-form .tix-right {
	text-align: left;
	padding-inline: .75em !important;
	width: 60%;
}

.tix-js .tix_tickets_table.tix-attendee-form .tix-left,
.tix-js .tix_tickets_table.tix-attendee-form .tix-right {
	padding-top: 1.1em;
}

.tix-js .tix_tickets_table.tix-attendee-form .tix-row-health-advisory .tix-left {
	text-align: left;
}

.tix-js .tix_tickets_table.tix-attendee-form .tix-row-health-advisory .tix-left p {
	margin-bottom: 1em;
}

.tix-js .tix_tickets_table.tix--form .tix-row-health-advisory .tix-left::after {
	content: none;
}

.tix-js .camptix-invoice-toggle-wrapper {
	display: block;
	margin: 2rem 0;
	padding: 1rem 1.1rem;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 18%, #0000);
	border-radius: 16px;
	background: color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 6%, #fff);
}

.tix-js .camptix-invoice-toggle-wrapper label {
	font-weight: 800;
}

.tix-js .camptix-invoice-toggle-wrapper table label {
	font-weight: 500;
}

.tix-js .camptix-invoice-toggle-wrapper .camptix-invoice-details {
	width: 100%;
	margin: 1rem 0 0;
}

.tix-js .camptix-invoice-toggle-wrapper .camptix-invoice-details td {
	border: none;
}

.tix-js .camptix-invoice-toggle-wrapper .camptix-invoice-details .tix-left {
	text-align: right;
	padding-right: .75em;
	width: 40%;
	font-weight: 650;
}

.tix-js .camptix-invoice-toggle-wrapper .camptix-invoice-details .tix-right {
	text-align: left;
	padding-left: .75em;
	width: 60%;
}

.tix-js .camptix-invoice-toggle-wrapper .camptix-invoice-details .tix-left,
.tix-js .camptix-invoice-toggle-wrapper .camptix-invoice-details .tix-right {
	padding-top: 1.1em;
	vertical-align: bottom;
}

.tix-js #tix-coupon-input {
	font-size: 1.1rem;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 18%, #0000);
}

.tix-js .tix-submit {
	display: block;
	margin-bottom: 3em;
}

.tix-js input[type="submit"] {
	cursor: pointer;
}

#tix input[type=submit],
.tix-checkout-button {
	background-color: var(--wp--preset--color--accent-4);
	color: var(--wp--preset--color--white);
	font-weight: 700;
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
	font-size: 20px;
	border: none;
	text-transform: capitalize;
	border-radius: 10px 5px 10px 5px;
	box-shadow: 4px 4px 0 0 var(--wp--preset--color--accent-3) !important;
}

/* Camptix tickets table — mobile card layout */
@media screen and (max-width: 600px) {
	.tix-js .tix_tickets_table thead {
		display: none;
	}
	
	.tix-js .tix_tickets_table tbody tr[class*="tix-ticket-"] {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 4px 12px;
		padding: 14px 16px;
		align-items: center;
	}
	
	.tix-js .tix_tickets_table tbody tr[class*="tix-ticket-"] > th,
		.tix-js .tix_tickets_table tbody tr[class*="tix-ticket-"] > td {
		border: none;
		padding: 0;
	}
	
	.tix-js .tix_tickets_table tbody .tix-column-description {
		grid-column: 1 / -1;
		text-align: left;
		padding-bottom: 6px;
	}
	
	.tix-js .tix_tickets_table tbody .tix-column-price,
		.tix-js .tix_tickets_table tbody .tix-column-remaining {
		text-align: left;
	}
	
	.tix-js .tix_tickets_table tbody .tix-column-price::before {
		content: "Prezo: ";
	}
	
	.tix-js .tix_tickets_table tbody .tix-column-remaining::before {
		content: "Quedan: ";
	}
	
	.tix-js .tix_tickets_table tbody .tix-column-price::before,
		.tix-js .tix_tickets_table tbody .tix-column-remaining::before {
		font-weight: 600;
		color: #111;
	}
	
	.tix-js .tix_tickets_table tbody .tix-column-quantity {
		grid-column: 1 / -1;
		padding-top: 8px;
	}
	
	.tix-js .tix_tickets_table tbody .tix-column-quantity select {
		width: 100%;
	}
	
	.tix-js .tix_tickets_table tr.tix-row-coupon td {
		display: block;
		text-align: left !important;
		padding: 14px 16px;
	}
	
	/* Attendee form — stacked label + field */
	.tix-js .tix_tickets_table.tix-attendee-form tbody tr > th[colspan] {
		display: block;
		text-align: left;
		padding: 16px 16px 8px;
		font-size: 1.1em;
	}
	
	.tix-js .tix_tickets_table.tix-attendee-form tbody tr[class*="tix-row-"] {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 14px 16px;
		border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--accent-4, #6a478d) 18%, #0000);
	}
	
	.tix-js .tix_tickets_table.tix-attendee-form tbody tr[class*="tix-row-"] > td {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	.tix-js .tix_tickets_table.tix-attendee-form .tix-left {
		text-align: left;
		padding-right: 0;
		width: 100%;
	}
	
	.tix-js .tix_tickets_table.tix-attendee-form .tix-right {
		text-align: left;
		padding-inline: 0 !important;
		width: 100%;
	}
	
	.tix-js .tix_tickets_table.tix-attendee-form .tix-left,
		.tix-js .tix_tickets_table.tix-attendee-form .tix-right {
		padding-top: 0;
	}
	
	.tix-js .tix_tickets_table.tix-attendee-form .tix-right input[type="text"],
		.tix-js .tix_tickets_table.tix-attendee-form .tix-right input[type="email"],
		.tix-js .tix_tickets_table.tix-attendee-form .tix-right input[type="url"],
		.tix-js .tix_tickets_table.tix-attendee-form .tix-right select,
		.tix-js .tix_tickets_table.tix-attendee-form .tix-right textarea {
		width: 100%;
	}
	
	.tix-js .tix_tickets_table.tix-attendee-form .tix-right fieldset label {
		display: block;
	}
}

/* Schedule */
.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__time-slot-header.is-empty {
	display: none;
}

.wordcamp-schedule .wordcamp-schedule__date {
	font-size: 48px;
	color: var(--wp--preset--color--accent-4);
}

/*
.wordcamp-schedule .wordcamp-schedule__day {
	background-color: #e6e6e6;
}
*/
.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__column-header {
	background-color: var(--wp--preset--color--accent-3) !important;
	font-size: 16px;
	font-weight: 700;
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__time-slot-header.is-empty {
	display: none !important;
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__time-slot-header.has-sessions {
	color: var(--wp--preset--color--base-2);
	background-color: var(--wp--preset--color--accent-4) !important;
	font-size: 32px;
	font-weight: 500;
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session {
	background-color: #e6e6e6;
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session .wordcamp-schedule__session-title,
.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session .wordcamp-schedule__session-title a {
	color: var(--wp--preset--color--accent-4);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session,
.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__time-slot-header {
/*border: 2px solid #fff !important;*/
	margin: 2px !important;
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session .wordcamp-schedule__session-title .dashicons-star-filled {
	color: #FBAF00;
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session .wordcamp-schedule__session-title .dashicons-star-filled:hover,
.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session .wordcamp-schedule__session-title .dashicons-star-filled:focus,
.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session.wcb-favourite-session .wordcamp-schedule__session-title .dashicons-star-filled {
	color: var(--wp--preset--color--accent-4);
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session .wordcamp-schedule__session-category dd {
	display: inline-block;
	padding-inline: 1em;
	margin-right: 1em;
	margin-top: 1em;
	background-color: var(--wp--preset--color--accent-3);
	color: var(--wp--preset--color--base);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session .wordcamp-schedule__session-category dd::after {
	content: "";
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session .wordcamp-schedule__session-category dd+dd {
	background-color: #ff4c00;
	color: var(--wp--preset--color--base);
	font-weight: 500;
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session-speakers,
.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session-speakers a {
	color: var(--wp--preset--color--accent-4);
	font-size: 21px;
	font-weight: 500;
}

.wordcamp-schedule .wordcamp-schedule__day .wordcamp-schedule__session.wcb-favourite-session {
	background-color: #e0f8ff;
}

/*** Sessions ***/
.single-wcb_session .taxonomy-wcb_session_category a {
	border-radius: 0;
	padding: 0 1em;
	margin-right: 1em;
}

.single-wcb_session .wp-block-post-excerpt__excerpt {
	text-align: left;
}

.single-wcb_session .taxonomy-wcb_session_category.wp-block-post-terms a {
	pointer-events: none;
	text-decoration: none;
	cursor: default;
	color: inherit;
}

.single-wcb_session .taxonomy-wcb_session_category > a:first-child {
	background-color: var(--wp--preset--color--accent-3);
	color: var(--wp--preset--color--base-2);
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	padding-right: 24px;
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.488), 18px);
}

.single-wcb_session .taxonomy-wcb_session_category a:nth-of-type(2) {
	background-color: #ff4c00;
	color: var(--wp--preset--color--base);
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.488), 18px);
}

.single-wcb_session .taxonomy-wcb_session_category .wp-block-post-terms__separator {
	display: none;
}

.single-wcb_session .wordcamp-speakers .wordcamp-speakers__title,
.single-wcb_session .wordcamp-speakers .wordcamp-speakers__title a {
	color: var(--wp--preset--color--accent-4);
	text-decoration: none;
}

.single-wcb_session .sesion-ponente-contenido .wordcamp-speakers + p {
	display: none;
}

.single-wcb_session .sesion-foto-ponente img {
	mask-image: url('https://galicia.wordcamp.org/2025/files/2025/05/mask-cuadrado.png');
	mask-size: 300px;
	mask-repeat: no-repeat;
	mask-position: center;
}

.wcb_session-template .taxonomy-wcb_session_category a,
.wcb_session-template .wp-block-wordcamp-session-speakers__name a,
.wcb_session-template .wp-block-wordcamp-session-date time {
	font-size: .9rem !important;
}

.wcgal-wrap-categories {
	display: flex;
	flex-wrap: wrap;
}

.wordcamp-schedule .wordcamp-schedule__date {
	font-size: 38px;
	color: var(--wp--preset--color--accent-4);
	font-family: 'Love Ya Like A Sister';
}

/* Change in 2026: Change page ID to the one used in the site */
/* Schedule Spanish, change texts */
.page-id-2443 .wordcamp-schedule__date {
	color: transparent;
	font-size: 0 !important;
}

/* Change in 2026: Change page ID to the one used in the site */
.page-id-2443 .wordcamp-schedule__date::after {
	color: var(--wp--preset--color--accent-4);
	font-size: 48px;
}

/* Change in 2026: Change page ID to the one used in the site */
.page-id-2443 .wp-block-wordcamp-schedule[data-attributes*="2026-10-16"] .wordcamp-schedule__date::after {
	content: '16 de octubre, 2026';
}

/* Change in 2026: Change page ID to the one used in the site */
.page-id-2443 .wp-block-wordcamp-schedule[data-attributes*="2026-10-17"] .wordcamp-schedule__date::after {
	content: '17 de octubre, 2026';
}

/* Change in 2026: Change page ID to the one used in the site */
.page-id-2443 .wp-block-wordcamp-schedule[data-attributes*="2026-10-18"] .wordcamp-schedule__date::after {
	content: '18 de octubre, 2026';
}

/*** Speakers ***/
.single-wcb_speaker .wordcamp-sessions__title {
	margin-top: 0;
	padding-top: 20px;
}

.single-wcb_speaker .wordcamp-sessions__title a {
	color: var(--wp--preset--color--accent-4);
	font-weight: 700;
	text-decoration: none;
}

.single-wcb_speaker .wordcamp-sessions__details .wordcamp-sessions__time-location {
	background-color: var(--wp--preset--color--accent-4);
	color: var(--wp--preset--color--base-2);
	padding-inline: 1em;
	text-transform: uppercase;
	font-style: normal;
	margin-right: 5px;
}

.single-wcb_speaker .wordcamp-sessions__details .wordcamp-sessions__time-location,
.single-wcb_speaker .wordcamp-sessions__details .wordcamp-sessions__categories {
	display: inline-block;
	font-size: .875em;
}

.single-wcb_speaker .wordcamp-sessions__details .wordcamp-sessions__categories {
	visibility: hidden;
}

.single-wcb_speaker .wordcamp-sessions__details .wordcamp-sessions__categories span {
	color: var(--wp--preset--color--accent-4);
	padding-inline: 1em;
	padding-block: 4px;
	text-transform: uppercase;
	font-style: normal;
	visibility: visible;
}

.single-wcb_speaker .wordcamp-sessions__details .wordcamp-sessions__categories span:first-child {
	background-color: var(--wp--preset--color--accent-3);
	padding-right: 1.1em;
}

.single-wcb_speaker .wordcamp-sessions__details .wordcamp-sessions__categories span:nth-of-type(2) {
	background-color: #ffd639;
}

.single-wcb_speaker .wp-block-wordcamp-avatar,
.single-wcb_speaker .wp-block-wordcamp-avatar img {
	width: 150px !important;
	height: 150px !important;
	min-width: 150px;
	min-height: 10px;
}

.single-wcb_speaker .wp-block-wordcamp-avatar img {
	mask-image: url('https://galicia.wordcamp.org/2025/files/2025/05/mask-cuadrado.png');
	mask-size: 150px;
	mask-repeat: no-repeat;
	mask-position: center;
}

.single-wcb_speaker .wp-block-image.aligncenter.size-full img,
.single-wcb_session .wp-block-image.size-full img {
	mask-image: url('https://galicia.wordcamp.org/2025/files/2025/05/mask-cuadrado.png');
	mask-size: 300px;
	mask-repeat: no-repeat;
	mask-position: center;
}

.wp-block-image.sombra-patros img {
	mask-image: none !important;
}

.single-wcb_session .wp-block-post-content p:last-of-type {
	display: none;
}