
.cnct-has-coach-profile .cnct-coach-profile-meta-bar{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:14px;
    margin:0 0 20px;
}

.cnct-has-coach-profile .cnct-coach-profile-meta-item{
    background:#ffffff;
    border:1px solid rgba(17,24,39,.08);
    border-radius:18px;
    box-shadow:0 16px 40px rgba(15,23,42,.05);
    padding:14px 16px;
}

.cnct-has-coach-profile .cnct-coach-profile-meta-item span{
    display:block;
    margin:0 0 6px;
    font-size:11px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#6b7280;
}

.cnct-has-coach-profile .cnct-coach-profile-meta-item strong{
    display:block;
    color:#111827;
    font-size:15px;
    line-height:1.4;
}


.cnct-has-coach-profile .cnct-coach-profile-shell{
    max-width:1200px;
    margin:16px auto 0;
    display:grid;
    gap:20px;
}


.cnct-has-coach-profile .cnct-coach-profile-shell--no-custom-header{
    padding-inline:4px;
}

.cnct-has-coach-profile .cnct-coach-profile-grid--top{
    align-items:start;
}

.cnct-has-coach-profile .cnct-coach-profile-summary{
    margin:0 0 18px;
}

.cnct-has-coach-profile .cnct-coach-profile-summary__title{
    margin:0 0 8px;
    font-size:12px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#6366f1;
}

.cnct-has-coach-profile .cnct-coach-profile-aside-meta{
    display:grid;
    gap:14px;
    margin-top:18px;
}
.cnct-has-coach-profile .cnct-coach-profile-intro,
.cnct-has-coach-profile .cnct-coach-profile-card{
    background:#fff;
    border:1px solid rgba(17,24,39,.08);
    border-radius:22px;
    box-shadow:0 20px 50px rgba(15,23,42,.06);
}

.cnct-has-coach-profile .cnct-coach-profile-intro{
    padding:28px;
    display:flex;
    gap:20px;
    justify-content:space-between;
    align-items:flex-start;
}

.cnct-has-coach-profile .cnct-coach-profile-eyebrow{
    display:inline-flex;
    font-size:12px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#6366f1;
    background:rgba(99,102,241,.08);
    border-radius:999px;
    padding:8px 12px;
    margin-bottom:12px;
}

.cnct-has-coach-profile .cnct-coach-profile-title{
    margin:0 0 8px;
    font-size:32px;
    line-height:1.15;
    color:#111827;
}

.cnct-has-coach-profile .cnct-coach-profile-tagline{
    margin:0;
    max-width:720px;
    font-size:16px;
    line-height:1.65;
    color:#4b5563;
}

.cnct-has-coach-profile .cnct-coach-profile-meta,
.cnct-has-coach-profile .cnct-coach-profile-tags,
.cnct-has-coach-profile .cnct-coach-profile-intro__actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-meta{ margin-top:16px; }

.cnct-has-coach-profile .cnct-coach-profile-chip,
.cnct-has-coach-profile .cnct-coach-profile-tag{
    display:inline-flex;
    align-items:center;
    min-height:36px;
    padding:8px 14px;
    border-radius:999px;
    background:#f3f4f6;
    color:#111827;
    font-size:14px;
    font-weight:600;
}

.cnct-has-coach-profile .cnct-coach-profile-intro__actions{
    min-width:220px;
    justify-content:flex-end;
}

.cnct-has-coach-profile .cnct-coach-profile-intro__actions--inline{
    min-width:0;
    justify-content:flex-start;
}

.cnct-has-coach-profile .cnct-coach-profile-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 16px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:transform .18s ease, box-shadow .18s ease;
}

.cnct-has-coach-profile .cnct-coach-profile-btn:hover{
    transform:translateY(-1px);
}

.cnct-has-coach-profile .cnct-btn-primary{ background:#111827; color:#fff; }
.cnct-has-coach-profile .cnct-btn-secondary{ background:#eef2ff; color:#4338ca; }
.cnct-has-coach-profile .cnct-btn-ghost{ background:#f9fafb; color:#111827; border:1px solid rgba(17,24,39,.08); }

.cnct-has-coach-profile .cnct-coach-profile-grid{
    display:grid;
    grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);
    gap:20px;
}

.cnct-has-coach-profile .cnct-coach-profile-grid--secondary{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.cnct-has-coach-profile .cnct-coach-profile-card{ padding:24px; }

.cnct-has-coach-profile .cnct-coach-profile-card__head h3{
    margin:0 0 18px;
    font-size:18px;
    color:#111827;
}

.cnct-has-coach-profile .cnct-coach-profile-card__body p,
.cnct-has-coach-profile .cnct-coach-profile-cta-row p,
.cnct-has-coach-profile .cnct-coach-profile-offer p{
    margin:0;
    color:#4b5563;
    line-height:1.7;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-list{
    display:grid;
    gap:12px;
}

.cnct-has-coach-profile .cnct-coach-profile-stat{
    border:1px solid rgba(17,24,39,.06);
    border-radius:16px;
    padding:14px 16px;
    background:#f9fafb;
}

.cnct-has-coach-profile .cnct-coach-profile-stat span{
    display:block;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.06em;
    color:#6b7280;
    margin-bottom:6px;
}

.cnct-has-coach-profile .cnct-coach-profile-stat strong{
    color:#111827;
    font-size:16px;
}

.cnct-has-coach-profile .cnct-coach-profile-offers{
    display:grid;
    gap:12px;
}

.cnct-has-coach-profile .cnct-coach-profile-offer{
    padding:18px;
    border-radius:18px;
    background:linear-gradient(180deg,#fafafa 0%, #f3f4f6 100%);
    border:1px solid rgba(17,24,39,.06);
}

.cnct-has-coach-profile .cnct-coach-profile-offer h4{
    margin:0 0 8px;
    color:#111827;
    font-size:16px;
}

.cnct-has-coach-profile .cnct-coach-profile-offer a{
    display:inline-flex;
    margin-top:12px;
    font-weight:600;
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-cta-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

@media (max-width: 900px){
    .cnct-has-coach-profile .cnct-coach-profile-intro,
    .cnct-has-coach-profile .cnct-coach-profile-cta-row{
        flex-direction:column;
        align-items:flex-start;
    }

    .cnct-has-coach-profile .cnct-coach-profile-grid,
    .cnct-has-coach-profile .cnct-coach-profile-grid--secondary{
        grid-template-columns:1fr;
    }

    .cnct-has-coach-profile .cnct-coach-profile-intro__actions{
        min-width:0;
        justify-content:flex-start;
    }
}


/* v3.68.4 – coach profile booking button consistency */
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:link,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:visited,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:link,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:visited{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:46px;
    padding:0 18px;
    border-radius:14px;
    border:1px solid transparent;
    background:linear-gradient(135deg,#c33c6a 0%,#724473 54%,#3f456d 100%);
    color:#ffffff !important;
    -webkit-text-fill-color:currentColor;
    font-size:15px;
    line-height:1.1;
    font-weight:700;
    white-space:nowrap;
    text-decoration:none;
}

.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:hover,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:focus,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:focus-visible,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:hover,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:focus,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:focus-visible{
    background:linear-gradient(135deg,#1f2433 0%,#2c3448 52%,#3f456d 100%);
    border-color:#1f2433;
    color:#f8fafc !important;
    -webkit-text-fill-color:currentColor;
}

.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary *,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link *,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link svg{
    color:inherit !important;
    fill:none;
    stroke:currentColor;
}


/* v3.68.5 – BuddyBoss profile header booking CTA hardening */
.cnct-bp-booking-profile,
.cnct-bp-booking-profile .cnct-booking-link,
.cnct-bp-booking-profile .cnct-booking-link:link,
.cnct-bp-booking-profile .cnct-booking-link:visited{
    max-width:none !important;
}

.cnct-bp-booking-profile .cnct-booking-link,
.cnct-bp-booking-profile .cnct-booking-link:link,
.cnct-bp-booking-profile .cnct-booking-link:visited{
    display:inline-flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    width:auto !important;
    min-width:168px !important;
    max-width:none !important;
    height:auto !important;
    min-height:46px !important;
    padding:0 18px !important;
    margin:0 !important;
    border-radius:14px !important;
    border:1px solid transparent !important;
    background:linear-gradient(135deg,#c33c6a 0%,#724473 54%,#3f456d 100%) !important;
    color:#ffffff !important;
    -webkit-text-fill-color:currentColor !important;
    font-size:15px !important;
    line-height:1.1 !important;
    font-weight:700 !important;
    white-space:nowrap !important;
    text-decoration:none !important;
    text-indent:0 !important;
    overflow:visible !important;
    vertical-align:middle !important;
}

.cnct-bp-booking-profile .cnct-booking-link:hover,
.cnct-bp-booking-profile .cnct-booking-link:focus,
.cnct-bp-booking-profile .cnct-booking-link:focus-visible{
    background:linear-gradient(135deg,#1f2433 0%,#2c3448 52%,#3f456d 100%) !important;
    border-color:#1f2433 !important;
    color:#f8fafc !important;
    -webkit-text-fill-color:currentColor !important;
}

.cnct-bp-booking-profile .cnct-booking-link span,
.cnct-bp-booking-profile .cnct-booking-link .cnct-booking-link-icon,
.cnct-bp-booking-profile .cnct-booking-link .cnct-booking-link-icon svg,
.cnct-bp-booking-profile .cnct-booking-link *{
    position:static !important;
    display:inline-flex;
    align-items:center;
    color:inherit !important;
    fill:none;
    stroke:currentColor;
    opacity:1 !important;
    visibility:visible !important;
    text-indent:0 !important;
}

.cnct-bp-booking-profile .cnct-booking-link span{
    white-space:nowrap !important;
    line-height:1.1 !important;
}


/* v3.73.2 – existing client booking text links */
.cnct-has-coach-profile .cnct-coach-profile-cta-actions,
.cnct-has-coach-profile .cnct-coach-profile-aside-meta{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link-wrap{
    display:flex;
    width:100%;
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:visited{
    color:#724473;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link:hover,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:focus,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:focus-visible{
    color:#c33c6a;
    text-decoration:underline;
}

.cnct-bp-booking-profile .cnct-booking-secondary-link-wrap{
    margin-top:8px;
}

.cnct-bp-booking-profile .cnct-booking-secondary-link,
.cnct-bp-booking-profile .cnct-booking-secondary-link:link,
.cnct-bp-booking-profile .cnct-booking-secondary-link:visited{
    color:#724473 !important;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
}

.cnct-bp-booking-profile .cnct-booking-secondary-link:hover,
.cnct-bp-booking-profile .cnct-booking-secondary-link:focus,
.cnct-bp-booking-profile .cnct-booking-secondary-link:focus-visible{
    color:#c33c6a !important;
    text-decoration:underline;
}


/* v3.73.3 – BuddyBoss profile booking CTA polish */
.cnct-bp-booking-profile .cnct-booking-action-button,
.cnct-bp-booking-profile .cnct-booking-action-button:link,
.cnct-bp-booking-profile .cnct-booking-action-button:visited{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    min-width:168px !important;
    min-height:48px !important;
    padding:12px 18px !important;
    border-radius:14px !important;
    border:1px solid transparent !important;
    background:linear-gradient(135deg,#c33c6a 0%,#724473 54%,#3f456d 100%) !important;
    color:#ffffff !important;
    -webkit-text-fill-color:currentColor !important;
    font-size:15px !important;
    line-height:1.2 !important;
    font-weight:700 !important;
    text-decoration:none !important;
    box-shadow:0 10px 24px rgba(114,68,115,.18) !important;
    text-align:center !important;
}

.cnct-bp-booking-profile .cnct-booking-action-button:hover,
.cnct-bp-booking-profile .cnct-booking-action-button:focus,
.cnct-bp-booking-profile .cnct-booking-action-button:focus-visible{
    background:linear-gradient(135deg,#1f2433 0%,#2c3448 52%,#3f456d 100%) !important;
    border-color:#1f2433 !important;
    color:#f8fafc !important;
    -webkit-text-fill-color:currentColor !important;
}

.cnct-bp-booking-profile .cnct-booking-secondary-link,
.cnct-bp-booking-profile .cnct-booking-secondary-link:link,
.cnct-bp-booking-profile .cnct-booking-secondary-link:visited{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    min-width:168px !important;
    min-height:44px !important;
    padding:10px 18px !important;
    border-radius:12px !important;
    border:1px solid #111827 !important;
    background:#111827 !important;
    color:#ffffff !important;
    -webkit-text-fill-color:currentColor !important;
    font-size:15px !important;
    line-height:1.2 !important;
    font-weight:700 !important;
    text-decoration:none !important;
    box-shadow:0 8px 18px rgba(17,24,39,.16) !important;
    text-align:center !important;
}

.cnct-bp-booking-profile .cnct-booking-secondary-link:hover,
.cnct-bp-booking-profile .cnct-booking-secondary-link:focus,
.cnct-bp-booking-profile .cnct-booking-secondary-link:focus-visible{
    background:#1f2937 !important;
    border-color:#1f2937 !important;
    color:#ffffff !important;
    text-decoration:none !important;
}


/* v3.73.5 – hardened BuddyBoss profile booking CTA stack */
.cnct-bp-booking-profile.cnct-profile-booking-stack{
    display:block !important;
    width:auto !important;
    max-width:none !important;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-stack-inner{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:10px !important;
    width:100% !important;
    max-width:272px !important;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn:link,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn:visited{
    all:unset;
    box-sizing:border-box;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:52px !important;
    padding:14px 18px !important;
    margin:0 !important;
    float:none !important;
    border-radius:12px !important;
    font-size:15px !important;
    line-height:1.28 !important;
    font-weight:700 !important;
    text-align:center !important;
    text-decoration:none !important;
    background-image:none !important;
    cursor:pointer;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary:link,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary:visited{
    background:#ed1c24 !important;
    background-color:#ed1c24 !important;
    border:1px solid #ed1c24 !important;
    color:#ffffff !important;
    -webkit-text-fill-color:currentColor !important;
    box-shadow:0 12px 24px rgba(237,28,36,.16) !important;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary:hover,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary:focus,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--primary:focus-visible{
    background:#d61820 !important;
    background-color:#d61820 !important;
    border-color:#d61820 !important;
    color:#ffffff !important;
    text-decoration:none !important;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary:link,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary:visited{
    background:#111827 !important;
    background-color:#111827 !important;
    border:1px solid #111827 !important;
    color:#ffffff !important;
    -webkit-text-fill-color:currentColor !important;
    box-shadow:0 10px 22px rgba(17,24,39,.16) !important;
}

.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary:hover,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary:focus,
.cnct-bp-booking-profile.cnct-profile-booking-stack .cnct-profile-booking-btn--secondary:focus-visible{
    background:#1f2937 !important;
    background-color:#1f2937 !important;
    border-color:#1f2937 !important;
    color:#ffffff !important;
    text-decoration:none !important;
}

.cnct-has-coach-profile .cnct-coach-profile-intro__actions--inline,
.cnct-has-coach-profile .cnct-coach-profile-cta-actions{
    align-items:flex-start;
}

.cnct-has-coach-profile .cnct-coach-profile-cta-btn,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn:link,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn:visited{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:12px 18px;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    font-size:15px;
    line-height:1.2;
    border:1px solid transparent;
}

.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary:link,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary:visited{
    background:#ed1c24;
    border-color:#ed1c24;
    color:#ffffff;
    box-shadow:0 10px 24px rgba(237,28,36,.14);
}

.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary:hover,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary:focus,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn.cnct-btn-primary:focus-visible{
    background:#d61820;
    border-color:#d61820;
    color:#ffffff;
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link-wrap{
    margin-top:2px;
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:visited{
    color:#111827;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-secondary-link:hover,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:focus,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:focus-visible{
    color:#111827;
    text-decoration:underline;
}
/* v3.76.56 – Rebuilt CoachFinder layout without native duplicate renderers */
.cnct-has-coach-profile .cnct-coach-profile-shell--structured{
    width:100%;
    max-width:none;
    margin:22px 0 30px;
    padding:0;
    clear:both;
}

.cnct-has-coach-profile .cnct-coach-profile-main-grid{
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(300px, 360px);
    gap:20px;
    align-items:start;
    width:100%;
}

.cnct-has-coach-profile .cnct-coach-profile-main-column,
.cnct-has-coach-profile .cnct-coach-profile-sidebar{
    display:flex;
    flex-direction:column;
    gap:20px;
    min-width:0;
}

.cnct-has-coach-profile .cnct-coach-profile-card{
    width:100%;
    max-width:none;
    margin:0;
    padding:22px;
    background:#fff;
    border:1px solid rgba(15,23,42,.10);
    border-radius:16px;
    box-shadow:none;
    color:#0f172a;
    box-sizing:border-box;
}

.cnct-has-coach-profile .cnct-coach-profile-card--compact{
    padding:18px;
}

.cnct-has-coach-profile .cnct-coach-profile-card-head,
.cnct-has-coach-profile .cnct-coach-profile-section-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin:0 0 18px;
    padding-bottom:14px;
    border-bottom:1px solid rgba(15,23,42,.08);
}

.cnct-has-coach-profile .cnct-coach-profile-card h3,
.cnct-has-coach-profile .cnct-coach-profile-card-head h3,
.cnct-has-coach-profile .cnct-coach-profile-section-head h3{
    margin:0;
    font-size:18px;
    line-height:1.25;
    color:#0f172a;
}

.cnct-has-coach-profile .cnct-coach-profile-field-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.cnct-has-coach-profile .cnct-coach-profile-field-list--compact{
    gap:14px;
}

.cnct-has-coach-profile .cnct-coach-profile-field-row{
    display:grid;
    grid-template-columns:minmax(120px, 180px) minmax(0,1fr);
    gap:18px;
    align-items:start;
    padding:0;
    margin:0;
}

.cnct-has-coach-profile .cnct-coach-profile-field-row + .cnct-coach-profile-field-row{
    padding-top:14px;
    border-top:1px solid rgba(15,23,42,.06);
}

.cnct-has-coach-profile .cnct-coach-profile-field-row h4{
    margin:0;
    color:#64748b;
    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
    line-height:1.45;
}

.cnct-has-coach-profile .cnct-coach-profile-richtext{
    min-width:0;
    color:#334155;
    font-size:14px;
    line-height:1.75;
}

.cnct-has-coach-profile .cnct-coach-profile-richtext p{
    margin:0 0 12px;
}

.cnct-has-coach-profile .cnct-coach-profile-richtext p:last-child{
    margin-bottom:0;
}

.cnct-has-coach-profile .cnct-coach-profile-booking-actions,
.cnct-has-coach-profile .cnct-coach-profile-website-actions{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-booking-btn,
.cnct-has-coach-profile .cnct-coach-profile-website-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 14px;
    border-radius:10px;
    border:1px solid rgba(15,23,42,.12);
    text-decoration:none;
    font-size:13px;
    font-weight:800;
    line-height:1.25;
    text-align:center;
    box-shadow:none !important;
    transition:background .15s ease, border-color .15s ease, color .15s ease;
}

.cnct-has-coach-profile .cnct-coach-profile-booking-btn--primary,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--primary:link,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--primary:visited{
    background:#0f172a;
    border-color:#0f172a;
    color:#fff;
}

.cnct-has-coach-profile .cnct-coach-profile-booking-btn--primary:hover,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--primary:focus{
    background:#111827;
    border-color:#111827;
    color:#fff;
}

.cnct-has-coach-profile .cnct-coach-profile-booking-btn--secondary,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--secondary:link,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--secondary:visited,
.cnct-has-coach-profile .cnct-coach-profile-website-btn,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:link,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:visited{
    background:#fff;
    border-color:rgba(15,23,42,.14);
    color:#0f172a;
}

.cnct-has-coach-profile .cnct-coach-profile-booking-btn--secondary:hover,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn--secondary:focus,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:hover,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:focus{
    background:#f8fafc;
    border-color:rgba(15,23,42,.24);
    color:#0f172a;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-card{
    min-width:0;
    padding:12px 8px;
    border:1px solid rgba(15,23,42,.08);
    border-radius:12px;
    background:#f8fafc;
    text-align:center;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-card strong{
    display:block;
    font-size:20px;
    line-height:1;
    color:#0f172a;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-card span{
    display:block;
    margin-top:6px;
    font-size:10px;
    font-weight:800;
    color:#64748b;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.cnct-has-coach-profile .cnct-coach-profile-mini-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-mini-list a{
    color:#0f172a;
    font-weight:800;
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-mini-list a:hover{
    text-decoration:underline;
}

.cnct-has-coach-profile .cnct-coach-profile-courses-section{
    margin-top:20px;
    width:100%;
}

.cnct-has-coach-profile .cnct-coach-profile-course-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
    align-items:stretch;
    width:100%;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card{
    display:flex;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
    border:1px solid rgba(15,23,42,.10);
    border-radius:14px;
    background:#fff;
    box-shadow:none;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__image{
    display:block;
    width:100%;
    aspect-ratio:16/10;
    overflow:hidden;
    background:#f1f5f9;
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__image span{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:800;
    color:#64748b;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__body{
    display:flex;
    flex-direction:column;
    flex:1;
    min-width:0;
    padding:14px;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__body h4{
    margin:0 0 10px;
    font-size:14px;
    line-height:1.35;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__body h4 a{
    color:#0f172a;
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__body p{
    margin:0 0 14px;
    color:#64748b;
    font-size:13px;
    line-height:1.55;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:auto;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__footer span{
    font-weight:800;
    color:#0f172a;
}

.cnct-has-coach-profile .cnct-coach-profile-course-card__footer a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:8px 10px;
    border-radius:9px;
    background:#0f172a;
    color:#fff;
    font-size:12px;
    font-weight:800;
    line-height:1;
    text-decoration:none;
    white-space:nowrap;
}

@media (max-width: 1180px){
    .cnct-has-coach-profile .cnct-coach-profile-course-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media (max-width: 980px){
    .cnct-has-coach-profile .cnct-coach-profile-main-grid{
        grid-template-columns:1fr;
    }
    .cnct-has-coach-profile .cnct-coach-profile-course-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-profile-card{
        padding:18px;
    }
    .cnct-has-coach-profile .cnct-coach-profile-field-row{
        grid-template-columns:1fr;
        gap:6px;
    }
    .cnct-has-coach-profile .cnct-coach-profile-course-grid,
    .cnct-has-coach-profile .cnct-coach-profile-stat-grid{
        grid-template-columns:1fr;
    }
}

/* v3.76.58 – Coach profile reviews */
.cnct-has-coach-profile .cnct-coach-profile-reviews-section{
    margin-top:20px;
    width:100%;
}

.cnct-has-coach-profile .cnct-coach-profile-reviews-head{
    align-items:flex-start;
    gap:16px;
}

.cnct-has-coach-profile .cnct-coach-profile-reviews-head p{
    margin:6px 0 0;
    color:#64748b;
    font-size:13px;
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:8px;
    min-width:220px;
    color:#475569;
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary strong{
    color:#0f172a;
    font-size:14px;
    font-weight:900;
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary > span:last-child{
    color:#64748b;
    font-size:12px;
    font-weight:700;
}

.cnct-has-coach-profile .cnct-coach-review-stars{
    position:relative;
    display:inline-flex;
    line-height:1;
    font-size:15px;
    letter-spacing:1px;
    vertical-align:middle;
}

.cnct-has-coach-profile .cnct-coach-review-stars-base{
    color:#d1d5db;
}

.cnct-has-coach-profile .cnct-coach-review-stars-fill{
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    white-space:nowrap;
    color:#f59e0b;
}

.cnct-has-coach-profile .cnct-coach-review-notice{
    margin:16px 0 0;
    padding:12px 14px;
    border-radius:14px;
    border:1px solid rgba(15,23,42,.10);
    background:#f8fafc;
    color:#334155;
    font-size:13px;
    font-weight:800;
}

.cnct-has-coach-profile .cnct-coach-review-notice--success{
    border-color:rgba(22,163,74,.22);
    background:#f0fdf4;
    color:#166534;
}

.cnct-has-coach-profile .cnct-coach-review-notice--error{
    border-color:rgba(220,38,38,.22);
    background:#fef2f2;
    color:#991b1b;
}

.cnct-has-coach-profile .cnct-coach-review-notice--info{
    border-color:rgba(14,116,144,.18);
    background:#ecfeff;
    color:#155e75;
}

.cnct-has-coach-profile .cnct-coach-profile-reviews-layout{
    display:grid;
    grid-template-columns:minmax(280px, .72fr) minmax(0, 1.28fr);
    gap:18px;
    margin-top:18px;
    align-items:start;
}

.cnct-has-coach-profile .cnct-coach-profile-review-form-card,
.cnct-has-coach-profile .cnct-coach-profile-review-list-card{
    min-width:0;
    border:1px solid rgba(15,23,42,.08);
    border-radius:18px;
    background:#f8fafc;
    padding:18px;
}

.cnct-has-coach-profile .cnct-coach-profile-review-form-card h4,
.cnct-has-coach-profile .cnct-coach-profile-review-list-card h4{
    margin:0 0 12px;
    color:#0f172a;
    font-size:15px;
    line-height:1.35;
}

.cnct-has-coach-profile .cnct-coach-profile-review-form-card p,
.cnct-has-coach-profile .cnct-coach-profile-review-list-card p{
    margin:0;
    color:#64748b;
    font-size:13px;
    line-height:1.6;
}

.cnct-has-coach-profile .cnct-coach-review-login,
.cnct-has-coach-profile .cnct-coach-review-login:link,
.cnct-has-coach-profile .cnct-coach-review-login:visited,
.cnct-has-coach-profile .cnct-coach-review-form button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    margin-top:14px;
    padding:10px 14px;
    border:0;
    border-radius:11px;
    background:#0f172a;
    color:#fff;
    font-size:13px;
    font-weight:900;
    line-height:1;
    text-decoration:none;
    cursor:pointer;
}

.cnct-has-coach-profile .cnct-coach-review-login:hover,
.cnct-has-coach-profile .cnct-coach-review-login:focus,
.cnct-has-coach-profile .cnct-coach-review-form button:hover,
.cnct-has-coach-profile .cnct-coach-review-form button:focus{
    background:#111827;
    color:#fff;
}

.cnct-has-coach-profile .cnct-coach-review-form{
    display:grid;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-review-label{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    margin:0;
    color:#0f172a;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.cnct-has-coach-profile .cnct-coach-review-label span{
    color:#64748b;
    font-size:11px;
    font-weight:800;
    text-transform:none;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    margin-bottom:4px;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input label{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:8px;
    border:1px solid rgba(15,23,42,.10);
    border-radius:12px;
    background:#fff;
    color:#94a3b8;
    cursor:pointer;
    transition:background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input label span{
    display:block;
    min-height:16px;
    color:#f59e0b;
    font-size:13px;
    line-height:1;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input label small{
    display:block;
    margin-top:4px;
    color:#64748b;
    font-size:11px;
    font-weight:900;
}

.cnct-has-coach-profile .cnct-coach-review-rating-input input:focus + label,
.cnct-has-coach-profile .cnct-coach-review-rating-input input:checked + label{
    border-color:#0f172a;
    background:#fff;
    color:#0f172a;
    box-shadow:0 0 0 3px rgba(15,23,42,.08);
}

.cnct-has-coach-profile .cnct-coach-review-rating-input input:checked + label small{
    color:#0f172a;
}

.cnct-has-coach-profile .cnct-coach-review-form textarea{
    width:100%;
    min-height:96px;
    padding:12px 13px;
    border:1px solid rgba(15,23,42,.12);
    border-radius:14px;
    background:#fff;
    color:#0f172a;
    font-size:14px;
    line-height:1.5;
    resize:vertical;
}

.cnct-has-coach-profile .cnct-coach-review-form textarea:focus{
    outline:none;
    border-color:#0f172a;
    box-shadow:0 0 0 3px rgba(15,23,42,.08);
}

.cnct-has-coach-profile .cnct-coach-review-help{
    margin:-2px 0 0 !important;
    font-size:12px !important;
    color:#64748b !important;
}

.cnct-has-coach-profile .cnct-coach-review-own{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
}

.cnct-has-coach-profile .cnct-coach-review-own strong{
    color:#0f172a;
    font-size:13px;
}

.cnct-has-coach-profile .cnct-coach-review-list{
    display:grid;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-review-item{
    padding:14px;
    border:1px solid rgba(15,23,42,.08);
    border-radius:15px;
    background:#fff;
}

.cnct-has-coach-profile .cnct-coach-review-item header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:8px;
}

.cnct-has-coach-profile .cnct-coach-review-item header strong{
    display:block;
    color:#0f172a;
    font-size:13px;
    line-height:1.35;
}

.cnct-has-coach-profile .cnct-coach-review-item header span{
    display:block;
    margin-top:2px;
    color:#94a3b8;
    font-size:11px;
    font-weight:800;
}

.cnct-has-coach-profile .cnct-coach-review-item-rating{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:6px;
    text-align:right;
}

.cnct-has-coach-profile .cnct-coach-review-item-rating small{
    color:#64748b;
    font-size:11px;
    font-weight:900;
}

.cnct-has-coach-profile .cnct-coach-review-empty{
    padding:14px;
    border:1px dashed rgba(15,23,42,.16);
    border-radius:14px;
    background:#fff;
}

@media (max-width: 980px){
    .cnct-has-coach-profile .cnct-coach-profile-reviews-layout{
        grid-template-columns:1fr;
    }
    .cnct-has-coach-profile .cnct-coach-profile-review-summary{
        justify-content:flex-start;
    }
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-review-rating-input{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .cnct-has-coach-profile .cnct-coach-review-item header{
        flex-direction:column;
    }
    .cnct-has-coach-profile .cnct-coach-review-item-rating{
        justify-content:flex-start;
        text-align:left;
    }
}

/* v3.76.59 – Coach profile course KPI grid */
.cnct-has-coach-profile .cnct-coach-profile-card--stats .cnct-coach-profile-stat-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

/* v3.76.60 – Sidebar review summary and six KPI stats */
.cnct-has-coach-profile .cnct-coach-profile-card--review-summary h3{
    margin-bottom:12px;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:12px;
    border:1px solid rgba(15,23,42,.08);
    border-radius:14px;
    background:#f8fafc;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review > div{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:3px;
    min-width:0;
    text-align:right;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review strong{
    color:#0f172a;
    font-size:15px;
    font-weight:900;
    line-height:1.15;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review span{
    color:#64748b;
    font-size:11px;
    font-weight:800;
    line-height:1.25;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.cnct-has-coach-profile .cnct-coach-profile-card--stats .cnct-coach-profile-stat-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-profile-sidebar-review{
        align-items:flex-start;
        flex-direction:column;
    }
    .cnct-has-coach-profile .cnct-coach-profile-sidebar-review > div{
        align-items:flex-start;
        text-align:left;
    }
}

/* v3.76.61 – Professional sidebar review summary refinement */
.cnct-has-coach-profile .cnct-coach-profile-card--review-summary{
    border-color:rgba(15,23,42,.08);
    background:#fff;
}

.cnct-has-coach-profile .cnct-coach-profile-card--review-summary h3{
    margin:0 0 10px;
    font-size:14px;
    line-height:1.35;
    font-weight:600;
    color:#0f172a;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    align-items:center;
    justify-content:initial;
    gap:14px;
    padding:14px;
    border:1px solid rgba(15,23,42,.07);
    border-radius:16px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
    box-shadow:0 10px 24px rgba(15,23,42,.04);
}

.cnct-has-coach-profile .cnct-coach-profile-card--review-summary .cnct-coach-review-stars{
    align-self:center;
    font-size:14px;
    line-height:1.4;
    letter-spacing:.5px;
    vertical-align:baseline;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review > .cnct-coach-profile-sidebar-review-meta{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:2px;
    min-width:0;
    text-align:right;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review .cnct-coach-profile-sidebar-review-score{
    display:block;
    color:#0f172a;
    font-size:14px;
    font-weight:400;
    line-height:1.35;
    text-transform:none;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review .cnct-coach-profile-sidebar-review-count{
    display:block;
    color:#64748b;
    font-size:12px;
    font-weight:400;
    line-height:1.35;
    text-transform:none;
    letter-spacing:0;
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-profile-sidebar-review{
        grid-template-columns:1fr;
    }
    .cnct-has-coach-profile .cnct-coach-profile-sidebar-review > .cnct-coach-profile-sidebar-review-meta{
        align-items:flex-start;
        text-align:left;
    }
}



/* v3.76.62 – calmer profile button typography and premium statistic cards */
.cnct-has-coach-profile .cnct-coach-profile-btn,
.cnct-has-coach-profile a.cnct-coach-profile-btn,
.cnct-has-coach-profile a.cnct-coach-profile-btn:link,
.cnct-has-coach-profile a.cnct-coach-profile-btn:visited,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:link,
.cnct-has-coach-profile a.cnct-coach-profile-btn.cnct-btn-primary:visited,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn:link,
.cnct-has-coach-profile .cnct-coach-profile-cta-btn:visited,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:link,
.cnct-has-coach-profile .cnct-coach-profile-secondary-link:visited,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn:link,
.cnct-has-coach-profile .cnct-coach-profile-booking-btn:visited,
.cnct-has-coach-profile .cnct-coach-profile-website-btn,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:link,
.cnct-has-coach-profile .cnct-coach-profile-website-btn:visited,
.cnct-has-coach-profile .cnct-coach-profile-course-card__footer a,
.cnct-has-coach-profile .cnct-coach-review-login,
.cnct-has-coach-profile .cnct-coach-review-form button,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:link,
.cnct-has-coach-profile .cnct-bp-booking-profile .cnct-booking-link:visited,
.cnct-bp-booking-profile .cnct-booking-action-button,
.cnct-bp-booking-profile .cnct-booking-action-button:link,
.cnct-bp-booking-profile .cnct-booking-action-button:visited{
    font-weight:500 !important;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-card--stats{
    border-color:rgba(15,23,42,.08);
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}

.cnct-has-coach-profile .cnct-coach-profile-card--stats h3{
    margin-bottom:12px;
    font-weight:500;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-card{
    position:relative;
    display:flex;
    min-height:68px;
    padding:13px 14px 12px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    overflow:hidden;
    border:1px solid rgba(15,23,42,.075);
    border-radius:16px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
    text-align:left;
    box-shadow:0 10px 24px rgba(15,23,42,.035);
}


.cnct-has-coach-profile .cnct-coach-profile-stat-value,
.cnct-has-coach-profile .cnct-coach-profile-stat-card strong{
    position:relative;
    z-index:1;
    display:block;
    color:#0f172a;
    font-size:20px;
    font-weight:400;
    line-height:1.05;
    letter-spacing:-.02em;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-label,
.cnct-has-coach-profile .cnct-coach-profile-stat-card > span:not(.cnct-coach-profile-stat-value){
    position:relative;
    z-index:1;
    display:block;
    margin-top:7px;
    color:#64748b;
    font-size:11px;
    font-weight:400;
    line-height:1.25;
    text-transform:none;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-stat-card > .cnct-coach-profile-stat-value{
    margin-top:0;
    color:#0f172a;
    font-size:20px;
    font-weight:400;
    line-height:1.05;
    letter-spacing:-.02em;
}

@media (max-width: 420px){
    .cnct-has-coach-profile .cnct-coach-profile-stat-grid{
        grid-template-columns:1fr;
    }
}


/* v3.76.63: Coach profile stats cleanup + professional community cards */
.cnct-has-coach-profile .cnct-coach-profile-stat-card::after{
    content:none !important;
    display:none !important;
}

.cnct-has-coach-profile .cnct-coach-profile-card--communities{
    border-color:rgba(15,23,42,.08);
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}

.cnct-has-coach-profile .cnct-coach-profile-card-head--compact{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:12px;
}

.cnct-has-coach-profile .cnct-coach-profile-card-head--compact h3{
    margin:0;
    font-weight:500;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-card-head--compact > span{
    display:inline-flex;
    min-width:24px;
    height:24px;
    padding:0 8px;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(20,184,166,.18);
    border-radius:999px;
    background:rgba(20,184,166,.08);
    color:#0f766e;
    font-size:12px;
    font-weight:400;
    line-height:1;
}

.cnct-has-coach-profile .cnct-coach-profile-community-list{
    display:grid;
    gap:10px;
}

.cnct-has-coach-profile .cnct-coach-profile-community-card,
.cnct-has-coach-profile .cnct-coach-profile-community-card:link,
.cnct-has-coach-profile .cnct-coach-profile-community-card:visited{
    display:grid;
    grid-template-columns:52px minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    min-height:70px;
    padding:9px 10px;
    border:1px solid rgba(15,23,42,.075);
    border-radius:16px;
    background:#fff;
    color:#0f172a;
    text-decoration:none;
    box-shadow:0 10px 24px rgba(15,23,42,.035);
    transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cnct-has-coach-profile .cnct-coach-profile-community-card:hover,
.cnct-has-coach-profile .cnct-coach-profile-community-card:focus-visible{
    border-color:rgba(20,184,166,.26);
    box-shadow:0 14px 30px rgba(15,23,42,.07);
    transform:translateY(-1px);
    color:#0f172a;
    text-decoration:none;
}

.cnct-has-coach-profile .cnct-coach-profile-community-media{
    display:flex;
    width:52px;
    height:52px;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:14px;
    background:linear-gradient(135deg,rgba(20,184,166,.16),rgba(15,23,42,.06));
    color:#0f766e;
    font-size:18px;
    font-weight:500;
}

.cnct-has-coach-profile .cnct-coach-profile-community-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.cnct-has-coach-profile .cnct-coach-profile-community-media--cover{
    border-radius:15px;
}

.cnct-has-coach-profile .cnct-coach-profile-community-body{
    display:flex;
    min-width:0;
    flex-direction:column;
    gap:5px;
}

.cnct-has-coach-profile .cnct-coach-profile-community-title{
    overflow:hidden;
    color:#0f172a;
    font-size:14px;
    font-weight:500;
    line-height:1.25;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.cnct-has-coach-profile .cnct-coach-profile-community-meta{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    color:#64748b;
    font-size:11px;
    font-weight:400;
    line-height:1.2;
}

.cnct-has-coach-profile .cnct-coach-profile-community-meta span + span::before{
    content:"•";
    margin-right:6px;
    color:#94a3b8;
}

.cnct-has-coach-profile .cnct-coach-profile-community-arrow{
    display:flex;
    width:26px;
    height:26px;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#f8fafc;
    color:#64748b;
    font-size:15px;
    font-weight:400;
    line-height:1;
}

.cnct-has-coach-profile .cnct-coach-profile-community-card:hover .cnct-coach-profile-community-arrow,
.cnct-has-coach-profile .cnct-coach-profile-community-card:focus-visible .cnct-coach-profile-community-arrow{
    background:rgba(20,184,166,.1);
    color:#0f766e;
}

/* v3.76.64 – Dynamic Google-like star picker for coach reviews */
.cnct-has-coach-profile .cnct-coach-review-rating-picker{
    display:grid;
    gap:8px;
    margin-bottom:4px;
}

.cnct-has-coach-profile .cnct-coach-review-rating-picker .screen-reader-text{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
}

.cnct-has-coach-profile .cnct-coach-review-star-row{
    display:inline-flex;
    justify-content:flex-end;
    align-items:center;
    gap:6px;
    width:max-content;
    max-width:100%;
    padding:10px 12px;
    border:1px solid rgba(15,23,42,.10);
    border-radius:16px;
    background:#fff;
    box-shadow:0 12px 26px rgba(15,23,42,.05);
}

.cnct-has-coach-profile .cnct-coach-review-star{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:0 !important;
    min-height:0 !important;
    width:34px !important;
    height:34px !important;
    padding:0 !important;
    border:0 !important;
    border-radius:999px !important;
    background:transparent !important;
    box-shadow:none !important;
    color:#cbd5e1 !important;
    cursor:pointer;
    transform:none;
    transition:color .16s ease, transform .16s ease, background .16s ease;
}

.cnct-has-coach-profile .cnct-coach-review-star span{
    display:block;
    color:currentColor !important;
    font-size:29px !important;
    line-height:1 !important;
    letter-spacing:0 !important;
}

.cnct-has-coach-profile .cnct-coach-review-star:hover,
.cnct-has-coach-profile .cnct-coach-review-star:focus,
.cnct-has-coach-profile .cnct-coach-review-star.is-active,
.cnct-has-coach-profile .cnct-coach-review-star.is-preview{
    color:#f59e0b !important;
}

.cnct-has-coach-profile .cnct-coach-review-star:hover,
.cnct-has-coach-profile .cnct-coach-review-star:focus{
    background:#fff7ed !important;
    transform:translateY(-1px) scale(1.04);
    outline:none;
}

.cnct-has-coach-profile .cnct-coach-review-rating-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-height:24px;
}

.cnct-has-coach-profile .cnct-coach-review-rating-feedback{
    color:#64748b;
    font-size:12px;
    font-weight:500;
    line-height:1.35;
}


/* v3.76.65 – Button-based review stars without scroll jump */
.cnct-has-coach-profile .cnct-coach-review-star-row{
    flex-direction:row;
}

.cnct-has-coach-profile .cnct-coach-review-star{
    appearance:none !important;
    -webkit-appearance:none !important;
    user-select:none;
}

.cnct-has-coach-profile .cnct-coach-review-star:focus-visible{
    outline:2px solid rgba(15,23,42,.25);
    outline-offset:2px;
}

.cnct-has-coach-profile .cnct-coach-review-rating-meta{
    justify-content:flex-start;
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-review-star-row{
        gap:4px;
    }
    .cnct-has-coach-profile .cnct-coach-review-star{
        width:31px !important;
        height:31px !important;
    }
    .cnct-has-coach-profile .cnct-coach-review-star span{
        font-size:26px !important;
    }
    .cnct-has-coach-profile .cnct-coach-review-rating-meta{
        align-items:flex-start;
        flex-direction:column;
    }
}

/* v3.76.66 – Clean colored review stars and sidebar review anchors */
.cnct-has-coach-profile #coach-bewertungen,
.cnct-has-coach-profile #coach-bewertung-schreiben,
.cnct-has-coach-profile #coach-bewertungen-liste{
    scroll-margin-top:110px;
}

.cnct-has-coach-profile .cnct-coach-review-stars{
    --cnct-review-stars-width:0%;
    position:relative;
    display:inline-flex;
    align-items:center;
    flex:0 0 auto;
    line-height:1;
    font-size:15px;
    letter-spacing:1px;
    vertical-align:middle;
    color:#f59e0b;
    text-transform:none !important;
    font-weight:400 !important;
}

.cnct-has-coach-profile .cnct-coach-review-stars-visual{
    display:inline-block;
    line-height:1;
    letter-spacing:inherit !important;
    font-size:inherit !important;
    font-weight:400 !important;
    text-transform:none !important;
    color:transparent !important;
    background:linear-gradient(90deg,#f59e0b 0%,#f59e0b var(--cnct-review-stars-width),#d1d5db var(--cnct-review-stars-width),#d1d5db 100%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
}

.cnct-has-coach-profile .cnct-coach-profile-card--review-summary .cnct-coach-review-stars{
    font-size:17px;
    letter-spacing:.8px;
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary .cnct-coach-review-stars{
    font-size:16px;
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary .cnct-coach-profile-review-average,
.cnct-has-coach-profile .cnct-coach-profile-review-summary .cnct-coach-profile-review-count{
    color:#475569;
    font-size:13px;
    font-weight:400;
    line-height:1.35;
    text-transform:none;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-review-summary .cnct-coach-profile-review-average{
    color:#0f172a;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review-links{
    grid-column:1 / -1;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px 12px;
    margin-top:2px;
    padding-top:10px;
    border-top:1px solid rgba(15,23,42,.07);
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review-links a{
    display:inline-flex;
    align-items:center;
    gap:5px;
    color:#256f5b;
    font-size:12px;
    font-weight:500;
    line-height:1.35;
    text-decoration:none;
    text-transform:none;
    letter-spacing:0;
}

.cnct-has-coach-profile .cnct-coach-profile-sidebar-review-links a:hover,
.cnct-has-coach-profile .cnct-coach-profile-sidebar-review-links a:focus{
    color:#174f41;
    text-decoration:underline;
    text-underline-offset:3px;
}

@media (max-width: 680px){
    .cnct-has-coach-profile .cnct-coach-profile-card--review-summary .cnct-coach-review-stars{
        font-size:16px;
    }
    .cnct-has-coach-profile .cnct-coach-profile-sidebar-review-links{
        align-items:flex-start;
        flex-direction:column;
    }
}

