@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
.user-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px}.user-item{background-color:#fff;border:1px solid #eee;border-radius:8px;padding:15px;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.user-item:hover{transform:translateY(-5px);box-shadow:0 4px 10px rgba(0,0,0,.1)}.user-profile-image{width:80px;height:80px;margin:0 auto 10px;border-radius:50%;overflow:hidden;border:2px solid #ddd}.user-profile-image img{width:100%;height:100%;object-fit:cover}.user-name{font-size:1em;margin:0;line-height:1.2}.user-name a{text-decoration:none;color:#333;transition:color .3s ease-in-out}.user-name a:hover{color:#007bff}