/* Business: cover image with the logo overlapping its bottom edge
   (section 22), a professional, left-aligned CTA list. */

.cypro-template-business {
	padding-top: 0;
	text-align: center;
}

.cypro-template-business .cyprolink-profile__cover {
	height: 180px;
	margin: 0 -24px;
	width: calc(100% + 48px);
	background-size: cover;
	background-position: center;
}

.cypro-template-business .cyprolink-profile__header {
	margin-top: -48px;
}

.cypro-template-business .cyprolink-avatar {
	border: 4px solid var(--profile-background);
	width: 96px;
	height: 96px;
}

.cypro-template-business .cyprolink-profile__name {
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 20px;
}

.cypro-template-business .cyprolink-link-button {
	text-align: left;
}

@media (max-width: 768px) {
	.cypro-template-business .cyprolink-profile__cover {
		height: 150px;
		margin: 0 -16px;
		width: calc(100% + 32px);
	}
}
