<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cb_template .gjGroupPhotoRow .cbCanvasLayout {
	top: 0;
	left: 0;
}

.cb_template .gjGroupPhotoRow:before {
	display: block;
	content: '';
	padding-bottom: 100%;
}

.cb_template.gjGroupPhotoModal {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.cb_template .gjGroupPhotoModalClose {
	top: 0;
	right: 0;
	z-index: 3;
}

.cb_template .gjGroupPhotoModalClose .cbTooltipClose {
	cursor: pointer;
	opacity: 0.6;
}

.cb_template .gjGroupPhotoModalClose .cbTooltipClose:hover {
	opacity: 1;
}

.cb_template .gjGroupPhotoModalScrollLeft,
.cb_template .gjGroupPhotoModalScrollRight {
	cursor: pointer;
	z-index: 2;
	opacity: 0.6;
}

.cb_template .galleryModalScrollLeft:hover,
.cb_template .galleryModalScrollRight:hover {
	opacity: 1;
}

.cb_template .gjGroupPhotoModalDescription {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cb_template .gjGroupPhotoModalHeader .gjGroupPhotoModalHeaderAvatar img,
.cb_template .gjGroupPhotoModalHeader .gjGroupPhotoModalHeaderAvatar .cbImgPict {
	width: 48px;
	max-width: none;
}</pre></body></html>