.badz-team-section{width:100%;padding:42px 18px 52px;background:var(--badz-section);box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}.badz-team-section *{box-sizing:border-box}.badz-team-heading{text-align:center;margin:0 auto 78px;max-width:900px}.badz-team-heading h2{margin:0;color:var(--badz-heading);font-size:34px;line-height:1.15;font-weight:700}.badz-team-heading p{margin:9px 0 0;color:var(--badz-text);font-size:15px}.badz-team-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(var(--badz-desktop),minmax(0,1fr));gap:18px;row-gap:82px}.badz-team-card{position:relative;min-width:0;background:var(--badz-card);border-radius:0 0 var(--badz-radius) var(--badz-radius);box-shadow:var(--badz-shadow);transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.badz-team-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--badz-accent);border-radius:0 0 var(--badz-radius) var(--badz-radius)}.badz-team-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(25,40,55,.14)}.badz-team-photo{position:absolute;z-index:2;top:calc(var(--badz-photo) * -0.56);left:50%;transform:translateX(-50%);width:var(--badz-photo);height:var(--badz-photo);padding:3px;border-radius:50%;background:#fff;border:2px solid #e0e6eb;box-shadow:0 2px 7px rgba(0,0,0,.07);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.badz-team-card:hover .badz-team-photo{transform:translateX(-50%) scale(1.045);box-shadow:0 8px 20px rgba(0,0,0,.13)}.badz-team-photo img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}.badz-team-photo span{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef2f5;color:var(--badz-accent);font-size:38px;font-weight:700}.badz-team-content{padding:63px 18px 17px;min-height:164px}.badz-team-content h3{margin:0 0 3px;color:var(--badz-heading);font-size:19px;line-height:1.25;transition:color .2s ease}.badz-team-card:hover .badz-team-content h3{color:var(--badz-accent)}.badz-team-role{color:var(--badz-accent);font-size:13px;font-weight:600;margin-bottom:10px}.badz-team-contact{display:flex;align-items:center;gap:8px;color:var(--badz-text);text-decoration:none!important;font-size:12.5px;line-height:1.35;margin:7px 0;overflow:hidden;transition:color .2s ease,transform .2s ease}.badz-contact-icon{color:var(--badz-accent);flex:0 0 14px}.badz-team-contact>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badz-team-contact:hover{color:var(--badz-accent);transform:translateX(3px)}.badz-team-social{display:flex;align-items:center;gap:10px;margin-top:7px}.badz-social{text-decoration:none!important;font-size:11px;font-weight:700;transition:transform .2s ease,opacity .2s ease}.badz-social:hover{transform:translateY(-2px);opacity:.88}.badz-wa{display:inline-flex;align-items:center;justify-content:center;color:#25D366}.badz-wa svg{width:17px;height:17px;display:block;fill:currentColor}.badz-li{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:#fff;font-size:12px;font-family:Arial,sans-serif}.badz-social{width:32px;height:32px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center}.badz-social:hover{transform:translateY(-2px) scale(1.04);opacity:.9}.badz-social-style-solid .badz-wa{background:#25D366;color:#fff}.badz-social-style-solid .badz-li{background:#0a66c2}.badz-social-style-circle .badz-social{border-radius:50%}.badz-social-style-circle .badz-wa{background:#25D366;color:#fff}.badz-social-style-circle .badz-li{background:#0a66c2}.badz-social-style-outline .badz-social{background:transparent!important;border:1.5px solid currentColor}.badz-social-style-outline .badz-wa{color:#25D366}.badz-social-style-outline .badz-li{color:#0a66c2}.badz-social-style-soft .badz-wa{background:#eafaf0;color:#20b95b}.badz-social-style-soft .badz-li{background:#eaf2fb;color:#0a66c2}.badz-social-style-pill .badz-social{width:38px;border-radius:999px}.badz-social-style-pill .badz-wa{background:#25D366;color:#fff}.badz-social-style-pill .badz-li{background:#0a66c2}

/* 1 Compact Cards */
.badz-template-compact .badz-team-content{min-height:164px}

/* 2 Classic Hover: name only by default, details reveal on hover */
.badz-template-classic .badz-team-card{overflow:hidden}.badz-template-classic .badz-team-content{min-height:118px;padding:63px 18px 14px}.badz-template-classic .badz-team-role,.badz-template-classic .badz-team-contacts,.badz-template-classic .badz-team-social{opacity:0;visibility:hidden;max-height:0;overflow:hidden;transform:translateY(7px);margin:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease,max-height .28s ease,visibility .22s ease}.badz-template-classic .badz-team-card:hover .badz-team-role{opacity:1;visibility:visible;max-height:25px;transform:none;margin-bottom:6px}.badz-template-classic .badz-team-card:hover .badz-team-contacts{opacity:1;visibility:visible;max-height:75px;transform:none;margin-top:3px}.badz-template-classic .badz-team-card:hover .badz-team-social{opacity:1;visibility:visible;max-height:35px;transform:none;margin-top:5px;pointer-events:auto}.badz-template-classic .badz-team-card:hover .badz-team-contact{margin:4px 0}.badz-template-classic .badz-team-card:hover .badz-team-content{min-height:184px}

/* 3 Minimal Line */
.badz-template-minimal .badz-team-card{box-shadow:none;border:1px solid #e7ebef;border-radius:12px}.badz-template-minimal .badz-team-card:after{display:none}.badz-template-minimal .badz-team-photo{top:-40px;width:86px;height:86px}.badz-template-minimal .badz-team-content{padding:54px 18px 15px;min-height:146px}.badz-template-minimal .badz-team-heading{margin-bottom:62px}

/* 4 Horizontal */
.badz-template-horizontal .badz-team-grid{row-gap:20px}.badz-template-horizontal .badz-team-card{border-radius:14px;min-height:120px;padding-left:88px}.badz-template-horizontal .badz-team-photo{left:22px;top:50%;transform:translateY(-50%);width:72px;height:72px}.badz-template-horizontal .badz-team-card:hover .badz-team-photo{transform:translateY(-50%) scale(1.05)}.badz-template-horizontal .badz-team-content{padding:18px 15px;min-height:120px}.badz-template-horizontal .badz-team-card:after{left:0;top:0;bottom:0;width:4px;height:auto;border-radius:14px 0 0 14px}

/* 5 Photo Overlay */
.badz-template-overlay .badz-team-card{border-radius:14px;padding-top:25px}.badz-template-overlay .badz-team-photo{top:-50px}.badz-template-overlay .badz-team-content{padding-top:54px;min-height:152px}.badz-template-overlay .badz-team-heading{margin-bottom:68px}

/* 6 Bordered */
.badz-template-bordered .badz-team-card{box-shadow:none;border:1px solid #dfe5ea;border-radius:14px}.badz-template-bordered .badz-team-card:after{display:none}.badz-template-bordered .badz-team-content{min-height:160px}

/* 7 Modern */
.badz-template-modern .badz-team-card{border-radius:14px;overflow:hidden;padding:18px;display:flex;align-items:flex-start;gap:16px}.badz-template-modern .badz-team-card:after{display:none}.badz-template-modern .badz-team-photo{position:relative;left:auto;top:auto;transform:none;flex:0 0 76px;width:76px;height:76px}.badz-template-modern .badz-team-card:hover .badz-team-photo{transform:scale(1.05)}.badz-template-modern .badz-team-content{padding:2px 0 0;min-height:0;flex:1;min-width:0}.badz-template-modern .badz-team-content h3{margin-top:0}.badz-template-modern .badz-team-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--badz-accent)}

@media(max-width:1000px){.badz-team-grid{grid-template-columns:repeat(var(--badz-tablet),minmax(0,1fr))}}
@media(max-width:640px){.badz-team-section{padding:34px 12px 44px}.badz-team-heading{margin-bottom:76px}.badz-team-heading h2{font-size:28px}.badz-team-grid{grid-template-columns:repeat(var(--badz-mobile),minmax(0,1fr));gap:14px;row-gap:78px}.badz-team-content{padding-left:20px;padding-right:20px}.badz-template-horizontal .badz-team-grid{row-gap:14px}.badz-template-horizontal .badz-team-card{padding-left:82px}.badz-template-modern .badz-team-content{padding-left:0}.badz-template-classic .badz-team-card:hover .badz-team-content{min-height:184px}}
/* Typography + social icon sizing controls */
.badz-team-content h3{
  font-family:var(--badz-name-font),Arial,sans-serif;
  font-size:var(--badz-name-size);
  font-weight:var(--badz-name-weight);
}
.badz-team-contact.badz-email{
  font-family:var(--badz-email-font),Arial,sans-serif;
  font-size:var(--badz-email-size);
  font-weight:var(--badz-email-weight);
}
.badz-team-contact.badz-phone{
  font-family:var(--badz-phone-font),Arial,sans-serif;
  font-size:var(--badz-phone-size);
  font-weight:var(--badz-phone-weight);
}
.badz-social{
  width:var(--badz-social-size);
  height:var(--badz-social-size);
  min-width:var(--badz-social-size);
  min-height:var(--badz-social-size);
  font-size:calc(var(--badz-social-size) * .38);
}
.badz-wa svg{
  width:calc(var(--badz-social-size) * .52);
  height:calc(var(--badz-social-size) * .52);
}
.badz-li{font-size:calc(var(--badz-social-size) * .38)}
.badz-social-style-pill .badz-social{
  width:calc(var(--badz-social-size) * 1.25);
  min-width:calc(var(--badz-social-size) * 1.25);
}

/* Section width controls */
.badz-team-section.badz-width-full{
  position:relative !important;
  display:block !important;
  width:100vw !important;
  max-width:100vw !important;
  left:50% !important;
  right:auto !important;
  margin-left:-50vw !important;
  margin-right:-50vw !important;
  padding-left:24px !important;
  padding-right:24px !important;
}
.badz-team-section.badz-width-full .badz-team-grid{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}
.badz-team-section.badz-width-wide .badz-team-grid{
  width:100% !important;
  max-width:1600px !important;
}
.badz-team-section.badz-width-standard .badz-team-grid{
  width:100% !important;
  max-width:1400px !important;
}
.badz-team-section.badz-width-wide .badz-team-grid{
  max-width:1600px;
}
.badz-team-section.badz-width-standard .badz-team-grid{
  max-width:1400px;
}
.badz-team-section.badz-width-boxed .badz-team-grid{
  max-width:var(--badz-max-width);
}
@media(max-width:640px){
  .badz-team-section.badz-width-full{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
}

/* Elementor / page-builder full-width safety */
.elementor .badz-team-section.badz-width-full,
.elementor-widget .badz-team-section.badz-width-full,
.elementor-widget-shortcode .badz-team-section.badz-width-full,
.elementor-widget-html .badz-team-section.badz-width-full{
  width:100vw !important;
  max-width:100vw !important;
  position:relative !important;
  left:50% !important;
  margin-left:-50vw !important;
  margin-right:-50vw !important;
}

.elementor .badz-team-section.badz-width-full .badz-team-grid,
.elementor-widget .badz-team-section.badz-width-full .badz-team-grid{
  width:100% !important;
  max-width:none !important;
}

/* Prevent the template itself from re-introducing the old 1200px limit */
.badz-team-section.badz-width-full .badz-team-grid{
  grid-template-columns:repeat(var(--badz-desktop),minmax(0,1fr)) !important;
}

@media(max-width:1000px){
  .badz-team-section.badz-width-full .badz-team-grid{
    grid-template-columns:repeat(var(--badz-tablet),minmax(0,1fr)) !important;
  }
}

@media(max-width:640px){
  .badz-team-section.badz-width-full{
    width:100% !important;
    max-width:100% !important;
    left:auto !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:12px !important;
    padding-right:12px !important;
  }
  .badz-team-section.badz-width-full .badz-team-grid{
    grid-template-columns:repeat(var(--badz-mobile),minmax(0,1fr)) !important;
  }
}

/* v11: saved width mode is now emitted as a real class */
.badz-team-section.badz-width-full{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    position:relative !important;
    left:auto !important;
}
.badz-team-section.badz-width-full .badz-team-grid{
    width:100% !important;
    max-width:none !important;
}
.badz-team-section.badz-width-wide .badz-team-grid{
    width:100% !important;
    max-width:1600px !important;
}
.badz-team-section.badz-width-standard .badz-team-grid{
    width:100% !important;
    max-width:1400px !important;
}
.badz-team-section.badz-width-boxed .badz-team-grid{
    width:100% !important;
    max-width:var(--badz-max-width) !important;
}

/* v13: multiple phone numbers display */
.badz-team-phone-list{
    display:flex;
    flex-direction:column;
    gap:3px;
    min-width:0;
}
.badz-team-phone{
    width:100%;
    min-width:0;
    margin:0 !important;
}
.badz-team-phone > span:last-child{
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    word-break:break-word;
    line-height:1.35;
}
.badz-template-modern .badz-team-phone-list{margin-top:2px}
.badz-template-modern .badz-team-phone{font-size:12px}
