.blackpug-feed-module {
	overflow: hidden;

	.container {
		container-type: inline-size;
		container-name: blackpug-module;
	}
}

.blackpug-feed__title {
	margin-top: 0;
}

.blackpug-feed__title .modulelinks {
	line-height: 1.8;
}

@media (min-width: 992px) {
	.blackpug-feed__title {
		font-size: 36px;
		margin-bottom: 50px;
		line-height: 41px;
	}
}

.blackpug-feed__slide {
	background-color: white;
	border-radius: 18px;
	color: black;
	position: relative;
}


.blackpug-feed__items {
	container-type: inline-size;

	&:not(.slick-slider) .blackpug-feed__item:not(:nth-child(1)) {
		display: none;
	}
}

.blackpug-feed__item {
	padding: 10px;

	*,
	a,
	a:hover {
		color: black !important;
	}
}

.blackpug-feed__item {
	container-type: inline-size;
	container-name: blackpugfeeditem;
	display: flex;
	flex-flow: row wrap;
}

.blackpug-feed__item--img-link {
	text-decoration: none;
}

@container blackpugfeeditem (min-width: 768px) {
	.blackpug-feed__item--img-link {
		flex: 1 1 33%;
	}

	.blackpug-feed__item-content {
		flex: 1 1 33%;
	}
}

.blackpug-feed__item-figure {
	align-items: end;
	background-color: var(--gray-darker);
	border-radius: 8px;
	display: grid;
	height: 60cqi;
	overflow: hidden;
	padding: 20px 30px;
	position: relative;

	@media (min-width: 1600px) {
		padding: 30px 40px;
	}
}

.blackpug-feed__item-figure:has(img[src="/Data/Sites/1/media/logos/neic-logo.png"]) {
	background-color: var(--gray-lighter);
}

.blackpug-feed__item-image {
	height: calc(100% - 60px) !important;
	object-fit: contain;
	position: absolute;
	width: calc(100% - 60px) !important;
	z-index: 1;
	top: 30px;
	left: 30px;
}

.blackpug-feed__item-figcaption {
	display: flex;
	gap: 15px;
	grid-area: 1 / 1;
	position: relative;
	z-index: 1;

	.blackpug-feed__item-date,
	.blackpug-feed__item-location {
		align-items: center;
		background-color: var(--brand-primary);
		border-radius: 25px;
		color: white !important;
		display: flex;
		font-size: 14px;
		gap: 10px;
		line-height: 1;
		padding: 8px 15px;
		text-decoration: none !important;

		> * {
			text-decoration: none !important;
		}

		@media (min-width: 1600px) {
			font-size: 16px;
			padding: 12px 25px;
		}

		.fal {
			font-size: 20px;

			@media (min-width: 1600px) {
				font-size: 25px;
			}
		}

		* {
			color: white !important
		}
	}

	.blackpug-feed__item-location {
		display: none;

		@media (min-width: 768px) {
			display: flex;
		}
	}
}

.blackpug-feed__item-content {
	line-height: 1.6;
	padding: 20px 30px;

	@media (min-width: 1600px) {
		padding: 30px 40px;
	}
}

.blackpug-feed__item-tags {
	display: flex;
	gap: 15px;

	.blackpug-feed__item-location,
	.blackpug-feed__item-event {
		align-items: center;
		color: #515354 !important;
		display: flex;
		font-size: 14px;
		font-weight: 600;
		gap: 10px;
		line-height: 1;

		@media (min-width: 1600px) {
			font-size: 16px;
		}

		.fa-map-marker-alt {
			font-size: 23px;

			@media (min-width: 1600px) {
				font-size: 25px;
			}
		}

		.fa-tags {
			font-size: 18px;

			@media (min-width: 1600px) {
				font-size: 20px;
			}
		}

		* {
			color: #515354 !important
		}
	}

	.blackpug-feed__item-event {
		display: none;

		@media (min-width: 768px) {
			display: flex;
		}
	}
}

.blackpug-feed__item-title {
	font-weight: 700;
	text-transform: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 30px;
	margin: 15px 0;
	text-align: left;
	word-break: break-word;
}

a.blackpug-feed__item-url {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	transition: color 300ms ease;

	&,
	* {
		color: #020202 !important;

		&:hover {
			color: #015696 !important;
		}
	}

	&:hover {
		text-decoration: none !important;
	}

	.fal {
		font-size: 17px;
		color: currentColor !important;

		@media (min-width: 1600px) {
			font-size: 19px;
		}
	}

	@media (min-width: 1600px) {
		font-size: 16px;
	}
}
.blackpug-feed__arrow {
	background: none repeat scroll #fff;
	border-radius: 50%;
	border: 0 none;
	top: calc(32cqi + 10px);
	color: #000 !important;
	font-size: 24px;
	height: 56px;
	position: absolute;
	width: 56px;
	z-index: 1;

	.fal {
		color: currentColor !important;
	}
}

.blackpug-feed__arrow:hover {
	background: var(--brand-primary);
	color: #000 !important;
}

.blackpug-feed__arrow--prev {
	left: 0;
	transform: translate(-23px, -50%);

	.fal {
		margin-right: 4px;
	}
}


.blackpug-feed__arrow--next {
	right: 0;
	transform: translate(23px, -50%);

	.fal {
		margin-left: 3px;
	}
}


.three-slides.blackpug-feed-module .blackpug-feed__item-figure {
	height: max(20cqi, 250px);
}

.three-slides.blackpug-feed-module .blackpug-feed__item {
	box-shadow: none;
	border: 2px solid var(--gray-lighter);
	border-radius: 15px;
}

.three-slides.blackpug-feed-module .blackpug-feed__items,
.three-slides.blackpug-feed-module .blackpug-feed__items .slick-track {
	display: flex;
	flex-flow: row wrap;
	gap: 15px;
}

.three-slides.blackpug-feed-module .blackpug-feed__items .slick-track {
	flex-flow: row nowrap;
}

.three-slides.blackpug-feed-module .blackpug-feed__arrow {
    border: 2px solid var(--gray-lighter);
    top: calc(max(20cqi, 250px) + 10px);
	transition: all 300ms ease;
}

.three-slides.blackpug-feed-module .blackpug-feed__arrow:hover {
	transition: all 300ms ease;
	border: 2px solid var(--brand-primary);
	color: #fff;
	background: var(--brand-primary);
}