.cnct-hub-shell--v35650 {
  --cnct-hub-bg: #f5f7fb;
  --cnct-hub-card: #ffffff;
  --cnct-hub-line: #e4e9f2;
  --cnct-hub-line-strong: #d7deea;
  --cnct-hub-text: #162033;
  --cnct-hub-muted: #61708a;
  --cnct-hub-primary: #0f172a;
  --cnct-hub-accent: #4f46e5;
  --cnct-hub-accent-soft: rgba(79, 70, 229, 0.08);
  --cnct-hub-success: #15803d;
  --cnct-hub-success-soft: rgba(21, 128, 61, 0.08);
  --cnct-hub-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.cnct-hub-shell--v35650,
.cnct-hub-shell--v35650 * { box-sizing: border-box; }

.cnct-hub-shell--v35650 .cnct-muted,
.cnct-hub-shell--v35650 p,
.cnct-hub-shell--v35650 span { color: var(--cnct-hub-muted); }
.cnct-hub-shell--v35650 h2,
.cnct-hub-shell--v35650 h3,
.cnct-hub-shell--v35650 h4,
.cnct-hub-shell--v35650 strong,
.cnct-hub-shell--v35650 a,
.cnct-hub-shell--v35650 button { color: var(--cnct-hub-text); }

.cnct-hub-shell--v35650 .cnct-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, .8fr);
  gap: 22px;
  background: var(--cnct-hub-card);
  border: 1px solid var(--cnct-hub-line);
  border-radius: 24px;
  box-shadow: var(--cnct-hub-shadow);
  padding: 26px 28px;
  margin-bottom: 22px;
}

.cnct-hub-shell--v35650 .cnct-hub-hero__main { display: flex; flex-direction: column; gap: 16px; }
.cnct-hub-shell--v35650 .cnct-hub-hero__eyebrow-row { display: flex; justify-content: space-between; gap: 12px; align-items: center; flex-wrap: wrap; }
.cnct-hub-shell--v35650 .cnct-hub-hero__date { font-size: 12px; font-weight: 600; color: var(--cnct-hub-muted); }
.cnct-hub-shell--v35650 .cnct-hub-hero h2 { margin: 0; font-size: 32px; line-height: 1.08; }
.cnct-hub-shell--v35650 .cnct-hub-hero__lead { margin: 0; max-width: 760px; font-size: 14px; line-height: 1.65; }
.cnct-hub-shell--v35650 .cnct-hub-hero__actions,
.cnct-hub-shell--v35650 .cnct-hub-hero-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.cnct-hub-shell--v35650 .cnct-hub-hero__role-chip,
.cnct-hub-shell--v35650 .cnct-hub-pill,
.cnct-hub-shell--v35650 .cnct-hub2-badge,
.cnct-hub-shell--v35650 .cnct-hub2-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--cnct-hub-line);
  background: #fff;
  font-size: 12px;
  line-height: 1;
  color: var(--cnct-hub-text);
}
.cnct-hub-shell--v35650 .cnct-hub-pill strong { color: var(--cnct-hub-primary); font-size: 12px; }
.cnct-hub-shell--v35650 .cnct-hub-hero__aside {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.cnct-hub-shell--v35650 .cnct-hub-hero__aside {
  flex-direction: column;
  gap: 12px;
}

.cnct-hub-shell--v35650 .cnct-hub-widget-card {
  width: 100%;
  max-width: 360px;
  border-radius: 18px;
  border: 1px solid var(--cnct-hub-line);
  background: #fff;
  padding: 14px;
}

.cnct-hub-shell--v35650 .cnct-hub-widget-card__inner {
  min-width: 0;
}

.cnct-hub-shell--v35650 .cnct-hub-widget-card .widget,
.cnct-hub-shell--v35650 .cnct-hub-widget-card .bp-widget,
.cnct-hub-shell--v35650 .cnct-hub-widget-card .widget_block {
  margin: 0;
}

.cnct-hub-shell--v35650 .cnct-hub-widget-card .widget + .widget,
.cnct-hub-shell--v35650 .cnct-hub-widget-card .bp-widget + .bp-widget,
.cnct-hub-shell--v35650 .cnct-hub-widget-card .widget_block + .widget_block {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--cnct-hub-line);
}

.cnct-hub-shell--v35650 .cnct-hub-widget-card .widget-title,
.cnct-hub-shell--v35650 .cnct-hub-widget-card .widgettitle,
.cnct-hub-shell--v35650 .cnct-hub-widget-card .wp-block-heading {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.2;
  color: var(--cnct-hub-text);
}

.cnct-hub-shell--v35650 .cnct-hub-widget-card p:last-child {
  margin-bottom: 0;
}

.cnct-hub-shell--v35650 .cnct-hub-widget-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cnct-hub-shell--v35650 .cnct-hub-widget-stack > .widget,
.cnct-hub-shell--v35650 .cnct-hub-widget-stack > .bp-widget,
.cnct-hub-shell--v35650 .cnct-hub-widget-stack > .widget_block {
  background: var(--cnct-hub-card);
  border: 1px solid var(--cnct-hub-line);
  border-radius: 24px;
  padding: 24px;
}
.cnct-hub-shell--v35650 .cnct-hub-widget-stack > .widget .widget-title,
.cnct-hub-shell--v35650 .cnct-hub-widget-stack > .widget .widgettitle,
.cnct-hub-shell--v35650 .cnct-hub-widget-stack > .bp-widget .widget-title,
.cnct-hub-shell--v35650 .cnct-hub-widget-stack > .bp-widget .widgettitle,
.cnct-hub-shell--v35650 .cnct-hub-widget-stack > .widget_block .wp-block-heading {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.35;
  color: var(--cnct-hub-text);
}
.cnct-hub-shell--v35650 .cnct-hub-widget-stack > .widget > *:last-child,
.cnct-hub-shell--v35650 .cnct-hub-widget-stack > .bp-widget > *:last-child,
.cnct-hub-shell--v35650 .cnct-hub-widget-stack > .widget_block > *:last-child {
  margin-bottom: 0;
}


.cnct-hub-shell--v35650 .cnct-hub-certification-card {
  --cnct-cert-card-bg: #ffffff;
  --cnct-cert-card-border: var(--cnct-hub-line);
  --cnct-cert-title: var(--cnct-hub-text);
  --cnct-cert-message: var(--cnct-hub-muted);
  --cnct-cert-eyebrow-bg: #f3f4f6;
  --cnct-cert-eyebrow-text: #374151;
  --cnct-cert-btn-bg: #111827;
  --cnct-cert-btn-text: #ffffff;
  --cnct-cert-btn-border: #111827;
  width: 100%;
  max-width: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px;
  gap: 10px;
  align-items: start;
  border-radius: 18px;
  border: 1px solid var(--cnct-cert-card-border);
  background: var(--cnct-cert-card-bg);
  padding: 12px 14px;
}
.cnct-hub-shell--v35650 .cnct-hub-certification-card__content { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.cnct-hub-shell--v35650 .cnct-hub-certification-card h3,
.cnct-hub-shell--v35650 .cnct-certification-state-title { margin: 0; font-size: 17px; line-height: 1.15; color: var(--cnct-cert-title); }
.cnct-hub-shell--v35650 .cnct-hub-certification-card p,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__message { margin: 0; font-size: 12px; line-height: 1.45; color: var(--cnct-cert-message); }
.cnct-hub-shell--v35650 .cnct-hub-certification-card__eyebrow { display:inline-flex; align-items:center; width:fit-content; padding:4px 8px; border-radius:999px; background:var(--cnct-cert-eyebrow-bg); color:var(--cnct-cert-eyebrow-text); font-size:10px; font-weight:700; line-height:1.1; }
.cnct-hub-shell--v35650 .cnct-hub-certification-card__cta { display:inline-flex; align-items:center; justify-content:center; width:100%; min-height:40px; padding:10px 14px; border-radius:12px; border:1px solid var(--cnct-cert-btn-border); background:var(--cnct-cert-btn-bg); color:var(--cnct-cert-btn-text) !important; text-decoration:none; font-size:13px; font-weight:600; line-height:1.2; box-shadow:none; text-shadow:none; transition:none; transform:none; }
.cnct-hub-shell--v35650 .cnct-hub-certification-card__cta:hover,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__cta:focus { color:var(--cnct-cert-btn-text) !important; background:var(--cnct-cert-btn-bg); border-color:var(--cnct-cert-btn-border); box-shadow:none; text-decoration:none; transition:none; transform:none; }
.cnct-hub-shell--v35650 .cnct-hub-certification-card__cta--disabled,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__cta[disabled] { cursor:not-allowed; opacity:.92; transform:none !important; }
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual { display: flex; align-items: flex-start; justify-content: flex-end; }
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual.is-muted { opacity: .5; }
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual.is-muted img,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual.is-muted svg,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual.is-muted .cnct-certification-rank-image,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual.is-muted .cnct-certification-badge-image,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual.is-muted .cnct-certification-badge-fallback,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual.is-muted .cnct-certification-rank-image--fallback,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual.is-muted .cnct-icon {
  filter: grayscale(1);
}
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual.is-muted .cnct-certification-badge-fallback,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual.is-muted .cnct-certification-rank-image--fallback,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual.is-muted .cnct-icon {
  color: #111827;
}
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual .cnct-certification-rank-image--fallback { display: inline-flex; align-items: center; justify-content: center; }
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual img,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual svg,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual .cnct-certification-rank-image,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual .cnct-certification-badge-image,
.cnct-hub-shell--v35650 .cnct-hub-certification-card__visual .cnct-certification-badge-fallback {
  max-width: 64px;
  max-height: 64px;
  width: 64px;
  height: 64px;
}
.cnct-hub-shell--v35650 .cnct-hub-certification-card.is-certified { min-height: 0; }

.cnct-hub2-body {
  display: grid;
  grid-template-columns: minmax(0, 1.82fr) minmax(290px, .78fr);
  gap: 22px;
  align-items: start;
}
.cnct-hub2-main,
.cnct-hub2-side { display: flex; flex-direction: column; gap: 18px; min-width: 0; }

.cnct-hub2-card {
  background: var(--cnct-hub-card);
  border: 1px solid var(--cnct-hub-line);
  border-radius: 24px;
  box-shadow: var(--cnct-hub-shadow);
  padding: 24px;
}

.cnct-hub2-section-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 18px; }
.cnct-hub2-section-head--row { align-items: center; }
.cnct-hub2-section-head--compact h3 { font-size: 22px; }
.cnct-hub2-section-head > div { min-width: 0; }
.cnct-hub2-kicker { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #6b5cff; margin-bottom: 8px; }
.cnct-hub2-section-head h3 { margin: 0; font-size: 26px; line-height: 1.14; color: var(--cnct-hub-text); }
.cnct-hub2-section-head p { margin: 8px 0 0; font-size: 14px; line-height: 1.6; max-width: 760px; }
.cnct-hub2-head-actions,
.cnct-hub2-support-actions,
.cnct-hub2-inline-links { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.cnct-hub2-text-link,
.cnct-hub2-inline-links a { color: #4f46e5; text-decoration: none; font-size: 13px; font-weight: 600; }
.cnct-hub2-text-link:hover,
.cnct-hub2-inline-links a:hover { text-decoration: underline; }

.cnct-hub2-focus-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.cnct-hub2-focus-item {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--cnct-hub-line);
  background: #fbfcff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cnct-hub2-focus-item span { font-size: 12px; font-weight: 600; }
.cnct-hub2-focus-item strong { font-size: 16px; line-height: 1.2; }

.cnct-hub2-workspace-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.cnct-hub2-workspace-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid var(--cnct-hub-line);
  background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}
.cnct-hub2-workspace-card--primary { background: linear-gradient(180deg, #fff 0%, rgba(79,70,229,.05) 100%); }
.cnct-hub2-workspace-card--accent { background: linear-gradient(180deg, #fff 0%, rgba(22,163,74,.05) 100%); }
.cnct-hub2-workspace-card__top { display: flex; align-items: center; gap: 10px; }
.cnct-hub2-icon,
.cnct-hub2-icon .cnct-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #eff3f9;
  color: var(--cnct-hub-primary);
  flex: 0 0 44px;
}
.cnct-hub2-workspace-card--primary .cnct-hub2-icon { background: rgba(79,70,229,.12); color: #4f46e5; }
.cnct-hub2-workspace-card--accent .cnct-hub2-icon { background: rgba(22,163,74,.12); color: #15803d; }
.cnct-hub2-icon svg,
.cnct-hub2-icon .cnct-icon svg,
.cnct-hub-shell--v35650 .cnct-icon svg {
  width: 22px !important;
  height: 22px !important;
  display: block;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
}
.cnct-hub2-workspace-card__eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.cnct-hub2-workspace-card h4 { margin: 0; font-size: 22px; line-height: 1.18; }
.cnct-hub2-workspace-card p { margin: 0; font-size: 14px; line-height: 1.6; }
.cnct-hub2-meta-list { display: flex; flex-wrap: wrap; gap: 8px; }
.cnct-hub2-workspace-card__footer { display: flex; flex-direction: column; gap: 12px; margin-top: auto; }

.cnct-hub2-timeframes { display: inline-flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.cnct-hub2-timeframe {
  appearance: none;
  border: 1px solid var(--cnct-hub-line);
  background: #fff;
  color: var(--cnct-hub-text);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.cnct-hub2-timeframe.is-active { background: var(--cnct-hub-primary); color: #fff; border-color: var(--cnct-hub-primary); }
.cnct-hub2-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.cnct-hub2-stat-item {
  border: 1px solid var(--cnct-hub-line);
  border-radius: 18px;
  background: #fbfcff;
  padding: 16px;
  min-width: 0;
}
.cnct-hub2-stat-item span { display: block; font-size: 12px; font-weight: 600; margin-bottom: 8px; }
.cnct-hub2-stat-item strong { display: block; font-size: 28px; line-height: 1; }
.cnct-hub2-loading { margin-top: 14px; }
.cnct-hub2-subhead { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin: 20px 0 12px; }
.cnct-hub2-subhead strong { font-size: 15px; }
.cnct-hub2-subhead span { font-size: 12px; font-weight: 600; }
.cnct-hub2-course-list { display: flex; flex-direction: column; gap: 10px; }
.cnct-hub2-course-row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(220px, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--cnct-hub-line);
  border-radius: 18px;
  background: #fff;
}
.cnct-hub2-course-row__main,
.cnct-hub2-course-row__metrics { min-width: 0; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.cnct-hub2-course-row__main { justify-content: space-between; }
.cnct-hub2-course-row__main a,
.cnct-hub2-course-row__main strong { font-size: 15px; font-weight: 700; text-decoration: none; }
.cnct-hub2-course-row__metrics span,
.cnct-hub2-course-row__main > span:last-child {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f5f7fb;
  border: 1px solid var(--cnct-hub-line);
  font-size: 12px;
}

.cnct-hub2-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.cnct-hub2-mini-stats > div {
  border: 1px solid var(--cnct-hub-line);
  border-radius: 18px;
  background: #fbfcff;
  padding: 14px 16px;
}
.cnct-hub2-mini-stats span { display: block; font-size: 12px; font-weight: 600; margin-bottom: 8px; }
.cnct-hub2-mini-stats strong { display: block; font-size: 22px; line-height: 1; }
.cnct-hub2-calendar { margin-top: 4px; }
.cnct-hub2-calendar__weekdays,
.cnct-hub2-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}
.cnct-hub2-calendar__weekdays { margin-bottom: 8px; }
.cnct-hub2-calendar__weekdays span {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--cnct-hub-muted);
  text-transform: uppercase;
}
.cnct-hub2-calendar__cell {
  min-height: 64px;
  padding: 10px 8px;
  border-radius: 16px;
  border: 1px solid var(--cnct-hub-line);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.cnct-hub2-calendar__cell.is-empty { background: transparent; border-style: dashed; opacity: .4; }
.cnct-hub2-calendar__cell.is-today { border-color: rgba(79,70,229,.35); background: rgba(79,70,229,.05); }
.cnct-hub2-calendar__cell.has-appointments { box-shadow: inset 0 0 0 1px rgba(79,70,229,.14); }
.cnct-hub2-calendar__cell strong { font-size: 13px; }
.cnct-hub2-calendar__cell small { font-size: 11px; line-height: 1.35; }

.cnct-hub2-appointment-list,
.cnct-hub2-feed-list { display: flex; flex-direction: column; gap: 10px; }
.cnct-hub2-appointment-row,
.cnct-hub2-feed-row {
  display: grid;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--cnct-hub-line);
  border-radius: 18px;
  background: #fff;
}
.cnct-hub2-appointment-row {
  grid-template-columns: 68px minmax(0, 1fr) auto;
  align-items: center;
}
.cnct-hub2-appointment-row__time {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  border-radius: 16px;
  background: #f5f7fb;
  text-align: center;
}
.cnct-hub2-appointment-row__time strong { font-size: 14px; }
.cnct-hub2-appointment-row__time span { font-size: 12px; }
.cnct-hub2-appointment-row__body { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.cnct-hub2-appointment-row__body strong { font-size: 15px; }

.cnct-hub2-feed-row__meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.cnct-hub2-feed-row strong { font-size: 15px; }
.cnct-hub2-feed-row p { margin: 0; font-size: 13px; line-height: 1.55; }

.cnct-hub2-empty {
  border: 1px dashed var(--cnct-hub-line-strong);
  border-radius: 18px;
  padding: 18px;
  background: #fbfcff;
}
.cnct-hub2-empty strong { display: block; margin-bottom: 6px; }
.cnct-hub2-empty p { margin: 0; font-size: 13px; line-height: 1.55; }

.cnct-hub-shell--v35650 .cnct-certification-modal[hidden] { display: none !important; }
.cnct-hub-shell--v35650 .cnct-certification-modal {
  position: fixed; inset: 0; z-index: 10000; padding: 24px;
  background: rgba(15, 23, 42, 0.48);
  display: flex; align-items: center; justify-content: center;
}
.cnct-hub-shell--v35650 .cnct-certification-modal__dialog {
  width: min(700px, 100%); max-height: 88vh; overflow: auto;
  background: #fff; border-radius: 22px; padding: 18px; position: relative;
}
.cnct-hub-shell--v35650 .cnct-certification-close {
  position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 999px;
  border: 1px solid var(--cnct-hub-line); background: #fff; font-size: 20px; cursor: pointer;
}
.cnct-hub-shell--v35650 .cnct-certification-form-section {
  margin-top: 14px; padding: 14px; border: 1px solid rgba(203, 213, 225, 0.9); border-radius: 18px; background: #f8fafc;
}
.cnct-hub-shell--v35650 .cnct-certification-form-section__head { margin-bottom: 12px; }
.cnct-hub-shell--v35650 .cnct-certification-form-section__head h4 { margin: 0 0 4px; font-size: 15px; }
.cnct-hub-shell--v35650 .cnct-certification-form-section__head p { margin: 0; color: var(--cnct-hub-text-soft); font-size: 13px; line-height: 1.5; }
.cnct-hub-shell--v35650 .cnct-certification-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.cnct-hub-shell--v35650 .cnct-certification-form-grid--address { grid-template-columns: minmax(0, 1.6fr) minmax(110px, .7fr); }
.cnct-hub-shell--v35650 .cnct-certification-form-field--full { grid-column: 1 / -1; }
.cnct-hub-shell--v35650 .cnct-certification-form label { display: block; margin-bottom: 5px; font-weight: 600; color: var(--cnct-hub-text); font-size: 13px; }
.cnct-hub-shell--v35650 .cnct-certification-form input,
.cnct-hub-shell--v35650 .cnct-certification-form textarea {
  width: 100%; border: 1px solid var(--cnct-hub-line-strong); border-radius: 12px; padding: 10px 12px; font: inherit; background:#fff;
}
.cnct-hub-shell--v35650 .cnct-certification-form__submit { margin-top: 14px; }

@media (max-width: 1100px) {
  .cnct-hub2-body,
  .cnct-hub-shell--v35650 .cnct-hub-hero {
    grid-template-columns: 1fr;
  }
  .cnct-hub2-stat-grid,
  .cnct-hub2-focus-strip,
  .cnct-hub2-workspace-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .cnct-hub-shell--v35650 .cnct-hub-hero { padding: 22px; }
  .cnct-hub2-card { padding: 20px; }
  .cnct-hub2-focus-strip,
  .cnct-hub2-workspace-grid,
  .cnct-hub2-stat-grid,
  .cnct-hub2-mini-stats,
  .cnct-hub-shell--v35650 .cnct-certification-form-grid,
  .cnct-hub-shell--v35650 .cnct-certification-form-grid--address { grid-template-columns: 1fr; }
  .cnct-hub2-course-row,
  .cnct-hub2-appointment-row { grid-template-columns: 1fr; }
  .cnct-hub2-calendar__weekdays,
  .cnct-hub2-calendar__grid { gap: 6px; }
  .cnct-hub2-calendar__cell { min-height: 54px; padding: 8px 6px; }
}


/* v35652 sidebar calming + cleaner hero */
.cnct-hub-shell--v35650 .cnct-hub-hero { padding: 24px 26px; }
.cnct-hub-shell--v35650 .cnct-hub-hero h2 { font-size: 30px; }
.cnct-hub-shell--v35650 .cnct-hub-hero__lead { font-size: 13px; max-width: 680px; }
.cnct-hub-shell--v35650 .cnct-hub-hero-pills { gap: 8px; }
.cnct-hub-shell--v35650 .cnct-hub-pill { padding: 7px 11px; }

.cnct-hub2-side .cnct-hub2-card {
  padding: 18px;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}
.cnct-hub2-side .cnct-hub2-section-head { margin-bottom: 14px; }
.cnct-hub2-side .cnct-hub2-section-head h3 { font-size: 20px; }
.cnct-hub2-side .cnct-hub2-section-head p { font-size: 13px; line-height: 1.5; max-width: none; }
.cnct-hub2-side .cnct-hub2-badge { padding: 6px 10px; font-size: 11px; }

.cnct-hub2-mini-stats--compact { gap: 10px; margin-bottom: 14px; }
.cnct-hub2-mini-stats--compact > div { padding: 12px 14px; border-radius: 16px; }
.cnct-hub2-mini-stats--compact strong { font-size: 20px; }

.cnct-hub2-appointment-list--compact,
.cnct-hub2-feed-list--compact { gap: 8px; }
.cnct-hub2-appointment-row--compact,
.cnct-hub2-feed-row--compact { padding: 12px 14px; border-radius: 16px; }
.cnct-hub2-appointment-row--compact { grid-template-columns: 58px minmax(0,1fr) auto; }
.cnct-hub2-appointment-row--compact .cnct-hub2-appointment-row__time { padding: 8px; border-radius: 14px; }
.cnct-hub2-appointment-row--compact .cnct-hub2-appointment-row__time strong { font-size: 13px; }
.cnct-hub2-appointment-row--compact .cnct-hub2-appointment-row__body strong { font-size: 14px; }
.cnct-hub2-feed-row--compact p { font-size: 12px; }
.cnct-hub2-feed-row--compact strong { font-size: 14px; }

.cnct-hub2-calendar-panel {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--cnct-hub-line);
}
.cnct-hub2-subhead--soft { margin: 0 0 10px; }
.cnct-hub2-calendar--compact .cnct-hub2-calendar__weekdays,
.cnct-hub2-calendar--compact .cnct-hub2-calendar__grid { gap: 6px; }
.cnct-hub2-calendar--compact .cnct-hub2-calendar__weekdays span {
  font-size: 10px;
  letter-spacing: .02em;
}
.cnct-hub2-calendar--compact .cnct-hub2-calendar__cell {
  min-height: 42px;
  padding: 7px 6px;
  border-radius: 12px;
  align-items: center;
}
.cnct-hub2-calendar--compact .cnct-hub2-calendar__cell strong { font-size: 12px; line-height: 1; }
.cnct-hub2-calendar--compact .cnct-hub2-calendar__cell small { font-size: 10px; line-height: 1; color: #4f46e5; }

.cnct-hub2-card--support-compact .cnct-hub2-section-head { margin-bottom: 10px; }
.cnct-hub2-support-actions--compact { gap: 8px; }
.cnct-hub2-support-actions--compact .cnct-btn { min-height: 38px; }

@media (max-width: 1100px) {
  .cnct-hub2-body { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
  .cnct-hub2-appointment-row--compact { grid-template-columns: 1fr; }
}


/* v35654 compact upcoming appointments in hub sidebar */
.cnct-hub2-card--calendar-compact { padding: 16px 18px; }
.cnct-hub2-section-head--calendar { margin-bottom: 12px; }
.cnct-hub2-section-head--calendar h3 { font-size: 18px; line-height: 1.2; }
.cnct-hub2-section-head--calendar .cnct-hub2-kicker { margin-bottom: 5px; }
.cnct-hub2-section-head--calendar .cnct-hub2-inline-links { gap: 8px; justify-content: flex-end; }
.cnct-hub2-inline-links--footer { margin-top: 10px; }
.cnct-hub2-appointment-list--sidebar { gap: 6px; }
.cnct-hub2-appointment-row--link {
  grid-template-columns: 64px minmax(0, 1fr) 12px;
  gap: 10px;
  padding: 9px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid var(--cnct-hub-line);
  text-decoration: none;
  color: inherit;
  box-shadow: none;
}
.cnct-hub2-appointment-row--link:last-child { border-bottom: 0; }
.cnct-hub2-appointment-row--link:hover { background: transparent; color: inherit; }
.cnct-hub2-appointment-row__time--sidebar {
  gap: 2px;
  padding: 7px 8px;
  border-radius: 12px;
  background: #f5f7fb;
}
.cnct-hub2-appointment-row__time--sidebar strong { font-size: 13px; line-height: 1; }
.cnct-hub2-appointment-row__time--sidebar span { font-size: 10px; line-height: 1.2; color: var(--cnct-hub-muted); }
.cnct-hub2-appointment-row__body--sidebar { gap: 2px; }
.cnct-hub2-appointment-row__body--sidebar strong { font-size: 14px; line-height: 1.25; }
.cnct-hub2-appointment-row__body--sidebar span { font-size: 12px; line-height: 1.35; color: var(--cnct-hub-muted); }
.cnct-hub2-appointment-row__chevron {
  font-size: 18px;
  line-height: 1;
  color: var(--cnct-hub-muted);
  align-self: center;
}
.cnct-hub2-calendar-panel--compact {
  margin-top: 10px;
  padding-top: 10px;
}
.cnct-hub2-calendar-panel--compact .cnct-hub2-subhead--soft { margin-bottom: 8px; }
.cnct-hub2-calendar-panel--compact .cnct-hub2-calendar__weekdays,
.cnct-hub2-calendar-panel--compact .cnct-hub2-calendar__grid { gap: 5px; }
.cnct-hub2-calendar-panel--compact .cnct-hub2-calendar__cell {
  min-height: 38px;
  padding: 6px 5px;
  border-radius: 10px;
}
.cnct-hub2-calendar-panel--compact .cnct-hub2-calendar__cell strong { font-size: 11px; }
.cnct-hub2-calendar-panel--compact .cnct-hub2-calendar__cell small { font-size: 9px; }

@media (max-width: 780px) {
  .cnct-hub2-appointment-row--link { grid-template-columns: 60px minmax(0, 1fr) 10px; }
}


/* v35655 compact community + support in hub sidebar */
.cnct-hub2-section-head--sidebar-compact {
  margin-bottom: 10px;
  align-items: center;
}
.cnct-hub2-section-head--sidebar-compact h3 {
  font-size: 18px;
  line-height: 1.2;
}
.cnct-hub2-section-head--sidebar-compact .cnct-hub2-kicker {
  margin-bottom: 4px;
}
.cnct-hub2-head-actions--compact {
  gap: 8px;
}
.cnct-hub2-card--community-compact,
.cnct-hub2-card--support-sidebar {
  padding: 16px 18px;
}
.cnct-hub2-feed-list--sidebar {
  gap: 0;
}
.cnct-hub2-feed-row--sidebar {
  gap: 6px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid var(--cnct-hub-line);
  border-radius: 0;
  background: transparent;
}
.cnct-hub2-feed-row--sidebar:last-child {
  border-bottom: 0;
}
.cnct-hub2-feed-row__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cnct-hub2-feed-row--sidebar .cnct-hub2-feed-row__meta {
  gap: 6px;
}
.cnct-hub2-feed-row--sidebar strong {
  font-size: 14px;
  line-height: 1.35;
}
.cnct-hub2-feed-row--sidebar p {
  font-size: 12px;
  line-height: 1.45;
  color: var(--cnct-hub-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cnct-hub2-empty--sidebar {
  padding: 14px 16px;
}
.cnct-hub2-empty--sidebar strong {
  margin-bottom: 4px;
}
.cnct-hub2-empty--sidebar p {
  font-size: 12px;
}
.cnct-hub2-support-copy {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--cnct-hub-muted);
}
.cnct-hub2-support-actions--sidebar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.cnct-hub2-support-actions--sidebar .cnct-btn {
  width: 100%;
  min-height: 36px;
  justify-content: center;
  padding-inline: 12px;
}
@media (max-width: 780px) {
  .cnct-hub2-feed-row__topline {
    align-items: flex-start;
    flex-direction: column;
  }
  .cnct-hub2-support-actions--sidebar {
    grid-template-columns: 1fr;
  }
}


.cnct-hub-shell--v35650 .cnct-hub2-card--stats {
  padding: 18px;
}
.cnct-hub-shell--v35650 .cnct-hub2-section-head--stats {
  margin-bottom: 12px;
  align-items: flex-end;
}
.cnct-hub-shell--v35650 .cnct-hub2-section-head--stats h3 {
  font-size: 20px;
}
.cnct-hub-shell--v35650 .cnct-hub2-section-head--stats .cnct-hub2-kicker {
  margin-bottom: 4px;
}
.cnct-hub-shell--v35650 .cnct-hub2-stats-intro {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.45;
  max-width: 46ch;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-timeframes {
  gap: 6px;
  margin-bottom: 12px;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-timeframe {
  padding: 5px 9px;
  font-size: 11px;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-timeframe.is-active {
  box-shadow: inset 0 0 0 1px rgba(35, 93, 77, 0.18);
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-stat-item {
  padding: 12px 13px;
  border-radius: 16px;
  background: #fcfdff;
  min-height: 0;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-stat-item span {
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: .01em;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-stat-item strong {
  font-size: 22px;
  line-height: 1.05;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-subhead {
  margin: 14px 0 9px;
  align-items: baseline;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-subhead strong {
  font-size: 13px;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-subhead span {
  font-size: 10px;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-course-list {
  gap: 7px;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-course-row {
  grid-template-columns: minmax(0, 1.2fr) minmax(170px, .9fr);
  gap: 10px;
  padding: 10px 12px;
  border-radius: 15px;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-course-row__main a,
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-course-row__main strong {
  font-size: 13px;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-course-row__main > span:last-child {
  opacity: .9;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-course-row__metrics,
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-course-row__main {
  gap: 6px;
}
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-course-row__metrics span,
.cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-course-row__main > span:last-child {
  padding: 5px 8px;
  font-size: 10px;
}
.cnct-hub-shell--v35650 .cnct-hub2-course-more {
  margin: 10px 2px 0;
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-stat-grid {
    grid-template-columns: 1fr;
  }
  .cnct-hub-shell--v35650 .cnct-hub2-card--stats .cnct-hub2-course-row {
    grid-template-columns: 1fr;
  }
}





/* v3700 hub sidebar simplification */
.cnct-hub-shell--v35650 .cnct-hub2-side {
  gap: 16px;
}

.cnct-hub-shell--v35650 .cnct-hub2-card.cnct-hub-widget-card--sidebar {
  padding: 18px;
  border-radius: 20px;
  max-width: none;
}

.cnct-hub-shell--v35650 .cnct-hub-widget-card--sidebar .cnct-hub-widget-card__inner {
  min-width: 0;
}

.cnct-hub-shell--v35650 .cnct-hub-widget-card--sidebar .widget-title,
.cnct-hub-shell--v35650 .cnct-hub-widget-card--sidebar .widgettitle,
.cnct-hub-shell--v35650 .cnct-hub-widget-card--sidebar .wp-block-heading {
  font-size: 18px;
  margin: 0 0 12px;
}

.cnct-hub-shell--v35650 .cnct-hub-widget-card--sidebar .widget + .widget,
.cnct-hub-shell--v35650 .cnct-hub-widget-card--sidebar .bp-widget + .bp-widget,
.cnct-hub-shell--v35650 .cnct-hub-widget-card--sidebar .widget_block + .widget_block {
  margin-top: 14px;
  padding-top: 14px;
}


/* v35704 certification card back into the hero top-right corner */
.cnct-hub-shell--v35650 .cnct-hub-hero { position: relative; }
.cnct-hub-shell--v35650 .cnct-hub-hero--has-certification {
  grid-template-columns: minmax(0, 1fr);
  padding-right: 414px;
  min-height: 0;
}
.cnct-hub-shell--v35650 .cnct-hub-hero--has-certification .cnct-hub-hero__aside {
  position: absolute;
  top: 24px;
  right: 26px;
  width: min(360px, calc(100% - 52px));
  margin: 0;
}
.cnct-hub-shell--v35650 .cnct-hub-hero--has-certification .cnct-hub-certification-card {
  width: 100%;
  max-width: none;
}

@media (max-width: 1100px) {
  .cnct-hub-shell--v35650 .cnct-hub-hero--has-certification {
    grid-template-columns: 1fr;
    padding-right: 26px;
  }
  .cnct-hub-shell--v35650 .cnct-hub-hero--has-certification .cnct-hub-hero__aside {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
  }
}

@media (max-width: 780px) {
  .cnct-hub-shell--v35650 .cnct-hub-hero--has-certification {
    padding-right: 22px;
  }
}




.cnct-hub-shell--v35650 .cnct-hub2-card--avv {
  --cnct-avv-card-bg: #ffffff;
  --cnct-avv-card-border: var(--cnct-hub-line);
  --cnct-avv-title: var(--cnct-hub-text);
  --cnct-avv-text: var(--cnct-hub-muted);
  --cnct-avv-btn-bg: #111827;
  --cnct-avv-btn-text: #ffffff;
  --cnct-avv-btn-border: #111827;
  background: var(--cnct-avv-card-bg);
  border-color: var(--cnct-avv-card-border);
}
.cnct-hub-shell--v35650 .cnct-hub2-card--avv h3 { color: var(--cnct-avv-title); }
.cnct-hub-shell--v35650 .cnct-hub2-card--avv p,
.cnct-hub-shell--v35650 .cnct-hub2-card--avv span { color: var(--cnct-avv-text); }
.cnct-hub-shell--v35650 .cnct-hub-avv__meta {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:16px;
}
.cnct-hub-shell--v35650 .cnct-hub-avv__status,
.cnct-hub-shell--v35650 .cnct-hub-avv__meta > span {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--cnct-hub-line);
  background:#fff;
  font-size:12px;
}
.cnct-hub-shell--v35650 .cnct-hub-avv__actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.cnct-hub-shell--v35650 .cnct-hub-avv__link {
  border:0;
  background:transparent;
  padding:0;
  color:#4f46e5;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
}
.cnct-hub-shell--v35650 .cnct-hub-avv__link:hover,
.cnct-hub-shell--v35650 .cnct-hub-avv__link:focus { text-decoration:underline; }
.cnct-hub-shell--v35650 .cnct-hub-avv__button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:12px;
  border:1px solid var(--cnct-avv-btn-border);
  background:var(--cnct-avv-btn-bg);
  color:var(--cnct-avv-btn-text) !important;
  font-size:13px;
  font-weight:700;
  line-height:1.2;
  cursor:pointer;
  box-shadow:none;
  transition:none;
  transform:none;
}
.cnct-hub-shell--v35650 .cnct-hub-avv__button:hover,
.cnct-hub-shell--v35650 .cnct-hub-avv__button:focus {
  color:var(--cnct-avv-btn-text) !important;
  background:var(--cnct-avv-btn-bg);
  border-color:var(--cnct-avv-btn-border);
  box-shadow:none;
  transform:none;
}
.cnct-hub-shell--v35650 .cnct-hub-avv-modal {
  position:fixed;
  inset:0;
  z-index:9999;
}
.cnct-hub-shell--v35650 .cnct-hub-avv-modal__backdrop {
  position:absolute;
  inset:0;
  background:rgba(15, 23, 42, 0.55);
}
.cnct-hub-shell--v35650 .cnct-hub-avv-modal__dialog {
  position:relative;
  z-index:1;
  width:min(860px, calc(100vw - 32px));
  max-height:calc(100vh - 48px);
  margin:24px auto;
  overflow:hidden;
  border-radius:24px;
  border:1px solid var(--cnct-hub-line);
  background:#fff;
  box-shadow:0 24px 80px rgba(15, 23, 42, 0.25);
}
.cnct-hub-shell--v35650 .cnct-hub-avv-modal__head {
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  padding:18px 22px;
  border-bottom:1px solid var(--cnct-hub-line);
}
.cnct-hub-shell--v35650 .cnct-hub-avv-modal__head h4 {
  margin:0;
  font-size:20px;
  line-height:1.2;
  color:var(--cnct-hub-text);
}
.cnct-hub-shell--v35650 .cnct-hub-avv-modal__close {
  border:0;
  background:transparent;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  color:var(--cnct-hub-text);
}
.cnct-hub-shell--v35650 .cnct-hub-avv-modal__body {
  max-height:calc(100vh - 140px);
  overflow:auto;
  padding:22px;
  color:var(--cnct-hub-text);
}
.cnct-hub-shell--v35650 .cnct-hub-avv-modal__body > *:first-child { margin-top:0; }
.cnct-hub-shell--v35650 .cnct-hub-avv-modal__body > *:last-child { margin-bottom:0; }
@media (max-width: 782px) {
  .cnct-hub-shell--v35650 .cnct-hub-avv__actions { align-items:flex-start; }
  .cnct-hub-shell--v35650 .cnct-hub-avv__button { width:100%; }
  .cnct-hub-shell--v35650 .cnct-hub-avv-modal__dialog { width:min(100vw - 20px, 860px); margin:10px auto; }
}


.cnct-hub2-card--community-switcher { margin-top: 18px; }
.cnct-hub2-section-head--community-switcher { margin-bottom: 14px; }
.cnct-hub2-head-actions--community-switcher .cnct-btn { min-height: 40px; }
.cnct-hub2-community-switcher-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.cnct-hub2-community-select-wrap {
  padding: 16px 18px;
  border: 1px solid var(--cnct-hub-line);
  border-radius: 18px;
  background: #fbfcff;
}
.cnct-hub2-community-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cnct-hub-text);
}
.cnct-hub2-community-select {
  width: 100%;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid var(--cnct-hub-line);
  background: #fff;
  padding: 0 14px;
  color: var(--cnct-hub-text);
  font-size: 14px;
}
.cnct-hub2-community-switcher-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.cnct-hub2-community-quicklink {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--cnct-hub-line);
  background: #fff;
  color: var(--cnct-hub-text);
  text-decoration: none;
}
.cnct-hub2-community-quicklink strong { font-size: 14px; line-height: 1.3; }
.cnct-hub2-community-quicklink span { font-size: 12px; color: var(--cnct-hub-muted); }
.cnct-hub2-community-quicklink:hover { border-color: rgba(79,70,229,.24); text-decoration: none; }
.cnct-hub2-card--community-topics .cnct-hub2-section-head p { max-width: none; }
.cnct-hub2-feed-list--community-topics { gap: 0; }
.cnct-hub2-community-topic-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid var(--cnct-hub-line);
}
.cnct-hub2-community-topic-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.cnct-hub2-community-topic-row:first-child {
  padding-top: 0;
}
.cnct-hub2-community-topic-row__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  overflow: hidden;
  background: #eef2f7;
  text-decoration: none;
  flex-shrink: 0;
}
.cnct-hub2-community-topic-row__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cnct-hub2-community-topic-row__content {
  min-width: 0;
}
.cnct-hub2-community-topic-row__titleline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
}
.cnct-hub2-topic-link {
  color: var(--cnct-hub-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}
.cnct-hub2-community-topic-row__author {
  font-size: 14px;
  line-height: 1.45;
  color: var(--cnct-hub-text);
}
.cnct-hub2-community-topic-row__time {
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1.35;
  color: #8b97ab;
}
.cnct-hub2-topic-link:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .cnct-hub2-community-switcher-grid,
  .cnct-hub2-community-switcher-list { grid-template-columns: 1fr; }
}

/* v3.76.40 AVV public page */
.cnct-avv-page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 28px 16px 48px;
  color: #162033;
}
.cnct-avv-page__hero,
.cnct-avv-page__content-card,
.cnct-avv-page__card {
  background: #ffffff;
  border: 1px solid #e4e9f2;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}
.cnct-avv-page__hero {
  padding: 30px;
  margin-bottom: 18px;
}
.cnct-avv-page__hero h1,
.cnct-avv-page__content-head h2,
.cnct-avv-page__card h2 {
  margin: 0;
  color: #162033;
  line-height: 1.15;
}
.cnct-avv-page__hero p,
.cnct-avv-page__card p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #61708a;
  font-size: 15px;
  line-height: 1.6;
}
.cnct-avv-page__kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.cnct-avv-page__status-row {
  margin-top: 18px;
}
.cnct-avv-page__status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid #d7efe4;
  background: #f0fdf7;
  color: #176b47;
  font-size: 12px;
  font-weight: 800;
}
.cnct-avv-page__content-card,
.cnct-avv-page__card {
  padding: 24px;
}
.cnct-avv-page__content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #edf1f7;
}
.cnct-avv-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #111827;
  background: #111827;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.cnct-avv-page__button:hover,
.cnct-avv-page__button:focus {
  background: #111827;
  color: #ffffff !important;
  opacity: .92;
}
.cnct-avv-page__content {
  color: #263244;
  font-size: 15px;
  line-height: 1.75;
}
.cnct-avv-page__content > *:first-child { margin-top: 0; }
.cnct-avv-page__content > *:last-child { margin-bottom: 0; }
.cnct-avv-page__footer-actions {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #edf1f7;
}
@media (max-width: 720px) {
  .cnct-avv-page { padding: 16px 12px 32px; }
  .cnct-avv-page__hero,
  .cnct-avv-page__content-card,
  .cnct-avv-page__card { border-radius: 18px; padding: 20px; }
  .cnct-avv-page__content-head { align-items: flex-start; flex-direction: column; }
  .cnct-avv-page__button { width: 100%; }
}
