.custom-team{margin-bottom:var(--shop-page-padding,16px)}.custom-team-header{text-align:center;margin-bottom:24px}.custom-team-title{color:var(--shop-page-color-text,#ffffffd9);margin:0 0 8px;font-size:24px;font-weight:600}.custom-team-subtitle{color:var(--shop-page-color-text-secondary,#8c8c8c);margin:0;font-size:14px}.custom-team-grid{gap:24px;display:grid}.custom-team-card{background:var(--shop-page-color-bg-container,#1f1f1f);border-radius:var(--shop-page-border-radius-lg,8px);border:1px solid var(--shop-page-color-border,#424242);padding:16px 16px 16px 0;transition:all .3s;overflow:hidden}.custom-team-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.custom-team-photo{aspect-ratio:1;background:var(--shop-page-color-bg-elevated,#262626);overflow:hidden}.custom-team-photo img{object-fit:cover;width:100%;height:100%}.custom-team-photo-placeholder{width:100%;height:100%;color:var(--shop-page-color-text-secondary,#8c8c8c);justify-content:center;align-items:center;display:flex}.custom-team-info{text-align:center;padding:16px}.custom-team-name{color:var(--shop-page-color-text,#ffffffd9);margin:0 0 4px;font-size:16px;font-weight:600}.custom-team-position{color:var(--shop-page-color-primary,#1890ff);font-size:13px;display:block}.custom-team-bio{color:var(--shop-page-color-text-secondary,#8c8c8c);margin:12px 0 0;font-size:13px;line-height:1.5}.custom-team-socials{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px;display:flex}.custom-team-social{background:var(--shop-page-color-bg-elevated,#262626);width:32px;height:32px;color:var(--shop-page-color-text-secondary,#8c8c8c);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.custom-team-social:hover{background:var(--shop-page-color-primary,#1890ff);color:#fff}.custom-team-card.style-minimal{background:0 0;border:none}.custom-team-card.style-minimal .custom-team-photo{border-radius:50%;max-width:150px;margin:0 auto}.custom-team-card.style-detailed .custom-team-info{text-align:left}.custom-team-card.style-detailed .custom-team-socials{justify-content:flex-start}@media (max-width:480px){.custom-team-grid{grid-template-columns:repeat(2,1fr)!important}}
