.elementor-widget-shortcode:has(.fitstrong-event-facts) {
	align-self: stretch;
	width: 100%;
	max-width: none;
}

.elementor-widget-shortcode:has(.fitstrong-event-facts) .elementor-widget-container,
.elementor-widget-shortcode:has(.fitstrong-event-facts) .elementor-shortcode {
	width: 100%;
}

.fitstrong-event-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
	width: 100%;
}

.fitstrong-event-fact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
	min-width: 0;
	min-height: 88px;
	padding: 20px 22px;
	border: 0;
	border-radius: 6px;
	background: #f3f4ef;
	color: #172019;
}

.fitstrong-event-fact__label {
	display: block;
	color: #6a746c;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.fitstrong-event-fact strong {
	display: block;
	overflow-wrap: anywhere;
	font-size: 16px;
	line-height: 1.35;
}

@media (max-width: 1024px) {
	.fitstrong-event-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.fitstrong-event-facts {
		grid-template-columns: 1fr;
	}
}

.fitstrong-event-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
}

.fitstrong-event-gallery__item {
	min-width: 0;
	margin: 0;
}

.fitstrong-event-gallery__link {
	display: block;
	overflow: hidden;
	background: #f3f4ef;
	border-radius: 6px;
}

.fitstrong-event-gallery__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .35s ease;
}

.fitstrong-event-gallery__link:hover .fitstrong-event-gallery__image,
.fitstrong-event-gallery__link:focus-visible .fitstrong-event-gallery__image {
	transform: scale(1.025);
}

.fitstrong-event-gallery figcaption {
	margin-top: 8px;
	color: #6a746c;
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 767px) {
	.fitstrong-event-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
}

@media (max-width: 420px) {
	.fitstrong-event-gallery {
		grid-template-columns: 1fr;
	}
}
