/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.custom-user-menu{
	list-style-type: none;
	padding: 0;
}

.custom-user-menu .icon{
	width: 33px;
	height: 33px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	background: #F3181B;
	border-radius: 10%;
	
	font-size: 17px;
	fill: #FFFFFF;
    color: #FFFFFF;
}

.custom-user-menu .icon svg{
	width: 17px;
	height: 17px;
}

.custom-user-menu .text{
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.1em;
	color: var(--e-global-color-text);
}

.custom-user-menu li a{
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.custom-user-menu li:not(:last-child){
	margin-bottom: 15px;
}