.jtwn-widget {
	--jtwn-blue: #08a6e4;
	--jtwn-blue-deep: #057abe;
	--jtwn-ink: #263040;
	--jtwn-muted: #687586;
	--jtwn-border: #e3eaf1;
	--jtwn-live: #ee3952;
	box-sizing: border-box;
	font-family: inherit;
	margin: 30px 0 34px;
	max-width: none;
	padding: 0;
	width: 100%;
}

.jtwn-widget *,
.jtwn-widget *::before,
.jtwn-widget *::after {
	box-sizing: border-box;
}

.jtwn-shell {
	align-items: stretch;
	background:
		radial-gradient(circle at 92% 16%, rgba(8, 166, 228, 0.15), transparent 34%),
		linear-gradient(135deg, #f8fbfe 0%, #ffffff 58%);
	border: 1px solid var(--jtwn-border);
	border-radius: 22px;
	box-shadow: 0 12px 34px rgba(30, 49, 73, 0.06);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(230px, 0.72fr) minmax(420px, 1.5fr);
	overflow: hidden;
	padding: 23px 26px;
	position: relative;
}

.jtwn-shell::before {
	background: var(--jtwn-blue);
	border-radius: 22px 0 0 22px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}

.jtwn-intro {
	align-self: center;
	padding-left: 7px;
}

.jtwn-kicker {
	align-items: center;
	color: var(--jtwn-blue-deep);
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 9px;
	letter-spacing: 0.12em;
	margin: 0 0 9px;
	text-transform: uppercase;
}

.jtwn-live-dot {
	background: var(--jtwn-live);
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(238, 57, 82, 0.42);
	display: inline-block;
	flex: 0 0 9px;
	height: 9px;
	vertical-align: middle;
	width: 9px;
	animation: jtwn-pulse 1.8s infinite;
}

.jtwn-live-dot.jtwn-dot-resting {
	animation: none;
	background: var(--jtwn-blue);
	box-shadow: none;
}

.jtwn-heading {
	color: var(--jtwn-ink);
	font-size: clamp(25px, 2vw, 31px);
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0 0 8px;
}

.jtwn-subheading {
	color: var(--jtwn-muted);
	font-size: 14px;
	line-height: 1.52;
	margin: 0;
	max-width: 270px;
}

.jtwn-content {
	align-self: center;
	min-height: 150px;
	position: relative;
}

.jtwn-stage {
	min-height: 145px;
	position: relative;
}

.jtwn-card {
	align-items: stretch;
	background: #fff;
	border: 1px solid #e6edf3;
	border-radius: 17px;
	box-shadow: 0 7px 19px rgba(28, 44, 67, 0.07);
	color: inherit;
	display: flex;
	gap: 18px;
	inset: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-decoration: none !important;
	transform: translateX(17px);
	transition: opacity .38s ease, transform .42s ease, box-shadow .24s ease;
	visibility: hidden;
}

.jtwn-card.is-visible {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.jtwn-card:hover,
.jtwn-card:focus-visible {
	box-shadow: 0 13px 29px rgba(8, 166, 228, 0.17);
	color: inherit;
}

.jtwn-media {
	background: linear-gradient(135deg, #ebf7fd, #d6ecf8);
	flex: 0 0 228px;
	min-height: 145px;
	overflow: hidden;
	position: relative;
}

.jtwn-media img {
	display: block;
	height: 132%;
	left: 0;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: -16%;
	width: 100%;
}

.jtwn-play {
	background: rgba(255, 255, 255, .95);
	border-radius: 50%;
	box-shadow: 0 5px 14px rgba(12, 26, 43, .14);
	height: 46px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 46px;
}

.jtwn-play::after {
	border-bottom: 9px solid transparent;
	border-left: 14px solid var(--jtwn-blue);
	border-top: 9px solid transparent;
	content: "";
	left: 18px;
	position: absolute;
	top: 14px;
}

.jtwn-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 16px 21px 15px 0;
}

.jtwn-activity {
	align-items: center;
	color: var(--jtwn-live);
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 7px;
	letter-spacing: .02em;
	line-height: 1;
	margin: 0 0 10px;
}

.jtwn-card--archive .jtwn-activity,
.jtwn-card--recent .jtwn-activity {
	color: var(--jtwn-blue-deep);
}

.jtwn-title {
	color: var(--jtwn-ink);
	display: -webkit-box;
	font-size: clamp(17px, 1.4vw, 20px);
	font-weight: 720;
	letter-spacing: -.02em;
	line-height: 1.27;
	margin: 0 0 14px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.jtwn-footer {
	align-items: center;
	display: flex;
	gap: 13px;
}

.jtwn-category {
	background: #eff9fe;
	border-radius: 30px;
	color: var(--jtwn-blue-deep);
	font-size: 12px;
	font-weight: 650;
	padding: 5px 11px;
}

.jtwn-open {
	color: var(--jtwn-blue);
	font-size: 13px;
	font-weight: 700;
}

.jtwn-open::after {
	content: " \2192";
}

.jtwn-dots {
	align-items: center;
	bottom: -16px;
	display: flex;
	gap: 6px;
	justify-content: flex-end;
	position: absolute;
	right: 5px;
}

.jtwn-another {
	-webkit-appearance: none !important;
	align-items: center !important;
	appearance: none !important;
	background: #fff !important;
	border: 1px solid #d4e9f4 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: var(--jtwn-blue-deep) !important;
	cursor: pointer;
	display: flex !important;
	float: none !important;
	font: inherit !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	gap: 7px;
	line-height: 1 !important;
	margin: 9px 3px 0 auto !important;
	min-height: 32px;
	padding: 7px 13px 7px 10px !important;
	pointer-events: auto !important;
	position: relative;
	text-decoration: none !important;
	text-transform: none !important;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease !important;
	width: fit-content !important;
	z-index: 4;
}

.jtwn-another:hover,
.jtwn-another:focus-visible {
	background: #eef9fe !important;
	border-color: #a9dff3 !important;
	box-shadow: none !important;
	color: var(--jtwn-blue) !important;
	text-decoration: none !important;
	transform: translateY(-1px);
}

.jtwn-another:disabled {
	cursor: wait;
	opacity: .55;
	transform: none;
}

.jtwn-another-icon {
	border: 1.5px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	position: relative;
	width: 15px;
}

.jtwn-another-icon::after {
	border-bottom: 4px solid transparent;
	border-left: 5px solid currentColor;
	border-top: 4px solid transparent;
	content: "";
	position: absolute;
	right: -3px;
	top: -2px;
}

.jtwn-dot {
	background: #ccd9e4;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	height: 6px;
	margin: 0;
	padding: 0;
	transition: all .22s ease;
	width: 7px;
}

.jtwn-dot.is-current {
	background: var(--jtwn-blue);
	width: 22px;
}

.jtwn-loading {
	align-items: center;
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 17px;
	display: flex;
	gap: 18px;
	height: 145px;
	overflow: hidden;
}

.jtwn-loading-image {
	background: #edf3f7;
	height: 100%;
	width: 228px;
}

.jtwn-loading-lines {
	flex: 1;
	padding-right: 34px;
}

.jtwn-loading-lines span {
	animation: jtwn-shimmer 1.3s infinite linear;
	background: linear-gradient(90deg, #eef3f6, #f8fafb, #eef3f6);
	background-size: 200% 100%;
	border-radius: 8px;
	display: block;
	height: 12px;
	margin: 11px 0;
	width: 85%;
}

.jtwn-loading-lines span:first-child {
	width: 42%;
}

.jtwn-loading-lines span:last-child {
	width: 55%;
}

.jtwn-empty {
	align-items: center;
	background: #fff;
	border: 1px dashed #d4e5ef;
	border-radius: 17px;
	color: var(--jtwn-muted);
	display: flex;
	gap: 20px;
	height: 145px;
	margin: 0;
	padding: 24px 30px;
}

.jtwn-empty-icon {
	background: #f1f9fd;
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(8, 166, 228, .06);
	display: block;
	flex: 0 0 50px;
	height: 50px;
	position: relative;
	width: 50px;
}

.jtwn-empty-icon::before {
	border-bottom: 10px solid transparent;
	border-left: 15px solid var(--jtwn-blue);
	border-top: 10px solid transparent;
	content: "";
	left: 20px;
	position: absolute;
	top: 15px;
}

.jtwn-empty-copy {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.jtwn-empty-copy strong {
	color: var(--jtwn-ink);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -.01em;
}

.jtwn-empty-copy span {
	color: var(--jtwn-muted);
	font-size: 13px;
	line-height: 1.45;
}

@keyframes jtwn-pulse {
	0% { box-shadow: 0 0 0 0 rgba(238, 57, 82, .4); }
	70% { box-shadow: 0 0 0 8px rgba(238, 57, 82, 0); }
	100% { box-shadow: 0 0 0 0 rgba(238, 57, 82, 0); }
}

@keyframes jtwn-shimmer {
	from { background-position: 200% 0; }
	to { background-position: -200% 0; }
}

@media (max-width: 860px) {
	.jtwn-shell {
		gap: 18px;
		grid-template-columns: 1fr;
		padding: 22px 18px 28px;
	}

	.jtwn-intro {
		padding-left: 4px;
	}

	.jtwn-subheading {
		max-width: none;
	}
}

@media (max-width: 600px) {
	.jtwn-widget {
		margin: 20px 0 26px;
	}

	.jtwn-card {
		display: block;
	}

	.jtwn-stage,
	.jtwn-content {
		min-height: 330px;
	}

	.jtwn-media {
		display: block;
		height: 186px;
		min-height: 0;
		width: 100%;
	}

	.jtwn-card-body {
		padding: 16px 17px 17px;
	}

	.jtwn-loading {
		display: block;
		height: 318px;
	}

	.jtwn-loading-image {
		height: 186px;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jtwn-live-dot,
	.jtwn-loading-lines span {
		animation: none;
	}

	.jtwn-card {
		transition: none;
	}
}
