/*
 Theme Name:   Openup Child
 Theme URI:    https://openup.themewant.com/
 Description:  Openup Child
 Author:       ReacThemes
 Author URI:   https://themeforest.net/user/reacthemes/portfolio
 Template:     openup
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
span.elementor-button-text {
    color: white;
}
.user-profile-card {
    display: flex;
    align-items: center;
    border: 2px dashed red; /* 模拟红色虚线边框 */
    padding: 15px;
    border-radius: 10px;
    max-width: 400px; /* 适配你的页面 */
}

.user-avatar {
    flex-shrink: 0;
    margin-right: 15px;
}

.user-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%; /* 圆形头像 */
}

.user-info {
    flex-grow: 1;
}

.user-info p {
    margin: 5px 0;
}

.user-buttons {
    margin-top: 10px;
}

.btn {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 14px;
    color: white;
    background-color: gray;
    border-radius: 5px;
    text-decoration: none;
}

.btn:hover {
    background-color: black;
}
