.client-note-header {
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	max-width: 360px;
	position: relative;
	padding: 1em;
	border: 1px solid $alex-light-gray;
	border-bottom: none;
	background: $alex-white;
}

.client-note-header + .client-note {
	border-top: none;
	padding-top: 0;
}

.client-note-short {
	background: $alex-white;
	border: 1px solid $alex-light-gray;
	border-top: none;
	padding: 0 1em;
	width: 100%;
	max-width: 360px;
	position: relative;
}

.client-note {
	background: $alex-white;
	border: 1px solid $alex-light-gray;
	border-top: none;
	padding: 1em;
	width: 100%;
	max-width: 360px;
	position: relative;
}
