.profile-follow-wrapper-a1f4bd56 {
    display: flex;
}
.profile-follow-btn-a1f4bd56 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #0073e6;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.profile-follow-btn-a1f4bd56:hover {
    opacity: 0.9;
}
.btn-icon-a1f4bd56 {
    display: flex;
    align-items: center;
    justify-content: center;
}
