.team-page .agent-card-item { margin-bottom: 0; display: flex; flex-direction: column; height: 100%; }
.team-page .agent-card-item_media-wrap .team-card-avatar-placeholder { display: flex; align-items: center; justify-content: center; background: #cbd5e1; color: #64748b; }
.team-page .agent-card-item_media-wrap .team-card-avatar-placeholder svg { width: 64px; height: 64px; opacity: 0.7; }
.team-page .agent-card-item_footer .property-contacts-links { display: none !important; }
.team-page .agent-card-item_text { flex: 1; display: flex; flex-direction: column; min-height: 0; padding: 12px 0 8px; }
.team-page .agent-card-item_text-item h4 { margin: 0 0 6px; font-size: 1rem; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.team-page .agent-card-item_text-item p { margin: 0 0 8px; font-size: 0.8125rem; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; flex: 1; min-height: 0; }
.team-page .post-card-details { flex-shrink: 0; }
.team-page .post-card-details ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 12px; }
.team-page .post-card-details ul li { display: flex; align-items: center; gap: 4px; font-size: 0.8125rem; color: var(--theme-color, #e85d04); }
.team-page .post-card-details ul li i { opacity: 0.9; }
.team-page .agent-card-item_footer { flex-shrink: 0; padding-top: 8px; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1200px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .team-grid { grid-template-columns: 1fr; } }
