/*
Theme Name: Evently
Theme URI: https://evently.qodeinteractive.com/
Description: A Modern Multi-Concept Event and Conference Theme
Author: Mikado Themes
Author URI: https://themeforest.net/user/mikado-themes
Text Domain: evently
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
/* 用户菜单样式 BEGINE by Eric 2025/3/3 */
.user-menu {
    position: relative;
    margin-left: auto; /* 将用户菜单推到右侧 */
}
.user-menu .sub-menu {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    list-style: none;
    min-width: 150px;
    z-index: 1000;
}
.user-menu:hover .sub-menu {
    display: block;
}
.login-register {
    margin-left: auto; /* 将登录/注册链接推到右侧 */
}
/* 用户菜单样式  END */
