/* Guest contact page — same 3-column shell as legal pages. */

.uc-contact-shell {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
}

.uc-contact-shell .uc-legal-uka {
	flex: 0 0 410px;
	width: 410px;
	background: #e3e3e3;
}

.uc-contact-shell .uc-legal-main {
	flex: 1 1 auto;
	min-width: 0;
	padding: 48px 24px 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.uc-contact-title,
.uc-contact-body {
	width: 100%;
	max-width: 800px;
}

.uc-contact-title {
	margin: 0 0 1em;
	font-size: 1.5rem;
	font-weight: 600;
	color: #222;
}

.uc-contact-shell .uc-legal-panel {
	flex: 0 0 355px;
	width: 355px;
	min-width: 355px;
	position: sticky;
	top: 72px;
	align-self: flex-start;
}

.uc-contact-shell .uc-legal-panel.uc-panel-closed {
	flex: 0 0 0;
	width: 0;
	min-width: 0;
	overflow: hidden;
}

.uc-contact-catbtn {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 60;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
	letter-spacing: 0.15em;
	padding: 16px 8px;
	border: 0;
	border-radius: 8px 0 0 8px;
	background: #333;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

#brxe-hdract a.uc-header-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #222;
	text-decoration: none;
	line-height: 1;
	padding: 8px;
}

#brxe-hdract a.uc-header-contact:hover {
	opacity: 0.65;
}

#brxe-hdract a.uc-header-contact i {
	color: #222;
	fill: #222;
	font-size: 22px;
}

@media (max-width: 1399px) {
	.uc-contact-shell .uc-legal-uka {
		display: none !important;
		width: 0 !important;
		min-width: 0 !important;
		flex: 0 0 0 !important;
		overflow: hidden !important;
	}
}

@media (max-width: 1099px) {
	.uc-contact-shell {
		flex-wrap: wrap !important;
	}

	.uc-contact-shell .uc-legal-main {
		flex: 1 1 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.uc-contact-shell .uc-legal-panel {
		max-width: 100% !important;
	}

	.uc-contact-shell .uc-legal-panel.uc-panel-open {
		flex: 1 1 100% !important;
		width: 100% !important;
		min-width: 0 !important;
	}
}

@media (max-width: 767px) {
	.uc-contact-catbtn {
		z-index: 1000001;
	}

	.uc-contact-shell .uc-legal-main {
		padding: 32px 10px 48px;
	}
}
