/* Public candidate directory layouts. */

.actra-candidates-wrapper {
	font-family: inherit;
}

.actra-candidates-wrapper.theme-dark {
	color: #ffffff;
}

.actra-candidates-empty {
	padding: 2rem;
	text-align: center;
	border-radius: 8px;
}

.actra-candidates-group {
	margin: 0 0 2.25rem;
}

.actra-candidates-group-title {
	margin: 0 0 1rem;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding-bottom: 0.4rem;
	border-bottom: 2px solid #000d1e;
	color: #fff !important;
}

.theme-dark .actra-candidates-group-title {
	border-bottom-color: #9bd5b8;
	color: #9bd5b8;
}

.actra-photo {
	overflow: hidden;
	background: #000d1e;
}

.actra-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
	display: block;
}

.actra-photo-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000d1e;
	color: #9bd5b8;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.actra-badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #9bd5b8;
	background: #000d1e;
	padding: 0.2rem 0.55rem;
	border-radius: 4px;
}

.actra-watch-video {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	margin-top: 0.9rem;
	padding: 0.55rem 0.85rem;
	border: 0;
	border-radius: 4px;
	background: #3d606d;
	color: #fff;
	font-weight: 700;
	font-size: 0.85rem;
	cursor: pointer;
}

.actra-watch-video:hover,
.actra-watch-video:focus {
	background: #2f4c57;
}

.actra-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 0.9rem;
}

.actra-card-actions .actra-watch-video,
.actra-card-actions .actra-share-card {
	margin-top: 0;
}

.actra-share-card {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 0.85rem;
	border: 0;
	border-radius: 4px;
	background: #000d1e;
	color: #fff;
	font-weight: 700;
	font-size: 0.85rem;
	cursor: pointer;
}

.actra-share-card:hover,
.actra-share-card:focus {
	background: #14243a;
}

.actra-share-modal {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	height: 100dvh !important;
	z-index: 2147483000 !important;
	background: rgba(0, 0, 0, 0.72);
	display: none;
	align-items: flex-start;
	justify-content: center;
	padding: 16px;
	overflow-y: auto;
	isolation: isolate;
	transform: none !important;
}

.actra-share-modal.is-open {
	display: flex !important;
}

.actra-share-modal-dialog {
	background: #000d1e;
	width: min(560px, 100%);
	margin: auto 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 1;
}

.actra-share-modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px 8px;
}

.actra-share-modal-title {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #9bd5b8;
}

.actra-share-modal-hint {
	margin: 0;
	color: #94a3b8;
	font-size: 0.8rem;
	line-height: 1.45;
}

.actra-share-modal-close {
	background: transparent;
	border: 0;
	color: #cbd5e1;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.actra-share-options {
	padding: 0 18px 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.actra-share-option-row {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.actra-share-option-label {
	color: #94a3b8;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.actra-share-option-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.actra-share-option,
.actra-share-swatch {
	border: 1px solid #334155;
	background: #0b1329;
	color: #e2e8f0;
	border-radius: 4px;
	padding: 0.4rem 0.7rem;
	font-size: 0.75rem;
	font-weight: 700;
	cursor: pointer;
}

.actra-share-option.is-active,
.actra-share-swatch.is-active {
	border-color: #9bd5b8;
	box-shadow: 0 0 0 1px #9bd5b8;
	color: #9bd5b8;
}

.actra-share-swatch {
	min-width: 4.4rem;
	padding: 0.35rem 0.55rem;
}

.actra-share-swatch.theme-navy {
	background: #000d1e;
	color: #9bd5b8;
}

.actra-share-swatch.theme-light {
	background: #f4f7f5;
	color: #000d1e;
}

.actra-share-swatch.theme-mint {
	background: #9bd5b8;
	color: #000d1e;
}

.actra-share-swatch.theme-teal {
	background: #3d606d;
	color: #fff;
}

.actra-share-modal-preview {
	padding: 8px 18px 0;
	max-height: 62vh;
	overflow-y: auto;
}

.actra-share-modal-status {
	margin: 0 0 8px;
	color: #9bd5b8;
	font-size: 0.8rem;
}

.actra-share-canvas {
	display: block;
	width: 100%;
	height: auto;
	background: #000;
	border-radius: 6px;
}

.actra-share-modal-actions {
	padding: 14px 18px 18px;
}

.actra-share-download {
	width: 100%;
	border: 0;
	border-radius: 4px;
	background: #3d606d;
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 0.75rem 1rem;
	cursor: pointer;
}

.actra-share-download:hover,
.actra-share-download:focus {
	background: #2f4c57;
}

.actra-share-download:disabled {
	opacity: 0.6;
	cursor: wait;
}

body.actra-share-modal-open {
	overflow: hidden !important;
}

body.actra-share-modal-open footer,
body.actra-share-modal-open .site-footer,
body.actra-share-modal-open #colophon,
body.actra-share-modal-open #footer,
body.actra-share-modal-open .elementor-location-footer,
body.actra-share-modal-open .et-l--footer,
body.actra-share-modal-open .fusion-footer {
	z-index: 0 !important;
}

.actra-candidates-grid {
	display: grid;
	grid-template-columns: repeat(var(--actra-cols, 3), minmax(0, 1fr));
	gap: 1.5rem;
}

.actra-candidates-grid .actra-photo {
	width: 100%;
	aspect-ratio: 4 / 5;
}

.actra-card {
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.actra-card-body {
	padding: 1.25rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.actra-card-body h3 {
	margin: 0.5rem 0 0.75rem;
	font-size: 1.25rem;
	font-weight: 700;
}

.actra-card-statement {
	font-size: 0.9rem;
	line-height: 1.5;
	flex-grow: 1;
	white-space: pre-wrap;
}

.actra-candidates-fullwidth-list,
.actra-candidates-profiles {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.actra-row-fullwidth,
.actra-profile {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-radius: 8px;
	overflow: hidden;
}

.actra-candidates-fullwidth-list .actra-photo {
	flex: 0 0 240px;
	width: 240px;
	aspect-ratio: 4 / 5;
}

.actra-candidates-profiles .actra-photo {
	flex: 0 0 280px;
	width: 280px;
	aspect-ratio: 4 / 5;
}

.actra-row-details,
.actra-profile-details {
	flex: 1;
	min-width: 280px;
	padding: 1.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.actra-row-details h3,
.actra-profile-details h3 {
	margin: 0.5rem 0 0.75rem;
	font-size: 1.5rem;
	font-weight: 700;
}

.actra-profile-video {
	flex: 1 1 100%;
	background: #000;
}

.actra-candidates-compact-list {
	border-radius: 8px;
	overflow: hidden;
}

.actra-compact-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	gap: 1rem;
	flex-wrap: wrap;
}

.actra-compact-row+.actra-compact-row {
	border-top: 1px solid inherit;
}

.actra-compact-identity {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-width: 0;
}

.actra-candidates-compact-list .actra-photo {
	flex: 0 0 64px;
	width: 64px;
	aspect-ratio: 4 / 5;
	border-radius: 4px;
	border: 2px solid #000d1e;
}

.actra-compact-row h4 {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 700;
}

.actra-compact-row summary {
	font-weight: 700;
	color: #3d606d;
	font-size: 0.85rem;
	padding: 0.35rem 0.75rem;
	border-radius: 4px;
	cursor: pointer;
	list-style: none;
}

.actra-compact-row .actra-watch-video {
	margin-top: 0;
}

@media (max-width: 960px) {
	.actra-candidates-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.actra-candidates-grid {
		grid-template-columns: 1fr;
	}

	.actra-candidates-fullwidth-list .actra-photo,
	.actra-candidates-profiles .actra-photo {
		flex: 0 0 100%;
		width: 100%;
	}
}