.kodo-profile-avatar-dropdown-profiles-list-panel
{
	border-bottom: 1px solid #f9fafb;
}

.kodo-profile-avatar-dropdown-profiles-list-buttons-panel
{
	padding: 4px 8px;
	display: block;
}

/* заголовок */
.kodo-profile-avatar-dropdown-profiles-list-buttons-title
{
	font-size: 10px;
	font-weight: 700;
	color: #9ca3af;
	text-transform: uppercase;
	letter-spacing: 0.1em;

	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;

	margin: 0;
}

/* контейнер кнопки */
.kodo-profile-avatar-dropdown-profiles-list-button-holder
{
	display: block;
}

/* кнопка */
.kodo-profile-avatar-dropdown-profiles-list-button
{
	width: 100%;

	display: flex;
	align-items: center;
	gap: 12px;

	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;

	border-radius: 12px;

	text-decoration: none;
	color: #374151;

	transition: background 0.2s ease;
}

/* hover */
.kodo-profile-avatar-dropdown-profiles-list-button:hover
{
	background: #f9fafb;
}

/* emoji */
.kodo-profile-avatar-dropdown-profiles-list-button
{
	font-size: 18px;
}

/* имя */
.kodo-profile-avatar-dropdown-profiles-list-button span
{
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}