.cvdofp-report-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.cvdofp-report-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--global-palette-btn-sec-bg);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.cvdofp-report-link:hover,
.cvdofp-report-link:focus {
	opacity: .92;
	color: #fff;
	text-decoration: none;
}

.cvdofp-report-link--ghost {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, .2);
	color: inherit;
}

.cvdofp-report-link--ghost:hover,
.cvdofp-report-link--ghost:focus {
	color: inherit;
	opacity: 1;
	background: rgba(0, 0, 0, .03);
}

.cvdofp-report-embed {
	margin-top: 10px;
	aspect-ratio: 4/5;
	border-radius: 10px;
	overflow: hidden;
	background: #f3f5f6;
}

.cvdofp-report-embed iframe {
	width: 100%;
	height: 100%;
	border: 0;
}