a.crew {
	color: inherit;
}
.crew__card {
	padding: 1.5rem;

	text-align: left;

	background-color: var(--e-global-color-2b4f380);
	border: 1px solid var(--e-global-color-0ba1713);
	border-radius: 0.75rem;
	transition-duration: 0.3s;
	transition-property: transform;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
a.crew:hover .crew__card,
a.crew:focus .crew__card {
	transform: scale(1.05);
}
.crew__card .row {
	margin-top: -1.5rem;
	margin-right: -1.5rem;
	margin-left: -1.5rem;
}
.crew__card .row > * {
	margin-top: 1.5rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.crew__thumbnail {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.crew__claim {
	margin-bottom: 0.25rem !important;

	font-size: 0.875rem !important;
	line-height: 1.5 !important;
}
.crew__name {
	margin-top: 0;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;

	font-size: var(--e-global-typography-55673e5-font-size) !important;
	font-weight: var(--e-global-typography-55673e5-font-weight) !important;
	text-transform: var(--e-global-typography-55673e5-text-transform) !important;
	line-height: var(--e-global-typography-55673e5-line-height) !important;
}
.crew__name:before {
	content: " ";
	display: block;
	width: 48px;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0;

	background-color: var(--e-global-color-accent);
}
.crew__button {
	display: inline-flex;
	align-items: center;

	font-size: 0.75rem;
	text-transform: uppercase;
}
.crew__button i {
	margin-left: 0.5rem;

	color: var(--e-global-color-accent);
}

.crew__modal {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 3rem;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
	overflow-y: hidden;
	overscroll-behavior: contain;
	z-index: 120;
}
.crew__modal__container {
	width: 100%;
	max-width: 1140px;
	position: relative;
}
.crew__modal__close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0 !important;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 1;

	color: var(--e-global-color-text) !important;

	background-color: transparent !important;
}
.crew__modal__body {
	max-height: calc(100vh - 6rem);
	max-height: calc(100dvh - 6rem);
	padding: 3rem;
	overflow-y: auto;
	overscroll-behavior: contain;

	background-color: var(--e-global-color-2b4f380);
	border: 1px solid var(--e-global-color-0ba1713);
	border-radius: 0.75rem;
}
.crew__modal__backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 110;

	background-color: rgba(0, 0, 0, 0.72);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.crew__modal__thumbnail {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.crew__modal__claim {
	margin-bottom: 0.5rem !important;

	font-size: 0.875rem !important;
	line-height: 1.5 !important;
}
.crew__modal__name {
	margin-top: 0;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
}
.crew__modal__name:before {
	content: " ";
	display: block;
	width: 48px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;

	background-color: var(--e-global-color-accent);
}
.crew__modal__position {
	margin-bottom: 1.5rem !important;

	font-size: 0.75rem;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.crew__modal {
		padding: 1.5rem;
	}
	.crew__modal__close {
		top: 0.75rem;
		right: 0.75rem;
	}
	.crew__modal__body {
		max-height: calc(100vh - 3rem);
		max-height: calc(100dvh - 3rem);
		padding: 1.5rem;
	}
}
