/* Задайте своё человеческое название файла между '' */
/* --human-name-css: 'Имя ученика в меню'; */

/* Укажите имя автора между '' */
/* --human-author-css: 'Игорь Лохман'; */

/* Задайте путь до аватара автора между "" */
/* --human-author-image-css: "../wp-content/plugins/super-style/assets/image/igor-main-author-ava.png"; */

/* Задайте своё описание файла между '' */
/* --human-description-css: 'Возвращает имя ученика в верхнее меню школы.'; */

/* ------------------------- */
/* НЕ ТРОГАЙТЕ ВСЁ, ЧТО НИЖЕ */
/* ------------------------- */

/* Настройки для больших экранов */
/* ----------------------------- */

/* Возвращаем в меню Имя и Фамилию ученика */

@media (min-width: 768px) {

.top-nav-row .dropdown-button.user-profile-dropdown-button:after {
	content: attr(title);
	top: 2px;
	position: relative;
	/* order: -1; */
	/* margin-right: 5px; */
	/* font-size: 17px; */
}

/* Стрелка в Профиле и Аватар */

#user-profile-dropdown .caret {
	margin-left: 10px;
}

.top-nav-row .user-profile-humbnail {
	margin-right: 5px;
}
}

/* Настройки для маленьких экранов */
/* ------------------------------- */

/* Стрелка в Профиле и Аватар */

@media (max-width: 768px) {

#user-profile-dropdown .caret {
	margin-left: 2px;
}

.top-nav-row .user-profile-humbnail {
	margin-right: 5px;
}
}

/* Общие настройки */
/* --------------- */

/* Выравниваем стрелочку в Профиле на больших экранах */

.top-nav-row .dropdown-button.user-profile-dropdown-button {
	display: inherit;
	/* gap: 10px; */
	/* gap: 5px; */
}

#user-profile-dropdown .caret {
	float: right;
    top: 15.5px;
    position: relative;
	/* margin-left: 0px; */
	/* display: inline-block; */
	/* vertical-align: middle; */
}