
.cbvte-hero,
.cbvte-panel {
	box-sizing: border-box;
	margin: 24px 0;
	border: 1px solid #e6e6e6;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(0,0,0,.06);
	color: #191919;
}
.cbvte-hero {
	display: flex;
	gap: 18px;
	align-items: center;
	padding: 26px;
	border-top: 5px solid var(--cbvte-primary);
}
.cbvte-check {
	display: grid;
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 50%;
	background: var(--cbvte-primary);
	color: #fff;
	font-size: 30px;
	font-weight: 800;
}
.cbvte-brand {
	margin-bottom: 5px;
	color: var(--cbvte-primary);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.cbvte-hero h2,
.cbvte-panel h3 {
	margin: 0 0 8px;
	color: #151515;
}
.cbvte-hero p,
.cbvte-panel p {
	margin: 0;
}
.cbvte-panel {
	overflow: hidden;
}
.cbvte-panel__header {
	display: flex;
	gap: 15px;
	padding: 24px;
}
.cbvte-icon {
	font-size: 32px;
	line-height: 1;
}
.cbvte-meta {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background: #fafafa;
}
.cbvte-meta > div {
	padding: 17px 20px;
	border-right: 1px solid #ececec;
}
.cbvte-meta > div:last-child {
	border-right: 0;
}
.cbvte-meta span,
.cbvte-meta strong {
	display: block;
	overflow-wrap: anywhere;
}
.cbvte-meta span {
	margin-bottom: 4px;
	color: #6b6b6b;
	font-size: 12px;
	text-transform: uppercase;
}
.cbvte-note {
	padding: 15px 24px;
	color: #666;
	font-size: 13px;
}
@media (max-width: 680px) {
	.cbvte-hero {
		align-items: flex-start;
		padding: 20px;
	}
	.cbvte-meta {
		grid-template-columns: 1fr;
	}
	.cbvte-meta > div {
		border-right: 0;
		border-bottom: 1px solid #ececec;
	}
	.cbvte-meta > div:last-child {
		border-bottom: 0;
	}
}
.cbvte-downloads {
	padding: 20px 24px;
	border-top: 1px solid #ececec;
	background: #fff;
}
.cbvte-downloads[hidden] {
	display: none !important;
}
.cbvte-downloads h4 {
	margin: 0 0 12px;
}
.cbvte-downloads__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.cbvte-download-button,
.cbvte-downloads__actions .button,
.cbvte-downloads__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background: var(--cbvte-primary) !important;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}
