.universal-challenge-events-shell {
	background: #ffffff;
	padding: clamp(2.5rem, 4vw, 4rem) 0;
}

.universal-challenge-events-shell [hidden] {
	display: none !important;
}

.universal-challenge-events.wp-block-columns {
	display: grid;
	gap: clamp(1rem, 2vw, 1.25rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-inline: clamp(24px, 10.2vw, 147px);
	margin-bottom: 0 !important;
}

.universal-challenge-events__column.wp-block-column {
	display: flex;
	flex-basis: auto !important;
	margin: 0 !important;
	min-width: 0;
	width: auto !important;
}

.universal-challenge-events__card {
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(17, 17, 17, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: 0 !important;
	min-width: 0;
}

.universal-challenge-events__media,
.universal-challenge-events__media.wp-block-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 1.58 / 1;
	margin: 0 !important;
}

.universal-challenge-events__media a {
	display: block;
	height: 100%;
}

.universal-challenge-events__media img,
.universal-challenge-events__image {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.universal-challenge-events__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 1rem;
	padding: clamp(1.25rem, 2.4vw, 1.5rem);
}

.universal-challenge-events__body.wp-block-group,
.universal-challenge-events__learn-actions.wp-block-buttons,
.universal-challenge-events__signup-actions.wp-block-buttons {
	margin-top: 0 !important;
}

.universal-challenge-events__title,
.universal-challenge-events__date {
	margin: 0;
}

.universal-challenge-events__title {
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: clamp(1.5rem, 1.8vw, 1.75rem);
	font-weight: 500;
	line-height: 1.2;
}

.universal-challenge-events__title a {
	color: #000000;
	text-decoration: none;
	text-decoration-color: transparent;
	text-underline-offset: 0.18em;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.universal-challenge-events__date {
	color: #5b6470;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.4;
}

.universal-challenge-events__learn-actions.wp-block-buttons,
.universal-challenge-events__signup-actions.wp-block-buttons {
	gap: 0;
}

.universal-challenge-events__more-actions.wp-block-buttons {
	gap: 0;
	margin: clamp(2rem, 4vw, 3rem) 0 0 !important;
}

.universal-challenge-events__signup-actions .universal-challenge-events__signup {
	margin: 0 auto !important;
}

.universal-challenge-events__learn-more .wp-block-button__link {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	color: #000000 !important;
	display: inline-flex;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	gap: 0.75rem;
	line-height: 1.35;
	min-height: 0;
	padding: 0 !important;
	text-decoration: none;
}

.universal-challenge-events__learn-more .wp-block-button__link::before {
	content: none;
}

.universal-challenge-events__learn-more .wp-block-button__link .universal-forward-icon {
	align-items: center;
	background: #ffffff;
	border: 1px solid #efefef;
	border-radius: 999px;
	color: #000000;
	display: inline-flex;
	flex: 0 0 1.9rem;
	height: 1.9rem;
	justify-content: center;
	order: -1;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	width: 1.9rem;
}

.universal-challenge-events__signup {
	margin-top: auto !important;
}

.universal-challenge-events__signup .wp-block-button__link {
	align-items: center;
	background: #fe0000 !important;
	border: 1px solid #fe0000 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	display: inline-flex;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.35;
	min-height: 3.25rem;
	padding: 0.95rem 1.25rem !important;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	width: 100%;
}

.universal-challenge-events__more-button .wp-block-button__link {
	align-items: center;
	background: #ffffff !important;
	border: 1px solid #cfcfcf !important;
	border-radius: 2px !important;
	box-shadow: none !important;
	color: #111111 !important;
	display: inline-flex;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.35;
	min-height: 2.9rem;
	padding: 0.75rem 1.25rem !important;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.universal-challenge-events__card:is(:hover, :focus-within) .universal-challenge-events__media img,
.universal-challenge-events__card:is(:hover, :focus-within) .universal-challenge-events__image {
	transform: scale(1.04);
}

.universal-challenge-events__card:is(:hover, :focus-within) .universal-challenge-events__title a {
	color: #fe0000;
	text-decoration: underline;
	text-decoration-color: #fe0000;
}

.universal-challenge-events__card:is(:hover, :focus-within) .universal-challenge-events__learn-more .wp-block-button__link .universal-forward-icon,
.universal-challenge-events__learn-more .wp-block-button__link:hover .universal-forward-icon,
.universal-challenge-events__learn-more .wp-block-button__link:focus-visible .universal-forward-icon {
	background: #fe0000;
	border-color: #fe0000;
	color: #ffffff;
	transform: translateX(2px);
}

.universal-challenge-events__signup .wp-block-button__link:hover,
.universal-challenge-events__signup .wp-block-button__link:focus-visible,
.universal-challenge-events__card:is(:hover, :focus-within) .universal-challenge-events__signup .wp-block-button__link {
	background: #ffffff;
	border-color: #fe0000;
	color: #fe0000;
}

.universal-challenge-events__more-button .wp-block-button__link:hover,
.universal-challenge-events__more-button .wp-block-button__link:focus-visible {
	background: #fe0000 !important;
	border-color: #fe0000 !important;
	color: #ffffff !important;
}

.universal-challenge-events__learn-more .wp-block-button__link:focus-visible,
.universal-challenge-events__more-button .wp-block-button__link:focus-visible,
.universal-challenge-events__signup .wp-block-button__link:focus-visible,
.universal-challenge-events__title a:focus-visible,
.universal-challenge-events__media a:focus-visible {
	outline: 2px solid #fe0000;
	outline-offset: 3px;
}

.editor-styles-wrapper .universal-challenge-events__card a,
.editor-styles-wrapper .universal-challenge-events__more-button .wp-block-button__link,
.editor-styles-wrapper .universal-challenge-events__card .wp-block-button__link {
	pointer-events: none;
}

@media (max-width: 1100px) {
	.universal-challenge-events.wp-block-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-inline: 6%;
	}
}

@media (max-width: 640px) {
	.universal-challenge-events-shell {
		padding-block: 1.5rem 2rem;
	}

	.universal-challenge-events.wp-block-columns {
		grid-template-columns: 1fr;
		margin-inline: 24px;
	}

	.universal-challenge-events__body {
		padding: 1rem;
	}

	.universal-challenge-events__title {
		font-size: 1.375rem;
	}

	.universal-challenge-events__learn-more .wp-block-button__link,
	.universal-challenge-events__signup .wp-block-button__link {
		font-size: 1rem;
	}
}
