.jb-pcc.jb-pcc--editorial.jb-pcc--v110 {
	--jb-pcc-card-width: 87vw;
	--jb-pcc-card-max-width: 1650px;
	--jb-pcc-gap: 12px;
	--jb-pcc-content-min-height: 204px;
	--jb-pcc-inactive-opacity: 1;
	--jb-pcc-inactive-scale: 0.93;
	--jb-pcc-side-image-reduction: 0px;
	--jb-pcc-panel-inset: 56px;
	--jb-pcc-panel-extension: 130px;
	--jb-pcc-button-size: 66px;
	--jb-pcc-icon-size: 24px;
	--jb-pcc-navigation-offset: 0px;
	--jb-pcc-viewport-width: 100vw;
	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	outline: none;
}

.jb-pcc[data-full-bleed="yes"] {
	width: var(--jb-pcc-viewport-width);
	max-width: var(--jb-pcc-viewport-width);
	margin-inline: calc(50% - (var(--jb-pcc-viewport-width) / 2));
}

.jb-pcc,
.jb-pcc *,
.jb-pcc *::before,
.jb-pcc *::after {
	box-sizing: border-box;
}

.jb-pcc:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 5px;
}

.jb-pcc__viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-block: 28px 32px;
	touch-action: pan-y;
}

.jb-pcc[data-swipe="yes"] .jb-pcc__viewport {
	cursor: grab;
}

.jb-pcc.is-dragging .jb-pcc__viewport {
	cursor: grabbing;
}

.jb-pcc.is-dragging,
.jb-pcc.is-dragging * {
	user-select: none;
}

.jb-pcc__track {
	display: flex;
	align-items: flex-start;
	gap: var(--jb-pcc-gap);
	width: max-content;
	will-change: transform;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.jb-pcc__slide {
	position: relative;
	z-index: 1;
	flex: 0 0 min(var(--jb-pcc-card-width), var(--jb-pcc-card-max-width));
	width: min(var(--jb-pcc-card-width), var(--jb-pcc-card-max-width));
	height: auto;
	opacity: var(--jb-pcc-inactive-opacity);
	transform: scale(var(--jb-pcc-inactive-scale));
	transform-origin: center center;
	transition: opacity 400ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.jb-pcc__slide.is-active {
	z-index: 2;
	opacity: 1;
	transform: scale(1);
}

/*
 * Keep the scaled side cards anchored to the edge facing the active card.
 * This makes the visible spacing exactly match --jb-pcc-gap, so a gap of 0
 * produces no space between the centre card and its immediate neighbours.
 */
.jb-pcc__slide.is-previous {
	transform-origin: right center;
}

.jb-pcc__slide.is-next {
	transform-origin: left center;
}

.jb-pcc__card {
	position: relative;
	height: auto;
	overflow: visible;
	background: transparent;
}

.jb-pcc.jb-pcc--editorial.jb-pcc--v110 .jb-pcc__card {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.jb-pcc__card-link {
	position: relative;
	display: block;
	height: auto;
	color: inherit;
	text-decoration: none;
}

.jb-pcc__slide.is-active .jb-pcc__card-link {
	padding-bottom: var(--jb-pcc-panel-extension);
}

a.jb-pcc__card-link:hover,
a.jb-pcc__card-link:focus {
	color: inherit;
	text-decoration: none;
}

.jb-pcc__image {
	position: relative;
	width: 100%;
	aspect-ratio: 2.15 / 1;
	margin-bottom: 0;
	overflow: hidden;
	clip-path: inset(0 0 0 0);
	background: #e9ebee;
	transition: clip-path 500ms cubic-bezier(0.22, 1, 0.36, 1), margin-bottom 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.jb-pcc__slide:not(.is-active) .jb-pcc__image {
	margin-bottom: calc(var(--jb-pcc-side-image-reduction) * -1);
	clip-path: inset(0 0 var(--jb-pcc-side-image-reduction) 0);
}

.jb-pcc__image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center center;
}

.jb-pcc__content {
	position: absolute;
	right: var(--jb-pcc-panel-inset);
	bottom: 0;
	left: var(--jb-pcc-panel-inset);
	display: none;
	flex-direction: column;
	min-height: var(--jb-pcc-content-min-height);
	padding: 36px 47px 38px;
	background: #fff;
}

.jb-pcc.jb-pcc--editorial.jb-pcc--v110 .jb-pcc__content {
	padding: 36px 47px 38px;
}

.jb-pcc__slide.is-active .jb-pcc__content {
	display: flex;
}

.jb-pcc__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 15px;
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
}

.jb-pcc__meta-icon {
	display: inline-flex;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: #0b36ff;
}

.jb-pcc__meta-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.jb-pcc__title {
	margin: 0;
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: clamp(28px, 2.15vw, 40px);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.015em;
}

.jb-pcc__excerpt {
	margin: 18px 0 0;
	color: #70747c;
	font-size: 17px;
	line-height: 1.55;
}

.jb-pcc__navigation {
	position: absolute;
	z-index: 5;
	top: var(--jb-pcc-navigation-top, 50%);
	left: 50%;
	display: flex;
	justify-content: space-between;
	gap: 0;
	width: min(var(--jb-pcc-card-width), var(--jb-pcc-card-max-width));
	max-width: calc(100% - var(--jb-pcc-button-size));
	margin: 0;
	transform: translateX(-50%);
	pointer-events: none;
}

.jb-pcc.jb-pcc--editorial.jb-pcc--v110 .jb-pcc__navigation {
	justify-content: space-between;
	gap: 0;
}

.jb-pcc__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--jb-pcc-button-size);
	height: var(--jb-pcc-button-size);
	min-width: var(--jb-pcc-button-size);
	padding: 0;
	border: 1px solid #d0d0d0;
	border-radius: 50%;
	background: #fff;
	color: #333;
	box-shadow: none;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
	appearance: none;
	pointer-events: auto;
}

.jb-pcc.jb-pcc--editorial.jb-pcc--v110 .jb-pcc__button {
	border: 1px solid #d0d0d0;
	border-radius: 50%;
	background: #fff;
	color: #333;
}

.jb-pcc__button--previous {
	transform: translateX(calc((var(--jb-pcc-button-size) / -2) + 10px));
}

.jb-pcc__button--next {
	transform: translateX(calc((var(--jb-pcc-button-size) / 2) - 10px));
}

.jb-pcc__button:hover,
.jb-pcc__button:focus-visible {
	border-color: #333;
	background: #333;
	color: #fff;
}

.jb-pcc.jb-pcc--editorial.jb-pcc--v110 .jb-pcc__button:hover,
.jb-pcc.jb-pcc--editorial.jb-pcc--v110 .jb-pcc__button:focus-visible {
	border-color: #333;
	background: #333;
	color: #fff;
}

.jb-pcc__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.jb-pcc__button:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.jb-pcc__button svg {
	display: block;
	width: var(--jb-pcc-icon-size);
	height: var(--jb-pcc-icon-size);
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.jb-pcc .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 767px) {
	.jb-pcc.jb-pcc--editorial.jb-pcc--v110 {
		--jb-pcc-panel-inset: 18px;
		--jb-pcc-panel-extension: 88px;
	}

	.jb-pcc__viewport {
		padding-block: 16px 22px;
	}

	.jb-pcc.jb-pcc--editorial.jb-pcc--v110 .jb-pcc__content {
		min-height: 170px;
		padding: 24px 22px 26px;
	}

	.jb-pcc__meta {
		gap: 8px;
		font-size: 14px;
	}

	.jb-pcc__meta-icon {
		width: 18px;
		height: 18px;
	}

	.jb-pcc__title {
		font-size: clamp(25px, 7.2vw, 34px);
		line-height: 1.08;
	}

	.jb-pcc__excerpt {
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jb-pcc__track,
	.jb-pcc__slide,
	.jb-pcc__image,
	.jb-pcc__button {
		transition-duration: 1ms !important;
	}
}
