.bdlpc {
	--bdlpc-accent: #0a66c2;
	--bdlpc-border: #d9dee3;
	--bdlpc-container-max: 1200px;
	--bdlpc-gap: 10px;
	--bdlpc-peek: clamp(54px, 8vw, 120px);
	--bdlpc-start-inset: var(--bdlpc-peek);
	--bdlpc-end-inset: var(--bdlpc-peek);
	--bdlpc-visible: var(--bdlpc-desktop, 3);
	position: relative;
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	padding-bottom: 34px;
	color: #1f2328;
	font-family: inherit;
}

.bdlpc *,
.bdlpc *::before,
.bdlpc *::after,
.bdlpc-grid *,
.bdlpc-grid *::before,
.bdlpc-grid *::after {
	box-sizing: border-box;
}

.bdlpc-grid {
	--bdlpc-accent: #0a66c2;
	--bdlpc-border: #d9dee3;
	--bdlpc-container-max: 1200px;
	--bdlpc-gap: 10px;
	display: grid;
	width: 100%;
	max-width: var(--bdlpc-container-max);
	margin-left: auto;
	margin-right: auto;
	grid-template-columns: repeat(var(--bdlpc-desktop, 3), minmax(0, 1fr));
	gap: var(--bdlpc-gap);
	color: #1f2328;
	font-family: inherit;
}

.bdlpc-grid .bdlpc__slide {
	min-width: 0;
	opacity: 1;
}

.bdlpc__viewport {
	overflow: hidden;
	padding: 2px var(--bdlpc-end-inset) 2px var(--bdlpc-start-inset);
	outline: none;
}

.bdlpc__viewport:focus-visible {
	border-radius: 12px;
	box-shadow: 0 0 0 3px rgba(10, 102, 194, 0.25);
}

.bdlpc__track {
	display: flex;
	align-items: stretch;
	gap: var(--bdlpc-gap);
	transition: transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}

.bdlpc__slide {
	flex: 0 0 auto;
	min-width: 0;
	opacity: 0.5;
	transition: opacity 400ms ease-in-out;
}

.bdlpc__slide--active {
	opacity: 1;
}

.bdlpc-card {
	position: relative;
	display: flex;
	height: 100%;
	min-height: 390px;
	flex-direction: column;
	overflow: hidden;
	border: 0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 0 0 1px var(--bdlpc-border), 0 4px 18px rgba(31, 35, 40, 0.07);
	cursor: pointer;
}

.bdlpc-card__overlay-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
}

.bdlpc-card__overlay-link:focus-visible {
	outline: 3px solid rgba(10, 102, 194, 0.45);
	outline-offset: -3px;
}

.bdlpc-card__header {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 28px;
	align-items: center;
	gap: 12px;
	padding: 16px;
	pointer-events: none;
}

.bdlpc-card__avatar {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	object-fit: cover;
}

.bdlpc-card__avatar--fallback,
.bdlpc-card__brand {
	display: grid;
	place-items: center;
	background: var(--bdlpc-accent);
	color: #fff;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.bdlpc-card__avatar--fallback {
	font-size: 18px;
}

.bdlpc-card__brand {
	width: 26px;
	height: 26px;
	border-radius: 3px;
	font-size: 15px;
}

.bdlpc-card__author {
	display: flex;
	min-width: 0;
	flex-direction: column;
	line-height: 1.35;
}

.bdlpc-card__author strong {
	overflow: hidden;
	color: #1f2328;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bdlpc-card__author time {
	color: #66717c;
	font-size: 13px;
}

.bdlpc-card__media {
	position: relative;
	z-index: 2;
	display: block;
	width: 100% !important;
	height: 260px !important;
	border: 0;
	background: #eef1f4;
	object-fit: cover !important;
	pointer-events: none;
}

.bdlpc img.bdlpc-card__media,
.bdlpc video.bdlpc-card__media {
	border-radius: 0 !important;
}

.bdlpc video.bdlpc-card__media {
	pointer-events: auto;
}

.bdlpc-card__body {
	position: relative;
	z-index: 2;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
	pointer-events: none;
}

.bdlpc-card__text {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 18px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	color: #2f363d;
	font-size: 15px;
	line-height: 1.58;
}

.bdlpc-card__engagement {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #edf0f2;
	color: #66717c;
	font-size: 12px;
}

.bdlpc-card__link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: 14px;
	color: var(--bdlpc-accent);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.bdlpc-card__link:focus-visible,
.bdlpc__arrow:focus-visible,
.bdlpc__dot:focus-visible {
	outline: 3px solid rgba(10, 102, 194, 0.35);
	outline-offset: 2px;
}

.bdlpc__controls {
	position: absolute;
	inset: 0 0 34px;
	pointer-events: none;
}

.bdlpc .bdlpc__controls button.bdlpc__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	box-sizing: border-box !important;
	width: 48px !important;
	min-width: 48px !important;
	max-width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	max-height: 48px !important;
	transform: translateY(-50%);
	place-items: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #c9d0d7 !important;
	border-radius: 50% !important;
	background: #fff !important;
	box-shadow: 0 3px 14px rgba(31, 35, 40, 0.12) !important;
	color: #293a58 !important;
	cursor: pointer;
	font: inherit;
	font-size: 0 !important;
	line-height: 1;
	pointer-events: auto;
	transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.bdlpc__arrow--prev {
	left: calc(var(--bdlpc-start-inset) - 24px);
}

.bdlpc__arrow--next {
	right: calc(var(--bdlpc-end-inset) - 24px);
}

.bdlpc .bdlpc__controls button.bdlpc__arrow:hover:not(:disabled) {
	border-color: var(--bdlpc-accent) !important;
	color: var(--bdlpc-accent) !important;
	transform: translateY(-50%) scale(1.08);
}

.bdlpc .bdlpc__controls button.bdlpc__arrow:disabled {
	cursor: default;
	opacity: 0.4 !important;
}

.bdlpc__arrow-icon {
	display: block;
	width: 20px;
	height: 16px;
}

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

.bdlpc__arrow--prev .bdlpc__arrow-icon {
	transform: rotate(180deg);
}

.bdlpc__dots {
	position: absolute;
	bottom: -34px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	transform: translateX(-50%);
	pointer-events: auto;
}

.bdlpc .bdlpc__dots button.bdlpc__dot {
	display: block !important;
	box-sizing: border-box !important;
	flex: 0 0 8px !important;
	width: 8px !important;
	min-width: 8px !important;
	max-width: 8px !important;
	height: 8px !important;
	min-height: 8px !important;
	max-height: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #aeb7bf !important;
	box-shadow: none !important;
	cursor: pointer;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: -9999px;
	appearance: none;
	-webkit-appearance: none;
	transition: width 180ms ease, background-color 180ms ease;
}

.bdlpc .bdlpc__dots button.bdlpc__dot[aria-current="true"] {
	flex-basis: 24px !important;
	width: 24px !important;
	min-width: 24px !important;
	max-width: 24px !important;
	background: var(--bdlpc-accent) !important;
}

.bdlpc--static .bdlpc__controls {
	display: none;
}

.bdlpc--static {
	padding-bottom: 0;
}

.bdlpc--no-dots {
	padding-bottom: 0;
}

.bdlpc--no-dots .bdlpc__controls {
	bottom: 0;
}

.bdlpc--no-dots .bdlpc__dots,
.bdlpc--no-arrows .bdlpc__arrow {
	display: none !important;
}

.bdlpc-empty {
	padding: 18px;
	border: 1px solid #d9dee3;
	border-radius: 10px;
	background: #f7f8f9;
	color: #4d5964;
}

@media (max-width: 1199px) {
	.bdlpc {
		--bdlpc-visible: var(--bdlpc-tablet, 2);
	}

	.bdlpc-grid {
		grid-template-columns: repeat(var(--bdlpc-tablet, 2), minmax(0, 1fr));
	}

	.bdlpc-card__media {
		height: 200px !important;
	}
}

@media (max-width: 767px) {
	.bdlpc {
		--bdlpc-visible: var(--bdlpc-mobile, 1);
		--bdlpc-gap: 10px;
		--bdlpc-peek: 42px;
	}

	.bdlpc-grid {
		grid-template-columns: repeat(var(--bdlpc-mobile, 1), minmax(0, 1fr));
	}

	.bdlpc-card__media {
		height: 200px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bdlpc__track,
	.bdlpc__dot,
	.bdlpc__slide,
	.bdlpc__arrow {
		transition: none;
	}
}
