/* OAT Relationship Explorer v2 Build 002 */
.oat-re-wrap {
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #111;
	font-size: 16px;
	margin: 20px 0;
}

.oat-re-hero {
	background: linear-gradient(180deg, #f7f7f7, #ffffff);
	border-bottom: 1px solid #ddd;
	padding: 28px;
}

.oat-re-kicker {
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 12px;
	color: #555;
	margin: 0 0 6px;
}

.oat-re-hero h2 {
	margin: 0 0 8px;
	font-size: 34px;
	line-height: 1.15;
}

.oat-re-hero p {
	margin: 0;
	color: #555;
	max-width: 740px;
}

.oat-re-search {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: end;
	padding: 18px 28px;
	border-bottom: 1px solid #e3e3e3;
	background: #fff;
}

.oat-re-field {
	display: grid;
	gap: 5px;
	min-width: 280px;
}

.oat-re-field span {
	font-weight: 700;
}

.oat-re-field select {
	padding: 9px;
	border: 1px solid #bdbdbd;
	background: #fff;
	min-height: 42px;
}

.oat-re-search button {
	background: #111;
	color: #fff;
	border: 1px solid #111;
	padding: 10px 16px;
	cursor: pointer;
	min-height: 42px;
	font-weight: 700;
}

.oat-re-swap {
	font-size: 24px;
	padding-bottom: 8px;
	color: #333;
}

.oat-re-tabs {
	border-bottom: 1px solid #ddd;
	padding: 0 28px;
	background: #fafafa;
}

.oat-re-tabs a {
	display: inline-block;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 10px 14px;
	text-decoration: none;
	color: #005ea8;
	background: #f7f7f7;
	margin: 12px 4px 0 0;
}

.oat-re-tabs a.active {
	background: #111;
	color: #fff;
	border-color: #111;
}

.oat-re-panel {
	padding: 28px;
}

.oat-re-section-head {
	border-bottom: 1px solid #eee;
	margin-bottom: 18px;
	padding-bottom: 10px;
}

.oat-re-section-head h3 {
	margin: 0 0 4px;
	font-size: 24px;
}

.oat-re-section-head p {
	margin: 0;
	color: #666;
}

.oat-re-path {
	display: grid;
	gap: 14px;
	max-width: 760px;
}

.oat-re-card {
	display: flex;
	gap: 14px;
	align-items: center;
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 12px;
	box-shadow: 0 1px 0 rgba(0,0,0,.04);
}

.oat-re-card.large {
	padding: 15px;
}

.oat-re-card img,
.oat-re-photo-empty {
	width: 62px;
	height: 74px;
	object-fit: cover;
	border: 1px solid #ddd;
	background: #f4f4f4;
	flex: 0 0 auto;
}

.oat-re-card.large img,
.oat-re-card.large .oat-re-photo-empty {
	width: 78px;
	height: 94px;
}

.oat-re-photo-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #777;
	text-align: center;
}

.oat-re-card strong {
	display: block;
	font-size: 18px;
}

.oat-re-card span {
	display: block;
	color: #666;
	font-size: 14px;
}

.oat-re-card em {
	display: inline-block;
	margin-top: 7px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 12px;
	color: #333;
	border-top: 1px solid #eee;
	padding-top: 6px;
}

.oat-re-summary,
.oat-re-empty,
.oat-re-bio,
.oat-re-facts {
	border-top: 1px solid #eee;
	margin-top: 18px;
	padding-top: 14px;
	max-width: 760px;
}

.oat-re-summary h4 {
	margin: 0 0 8px;
}

.oat-re-family-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.oat-re-family-box {
	border: 1px solid #ddd;
	padding: 14px;
	background: #fff;
}

.oat-re-family-box h4 {
	margin: 0 0 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

.oat-re-muted {
	color: #666;
}

.oat-re-continue {
	border-top: 1px solid #ddd;
	background: #fafafa;
	padding: 22px 28px;
}

.oat-re-continue h3 {
	margin-top: 0;
}

@media (max-width: 760px) {
	.oat-re-search {
		display: block;
	}
	.oat-re-field {
		min-width: 0;
		margin-bottom: 12px;
	}
	.oat-re-swap {
		display: block;
		padding: 0 0 10px;
	}
	.oat-re-tabs {
		padding: 0 16px;
	}
	.oat-re-panel,
	.oat-re-hero,
	.oat-re-continue {
		padding: 18px;
	}
}

.oat-re-breadcrumb {
	padding: 10px 28px;
	border-bottom: 1px solid #e8e8e8;
	background: #fcfcfc;
	color: #555;
	font-size: 14px;
}

.oat-re-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 0;
}

.oat-re-main {
	min-width: 0;
}

.oat-re-side-panel {
	border-left: 1px solid #ddd;
	background: #fbfbfb;
	padding: 22px;
}

.oat-re-side-panel h3 {
	margin-top: 0;
}

.oat-re-side-facts {
	border-top: 1px solid #e6e6e6;
	margin-top: 14px;
	padding-top: 12px;
}

.oat-re-side-facts p {
	margin: 7px 0;
}

.oat-re-side-actions {
	display: grid;
	gap: 8px;
	margin-top: 14px;
}

.oat-re-side-actions a,
.oat-re-card-actions a {
	color: #005ea8;
	text-decoration: none;
	font-weight: 700;
}

.oat-re-side-actions a:hover,
.oat-re-card-actions a:hover {
	text-decoration: underline;
}

.oat-re-card-actions {
	display: flex;
	gap: 10px;
	margin-top: 7px;
	font-size: 13px;
}

.oat-re-tab-disabled {
	display: inline-block;
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 10px 14px;
	background: #eee;
	color: #777;
	margin: 12px 4px 0 0;
}

.oat-re-tab-disabled small {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.oat-re-footer {
	border-top: 1px solid #ddd;
	background: #f5f5f5;
	color: #666;
	font-size: 13px;
	padding: 12px 28px;
	text-align: center;
}

.oat-re-continue {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
}

.oat-re-continue h3 {
	grid-column: 1 / -1;
}

@media (max-width: 900px) {
	.oat-re-layout {
		grid-template-columns: 1fr;
	}
	.oat-re-side-panel {
		border-left: none;
		border-top: 1px solid #ddd;
	}
}
