.tti-ownership-structure {
	padding: 24px 0 48px;
}

.tti-ownership-structure__inner {
	max-width: 960px;
	margin: 0 auto;
}

.tti-ownership-structure__document + .tti-ownership-structure__document {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e8e8e8;
}

.tti-ownership-structure__title {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	color: #222;
}

.tti-ownership-structure__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}

.tti-ownership-structure__download {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 6px;
	background: #ff7f0a;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
}

.tti-ownership-structure__download:hover {
	background: #e67309;
	color: #fff !important;
}

.tti-ownership-structure__download--secondary {
	background: #fff;
	color: #333 !important;
	border: 1px solid #ddd;
}

.tti-ownership-structure__download--secondary:hover {
	background: #f7f7f7;
	color: #333 !important;
}

.tti-ownership-structure__viewer {
	background: #f5f5f5;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	overflow: hidden;
	min-height: 70vh;
}

.tti-ownership-structure__frame {
	display: block;
	width: 100%;
	min-height: 70vh;
	border: 0;
	background: #fff;
}

.tti-ownership-structure__hint,
.tti-ownership-structure__missing {
	margin: 14px 0 0;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.tti-ownership-structure {
		padding: 16px 0 32px;
	}

	.tti-ownership-structure__viewer,
	.tti-ownership-structure__frame {
		min-height: 55vh;
	}
}
