/* ---- Solapas de tipo de registro --------------------------------- */

.adherentes-nav-tabs {
    border-bottom: 2px solid #4285c9;
    margin-bottom: 0;
}

.adherentes-nav-tabs .nav-link {
    color: #555;
    border: 2px solid transparent;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    padding: 8px 16px;
    font-weight: 500;
    transition: background-color 0.15s, color 0.15s;
}

.adherentes-nav-tabs .nav-link:hover {
    color: #4285c9;
    background-color: #f0f6ff;
}

.adherentes-nav-tabs .nav-link.active {
    color: #4285c9;
    border-color: #4285c9 #4285c9 #fff;
    background: #fff;
    font-weight: 600;
}

.adherentes-desc-box {
    border: 1px solid #4285c9;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background: #f0f6ff;
    color: #2c4a6e;
    padding: 14px 16px;
    font-size: 0.93em;
    line-height: 1.6;
    margin-bottom: 16px;
}

/* ---- Filtro de grupo en /admin/user/list -------------------------- */

.usersearch-groups select {
    height: 34px;
}

/* ---- Posteos: recorte a 3 líneas con "Ver más" (estilo LinkedIn) -- */

.adherentes-post-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.adherentes-post-readmore {
    display: inline-block;
    margin-top: 4px;
    cursor: pointer;
    font-weight: 600;
}
