.custom-profile-widget {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background-color: #fff;
}

.profile-header {
    position: relative;
    height: 100px;
    background-size: cover;
    background-position: center;
}

.profile-picture {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #fff;
    border-radius: 50%;
    width: 72px;
    height: 72px;
}

.profile-body {
    padding: 40px 20px 20px;
    text-align: center;
}

.profile-body h2 {
    margin: 0;
    font-size: 18px;
}

.profile-body p {
    color: #666;
    font-size: 14px;
}

.profile-analytics {
    margin-top: 10px;
}

.profile-analytics p {
    margin: 0;
}

.profile-analytics a {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #0073b1;
}

.profile-footer {
    border-top: 1px solid #e1e1e1;
    padding: 10px 20px;
}

.profile-footer a {
    font-size: 12px;
    color: #0073b1;
    text-decoration: none;
}

.profile-footer a.saved-items::before {
    content: "🔖";
    margin-right: 5px;
}
