body.jse-event-premium {
	--jse-event-ink: #06101f;
	--jse-event-panel: #0a1a2e;
	--jse-event-panel-strong: #0d2239;
	--jse-event-line: rgba(47, 167, 221, .25);
	--jse-event-white: #f8fbff;
	--jse-event-copy: #bdd0df;
	--jse-event-muted: #7896ad;
	--jse-event-blue: #12b6f4;
	--jse-event-orange: #ff8a1f;
	--jse-event-orange-soft: #ffad4a;
}

body.jse-event-premium #tribe-events-pg-template {
	width: min(1220px, calc(100% - 28px)) !important;
	max-width: none !important;
	margin: 34px auto 0 !important;
	padding: 0 !important;
}

body.jse-event-premium #tribe-events-content.tribe-events-single {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	padding: clamp(30px, 5vw, 68px) !important;
	border: 1px solid rgba(255, 122, 0, .58);
	border-radius: 30px;
	background:
		radial-gradient(circle at 88% 4%, rgba(18, 182, 244, .15), transparent 360px),
		linear-gradient(130deg, rgba(255, 122, 0, .08), transparent 36%),
		var(--jse-event-ink);
	box-shadow: 0 38px 100px rgba(0, 0, 0, .38);
	color: var(--jse-event-copy) !important;
}

body.jse-event-premium #tribe-events-content.tribe-events-single::before {
	content: "JUST SPORT EVENT / WYDARZENIE";
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	color: var(--jse-event-orange-soft);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

body.jse-event-premium #tribe-events-content.tribe-events-single::after {
	content: "JSE";
	position: absolute;
	z-index: 0;
	top: -30px;
	right: -28px;
	color: rgba(255, 255, 255, .018);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: clamp(180px, 28vw, 380px);
	font-weight: 900;
	line-height: .8;
	letter-spacing: -.08em;
	pointer-events: none;
}

body.jse-event-premium #tribe-events-content > * {
	position: relative;
	z-index: 1;
}

body.jse-event-premium .tribe-events-back {
	margin: 0 0 18px !important;
}

body.jse-event-premium .tribe-events-back a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 999px;
	background: rgba(255, 255, 255, .035);
	color: #dceaf5 !important;
	-webkit-text-fill-color: #dceaf5 !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
}

body.jse-event-premium .tribe-events-back a:hover {
	border-color: rgba(255, 138, 31, .65);
	color: var(--jse-event-orange-soft) !important;
	-webkit-text-fill-color: var(--jse-event-orange-soft) !important;
}

body.jse-event-premium .tribe-events-notices {
	display: inline-flex;
	margin: 0 0 20px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.jse-event-premium .tribe-events-notices ul {
	margin: 0 !important;
	padding: 8px 12px !important;
	border: 1px solid rgba(255, 138, 31, .34);
	border-radius: 999px;
	background: rgba(255, 138, 31, .1);
	list-style: none !important;
}

body.jse-event-premium .tribe-events-notices li {
	margin: 0 !important;
	color: var(--jse-event-orange-soft) !important;
	-webkit-text-fill-color: var(--jse-event-orange-soft) !important;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

body.jse-event-premium .tribe-events-single-event-title {
	max-width: 1050px;
	margin: 0 0 24px !important;
	color: var(--jse-event-white) !important;
	-webkit-text-fill-color: var(--jse-event-white) !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
	font-size: clamp(48px, 7vw, 94px) !important;
	font-weight: 900 !important;
	line-height: .88 !important;
	letter-spacing: -.035em !important;
	text-transform: uppercase;
	text-shadow: none !important;
}

body.jse-event-premium .tribe-events-schedule {
	width: 100%;
	margin: 0 0 30px !important;
	padding: 15px 18px !important;
	border: 1px solid rgba(255, 138, 31, .38);
	border-radius: 16px;
	background:
		linear-gradient(90deg, rgba(255, 122, 0, .18), rgba(255, 173, 74, .035)),
		rgba(255, 255, 255, .025);
}

body.jse-event-premium .tribe-events-schedule h2,
body.jse-event-premium .tribe-events-schedule p,
body.jse-event-premium .tribe-events-schedule span {
	margin: 0 !important;
	color: #ffd6a8 !important;
	-webkit-text-fill-color: #ffd6a8 !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
	font-size: clamp(17px, 2vw, 23px) !important;
	font-weight: 800 !important;
	letter-spacing: .025em;
	line-height: 1.3 !important;
}

body.jse-event-premium .tribe-events-event-image {
	display: grid;
	width: 100%;
	margin: 0 auto clamp(28px, 4vw, 48px) !important;
	padding: clamp(10px, 1.5vw, 16px);
	place-items: center;
	overflow: hidden;
	border: 1px solid var(--jse-event-line);
	border-radius: 24px;
	background:
		radial-gradient(circle at 50% 0, rgba(18, 182, 244, .12), transparent 52%),
		#071527;
}

body.jse-event-premium .tribe-events-event-image img {
	display: block;
	width: auto !important;
	max-width: 100% !important;
	max-height: min(74vh, 780px);
	margin: 0 auto !important;
	border-radius: 16px;
	object-fit: contain;
	box-shadow: 0 24px 64px rgba(0, 0, 0, .32);
}

body.jse-event-premium .type-tribe_events {
	color: var(--jse-event-copy) !important;
}

body.jse-event-premium .type-tribe_events > p,
body.jse-event-premium .type-tribe_events > ul,
body.jse-event-premium .type-tribe_events > ol,
body.jse-event-premium .type-tribe_events > blockquote,
body.jse-event-premium .type-tribe_events > .wp-block-group {
	margin: 0 0 14px !important;
	padding: clamp(18px, 2.4vw, 27px) !important;
	border: 1px solid rgba(47, 167, 221, .16);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(18, 182, 244, .045), transparent 65%),
		rgba(255, 255, 255, .025);
	color: var(--jse-event-copy) !important;
	-webkit-text-fill-color: var(--jse-event-copy) !important;
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.75;
}

body.jse-event-premium .type-tribe_events p strong,
body.jse-event-premium .type-tribe_events li strong,
body.jse-event-premium .type-tribe_events > p > strong:first-child {
	color: var(--jse-event-white) !important;
	-webkit-text-fill-color: var(--jse-event-white) !important;
	font-weight: 800;
}

body.jse-event-premium .type-tribe_events > p > strong:first-child {
	display: inline-block;
	margin-bottom: 7px;
	color: var(--jse-event-orange-soft) !important;
	-webkit-text-fill-color: var(--jse-event-orange-soft) !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 22px;
	letter-spacing: .02em;
	text-transform: uppercase;
}

body.jse-event-premium .type-tribe_events h2,
body.jse-event-premium .type-tribe_events h3,
body.jse-event-premium .type-tribe_events h4,
body.jse-event-premium .type-tribe_events h5,
body.jse-event-premium .type-tribe_events h6 {
	color: var(--jse-event-white) !important;
	-webkit-text-fill-color: var(--jse-event-white) !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

body.jse-event-premium .type-tribe_events a {
	color: var(--jse-event-blue) !important;
	-webkit-text-fill-color: var(--jse-event-blue) !important;
	text-decoration-color: rgba(18, 182, 244, .42) !important;
}

body.jse-event-premium .type-tribe_events .has-black-color,
body.jse-event-premium .type-tribe_events [style*="color: #000"],
body.jse-event-premium .type-tribe_events [style*="color:#000"] {
	color: var(--jse-event-copy) !important;
	-webkit-text-fill-color: var(--jse-event-copy) !important;
}

body.jse-event-premium .type-tribe_events .wp-block-gallery {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px !important;
	width: 100%;
	margin: clamp(28px, 4vw, 48px) 0 !important;
	padding: 10px;
	overflow: hidden;
	border: 1px solid var(--jse-event-line);
	border-radius: 22px;
	background: #071527;
}

body.jse-event-premium .type-tribe_events .wp-block-gallery > figure {
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
	border-radius: 13px;
	aspect-ratio: 4 / 3;
	background: var(--jse-event-panel);
}

body.jse-event-premium .type-tribe_events .wp-block-gallery img {
	width: 100% !important;
	height: 100% !important;
	border-radius: inherit;
	object-fit: cover;
	transition: transform 320ms ease;
}

body.jse-event-premium .type-tribe_events .wp-block-gallery figure:hover img {
	transform: scale(1.035);
}

body.jse-event-premium .tribe-events-single-section {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin: 30px 0 0 !important;
	padding: clamp(22px, 3vw, 32px) !important;
	border: 1px solid var(--jse-event-line) !important;
	border-radius: 22px;
	background: var(--jse-event-panel) !important;
	color: var(--jse-event-copy) !important;
}

body.jse-event-premium .tribe-events-single-section-title {
	grid-column: 1 / -1;
	margin: 0 !important;
	color: var(--jse-event-orange-soft) !important;
	-webkit-text-fill-color: var(--jse-event-orange-soft) !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
	font-size: 26px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

body.jse-event-premium .tribe-events-meta-group {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.jse-event-premium .tribe-events-meta-group dt {
	margin-top: 12px;
	color: var(--jse-event-muted) !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

body.jse-event-premium .tribe-events-meta-group dd {
	margin: 3px 0 0 !important;
	color: var(--jse-event-white) !important;
	-webkit-text-fill-color: var(--jse-event-white) !important;
	line-height: 1.55;
}

body.jse-event-premium .tribe-events-meta-group a {
	color: var(--jse-event-blue) !important;
	-webkit-text-fill-color: var(--jse-event-blue) !important;
}

body.jse-event-premium .tribe-events-cal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 !important;
}

body.jse-event-premium .tribe-events-cal-links a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin: 0 !important;
	padding: 10px 15px !important;
	border: 1px solid rgba(255, 138, 31, .42) !important;
	border-radius: 12px;
	background: rgba(255, 138, 31, .08) !important;
	color: var(--jse-event-orange-soft) !important;
	-webkit-text-fill-color: var(--jse-event-orange-soft) !important;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none !important;
	text-transform: uppercase;
}

body.jse-event-premium #tribe-events-footer {
	margin-top: 28px !important;
	padding-top: 22px !important;
	border-top: 1px solid rgba(47, 167, 221, .18) !important;
}

body.jse-event-premium .tribe-events-sub-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.jse-event-premium .tribe-events-sub-nav li {
	margin: 0 !important;
}

body.jse-event-premium .tribe-events-sub-nav a {
	display: flex;
	min-height: 58px;
	padding: 13px 16px;
	align-items: center;
	border: 1px solid rgba(47, 167, 221, .18);
	border-radius: 14px;
	background: rgba(255, 255, 255, .025);
	color: #dceaf5 !important;
	-webkit-text-fill-color: #dceaf5 !important;
	font-weight: 800;
	text-decoration: none !important;
}

body.jse-event-premium .tribe-events-sub-nav .tribe-events-nav-next a {
	justify-content: flex-end;
	text-align: right;
}

body.jse-event-premium .tribe-events-ajax-loading,
body.jse-event-premium .tribe-events-spinner-medium {
	display: none !important;
}

@media (max-width: 760px) {
	body.jse-event-premium #tribe-events-pg-template {
		width: calc(100% - 14px) !important;
		margin-top: 18px !important;
	}

	body.jse-event-premium #tribe-events-content.tribe-events-single {
		padding: 24px 16px !important;
		border-radius: 22px;
	}

	body.jse-event-premium .tribe-events-single-event-title {
		font-size: clamp(39px, 12vw, 62px) !important;
		line-height: .92 !important;
	}

	body.jse-event-premium .tribe-events-schedule {
		padding: 12px 14px !important;
	}

	body.jse-event-premium .type-tribe_events > p,
	body.jse-event-premium .type-tribe_events > ul,
	body.jse-event-premium .type-tribe_events > ol,
	body.jse-event-premium .type-tribe_events > blockquote,
	body.jse-event-premium .type-tribe_events > .wp-block-group {
		padding: 17px !important;
		border-radius: 15px;
	}

	body.jse-event-premium .type-tribe_events .wp-block-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px !important;
		padding: 7px;
	}

	body.jse-event-premium .tribe-events-single-section {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 19px !important;
	}

	body.jse-event-premium .tribe-events-sub-nav {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	body.jse-event-premium .type-tribe_events .wp-block-gallery {
		grid-template-columns: 1fr;
	}

	body.jse-event-premium .type-tribe_events .wp-block-gallery > figure {
		aspect-ratio: 16 / 11;
	}
}

/* EPTA takeover: the active event template is rebuilt as a JSE event dashboard. */
body.jse-event-premium #tribe-events-pg-template {
	width: min(1280px, calc(100% - 28px)) !important;
}

body.jse-event-premium #epta-template.epta-template-1 {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 22px;
	width: 100% !important;
	margin: 0 !important;
	padding: clamp(18px, 2.5vw, 30px) !important;
	overflow: hidden;
	border: 1px solid rgba(255, 122, 0, .55);
	border-radius: 30px;
	background:
		radial-gradient(circle at 86% 3%, rgba(18, 182, 244, .16), transparent 390px),
		linear-gradient(125deg, rgba(255, 122, 0, .07), transparent 38%),
		#06101f !important;
	box-shadow: 0 38px 100px rgba(0, 0, 0, .38);
	color: var(--jse-event-copy) !important;
}

body.jse-event-premium #epta-template.epta-template-1::after {
	content: "JSE";
	position: absolute;
	right: -54px;
	bottom: -90px;
	color: rgba(255, 255, 255, .018);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: clamp(220px, 32vw, 430px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.08em;
	pointer-events: none;
}

body.jse-event-premium #epta-template > * {
	position: relative;
	z-index: 1;
}

body.jse-event-premium #epta-template > .epta-all-events {
	grid-column: 1 / -1;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.jse-event-premium #epta-template > .epta-all-events a {
	display: inline-flex;
	min-height: 40px;
	padding: 9px 14px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 999px;
	background: rgba(255, 255, 255, .035);
	color: #dceaf5 !important;
	-webkit-text-fill-color: #dceaf5 !important;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .05em;
	text-decoration: none !important;
	text-transform: uppercase;
}

body.jse-event-premium #epta-template > .col-md-8,
body.jse-event-premium #epta-template > .col-md-4,
body.jse-event-premium #epta-template > .col-md-12 {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.jse-event-premium #epta-template > .col-md-12 {
	grid-column: 1 / -1;
}

body.jse-event-premium #epta-template .epta-image-area {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
	min-height: 440px;
	margin: 0 0 22px !important;
	overflow: hidden;
	border: 1px solid rgba(47, 167, 221, .24);
	border-radius: 24px;
	background:
		linear-gradient(130deg, rgba(18, 182, 244, .08), transparent 58%),
		#08182a !important;
}

body.jse-event-premium #epta-template .epta-image-area > .tribe-events-event-image {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 12px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: rgba(255, 255, 255, .025) !important;
}

body.jse-event-premium #epta-template .epta-image-area > .tribe-events-event-image img {
	width: 100% !important;
	height: 100% !important;
	max-height: 570px !important;
	border-radius: 15px !important;
	object-fit: cover !important;
	object-position: center top;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .32);
}

body.jse-event-premium #epta-template .epta-title-date {
	position: static !important;
	display: flex !important;
	flex-direction: column;
	justify-content: flex-end;
	width: 100% !important;
	min-height: 100%;
	padding: clamp(28px, 4vw, 54px) !important;
	background:
		linear-gradient(145deg, transparent, rgba(18, 182, 244, .05)),
		transparent !important;
}

body.jse-event-premium #epta-template.epta-template-1 .epta-title-date h2 {
	max-width: 720px;
	margin: 0 !important;
	color: var(--jse-event-white) !important;
	-webkit-text-fill-color: var(--jse-event-white) !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
	font-size: clamp(46px, 5.2vw, 75px) !important;
	font-weight: 900 !important;
	line-height: .89 !important;
	letter-spacing: -.035em !important;
	text-shadow: none !important;
	text-transform: uppercase;
}

body.jse-event-premium #epta-template .epta-title-date::before {
	content: "JUST SPORT EVENT / TURNIEJ";
	display: block;
	margin-bottom: 18px;
	color: var(--jse-event-orange-soft);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

body.jse-event-premium #epta-template .epta-title-date .tecset-date,
body.jse-event-premium #epta-template .epta-light-bg {
	display: none !important;
}

body.jse-event-premium #epta-template .epta-content-area {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: var(--jse-event-copy) !important;
}

body.jse-event-premium #epta-template .tribe-events-single-event-description {
	margin: 0 !important;
	color: var(--jse-event-copy) !important;
}

body.jse-event-premium #epta-template .jse-event-original-schedule {
	display: none !important;
}

body.jse-event-premium .jse-event-dateboard {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
	margin: 0 0 16px;
	padding: 14px;
	border: 1px solid rgba(255, 138, 31, .4);
	border-radius: 20px;
	background:
		linear-gradient(100deg, rgba(255, 122, 0, .16), rgba(255, 173, 74, .025)),
		#0a192b;
}

body.jse-event-premium .jse-event-dateboard__label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border-radius: 13px;
	background: linear-gradient(135deg, var(--jse-event-orange), var(--jse-event-orange-soft));
	color: #071426;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: .025em;
	text-align: center;
	text-transform: uppercase;
}

body.jse-event-premium .jse-event-dateboard__range {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 4px 14px;
}

body.jse-event-premium .jse-event-dateboard__range > div {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 3px 15px;
	align-items: end;
}

body.jse-event-premium .jse-event-dateboard__range small {
	grid-column: 1 / -1;
	color: var(--jse-event-muted);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.jse-event-premium .jse-event-dateboard__range strong {
	color: var(--jse-event-white);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

body.jse-event-premium .jse-event-dateboard__range span {
	color: var(--jse-event-orange-soft);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 27px;
	font-weight: 900;
	line-height: 1;
}

body.jse-event-premium .jse-event-dateboard__range > i {
	color: var(--jse-event-blue);
	font-size: 20px;
	font-style: normal;
}

body.jse-event-premium .jse-event-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 30px;
}

body.jse-event-premium .jse-event-fact {
	position: relative;
	min-height: 220px;
	margin: 0 !important;
	padding: 26px !important;
	overflow: hidden;
	border: 1px solid rgba(47, 167, 221, .18);
	border-radius: 19px;
	background:
		linear-gradient(145deg, rgba(18, 182, 244, .055), transparent 68%),
		#0a192b;
	color: var(--jse-event-copy);
}

body.jse-event-premium .jse-event-fact::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -35px;
	width: 110px;
	height: 110px;
	border: 18px solid rgba(255, 138, 31, .035);
	border-radius: 50%;
}

body.jse-event-premium .jse-event-fact__icon {
	position: absolute;
	top: 18px;
	right: 20px;
	color: rgba(18, 182, 244, .22);
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-size: 44px;
	font-weight: 900;
	line-height: 1;
}

body.jse-event-premium .jse-event-fact h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 18px !important;
	color: var(--jse-event-orange-soft) !important;
	-webkit-text-fill-color: var(--jse-event-orange-soft) !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
	font-size: 27px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-transform: uppercase;
}

body.jse-event-premium .jse-event-fact ul {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 7px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.jse-event-premium .jse-event-fact li {
	position: relative;
	margin: 0 !important;
	padding-left: 16px;
	color: #c6d8e5 !important;
	-webkit-text-fill-color: #c6d8e5 !important;
	font-size: 14px;
	line-height: 1.48;
}

body.jse-event-premium .jse-event-fact li::before {
	content: "";
	position: absolute;
	top: .63em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--jse-event-blue);
}

body.jse-event-premium .jse-event-section-head {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	margin-bottom: 17px;
}

body.jse-event-premium .jse-event-section-head > span {
	grid-column: 1 / -1;
	margin-bottom: 5px;
	color: var(--jse-event-orange-soft);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.jse-event-premium .jse-event-section-head h2 {
	margin: 0 !important;
	color: var(--jse-event-white) !important;
	-webkit-text-fill-color: var(--jse-event-white) !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
	font-size: clamp(34px, 4vw, 52px) !important;
	font-weight: 900 !important;
	line-height: .92 !important;
	text-transform: uppercase;
}

body.jse-event-premium .jse-event-section-head > strong {
	color: var(--jse-event-muted);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.jse-event-premium .jse-event-gallery,
body.jse-event-premium .jse-event-teams,
body.jse-event-premium .jse-event-contact {
	margin: 30px 0 0;
	padding: clamp(20px, 2.7vw, 30px);
	border: 1px solid rgba(47, 167, 221, .18);
	border-radius: 22px;
	background: #08182a;
}

body.jse-event-premium .jse-event-gallery .wp-block-gallery {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.jse-event-premium .jse-event-gallery .wp-block-gallery > figure {
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 12px;
	aspect-ratio: 1 / 1;
}

body.jse-event-premium .jse-event-gallery .wp-block-gallery > figure:nth-child(1),
body.jse-event-premium .jse-event-gallery .wp-block-gallery > figure:nth-child(8) {
	grid-column: span 2;
	grid-row: span 2;
}

body.jse-event-premium .jse-event-gallery .wp-block-gallery img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body.jse-event-premium .jse-event-gallery__extra {
	display: none !important;
}

body.jse-event-premium .jse-event-gallery.is-expanded .jse-event-gallery__extra {
	display: block !important;
}

body.jse-event-premium .jse-event-gallery__toggle {
	display: flex;
	min-height: 46px;
	margin: 16px auto 0;
	padding: 10px 18px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 138, 31, .48);
	border-radius: 999px;
	background: rgba(255, 138, 31, .08);
	color: var(--jse-event-orange-soft);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.jse-event-premium .jse-event-teams .rt-team-container,
body.jse-event-premium .jse-event-teams .rt-row {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.jse-event-premium .jse-event-teams .rt-row {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

body.jse-event-premium .jse-event-teams .rt-grid-item {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.jse-event-premium .jse-event-teams .single-team-area {
	display: grid !important;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
	height: 100%;
	min-height: 96px;
	margin: 0 !important;
	padding: 11px !important;
	border: 1px solid rgba(47, 167, 221, .16) !important;
	border-radius: 15px !important;
	background: #0b1c30 !important;
	box-shadow: none !important;
}

body.jse-event-premium .jse-event-teams .single-team,
body.jse-event-premium .jse-event-teams figure {
	width: 72px !important;
	height: 72px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.jse-event-premium .jse-event-teams figure {
	display: grid !important;
	place-items: center;
	overflow: hidden;
	border-radius: 12px;
	background: #f8fbff !important;
}

body.jse-event-premium .jse-event-teams figure a {
	display: grid;
	width: 100%;
	height: 100%;
	padding: 7px;
	place-items: center;
}

body.jse-event-premium .jse-event-teams figure img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

body.jse-event-premium .jse-event-teams .tlp-content {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

body.jse-event-premium .jse-event-teams .tlp-content h3 {
	margin: 0 !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.05 !important;
	text-transform: uppercase;
}

body.jse-event-premium .jse-event-teams .tlp-content a {
	color: var(--jse-event-white) !important;
	-webkit-text-fill-color: var(--jse-event-white) !important;
	text-decoration: none !important;
}

body.jse-event-premium .jse-event-contact__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

body.jse-event-premium .jse-event-contact__card {
	position: relative;
	min-height: 160px;
	margin: 0 !important;
	padding: 24px !important;
	border: 1px solid rgba(47, 167, 221, .16);
	border-radius: 17px;
	background: #0b1c30;
	color: var(--jse-event-copy) !important;
}

body.jse-event-premium .jse-event-contact__card::before {
	display: block;
	margin-bottom: 12px;
	color: var(--jse-event-orange-soft);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

body.jse-event-premium .jse-event-contact__card.is-organizer::before {
	content: "Organizator";
}

body.jse-event-premium .jse-event-contact__card.is-venue::before {
	content: "Miejsce wydarzenia";
}

body.jse-event-premium .jse-event-contact__card h3 {
	margin: 0 0 12px !important;
	color: var(--jse-event-white) !important;
	-webkit-text-fill-color: var(--jse-event-white) !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
	font-size: 27px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

body.jse-event-premium .jse-event-contact__card p,
body.jse-event-premium .jse-event-contact__card address,
body.jse-event-premium .jse-event-contact__card span {
	color: #c6d8e5 !important;
	-webkit-text-fill-color: #c6d8e5 !important;
	font-style: normal;
	line-height: 1.6;
}

body.jse-event-premium #epta-template .epta-map-area {
	margin: 22px 0 0 !important;
	padding: 8px !important;
	overflow: hidden;
	border: 1px solid rgba(47, 167, 221, .18);
	border-radius: 18px;
	background: #08182a !important;
}

body.jse-event-premium #epta-template .epta-map-area iframe {
	display: block;
	width: 100% !important;
	height: 310px !important;
	border: 0 !important;
	border-radius: 12px;
	filter: saturate(.85) contrast(1.08);
}

body.jse-event-premium #epta-template .epta-share-area {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 16px 0 0 !important;
	padding: 16px !important;
	border: 1px solid rgba(47, 167, 221, .16);
	border-radius: 16px;
	background: #08182a !important;
}

body.jse-event-premium #epta-template .epta-share-area h3 {
	width: 100%;
	margin: 0 0 5px !important;
	color: var(--jse-event-white) !important;
	-webkit-text-fill-color: var(--jse-event-white) !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
	font-size: 21px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

body.jse-event-premium #epta-template .epta-share-area a {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 11px;
	background: rgba(255, 255, 255, .035);
	color: var(--jse-event-blue) !important;
}

body.jse-event-premium #epta-template .epta-sidebar-area {
	position: sticky;
	top: 22px;
	display: grid;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.jse-event-premium #epta-template .epta-sidebar-box {
	margin: 0 !important;
	padding: 20px !important;
	border: 1px solid rgba(47, 167, 221, .18) !important;
	border-radius: 17px;
	background:
		linear-gradient(145deg, rgba(18, 182, 244, .05), transparent 70%),
		#0a192b !important;
	color: var(--jse-event-copy) !important;
}

body.jse-event-premium #epta-template .epta-sidebar-box:empty,
body.jse-event-premium #epta-template .epta-past-event-notice {
	display: none !important;
}

body.jse-event-premium #epta-template.epta-template-1 .epta-sidebar-box h2.tribe-events-single-section-title {
	margin: 0 0 14px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--jse-event-orange-soft) !important;
	-webkit-text-fill-color: var(--jse-event-orange-soft) !important;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif !important;
	font-size: 23px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

body.jse-event-premium #epta-template .tribe-events-meta-list {
	display: grid;
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.jse-event-premium #epta-template .tribe-events-meta-item {
	margin: 0 !important;
	padding: 0 !important;
	color: #d4e3ed !important;
	-webkit-text-fill-color: #d4e3ed !important;
	line-height: 1.5;
}

body.jse-event-premium #epta-template .tribe-events-meta-label {
	display: block;
	margin-bottom: 3px;
	color: var(--jse-event-muted) !important;
	-webkit-text-fill-color: var(--jse-event-muted) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

body.jse-event-premium #epta-template .tribe-events-meta-value,
body.jse-event-premium #epta-template .tribe-events-meta-value a,
body.jse-event-premium #epta-template .tribe-events-address,
body.jse-event-premium #epta-template .tribe-events-address span {
	color: #d4e3ed !important;
	-webkit-text-fill-color: #d4e3ed !important;
	font-style: normal !important;
}

body.jse-event-premium #epta-template.epta-template-1 .epta-addto-calendar {
	display: grid;
	gap: 8px;
}

body.jse-event-premium #epta-template.epta-template-1 .epta-addto-calendar a {
	display: flex;
	min-height: 44px;
	margin: 0 !important;
	padding: 10px 13px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 138, 31, .42) !important;
	border-radius: 11px;
	background: rgba(255, 138, 31, .08) !important;
	color: var(--jse-event-orange-soft) !important;
	-webkit-text-fill-color: var(--jse-event-orange-soft) !important;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .04em;
	text-decoration: none !important;
	text-transform: uppercase;
}

body.jse-event-premium #epta-template .ept-next-prev {
	margin: 10px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.jse-event-premium #epta-template .ept-next-prev ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.jse-event-premium #epta-template .ept-next-prev li {
	margin: 0 !important;
}

body.jse-event-premium #epta-template .ept-next-prev a {
	display: flex;
	min-height: 60px;
	padding: 14px 16px;
	align-items: center;
	border: 1px solid rgba(47, 167, 221, .18);
	border-radius: 14px;
	background: #08182a;
	color: #dceaf5 !important;
	-webkit-text-fill-color: #dceaf5 !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
}

body.jse-event-premium #epta-template #comments {
	display: none !important;
}

@media (max-width: 1020px) {
	body.jse-event-premium #epta-template.epta-template-1 {
		grid-template-columns: 1fr;
	}

	body.jse-event-premium #epta-template .epta-sidebar-area {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	body.jse-event-premium #epta-template.epta-template-1 {
		gap: 15px;
		padding: 12px !important;
		border-radius: 22px;
	}

	body.jse-event-premium #epta-template .epta-image-area {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.jse-event-premium #epta-template .epta-image-area > .tribe-events-event-image {
		height: min(110vw, 520px) !important;
	}

	body.jse-event-premium #epta-template .epta-title-date {
		min-height: 270px;
		padding: 24px 20px !important;
	}

	body.jse-event-premium #epta-template.epta-template-1 .epta-title-date h2 {
		font-size: clamp(38px, 12vw, 58px) !important;
	}

	body.jse-event-premium .jse-event-dateboard {
		grid-template-columns: 1fr;
	}

	body.jse-event-premium .jse-event-dateboard__range {
		padding: 8px 4px 3px;
	}

	body.jse-event-premium .jse-event-dateboard__range > div {
		grid-template-columns: 1fr;
	}

	body.jse-event-premium .jse-event-dateboard__range strong {
		font-size: 20px;
	}

	body.jse-event-premium .jse-event-dateboard__range span {
		font-size: 23px;
	}

	body.jse-event-premium .jse-event-facts,
	body.jse-event-premium .jse-event-contact__grid,
	body.jse-event-premium #epta-template .epta-sidebar-area {
		grid-template-columns: 1fr;
	}

	body.jse-event-premium .jse-event-fact {
		min-height: 0;
		padding: 22px !important;
	}

	body.jse-event-premium .jse-event-gallery .wp-block-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.jse-event-premium .jse-event-teams .rt-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 470px) {
	body.jse-event-premium .jse-event-dateboard__range {
		grid-template-columns: 1fr;
	}

	body.jse-event-premium .jse-event-dateboard__range > i {
		transform: rotate(90deg);
	}

	body.jse-event-premium .jse-event-teams .rt-row {
		grid-template-columns: 1fr;
	}

	body.jse-event-premium .jse-event-gallery .wp-block-gallery > figure:nth-child(1),
	body.jse-event-premium .jse-event-gallery .wp-block-gallery > figure:nth-child(8) {
		grid-column: auto;
		grid-row: auto;
	}
}
