button.cs2724-profile-sheet-trigger.cs2775-profile-sheet-trigger {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	gap: 8px;
	width: auto;
	min-height: 36px;
	margin: 11px 0 0;
	padding: 7px 11px;
	border: 1px solid #ead6dc;
	border-radius: 11px;
	background: #fff7f9;
	color: #b60032;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
}

button.cs2724-profile-sheet-trigger.cs2775-profile-sheet-trigger b {
	font: 12px gilroy-semibold, Arial, sans-serif;
	white-space: nowrap;
}

button.cs2724-profile-sheet-trigger.cs2775-profile-sheet-trigger > i:first-child { font-size: 14px; }
button.cs2724-profile-sheet-trigger.cs2775-profile-sheet-trigger > i:last-child { margin-left: 2px; }

button.cs2724-profile-sheet-trigger.cs2775-profile-sheet-trigger:hover,
button.cs2724-profile-sheet-trigger.cs2775-profile-sheet-trigger:focus-visible {
	border-color: #c90035;
	background: #fff;
	color: #980029;
	outline: 3px solid rgba(201, 0, 53, .1);
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.cs2726-profile-avatar-stack { gap: 0; }

	button.cs2724-profile-sheet-trigger.cs2775-profile-sheet-trigger {
		max-width: 100%;
		min-height: 38px;
		margin-top: 10px;
		padding: 8px 11px;
	}
}

@media (max-width: 390px) {
	button.cs2724-profile-sheet-trigger.cs2775-profile-sheet-trigger b {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
