.cl-brochures {
	margin: 0 0 36px;
	padding: 28px 0 8px;
	border-bottom: 1px solid #e6e6e6;
}

.cl-brochures__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.cl-brochures__title {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #2c3e50;
}

.cl-brochures__subtitle {
	margin: 0;
	color: #7b8a97;
	font-size: 14px;
}

.cl-brochures__toggle {
	flex-shrink: 0;
	background: #fff;
	border: 1px solid #2c3e50;
	color: #2c3e50;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 10px 14px;
	cursor: pointer;
	line-height: 1.2;
}

.cl-brochures__toggle:hover {
	background: #2c3e50;
	color: #fff;
}

.cl-brochures__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.cl-brochures:not(.is-expanded) .cl-brochures__card:nth-child(n+5) {
	display: none;
}

@media (min-width: 768px) {
	.cl-brochures:not(.cl-brochures--more-than-four) .cl-brochures__toggle:not(.cl-brochures__toggle--bottom) {
		display: none;
	}
}

.cl-brochures__toggle--bottom {
	display: none;
	width: 100%;
	margin-top: 18px;
}

@media (max-width: 767px) {
	.cl-brochures.is-expanded .cl-brochures__toggle--bottom {
		display: block;
	}
}

.cl-brochures__card {
	background: #fff;
	min-width: 0;
}

.cl-brochures__preview {
	position: relative;
	display: block;
	margin-bottom: 12px;
	background: #e8eaed;
	overflow: hidden;
}

.cl-brochures__preview img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: top center;
}

.cl-brochures__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 240px;
	color: #7b8a97;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.cl-brochures__name {
	margin: 0 10px 4px;
	font-size: 16px;
	font-weight: 700;
	color: #2c3e50;
}

.cl-brochures__location {
	margin: 0 0 10px;
	font-size: 13px;
	color: #7b8a97;
}

.cl-brochures__cta,
.cl-brochures__location {
	margin: 0 10px 4px;
}
.cl-brochures__cta {
	color: #ba8827;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
}

.cl-brochures__cta:hover {
	color: #2c3e50;
	text-decoration: underline;
}

.cl-brochures--single {
	border-bottom: none;
	margin: 8px 0 28px;
	padding: 8px 0 0;
}

.cl-brochures--single .cl-brochures__grid {
	grid-template-columns: minmax(0, 280px);
}

@media (max-width: 991px) {
	.cl-brochures__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cl-brochures--single .cl-brochures__grid {
		grid-template-columns: minmax(0, 280px);
	}
}

@media (max-width: 767px) {
	.cl-brochures__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.cl-brochures:not(.is-expanded) .cl-brochures__card:nth-child(n+2) {
		display: none;
	}

	.cl-brochures__grid {
		grid-template-columns: 1fr;
	}

	.cl-brochures__preview img {
		height: 220px;
	}
}

.cl-brochures--all {
	border-bottom: none;
}

.cl-brochures-page__intro {
	margin: 0 0 24px;
}

body.cl-brochure-listing-page .cl-brochures {
	padding-top: 8px;
}

body.cl-brochure-listing-page.sidebar-hide .site.site--main,
body.cl-brochure-listing-page.fullwidth .site.site--main {
	float: none;
	width: 100%;
}

body.cl-brochure-lightbox-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
}

.cl-brochure-lightbox {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100000;
	display: flex;
	flex-direction: column;
	background: rgba(18, 22, 26, 0.94);
	height: 100%;
	height: 100dvh;
}

.cl-brochure-lightbox__bar {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	background: #111;
	color: #fff;
}

.cl-brochure-lightbox__title {
	flex: 1;
	min-width: 0;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cl-brochure-lightbox__open {
	flex-shrink: 0;
	color: #ba8827;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
}

.cl-brochure-lightbox__close {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.cl-brochure-lightbox__scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
}

.cl-brochure-lightbox__img,
.cl-brochure-lightbox__page {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.cl-brochure-lightbox__page {
	background: #fff;
}

.cl-brochure-lightbox__status {
	margin: 24px 16px;
	color: #fff;
	text-align: center;
}

.cl-brochure-lightbox__scroll--pdf {
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.cl-brochure-lightbox__frame {
	display: block;
	width: 100%;
	height: 100%;
	min-height: calc(100dvh - 56px);
	border: 0;
	background: #fff;
}
