/* Put your custom CSS here */

/* Competition single: {register_links} block (Elementor template placeholder) */
.competition-register-links {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 1.5em 0;
}

.competition-register-links__title {
	text-align: center;
	font-size: clamp(1.125rem, 2.5vw, 1.5rem);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 0 1.25rem;
	color: #111;
}

.competition-register-links__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem 1rem;
	width: 100%;
}

.competition-register-links__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 1rem 1.25rem;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: clamp(0.75rem, 1.8vw, 0.95rem);
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	background: #111;
	border: 2px solid #111;
	border-radius: 6px;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.competition-register-links__btn:hover,
.competition-register-links__btn:focus {
	color: #fff;
	background: #333;
	border-color: #333;
	outline: none;
}

.competition-register-links__btn:focus-visible {
	outline: 2px solid #0d9488;
	outline-offset: 2px;
}

.eventShortDescription p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Competition event phase: replaces countdown + register buttons when started/ended */
.soar-competition-event-phase {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 4.5rem;
	padding: 1.25rem 1rem;
	box-sizing: border-box;
	text-align: center;
}

.soar-competition-event-phase__message {
	margin: 0;
	font-size: clamp(1.35rem, 3.5vw, 2rem);
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #0b0b0d;
}

.competition-single-template .elementor-widget-countdown .soar-competition-event-phase__message,
.competition-single-template .elementor-widget-countdown .soar-competition-event-phase {
	color: #fff;
}

.competition-register-links--phase {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 6rem;
}

.competition-register-links--phase .soar-competition-event-phase__message {
	font-size: clamp(1.25rem, 3vw, 1.75rem);
}
