.elementor-7951 .elementor-element.elementor-element-6106671{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-160baf9 *//* ============================
   ULTRA-COMPACT FOLLOW LIST
   ============================ */

/* Conteneur principal */
.evenca-follow-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
}

/* Avatar compact */
.evenca-follow-avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Bloc texte */
.evenca-follow-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* Nom */
.evenca-follow-info strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0C0D0E;
}

/* Bio ultra-compacte */
.evenca-follow-bio {
    font-size: 12px;
    color: #666;
    line-height: 1.2;

    /* 1 ligne max */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Bouton suivre → vrai bouton */
.evenca-follow-action {
    flex-shrink: 0;
}

.evenca-follow-btn {
    background: #111;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    white-space: nowrap;
    transition: 0.25s ease;
}

.evenca-follow-btn:hover {
    background: #0C0D0E;
}

/* État "Déjà abonné" */
.evenca-follow-btn.following {
    background: #eaeaea;
    color: #111;
}

.evenca-follow-btn.following:hover {
    background: #d5d5d5;
}

/* ============================
   MOBILE ULTRA-COMPACT
   ============================ */
@media (max-width: 600px) {

    .evenca-follow-item {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .evenca-follow-avatar img {
        width: 40px;
        height: 40px;
    }

    .evenca-follow-info strong {
        font-size: 13px;
    }

    .evenca-follow-bio {
        font-size: 11px;
        -webkit-line-clamp: 1;
    }

    .evenca-follow-btn {
        padding: 4px 9px;
        font-size: 11px;
    }
}


.evenca-follow-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.evenca-follow-card img.evenca-follow-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}

.evenca-follow-info {
    flex: 1;
}

.evenca-follow-info strong {
    font-size: 15px;
    font-weight: 700;
}

.evenca-follow-bio {
    font-size: 13px;
    color: #666;
    margin: 2px 0 4px;
}

.evenca-follow-count {
    font-size: 12px;
    color: #999;
}

.evenca-follow-action {
    margin-left: auto;
}

.evenca-mutual {
    background: #6c5ce7;
    color: #fff;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 6px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6106671 */.evenca-followers-list,
.evenca-following-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.evenca-follower-item,
.evenca-following-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.evenca-follower-avatar img,
.evenca-following-avatar img {
    border-radius: 50%;
}

.evenca-follower-info strong,
.evenca-following-info strong {
    font-size: 15px;
}/* End custom CSS */