body .ct-directory-card.group-card{background:#fff;border:1px solid #e2e8ef;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #20384b08;min-width:0;display:flex;flex-direction:column;padding:0;gap:0;width:100%;height:100%;margin:0;}
body .ct-directory-card .ct-card-photo{display:flex;align-items:center;justify-content:center;aspect-ratio:3/2;background:#edf6fb;color:#087cb5;font-size:64px;overflow:hidden;width:100%;flex:none;}
body .ct-directory-card .ct-card-photo img{width:100%;height:100%;object-fit:cover;border-radius:0;}
body .ct-directory-card .ct-card-content{padding:22px;display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;gap:12px;width:100%;}
body .ct-directory-card .group-title{font-size:20px;line-height:1.4;margin:0;overflow-wrap:anywhere;}
body .ct-directory-card .group-title a{color:#20384b;text-decoration:none;}
body .ct-directory-card .category-tag{background:#edf6fb;color:#087cb5;padding:5px 12px;border-radius:20px;font-size:14px;line-height:1.5;}
body .ct-directory-card .ct-card-enter{display:flex;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;background:#087cb5;color:#fff;font-weight:600;border-radius:8px;text-decoration:none;margin-top:auto;}
body .ct-directory-card .ct-card-enter:hover{background:#066491;}
body .ct-directory-card a:focus-visible{outline:3px solid #f97316;outline-offset:3px;}
body .groups-grid:has(.ct-directory-card){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
body .groups-grid>.pagination-wrapper{grid-column:1/-1;}
body .card-body:has(.ct-directory-card){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
@media(max-width:900px){body .groups-grid:has(.ct-directory-card),body .card-body:has(.ct-directory-card){grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:600px){body .groups-grid:has(.ct-directory-card),body .card-body:has(.ct-directory-card){grid-template-columns:minmax(0,1fr);}}
