/* ========================================================================== 
   Perfectbud B2B account registration
   ========================================================================== */

.pb-b2b-registration {
	margin-block: 22px;
	padding: 20px;
	border: 1px solid #dedede;
	background: #f7f7f5;
}

.pb-b2b-registration__choice {
	margin: 0;
}

.pb-b2b-registration__checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	cursor: pointer;
}

.pb-b2b-registration__checkbox input {
	flex: 0 0 auto;
	margin-top: 0;
}

.pb-b2b-registration__fields {
	margin-top: 20px;
}

.pb-b2b-registration__fields[hidden] {
	display: none;
}

.pb-b2b-registration__note {
	margin: 8px 0 0;
	color: #666666;
	font-size: 13px;
	line-height: 1.55;
}
