/* -----------------------------------------------------------------------------
   Single Group Header
   ----------------------------------------------------------------------------- */

.groups.group-home .bp-wrap.bond-group-shell,
.groups.single-item .bp-wrap.bond-group-shell {
	padding: 0 0 4rem;
}

.groups.group-home #item-header.single-headers,
.groups.single-item #item-header.single-headers {
	margin: -3rem 0 0 -40px;
	padding-bottom: 30px;
	border-bottom: 0;
}

.bond-group-header {
	position: relative;
	border-radius: 0;
	overflow: hidden;
	background: #b6002d;

	& #header-cover-image,
	& #item-header-avatar,
	& .link-change-cover-image,
	& .link-change-profile-image,
	& .link-change-overlay,
	& .group-actions-absolute,
	& .bb-action-popup,
	& .bb-leave-group-popup,
	& .bp-group-parent-wrap,
	& .group-actions-wrap {
		display: none;
	}

	& #item-header-cover-image.bond-group-header__cover {
		display: block;
		min-height: 179px;
		padding: 40.6px 0;
		margin: 0;
		background: transparent;
	}

	& #item-header-cover-image #item-header-content,
	& #item-header-content.bond-group-header__meta {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		min-width: 0;
		margin: 0;
		padding: 0;
		text-align: left;
	}
}

.bond-group-header__hidden-meta,
.bond-group-header__details,
.bond-group-header__description {
	display: none;
}

#cover-image-container.bond-group-header {
	float: none;
	width: auto;
	max-width: none;
	margin: 0;
}

.bond-group-header__cover {
	position: relative;
	min-height: 179px;
	padding: 40.6px 0;
}

.bond-group-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0;
	max-width: 920px;
	margin: 0 auto;
}

.bond-group-header__content {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	min-width: 0;
}

.bond-group-header__title {
	margin: 0;
	color: #fff;
	font-family: "DINNextRoundedLTProRegular", arial, sans-serif;
	font-size: 52px;
	font-weight: 400;
	line-height: 62.4px;
}

.bond-group-header__label {
	display: block;
	margin: 0;
	color: #e6b7bc;
	font-size: 19px;
	line-height: 28.5px;
}

.bond-group-header__meta {
	display: flex;
	flex-direction: column;
}

.bond-group-header__art {
	position: absolute;
	top: 13.5px;
	right: -29px;
	z-index: 0;
	width: 268.1px;
	height: 157.49px;
	opacity: 0.65;
	pointer-events: none;
}

.bond-group-header__art-image {
	display: block;
	width: 61.59%;
	height: 100%;
	max-width: none;
	object-fit: contain;
	object-position: left top;
}

@media (max-width: 960px) {
	.groups.group-home .bp-wrap.bond-group-shell,
	.groups.single-item .bp-wrap.bond-group-shell {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.bond-group-header__inner {
		padding: 0 1rem;
	}
}

@media (max-width: 782px) {
	.bond-group-header__cover,
	.bond-group-header #item-header-cover-image.bond-group-header__cover {
		padding: 28px 0;
		min-height: 152px;
	}

	.bond-group-header__title {
		font-size: 36px;
		line-height: 43.2px;
	}

	.bond-group-header__label {
		font-size: 17px;
		line-height: 25.5px;
	}

	.bond-group-header__meta {
		gap: 12px;
	}

	.bond-group-header__art {
		top: 14px;
		right: -58px;
		width: 182px;
		height: 107px;
	}
}
