.atlas-clarus-wp-embed {
	--atlas-clarus-height: 900px;
	width: 100%;
	max-width: 100%;
	margin: 1.25rem auto;
	border: 1px solid #d6e0e7;
	border-radius: 16px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 12px 34px rgba(17, 54, 79, 0.10);
}

.atlas-clarus-wp-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 14px;
	background: #12394f;
	color: #ffffff;
	font: 600 14px/1.35 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.atlas-clarus-wp-label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.atlas-clarus-wp-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 9px;
	background: #ffffff;
	color: #12394f !important;
	text-decoration: none !important;
	font-weight: 700;
	white-space: nowrap;
}

.atlas-clarus-wp-open:hover,
.atlas-clarus-wp-open:focus {
	background: #e8f5fb;
	color: #0b2f44 !important;
}

.atlas-clarus-wp-frame {
	display: block;
	width: 100%;
	height: var(--atlas-clarus-height);
	min-height: 620px;
	border: 0;
	background: #eef3f6;
}

.atlas-clarus-wp-credit {
	padding: 9px 14px 11px;
	background: #f7fafc;
	border-top: 1px solid #e2e9ee;
	color: #526a79;
	font: 13px/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (max-width: 782px) {
	.atlas-clarus-wp-embed {
		margin-left: 0;
		margin-right: 0;
		border-radius: 12px;
	}

	.atlas-clarus-wp-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.atlas-clarus-wp-label {
		white-space: normal;
	}

	.atlas-clarus-wp-open {
		min-height: 44px;
	}

	.atlas-clarus-wp-frame {
		height: 92dvh;
		min-height: 620px;
	}
}
