/* =====================================================
   ACXPA — Roundtable page styles (SHARED)
   File: /wp-content/themes/kleo-child/css/acxpa-roundtables.css
   Used by BOTH the CX and Call Centre single roundtable templates.
   Each rule is defined ONCE and applies to both prefixes
   (.cxrt-* and .ccrt-*). Brand Kit 2026 — Deep Teal + Gold.
===================================================== */
/* CX Roundtable single — Join the Panel CTA */
.ccrt-panel-cta,
/* CX Roundtable single — Join the Panel CTA */
.cxrt-panel-cta { margin: 48px 0 0; border-radius: 20px; overflow: hidden; background: linear-gradient(135deg, #0f4f5c 0%, #0f4f5c 60%, #0a3a44 100%); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 16px 40px rgba(13,31,60,.30); }
.ccrt-panel-cta__inner,
.cxrt-panel-cta__inner { padding: 48px 52px; }
.ccrt-panel-cta__kicker,
.cxrt-panel-cta__kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: #f9b02e; margin-bottom: 16px; }
.ccrt-panel-cta__kicker-dot,
.cxrt-panel-cta__kicker-dot { width: 7px; height: 7px; border-radius: 50%; background: #f9b02e; border-radius: 50%; animation: ccrt-panel-pulse 2s ease-in-out infinite; }
@keyframes ccrt-panel-pulse { 0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.6;transform:scale(0.85);} }
.ccrt-panel-cta__heading,
.cxrt-panel-cta__heading { font-size: 32px; font-weight: 800; color: #fff; margin: 0 0 14px; line-height: 1.2; letter-spacing: -.02em; }
.ccrt-panel-cta__desc,
.cxrt-panel-cta__desc { font-size: 17px; color: rgba(255,255,255,.80); line-height: 1.65; margin: 0 0 22px; }
.ccrt-panel-cta__perks,
.cxrt-panel-cta__perks { display: flex; flex-direction: column; gap: 10px; margin: 0 0 32px; padding: 0; list-style: none; }
.ccrt-panel-cta__perks li,
.cxrt-panel-cta__perks li { font-size: 15px; color: rgba(255,255,255,.88); display: flex; align-items: center; gap: 9px; }
.ccrt-panel-cta__perks li::before,
.cxrt-panel-cta__perks li::before { content: '✓'; display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(249,176,46,.2); color: #f9b02e; font-size: 11px; font-weight: 800; flex-shrink: 0; }
.ccrt-panel-cta__btn,
.cxrt-panel-cta__btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px; border-radius: 999px; text-decoration: none !important; font-weight: 800; font-size: 16px; background: #f9b02e; color: #0f4f5c !important; box-shadow: 0 2px 8px rgba(249,176,46,.35); transition: background .12s, transform .12s, box-shadow .12s; }
.ccrt-panel-cta__btn:hover,
.cxrt-panel-cta__btn:hover { background: #fff; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(249,176,46,.4); }
@media(max-width:700px) { .ccrt-panel-cta__inner,
.cxrt-panel-cta__inner { padding: 32px 24px; } .ccrt-panel-cta__heading,
.cxrt-panel-cta__heading { font-size: 26px; } }

/* =====================================================
   Breadcrumbs
===================================================== */

.ccrt-breadcrumbs,
/* =====================================================
   Breadcrumbs
===================================================== */

.cxrt-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 14px;
  color: #5e7075;
}

.ccrt-breadcrumbs a,
.cxrt-breadcrumbs a {
  color: #0f4f5c;
  text-decoration: none !important;
  font-weight: 700;
}

.ccrt-breadcrumbs a:hover,
.cxrt-breadcrumbs a:hover {
  text-decoration: underline !important;
}

.ccrt-breadcrumbs__sep,
.cxrt-breadcrumbs__sep {
  color: #8a989c;
}


/* =====================================================
   ACXPA - Monthly CX Roundtable page styling
===================================================== */

.ccrt,
/* =====================================================
   ACXPA - Monthly CX Roundtable page styling
===================================================== */

.cxrt {
  font-family: "Open Sans", Arial, sans-serif;
  color: #14252a;
}

/* Hero */
.ccrt-hero,
/* Hero */
.cxrt-hero {
  margin: 0 0 22px;
  padding: 28px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(249,176,46,.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f4f7f7 100%);
  border: 1px solid rgba(15,79,92,.10);
  box-shadow: 0 10px 30px rgba(15,23,42,.06);
}

.ccrt-hero__inner,
.cxrt-hero__inner {
  width: 100%;
}

.ccrt-hero__grid,
.cxrt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr);
  gap: 24px;
  align-items: center;
}

.ccrt-tag,
.cxrt-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  background: #f9b02e;
  color: #000;
  font-weight: 700;
}

.ccrt-title,
.cxrt-title {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #0f4f5c;
}

.ccrt-intro,
.cxrt-intro {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.65;
  color: #5e7075;
  max-width: none;
  width: 100%;
}

.ccrt-meta,
.cxrt-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 16px;
  color: #5e7075;
  margin: 0 0 18px;
}

.ccrt-hero__actions,
.cxrt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Hero top row: breadcrumbs left, tag right */
.ccrt-hero__topbar,
/* Hero top row: breadcrumbs left, tag right */
.cxrt-hero__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.ccrt-hero__topbar .ccrt-breadcrumbs,
.cxrt-hero__topbar .cxrt-breadcrumbs {
  margin: 0;
}

.ccrt-hero__topbar .ccrt-tag,
.cxrt-hero__topbar .cxrt-tag {
  margin: 0;
  flex-shrink: 0;
}

.ccrt-btn,
.cxrt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease, color .12s ease;
}

.ccrt-btn-primary,
.cxrt-btn-primary {
  background: #0f4f5c;
  color: #fff !important;
  border: 1px solid #0f4f5c;
}

.ccrt-btn-primary:hover,
.cxrt-btn-primary:hover {
  background: #0a3a44;
  color: #fff !important;
  transform: translateY(-1px);
}

.ccrt-btn--pulse,
.cxrt-btn--pulse {
  animation: ccrt-pulse-btn 2s ease-in-out infinite;
}

@keyframes ccrt-pulse-btn {
  0%, 100% { box-shadow: 0 0 0 0 rgba(15,79,92,0.35); }
  50%       { box-shadow: 0 0 0 8px rgba(15,79,92,0); }
}

.ccrt-btn-secondary,
.cxrt-btn-secondary {
  background: #fff;
  color: #0f4f5c !important;
  border: 1px solid rgba(15,79,92,.18);
}

.ccrt-btn-secondary:hover,
.cxrt-btn-secondary:hover {
  background: #f9b02e;
  border-color: #f9b02e;
  color: #000 !important;
  transform: translateY(-1px);
}

.ccrt-topic-card,
.cxrt-topic-card {
  background: #0f4f5c;
  color: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(15,23,42,.18);
}

.ccrt-topic-card__eyebrow,
.cxrt-topic-card__eyebrow {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #c7d5d8;
  margin: 0 0 10px;
}

.ccrt-topic-list,
.cxrt-topic-list {
  margin: 0;
  padding-left: 18px;
}

.ccrt-topic-list li,
.cxrt-topic-list li {
  margin: 0 0 12px;
  line-height: 1.5;
}

/* Menu */
.ccrt-menu,
/* Menu */
.cxrt-menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  margin: 0 0 18px;
  padding: 0;
  overflow: hidden;
}

.ccrt-menu::before,
.cxrt-menu::before {
  content: "Jump to:";
  font-size: 12px;
  font-weight: 700;
  color: #5e7075;
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 2px;
}

.ccrt-menu-link,
.cxrt-menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid rgba(15,79,92,.18);
  background: #ffffff;
  color: #0f4f5c !important;
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease, color .12s ease;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

.ccrt-menu-link:hover,
.cxrt-menu-link:hover {
  background: #f9b02e;
  border-color: #f9b02e;
  color: #000 !important;
  transform: translateY(-1px);
}

.ccrt-menu-link--cta,
.cxrt-menu-link--cta {
  background: #0f4f5c;
  color: #fff !important;
  border-color: #0f4f5c;
}

.ccrt-menu-link--cta:hover,
.cxrt-menu-link--cta:hover {
  background: #f9b02e;
  border-color: #f9b02e;
  color: #000 !important;
}

/* Cards */
.ccrt-card,
/* Cards */
.cxrt-card {
  background: #fff;
  border: 1px solid #dbe5e7;
  border-radius: 18px;
  padding: 20px;
  margin: 0 0 32px;
  box-shadow: 0 6px 18px rgba(15,23,42,.04);
}

.ccrt-section-head,
.cxrt-section-head {
  margin: 0 0 14px;
}

.ccrt-h2,
.cxrt-h2 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
  color: #0f4f5c;
}

.ccrt-h3,
.cxrt-h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.3;
  color: #0f4f5c;
}

.ccrt-note,
.cxrt-note {
  margin: 0;
  color: #5e7075;
  line-height: 1.55;
}

.ccrt-list,
.cxrt-list {
  margin: 0;
  padding-left: 18px;
}

.ccrt-list li,
.cxrt-list li {
  margin: 0 0 10px;
  line-height: 1.65;
}

/* Video */
.ccrt-video,
/* Video */
.cxrt-video {
  position: relative;
  padding-top: 56.25%;
  border-radius: 14px;
  overflow: hidden;
  background: #0a3a44;
}

.ccrt-video iframe,
.cxrt-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* =====================================================
   Key Moments
===================================================== */

.ccrt-card.ccrt-card--moments,
/* =====================================================
   Key Moments
===================================================== */

.cxrt-card.cxrt-card--moments {
  background: #f4f7f7;
  border-color: #dbe5e7;
}

.ccrt-moments,
.cxrt-moments {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.ccrt-moment,
.cxrt-moment {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  text-decoration: none !important;
  border: 1px solid #dbe5e7;
  border-radius: 14px;
  padding: 14px 16px;
  background: #fff;
  transition: border-color .12s ease, box-shadow .12s ease, transform .12s ease;
}

.ccrt-moment:hover,
.cxrt-moment:hover {
  border-color: #0f4f5c;
  box-shadow: 0 4px 14px rgba(15,79,92,.10);
  transform: translateY(-1px);
}

.ccrt-time,
.cxrt-time {
  min-width: 70px;
  font-weight: 800;
  color: #0f4f5c;
  font-size: 15px;
}

.ccrt-mtxt,
.cxrt-mtxt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #14252a;
  line-height: 1.55;
}

.ccrt-mtxt strong,
.cxrt-mtxt strong {
  font-size: 16px;
}

/* =====================================================
   Key Slides
===================================================== */

.ccrt-card.ccrt-card--slides,
/* =====================================================
   Key Slides
===================================================== */

.cxrt-card.cxrt-card--slides {
  background: #ffffff;
  border-color: #dbe7eb;
}

.ccrt-slides,
.cxrt-slides {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ccrt-slide,
.cxrt-slide {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #cfe0e5;
  background: #f4fafb;
  text-decoration: none !important;
  color: inherit;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  cursor: pointer;
}

.ccrt-slide::before,
.cxrt-slide::before {
  content: "\1F5BC\FE0F";
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 4px;
}

.ccrt-slide:hover,
.ccrt-slide:focus-visible,
.cxrt-slide:hover,
.cxrt-slide:focus-visible {
  background: #e8f4f7;
  border-color: #3a9ab0;
  box-shadow: 0 4px 14px rgba(58,154,176,.12);
  transform: translateY(-1px);
  outline: none;
}

.ccrt-slide:focus-visible,
.cxrt-slide:focus-visible {
  outline: 2px solid #3a9ab0;
  outline-offset: 2px;
}

.ccrt-slide .ccrt-time,
.cxrt-slide .cxrt-time {
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d0e4e8;
  color: #1a5f70;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
  margin-top: 2px;
}

.ccrt-stxt,
.cxrt-stxt {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}

.ccrt-stxt strong,
.cxrt-stxt strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #14252a;
}

.ccrt-stxt span,
.cxrt-stxt span {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  color: #46606b;
}

/* =====================================================
   Segments
===================================================== */

.ccrt-card.ccrt-card--segments,
/* =====================================================
   Segments
===================================================== */

.cxrt-card.cxrt-card--segments {
  background: #0f4f5c;
  border-color: rgba(255,255,255,.08);
}

.ccrt-card.ccrt-card--segments .ccrt-h2,
.cxrt-card.cxrt-card--segments .cxrt-h2 {
  color: #ffffff;
}

.ccrt-card.ccrt-card--segments .ccrt-note,
.cxrt-card.cxrt-card--segments .cxrt-note {
  color: rgba(255,255,255,.65);
}

.ccrt-segments,
.cxrt-segments {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ccrt-segment,
.cxrt-segment {
  display: block;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  padding: 18px;
  transition: border-color .12s ease, box-shadow .12s ease, transform .12s ease, background-color .12s ease;
}

.ccrt-segment:hover,
.cxrt-segment:hover {
  border-color: #f9b02e;
  background: rgba(249,176,46,.08);
  box-shadow: 0 6px 18px rgba(0,0,0,.20);
  transform: translateY(-1px);
}

.ccrt-segment__label,
.cxrt-segment__label {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
}

.ccrt-segment h3,
.cxrt-segment h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
}

.ccrt-segment p,
.cxrt-segment p {
  margin: 0;
  color: rgba(255,255,255,.75);
  line-height: 1.55;
}

/* =====================================================
   CX Leader Brief
===================================================== */

.ccrt-card.ccrt-card--brief,
/* =====================================================
   CX Leader Brief
===================================================== */

.cxrt-card.cxrt-card--brief {
  background: linear-gradient(135deg, #fdebcb 0%, #f9b02e 100%);
  border: 1px solid rgba(15,23,42,.18);
  box-shadow: 0 12px 28px rgba(15,23,42,.12);
}

.ccrt-card.ccrt-card--brief .ccrt-h2,
.cxrt-card.cxrt-card--brief .cxrt-h2 {
  color: #14252a;
  font-size: 24px;
}

.ccrt-card.ccrt-card--brief .ccrt-note,
.cxrt-card.cxrt-card--brief .cxrt-note {
  color: rgba(17,24,39,.82);
}

.ccrt-accordion,
.cxrt-accordion {
  border: 1px solid rgba(17,24,39,.18);
  border-radius: 16px;
  background: rgba(15,23,42,.06);
  overflow: hidden;
}

.ccrt-accordion summary,
.cxrt-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 800;
  font-size: 16px;
  color: #14252a;
  background: rgba(255,255,255,.45);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color .18s ease, color .18s ease;
}

.ccrt-accordion summary:hover,
.cxrt-accordion summary:hover {
  background: rgba(255,255,255,.62);
}

.ccrt-accordion summary::after,
.cxrt-accordion summary::after {
  content: '\25B6';
  font-size: 0.75rem;
  transition: transform 0.2s ease;
  color: #14252a;
  flex-shrink: 0;
  margin-left: 12px;
}

.ccrt-accordion[open] summary::after,
.cxrt-accordion[open] summary::after {
  transform: rotate(90deg);
}

.ccrt-accordion summary::-webkit-details-marker,
.cxrt-accordion summary::-webkit-details-marker {
  display: none;
}

.ccrt-accordion__content,
.cxrt-accordion__content {
  padding: 18px 18px 24px;
  background: #fffdf7;
  border-top: 1px solid rgba(17,24,39,.10);
}

.ccrt-accordion__content p,
.cxrt-accordion__content p {
  line-height: 1.7;
  margin: 0 0 16px;
  color: #14252a;
}

.ccrt-accordion__content .ccrt-h3,
.cxrt-accordion__content .cxrt-h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #14252a;
}

.ccrt-accordion__content .ccrt-h3:first-child,
.cxrt-accordion__content .cxrt-h3:first-child {
  margin-top: 0;
}

.ccrt-accordion__content .ccrt-list li,
.cxrt-accordion__content .cxrt-list li {
  color: #14252a;
}

.ccrt-card.ccrt-card--brief .ccrt-accordion[open] summary,
.cxrt-card.cxrt-card--brief .cxrt-accordion[open] summary {
  background: #14252a;
  color: #ffffff;
}

.ccrt-card.ccrt-card--brief .ccrt-accordion[open] summary::after,
.cxrt-card.cxrt-card--brief .cxrt-accordion[open] summary::after {
  color: #f9b02e;
}

/* =====================================================
   Takeaways
===================================================== */

/* =====================================================
   Takeaways
===================================================== */
.ccrt-card.ccrt-takeaways,
.cxrt-card.cxrt-takeaways {
  background: #0f4f5c !important;
  border-color: rgba(255,255,255,.12);
}

.ccrt-card.ccrt-takeaways .ccrt-h2,
.ccrt-card.ccrt-takeaways .ccrt-note,
.cxrt-card.cxrt-takeaways .cxrt-h2,
.cxrt-card.cxrt-takeaways .cxrt-note {
  color: rgba(255,255,255,.90);
}

.ccrt-takeaway-grid,
.cxrt-takeaway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ccrt-takeaway,
.cxrt-takeaway {
  position: relative;
  padding: 18px 18px 18px 56px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,.20);
}

.ccrt-takeaway__num,
.cxrt-takeaway__num {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f4f5c;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
}

.ccrt-takeaway h3,
.cxrt-takeaway h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
  color: #14252a;
}

.ccrt-takeaway p,
.cxrt-takeaway p {
  margin: 0;
  color: #5e7075;
  line-height: 1.6;
}

/* =====================================================
   Panel
===================================================== */

.ccrt .people,
/* =====================================================
   Panel
===================================================== */

.cxrt .people {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
}

.ccrt .people .person,
.cxrt .people .person {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(15,79,92,.12);
  border-radius: 16px;
  padding: 16px 16px 14px;
  box-shadow: 0 8px 20px rgba(15,23,42,.06);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ccrt .people .person:hover,
.cxrt .people .person:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15,23,42,.10);
  border-color: rgba(15,79,92,.22);
}

.ccrt .people .person .badge,
.cxrt .people .person .badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  background: #dbe5e7;
  color: #5e7075;
  border: 1px solid rgba(71,85,105,.18);
}

.ccrt .people .person:first-child .badge,
.cxrt .people .person:first-child .badge {
  background: rgba(15,79,92,.10);
  color: #0f4f5c;
  border-color: rgba(15,79,92,.20);
}

.ccrt .people .person .avatar,
.cxrt .people .person .avatar {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 999px;
  display: block;
  margin: 24px auto 12px;
  border: 3px solid rgba(15,79,92,.18);
  box-shadow: 0 10px 20px rgba(15,23,42,.10);
}

.ccrt .people .person h4,
.cxrt .people .person h4 {
  margin: 0 0 8px;
  text-align: center;
  font-size: 17px;
  line-height: 1.25;
  color: #14252a;
}

.ccrt .people .person p,
.cxrt .people .person p {
  margin: 0 0 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
  color: #5e7075;
  flex-grow: 1;
}

.ccrt .people .person > a,
.cxrt .people .person > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  background: #0f4f5c;
  color: #ffffff !important;
  border: 1px solid rgba(15,79,92,.60);
  transition: transform .12s ease, background-color .12s ease, color .12s ease, border-color .12s ease;
  margin-top: auto;
}

.ccrt .people .person > a:hover,
.cxrt .people .person > a:hover {
  background: #f9b02e;
  color: #000000 !important;
  border-color: #f9b02e;
  transform: translateY(-1px);
}

/* =====================================================
   Bottom navigation
===================================================== */

.ccrt-bottom-nav,
/* =====================================================
   Bottom navigation
===================================================== */

.cxrt-bottom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 26px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #dbe5e7;
}

.ccrt-bottom-nav__link,
.cxrt-bottom-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid rgba(15,79,92,.18);
  background: #ffffff;
  color: #0f4f5c !important;
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease, color .12s ease, opacity .12s ease;
}

.ccrt-bottom-nav__link:hover,
.cxrt-bottom-nav__link:hover {
  background: #f9b02e;
  border-color: #f9b02e;
  color: #000 !important;
  transform: translateY(-1px);
}

.ccrt-bottom-nav__link.is-disabled,
.cxrt-bottom-nav__link.is-disabled {
  opacity: .45;
  pointer-events: none;
  cursor: not-allowed;
  border-color: #dbe5e7;
  color: #8a989c !important;
  background: #fff;
}

/* =====================================================
   State banner (subscriber / code-unlocked)
===================================================== */

.ccrt-state-banner,
/* =====================================================
   State banner (subscriber / code-unlocked)
===================================================== */

.cxrt-state-banner {
  margin: 0 0 16px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.55;
  background: #eef6f0;
  border: 1px solid rgba(15,79,92,.20);
  color: #14252a;
}

.ccrt-state-banner--info,
.cxrt-state-banner--info {
  background: #eff6ff;
  border-color: rgba(37,99,235,.20);
}

.ccrt-state-banner a,
.cxrt-state-banner a {
  color: #0f4f5c;
  font-weight: 700;
  text-decoration: underline;
}

/* =====================================================
   Gate: blurred video preview + yellow CTA
===================================================== */

.ccrt-card--gate,
/* =====================================================
   Gate: blurred video preview + yellow CTA
===================================================== */

.cxrt-card--gate {
  background: #fff;
  border-color: #dbe5e7;
}

.ccrt-gate-shell,
.cxrt-gate-shell {
  margin-bottom: 0;
}

.ccrt-gate-shell--memberupsell,
.cxrt-gate-shell--memberupsell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.ccrt-gate-preview__media,
.cxrt-gate-preview__media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding-top: 56.25%;
  background: #0a3a44;
  box-shadow: 0 12px 32px rgba(0,0,0,.30);
}

.ccrt-gate-preview__media iframe,
.cxrt-gate-preview__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: blur(6px) saturate(.8) brightness(.48);
  transform: scale(1.06);
  pointer-events: none;
}

.ccrt-gate-preview__overlay,
.cxrt-gate-preview__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  gap: 8px;
  text-decoration: none !important;
  transition: background .15s;
}

.ccrt-gate-preview__overlay:hover,
.cxrt-gate-preview__overlay:hover {
  background: rgba(0,0,0,.15);
}

.ccrt-gate-preview__play,
.cxrt-gate-preview__play {
  font-size: 40px;
  color: rgba(255,255,255,.85);
  line-height: 1;
}

.ccrt-gate-preview__label,
.cxrt-gate-preview__label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #f9b02e;
}

.ccrt-gate-preview__overlay p,
.cxrt-gate-preview__overlay p {
  font-size: 13px;
  color: rgba(255,255,255,.65);
  margin: 0;
}

.ccrt-gate-preview__body,
.cxrt-gate-preview__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ccrt-gate-kicker,
.cxrt-gate-kicker {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5e7075;
}

.ccrt-gate-preview__body h3,
.cxrt-gate-preview__body h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #14252a;
  line-height: 1.25;
}

.ccrt-gate-preview__body p,
.cxrt-gate-preview__body p {
  margin: 0;
  font-size: 14px;
  color: #5e7075;
  line-height: 1.6;
}

.ccrt-gate-list,
.cxrt-gate-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ccrt-gate-list li,
.cxrt-gate-list li {
  font-size: 14px;
  color: #14252a;
  line-height: 1.5;
}

.ccrt-gate-actions,
.cxrt-gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.ccrt-gate-btn,
.cxrt-gate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all .15s;
  border: 1.5px solid transparent;
}

.ccrt-gate-btn--primary,
.cxrt-gate-btn--primary {
  background: #0f4f5c;
  color: #fff !important;
  border-color: #0f4f5c;
}

.ccrt-gate-btn--primary:hover,
.cxrt-gate-btn--primary:hover {
  background: #0a3a44;
  transform: translateY(-1px);
}

.ccrt-gate-btn--pulse,
.cxrt-gate-btn--pulse {
  animation: ccrt-gate-pulse 2s ease-in-out infinite;
}

@keyframes ccrt-gate-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(15,79,92,0.35); }
  50%       { box-shadow: 0 0 0 8px rgba(15,79,92,0); }
}

.ccrt-gate-btn--ghost,
.cxrt-gate-btn--ghost {
  background: transparent;
  border-color: rgba(15,79,92,.25);
  color: #0f4f5c !important;
}

.ccrt-gate-btn--ghost:hover,
.cxrt-gate-btn--ghost:hover {
  background: rgba(15,79,92,.06);
  border-color: #0f4f5c;
  transform: translateY(-1px);
}

.ccrt-gate-alert--error,
.cxrt-gate-alert--error {
  padding: 12px 16px;
  border-radius: 10px;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #991b1b;
  font-size: 14px;
  margin-bottom: 14px;
}

/* Access code form */
.ccrt-gate-code,
/* Access code form */
.cxrt-gate-code {
  margin-top: 16px;
}

.ccrt-gate-code--js-hidden,
.cxrt-gate-code--js-hidden {
  display: none;
}

.ccrt-gate-code__divider,
.cxrt-gate-code__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #8a989c;
  font-size: 13px;
  font-weight: 600;
}

.ccrt-gate-code__divider::before,
.ccrt-gate-code__divider::after,
.cxrt-gate-code__divider::before,
.cxrt-gate-code__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #dbe5e7;
}

.ccrt-gate-form label,
.cxrt-gate-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #14252a;
  margin-bottom: 8px;
}

.ccrt-gate-form__row,
.cxrt-gate-form__row {
  display: flex;
  gap: 8px;
}

.ccrt-gate-form__row input[type="text"],
.cxrt-gate-form__row input[type="text"] {
  flex: 1;
  padding: 10px 14px;
  border: 1.5px solid #c7d5d8;
  border-radius: 10px;
  font-size: 15px;
  color: #14252a;
  background: #fff;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}

.ccrt-gate-form__row input[type="text"]:focus,
.cxrt-gate-form__row input[type="text"]:focus {
  border-color: #0f4f5c;
  box-shadow: 0 0 0 3px rgba(15,79,92,.12);
}

.ccrt-gate-form__row button,
.cxrt-gate-form__row button {
  padding: 10px 20px;
  background: #0f4f5c;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s, transform .12s;
}

.ccrt-gate-form__row button:hover,
.cxrt-gate-form__row button:hover {
  background: #0a3a44;
  transform: translateY(-1px);
}

.ccrt-gate-code__note,
.cxrt-gate-code__note {
  margin: 8px 0 0;
  font-size: 12.5px;
  color: #8a989c;
  line-height: 1.5;
}

.ccrt-gate-code__note a,
.cxrt-gate-code__note a {
  color: #0f4f5c;
  font-weight: 600;
}

.ccrt-code-toggle,
.cxrt-code-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px solid rgba(15,79,92,.20);
  border-radius: 999px;
  color: #0f4f5c;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  cursor: pointer;
  margin-top: 12px;
  transition: background .15s, border-color .15s;
}

.ccrt-code-toggle:hover,
.cxrt-code-toggle:hover {
  background: rgba(15,79,92,.06);
  border-color: #0f4f5c;
}

/* =====================================================
   Subscriber upsell panels
===================================================== */

.ccrt-subscriber-upsell--small,
/* =====================================================
   Subscriber upsell panels
===================================================== */

.cxrt-subscriber-upsell--small {
  padding: 18px 24px !important;
}

.ccrt-sub-upsell-small__inner,
.cxrt-sub-upsell-small__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.ccrt-sub-upsell-small__text,
.cxrt-sub-upsell-small__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 260px;
  font-size: 14px;
  color: #5e7075;
  line-height: 1.55;
}

.ccrt-sub-upsell-small__text strong,
.cxrt-sub-upsell-small__text strong {
  font-size: 15px;
  font-weight: 700;
  color: #14252a;
}

.ccrt-subscriber-upsell--small .ccrt-gate-btn,
.cxrt-subscriber-upsell--small .cxrt-gate-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

.ccrt-subscriber-upsell--full,
.cxrt-subscriber-upsell--full {
  padding: 32px 32px 28px !important;
}

.ccrt-sub-upsell-full__head,
.cxrt-sub-upsell-full__head {
  margin-bottom: 24px;
}

.ccrt-sub-upsell-full__kicker,
.cxrt-sub-upsell-full__kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #0f4f5c;
  background: rgba(15,79,92,.08);
  border-radius: 4px;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.ccrt-sub-upsell-full__grid,
.cxrt-sub-upsell-full__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.ccrt-sub-upsell-tile,
.cxrt-sub-upsell-tile {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f4f7f7;
  border: 1px solid rgba(15,79,92,.1);
  border-radius: 12px;
  padding: 16px 18px;
}

.ccrt-sub-upsell-tile__icon,
.cxrt-sub-upsell-tile__icon {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}

.ccrt-sub-upsell-tile strong,
.cxrt-sub-upsell-tile strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #14252a;
  margin-bottom: 4px;
}

.ccrt-sub-upsell-tile p,
.cxrt-sub-upsell-tile p {
  margin: 0;
  font-size: 13px;
  color: #5e7075;
  line-height: 1.55;
}

.ccrt-sub-upsell-full__actions,
.cxrt-sub-upsell-full__actions {
  display: flex;
  justify-content: center;
}

/* =====================================================
   Transcript search section (member-only, single page)
===================================================== */

.ccrt-ts-section,
/* =====================================================
   Transcript search section (member-only, single page)
===================================================== */

.cxrt-ts-section {
  background: #fff;
  border-color: #dbe5e7;
}

.ccrt-ts-section__header,
.cxrt-ts-section__header {
  margin-bottom: 18px;
}

.ccrt-ts-section__title,
.cxrt-ts-section__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: #0f4f5c;
  line-height: 1.2;
}

.ccrt-ts-section__desc,
.cxrt-ts-section__desc {
  margin: 0;
  font-size: 15px;
  color: #5e7075;
  line-height: 1.55;
}

.ccrt-ts-controls,
.cxrt-ts-controls {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 4px;
}

.ccrt-ts-input-wrap,
.cxrt-ts-input-wrap {
  flex: 1 1 220px;
  position: relative;
}

.ccrt-ts-input,
.cxrt-ts-input {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 16px;
  border: 2px solid #8a989c !important;
  border-radius: 10px;
  font-size: 15px;
  color: #14252a;
  background: #fff !important;
  outline: none !important;
  transition: border-color .15s, box-shadow .15s;
  font-family: inherit;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.ccrt-ts-input:focus,
.cxrt-ts-input:focus {
  border-color: #0f4f5c !important;
  box-shadow: 0 0 0 3px rgba(15,79,92,.12) !important;
}

.ccrt-ts-input::placeholder,
.cxrt-ts-input::placeholder {
  color: #8a989c;
}

.ccrt-ts-speaker,
.cxrt-ts-speaker {
  padding: 11px 14px;
  border: 2px solid #8a989c !important;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  color: #14252a;
  background: #fff !important;
  outline: none;
  cursor: pointer;
  width: auto;
  max-width: 220px;
  flex-shrink: 0;
  -webkit-appearance: auto;
}

.ccrt-ts-speaker:focus,
.cxrt-ts-speaker:focus {
  border-color: #0f4f5c !important;
}

.ccrt-ts-results-wrap,
.cxrt-ts-results-wrap {
  margin-top: 20px;
}

.ccrt-ts-results-head,
.cxrt-ts-results-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
}

.ccrt-ts-results-title,
.cxrt-ts-results-title {
  font-size: 15px;
  font-weight: 800;
  color: #0f4f5c;
  margin: 0;
}

.ccrt-ts-results-meta,
.cxrt-ts-results-meta {
  font-size: 13px;
  color: #8a989c;
  font-weight: 500;
  margin: 0;
}

.ccrt-ts-list,
.cxrt-ts-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ccrt-ts-card,
.cxrt-ts-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  background: #f4f7f7;
  border: 1px solid #dbe5e7;
  border-radius: 12px;
  transition: border-color .14s, box-shadow .14s;
}

.ccrt-ts-card:hover,
.cxrt-ts-card:hover {
  border-color: rgba(15,79,92,.25);
  box-shadow: 0 3px 10px rgba(15,79,92,.08);
}

.ccrt-ts-card__left,
.cxrt-ts-card__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  min-width: 70px;
}

.ccrt-ts-card__time,
.cxrt-ts-card__time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 800;
  color: #0f4f5c;
  white-space: nowrap;
}

.ccrt-ts-card__time svg,
.cxrt-ts-card__time svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  opacity: .8;
}

.ccrt-ts-card__jump,
.cxrt-ts-card__jump {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff !important;
  background: #0f4f5c;
  border-radius: 999px;
  padding: 5px 11px;
  text-decoration: none !important;
  transition: background .13s, transform .12s;
  white-space: nowrap;
}

.ccrt-ts-card__jump:hover,
.cxrt-ts-card__jump:hover {
  background: #0a3a44;
  transform: translateY(-1px);
}

.ccrt-ts-card__body,
.cxrt-ts-card__body {
  flex: 1;
  min-width: 0;
}

.ccrt-ts-card__speaker,
.cxrt-ts-card__speaker {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #0f4f5c;
  margin-bottom: 6px;
}

.ccrt-ts-card__speaker svg,
.cxrt-ts-card__speaker svg {
  width: 13px;
  height: 13px;
  opacity: .8;
}

.ccrt-ts-card__snippet,
.cxrt-ts-card__snippet {
  font-size: 14px;
  line-height: 1.65;
  color: #5e7075;
  margin: 0;
}

.ccrt-ts-card__snippet mark,
.cxrt-ts-card__snippet mark {
  background: rgba(244,185,66,.40);
  color: #14252a;
  border-radius: 3px;
  padding: 0 2px;
}

.ccrt-ts-empty,
.cxrt-ts-empty {
  text-align: center;
  padding: 32px 20px;
  color: #5e7075;
}

.ccrt-ts-empty__icon,
.cxrt-ts-empty__icon {
  font-size: 32px;
  margin-bottom: 10px;
  opacity: .5;
}

.ccrt-ts-empty__title,
.cxrt-ts-empty__title {
  font-size: 15px;
  font-weight: 700;
  color: #14252a;
  margin: 0 0 5px;
}

.ccrt-ts-empty__desc,
.cxrt-ts-empty__desc {
  font-size: 13.5px;
  color: #8a989c;
  margin: 0;
}

/* =====================================================
   Responsive
===================================================== */

@media (max-width: 1100px) {
  .ccrt-hero__grid,
  .ccrt-segments,
  .ccrt-takeaway-grid,
  .ccrt .people,
.cxrt-hero__grid,
  .cxrt-segments,
  .cxrt-takeaway-grid,
  .cxrt .people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccrt-title,
.cxrt-title {
    font-size: 28px;
  }
}

@media (max-width: 760px) {
  .ccrt-moments,
.cxrt-moments {
    grid-template-columns: 1fr;
  }

  .ccrt-gate-shell--memberupsell,
.cxrt-gate-shell--memberupsell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .ccrt-hero__grid,
  .ccrt-segments,
  .ccrt-takeaway-grid,
  .ccrt .people,
.cxrt-hero__grid,
  .cxrt-segments,
  .cxrt-takeaway-grid,
  .cxrt .people {
    grid-template-columns: 1fr;
  }

  .ccrt-title,
.cxrt-title {
    font-size: 26px;
  }

  .ccrt-intro,
.cxrt-intro {
    font-size: 16px;
  }

  .ccrt-hero,
.cxrt-hero {
    padding: 22px 18px;
  }

  .ccrt-card,
.cxrt-card {
    padding: 16px;
  }

  .ccrt .people .person,
.cxrt .people .person {
    padding: 16px 14px 14px;
  }

  .ccrt .people .person .avatar,
.cxrt .people .person .avatar {
    width: 78px;
    height: 78px;
  }

  .ccrt-bottom-nav,
.cxrt-bottom-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .ccrt-bottom-nav__left,
  .ccrt-bottom-nav__right,
.cxrt-bottom-nav__left,
  .cxrt-bottom-nav__right {
    width: 100%;
  }

  .ccrt-bottom-nav__link,
.cxrt-bottom-nav__link {
    width: 100%;
  }

  .ccrt-menu,
.cxrt-menu {
    gap: 5px;
  }

  .ccrt-menu-link,
.cxrt-menu-link {
    padding: 6px 9px;
    font-size: 11px;
  }

  .ccrt-time,
.cxrt-time {
    min-width: 52px;
  }

  .ccrt-slide,
.cxrt-slide {
    gap: 12px;
    padding: 14px;
  }

  .ccrt-slide::before,
.cxrt-slide::before {
    display: none;
  }

  .ccrt-slide .ccrt-time,
.cxrt-slide .cxrt-time {
    min-width: 62px;
    font-size: 12px;
    padding: 4px 8px;
  }

  .ccrt-stxt strong,
.cxrt-stxt strong {
    font-size: 14px;
  }

  .ccrt-stxt span,
.cxrt-stxt span {
    font-size: 12.5px;
  }

  .ccrt-ts-controls,
.cxrt-ts-controls {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
  }

  .ccrt-ts-speaker,
.cxrt-ts-speaker {
    max-width: none;
    width: 100%;
  }

  .ccrt-sub-upsell-small__inner,
.cxrt-sub-upsell-small__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ccrt-subscriber-upsell--full,
.cxrt-subscriber-upsell--full {
    padding: 24px 18px 20px !important;
  }

  .ccrt-sub-upsell-full__grid,
.cxrt-sub-upsell-full__grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   Gravity Form #74 — inline subscribe button
===================================================== */
.ccrt-inline-subscribe .gform_wrapper,
/* =====================================================
   Gravity Form #74 — inline subscribe button
===================================================== */
.cxrt-inline-subscribe .gform_wrapper { margin: 0 !important; }
.ccrt-inline-subscribe .gform_footer,
.ccrt-inline-subscribe .gform_page_footer,
.cxrt-inline-subscribe .gform_footer,
.cxrt-inline-subscribe .gform_page_footer { text-align: center !important; margin-top: 16px !important; }
.ccrt-inline-subscribe input.gform_button,
.ccrt-inline-subscribe button.gform_button,
.cxrt-inline-subscribe input.gform_button,
.cxrt-inline-subscribe button.gform_button { display: inline-flex !important; align-items: center !important; justify-content: center !important; padding: 14px 32px !important; border-radius: 999px !important; background: #0f4f5c !important; color: #f9b02e !important; font-size: 16px !important; font-weight: 800 !important; letter-spacing: .01em !important; border: 2px solid #0f4f5c !important; cursor: pointer !important; text-decoration: none !important; transition: background .12s, transform .12s, box-shadow .12s !important; box-shadow: 0 2px 8px rgba(15,79,92,.30) !important; width: auto !important; }
.ccrt-inline-subscribe input.gform_button:hover,
.ccrt-inline-subscribe button.gform_button:hover,
.cxrt-inline-subscribe input.gform_button:hover,
.cxrt-inline-subscribe button.gform_button:hover { background: #0a3a44 !important; transform: translateY(-1px) !important; box-shadow: 0 4px 14px rgba(15,79,92,.35) !important; }

/* Hide the honeypot / validation field but keep it in the DOM for anti-spam */
.ccrt-inline-subscribe .gform_validation_container,
.ccrt-inline-subscribe li.gform_validation_container,
.ccrt-inline-subscribe .gfield.gform_validation_container,
.ccrt-inline-subscribe li[id*="_honeypot"],
.ccrt-inline-subscribe .gfield_visibility_hidden,
/* Hide the honeypot / validation field but keep it in the DOM for anti-spam */
.cxrt-inline-subscribe .gform_validation_container,
.cxrt-inline-subscribe li.gform_validation_container,
.cxrt-inline-subscribe .gfield.gform_validation_container,
.cxrt-inline-subscribe li[id*="_honeypot"],
.cxrt-inline-subscribe .gfield_visibility_hidden {
  position: absolute !important; left: -9999px !important; top: auto !important;
  width: 1px !important; height: 1px !important; overflow: hidden !important;
  margin: 0 !important; padding: 0 !important;
}

/* Field layout */
.ccrt-inline-subscribe .gform_fields,
/* Field layout */
.cxrt-inline-subscribe .gform_fields { list-style: none !important; margin: 0 !important; padding: 0 !important; display: grid !important; gap: 16px !important; }
.ccrt-inline-subscribe .gfield,
.cxrt-inline-subscribe .gfield { margin: 0 !important; padding: 0 !important; max-width: 100% !important; }

/* Labels */
.ccrt-inline-subscribe .gfield_label,
/* Labels */
.cxrt-inline-subscribe .gfield_label { display: block !important; margin: 0 0 6px !important; font-size: 13px !important; font-weight: 800 !important; color: #14252a !important; letter-spacing: .01em !important; }
.ccrt-inline-subscribe .gfield_required,
.cxrt-inline-subscribe .gfield_required { color: #b91c1c !important; }

/* Inputs */
.ccrt-inline-subscribe .gform_wrapper input[type="text"],
.ccrt-inline-subscribe .gform_wrapper input[type="email"],
.ccrt-inline-subscribe .gform_wrapper input[type="url"],
.ccrt-inline-subscribe .gform_wrapper input[type="tel"],
/* Inputs */
.cxrt-inline-subscribe .gform_wrapper input[type="text"],
.cxrt-inline-subscribe .gform_wrapper input[type="email"],
.cxrt-inline-subscribe .gform_wrapper input[type="url"],
.cxrt-inline-subscribe .gform_wrapper input[type="tel"] {
  width: 100% !important; box-sizing: border-box !important;
  padding: 13px 15px !important; border: 1.5px solid #c7d5d8 !important; border-radius: 11px !important;
  font-size: 15px !important; font-family: inherit !important; color: #14252a !important;
  background: #f4f7f7 !important; margin: 0 !important; line-height: 1.3 !important;
}
.ccrt-inline-subscribe .gform_wrapper input:focus,
.cxrt-inline-subscribe .gform_wrapper input:focus { outline: none !important; border-color: #0f4f5c !important; box-shadow: 0 0 0 3px rgba(15,79,92,.12) !important; background: #fff !important; }

/* Name field — First / Last side by side */
.ccrt-inline-subscribe .ginput_complex.ginput_container_name,
.ccrt-inline-subscribe .ginput_complex,
/* Name field — First / Last side by side */
.cxrt-inline-subscribe .ginput_complex.ginput_container_name,
.cxrt-inline-subscribe .ginput_complex { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 12px !important; width: 100% !important; }
.ccrt-inline-subscribe .ginput_complex > span,
.cxrt-inline-subscribe .ginput_complex > span { display: block !important; width: auto !important; padding: 0 !important; }
.ccrt-inline-subscribe .ginput_complex label,
.cxrt-inline-subscribe .ginput_complex label { display: block !important; margin: 6px 0 0 !important; font-size: 12px !important; font-weight: 600 !important; color: #5e7075 !important; }

/* Validation messages */
.ccrt-inline-subscribe .validation_message,
.ccrt-inline-subscribe .gfield_validation_message,
.ccrt-inline-subscribe .gform_validation_errors,
/* Validation messages */
.cxrt-inline-subscribe .validation_message,
.cxrt-inline-subscribe .gfield_validation_message,
.cxrt-inline-subscribe .gform_validation_errors { color: #b91c1c !important; font-size: 12.5px !important; margin-top: 6px !important; }

@media (max-width: 480px) {
  .ccrt-inline-subscribe .ginput_complex.ginput_container_name,
  .ccrt-inline-subscribe .ginput_complex,
.cxrt-inline-subscribe .ginput_complex.ginput_container_name,
  .cxrt-inline-subscribe .ginput_complex { grid-template-columns: 1fr !important; }
}


/* =====================================================
   ARCHIVE listing component (.cxrta-* / .ccrta-*)
   Shared by the CX and Call Centre roundtable ARCHIVE templates.
===================================================== */
/* =====================================================
   ACXPA — CX Roundtables Archive
===================================================== */
.post-type-archive-cx_roundtables .kleo-page-title,
.post-type-archive-cx_roundtables .page-title,
.post-type-archive-cx_roundtables .page-title-wrap,
.post-type-archive-cx_roundtables .titlebar,
.post-type-archive-cx_roundtables #page-title,
.post-type-archive-cx_roundtables .section-title,
.post-type-archive-cx_roundtables .sidebar,
.post-type-archive-cx_roundtables #sidebar,
.post-type-archive-cx_roundtables .kleo-sidebar,
.post-type-archive-cx_roundtables aside.sidebar { display: none !important; }
.post-type-archive-cx_roundtables .content-area,
.post-type-archive-cx_roundtables .main-content,
.post-type-archive-cx_roundtables .with-sidebar,
.post-type-archive-cx_roundtables .right_sidebar,
.post-type-archive-cx_roundtables .left_sidebar { width:100% !important; max-width:100% !important; float:none !important; margin:0 !important; padding:0 !important; }

/* BASE */
.ccrta,
/* BASE */
.cxrta { font-family:"Open Sans",Arial,sans-serif; color:#14252a; }

/* HERO */
.ccrta-hero,
/* HERO */
.cxrta-hero { margin:0 0 24px; padding:28px; border-radius:20px; background:radial-gradient(circle at top right,rgba(249,176,46,.12),transparent 30%),linear-gradient(135deg,#ffffff 0%,#f4f7f7 100%); border:1px solid rgba(15,79,92,.10); box-shadow:0 10px 30px rgba(15,23,42,.05); }
.ccrta-tag,
.cxrta-tag { display:inline-block; font-size:12px; letter-spacing:.08em; text-transform:uppercase; padding:7px 14px; border-radius:999px; background:#0f4f5c; color:#fff; margin:0 0 14px; font-weight:700; }
.ccrta-title,
.cxrta-title { margin:0 0 10px; font-size:48px; line-height:1.05; color:#0f4f5c; }
.ccrta-intro,
.cxrta-intro { margin:0 0 18px; font-size:18px; line-height:1.65; color:#5e7075; max-width:100%; }

/* SEARCH */
.ccrta-search-wrap,
/* SEARCH */
.cxrta-search-wrap { max-width:520px; }
.ccrta-search,
.cxrta-search { width:100%; padding:15px 18px; border:2px solid #0f4f5c; border-radius:14px; font-size:16px; line-height:1.4; background:#fff; color:#14252a; box-sizing:border-box; box-shadow:0 2px 8px rgba(15,79,92,0.12); }
.ccrta-search:focus,
.cxrta-search:focus { outline:none; border-color:#0f4f5c; box-shadow:0 0 0 4px rgba(15,79,92,.18),0 2px 12px rgba(15,79,92,.15); }

/* QUICK LINKS */
.ccrta-quicklinks,
/* QUICK LINKS */
.cxrta-quicklinks { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.ccrta-quicklink,
.cxrta-quicklink { display:inline-flex; align-items:center; gap:7px; padding:9px 18px; border-radius:999px; font-size:13.5px; font-weight:700; text-decoration:none !important; transition:all 0.15s; cursor:pointer; border:none; background:none; }
.ccrta-quicklink--primary,
.cxrta-quicklink--primary { background:#0f4f5c; color:#fff !important; box-shadow:0 2px 8px rgba(15,79,92,0.25); }
.ccrta-quicklink--primary:hover,
.cxrta-quicklink--primary:hover { background:#0a3a44; transform:translateY(-1px); box-shadow:0 4px 14px rgba(15,79,92,0.3); }
.ccrta-quicklink--outline,
.cxrta-quicklink--outline { background:#fff; color:#0f4f5c !important; border:1.5px solid rgba(15,79,92,0.3); }
.ccrta-quicklink--outline:hover,
.cxrta-quicklink--outline:hover { background:#0f4f5c; color:#fff !important; border-color:#0f4f5c; transform:translateY(-1px); }
.ccrta-quicklink--gold,
.cxrta-quicklink--gold { background:linear-gradient(135deg,#f9b02e,#e09a1e); color:#0f4f5c !important; box-shadow:0 2px 8px rgba(244,185,66,0.35); }
.ccrta-quicklink--gold:hover,
.cxrta-quicklink--gold:hover { opacity:0.9; transform:translateY(-1px); }
.ccrta-quicklink svg,
.cxrta-quicklink svg { width:14px; height:14px; flex-shrink:0; }

/* FILTER BAR */
.ccrta-filters,
/* FILTER BAR */
.cxrta-filters { display:flex; align-items:center; gap:12px; margin-top:20px; flex-wrap:wrap; }
.ccrta-filter-label,
.cxrta-filter-label { font-size:11px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:#5e7075; white-space:nowrap; }
.ccrta-filter-select,
.cxrta-filter-select { appearance:none; -webkit-appearance:none; background-color:#fff; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 12px center; border:1.5px solid #dbe5e7; border-radius:10px; color:#14252a; font-size:14px; font-weight:500; padding:10px 36px 10px 14px; cursor:pointer; transition:border-color 0.15s,box-shadow 0.15s; min-width:120px; flex:1; }
.ccrta-filter-select:focus,
.cxrta-filter-select:focus { outline:none; border-color:#0f4f5c; box-shadow:0 0 0 3px rgba(15,79,92,.12); }
.ccrta-filter-select:hover,
.cxrta-filter-select:hover { border-color:#8a989c; }
.ccrta-filter-reset,
.cxrta-filter-reset { font-size:12.5px; font-weight:600; color:#5e7075; background:none; border:none; cursor:pointer; padding:6px 10px; border-radius:6px; transition:color 0.15s,background 0.15s; display:none; }
.ccrta-filter-reset:hover,
.cxrta-filter-reset:hover { color:#14252a; background:#f4f7f7; }
.ccrta-filter-reset.is-visible,
.cxrta-filter-reset.is-visible { display:inline-flex; align-items:center; gap:5px; }
.ccrta-filter-count,
.cxrta-filter-count { font-size:12px; color:#8a989c; font-weight:500; margin-left:auto; }

/* COUNTDOWN BANNER */
.ccrta-next-banner,
/* COUNTDOWN BANNER */
.cxrta-next-banner { margin:48px 0 0; padding:22px 28px; border-radius:16px; background:linear-gradient(135deg,#f97316 0%,#ea580c 100%); border:1px solid rgba(249,115,22,0.2); box-shadow:0 8px 24px rgba(249,115,22,0.25); display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
.ccrta-next-banner__left,
.cxrta-next-banner__left { flex:1; min-width:220px; }
.ccrta-next-banner__kicker,
.cxrta-next-banner__kicker { font-size:11px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:rgba(255,255,255,0.6); margin-bottom:6px; }
.ccrta-next-banner__date,
.cxrta-next-banner__date { font-size:17px; font-weight:700; color:#fff; margin-bottom:2px; }
.ccrta-next-banner__sub,
.cxrta-next-banner__sub { font-size:13px; color:rgba(255,255,255,0.65); }
.ccrta-next-banner__center,
.cxrta-next-banner__center { text-align:center; }
.ccrta-next-banner__clock,
.cxrta-next-banner__clock { font-size:32px; font-weight:700; font-variant-numeric:tabular-nums; letter-spacing:-0.02em; color:#fff; line-height:1; }
.ccrta-next-banner__clock.is-live,
.cxrta-next-banner__clock.is-live { color:#f9b02e; }
.ccrta-next-banner__clock-label,
.cxrta-next-banner__clock-label { font-size:12px; color:rgba(255,255,255,0.7); margin-top:4px; }
.ccrta-next-banner__right,
.cxrta-next-banner__right { display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.ccrta-next-banner__watch,
.cxrta-next-banner__watch { display:inline-flex; align-items:center; gap:8px; background:#f9b02e; color:#0f4f5c !important; font-size:14px; font-weight:800; padding:11px 22px; border-radius:999px; text-decoration:none !important; transition:all 0.15s; animation:cxrta-banner-pulse 2s ease-in-out infinite; }
.ccrta-next-banner__watch:hover,
.cxrta-next-banner__watch:hover { background:#fff; transform:translateY(-1px); }
@keyframes cxrta-banner-pulse { 0%,100%{box-shadow:0 0 0 0 rgba(249,176,46,0.4);}50%{box-shadow:0 0 0 8px rgba(249,176,46,0);} }
.ccrta-next-banner__live-dot,
.cxrta-next-banner__live-dot { width:9px; height:9px; border-radius:50%; background:#0f4f5c; animation:cxrta-pulse 1.4s ease-in-out infinite; }
.ccrta-next-banner__cal-link,
.cxrta-next-banner__cal-link { display:inline-flex; align-items:center; gap:7px; color:rgba(255,255,255,0.75) !important; font-size:13px; font-weight:600; text-decoration:none !important; padding:10px 16px; border:1px solid rgba(255,255,255,0.25); border-radius:999px; transition:all 0.15s; }
.ccrta-next-banner__cal-link:hover,
.cxrta-next-banner__cal-link:hover { background:rgba(255,255,255,0.1); color:#fff !important; border-color:rgba(255,255,255,0.45); }

/* CARDS GRID */
.ccrta-grid,
/* CARDS GRID */
.cxrta-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; align-items:start; }
.ccrta-card,
.cxrta-card { display:flex; flex-direction:column; background:#fff; border:1px solid #dbe5e7; border-radius:18px; overflow:hidden; box-shadow:0 8px 20px rgba(15,23,42,.04); transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease; align-self:start; }
.ccrta-card:hover,
.cxrta-card:hover { transform:translateY(-2px); box-shadow:0 14px 28px rgba(15,23,42,.12); border-color:rgba(13,31,60,.30); }
.ccrta-card--result,
.cxrta-card--result { box-shadow:none; }
.ccrta-card__image-link,
.cxrta-card__image-link { display:block; }
.ccrta-card__image,
.cxrta-card__image { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; background:#dbe5e7; }
/* Fix 1: card top is a fixed height so all cards align regardless of title length */
.ccrta-card__top,
/* Fix 1: card top is a fixed height so all cards align regardless of title length */
.cxrta-card__top { padding:24px 20px; text-align:center; border-bottom:none; background:#fdebcb; border:1px solid #f4d79a; min-height:190px; display:flex; flex-direction:column; align-items:center; justify-content:center; box-sizing:border-box; }
.ccrta-card__top--upcoming,
.cxrta-card__top--upcoming { background:#e0e7ff; border-color:#c7d2fe; }
.ccrta-card__meta,
.cxrta-card__meta { display:inline-block; background:#0f4f5c; color:#f9b02e; font-size:11px; font-weight:800; letter-spacing:0.09em; text-transform:uppercase; padding:5px 13px; border-radius:100px; margin-bottom:12px; border:none; flex-shrink:0; }
/* Fix 2: title is plain text in button — must be white, not inherited browser default */
.ccrta-card__title,
/* Fix 2: title is plain text in button — must be white, not inherited browser default */
.cxrta-card__title { margin:0; font-size:17px; font-weight:700; line-height:1.35; text-align:center; color:#14252a; }
.ccrta-card__title a,
.cxrta-card__title a { color:#14252a; text-decoration:none !important; }
.ccrta-card__title a:hover,
.cxrta-card__title a:hover { color:#0f4f5c; }
/* CARD ACCORDION */
.ccrta-card__top-btn,
/* CARD ACCORDION */
.cxrta-card__top-btn { display:block; width:100%; background:none; border:none; padding:0; cursor:pointer; text-align:inherit; font:inherit; color:inherit; }
.ccrta-card__top-btn:focus-visible,
.cxrta-card__top-btn:focus-visible { outline:3px solid #f9b02e; outline-offset:2px; }
.ccrta-card__chevron-wrap,
.cxrta-card__chevron-wrap { display:flex; align-items:center; justify-content:center; margin-top:12px; flex-shrink:0; }
.ccrta-card__chevron,
.cxrta-card__chevron { display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:50%; background:none; border:none; color:#14252a; transition:transform 0.25s ease, color 0.15s; }
.ccrta-card__top-btn[aria-expanded="true"] .ccrta-card__chevron,
.cxrta-card__top-btn[aria-expanded="true"] .cxrta-card__chevron { transform:rotate(180deg); color:#0f4f5c; }
.ccrta-card__top-btn:hover .ccrta-card__chevron,
.cxrta-card__top-btn:hover .cxrta-card__chevron { color:#0f4f5c; }
.ccrta-card__body,
.cxrta-card__body { display:flex; flex-direction:column; gap:14px; padding:18px 20px; flex:1; overflow:hidden; max-height:0; padding-top:0; padding-bottom:0; transition:max-height 0.35s ease, padding 0.25s ease; }
.ccrta-card__body.is-open,
.cxrta-card__body.is-open { max-height:800px; padding:18px 20px; }
.ccrta-access-pill,
.cxrta-access-pill { display:inline-flex; align-items:center; justify-content:center; align-self:center; padding:6px 12px; border-radius:999px; background:#dbe5e7; border:1px solid #d8e0ea; color:#5e7075; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.ccrta-access-pill--latest,
.cxrta-access-pill--latest { background:#e6f2ec; border-color:rgba(15,79,92,.18); color:#0f4f5c; }
.ccrta-card__access-copy,
.cxrta-card__access-copy { color:#5e7075; font-size:14px; line-height:1.55; text-align:center; }
.ccrta-card__speakers,
.cxrta-card__speakers { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; }
.ccrta-speaker-tag,
.cxrta-speaker-tag { display:inline-flex; align-items:center; justify-content:center; padding:5px 11px; border-radius:999px; font-size:12px; font-weight:700; line-height:1; background:#dbe5e7; color:#5e7075; border:1px solid #dbe5e7; cursor:pointer; transition:background-color .12s,border-color .12s,color .12s,transform .12s; }
.ccrta-speaker-tag:hover,
.cxrta-speaker-tag:hover { background:#f9b02e; border-color:#f9b02e; color:#000; transform:translateY(-1px); }
.ccrta-card__keywords,
.cxrta-card__keywords { margin-top:10px; font-size:11px; color:#5e7075; line-height:1.6; }
.ccrta-keyword-tag,
.cxrta-keyword-tag { color:#5e7075; }
.ccrta-keyword-tag--match,
.cxrta-keyword-tag--match { color:#14252a; font-weight:700; background:rgba(244,185,66,.35); border-radius:3px; padding:0 2px; }
.ccrta-card--locked .ccrta-keyword-tag,
.cxrta-card--locked .cxrta-keyword-tag { opacity:.55; }
.ccrta-card__excerpt,
.cxrta-card__excerpt { color:#5e7075; line-height:1.7; font-size:15px; flex-grow:1; margin:0; }
.ccrta-card__actions,
.cxrta-card__actions { margin-top:auto; text-align:center; }

/* LOCKED CARD */
.ccrta-card--locked .ccrta-card__top,
/* LOCKED CARD */
.cxrta-card--locked .cxrta-card__top { background:#fdebcb; border-color:#f4d79a; opacity:0.7; }
.ccrta-card--locked .ccrta-card__body.is-open,
.cxrta-card--locked .cxrta-card__body.is-open { background:#f4f7f7; }
.ccrta-card--locked .ccrta-card__excerpt,
.ccrta-card--locked .ccrta-card__access-copy,
.cxrta-card--locked .cxrta-card__excerpt,
.cxrta-card--locked .cxrta-card__access-copy { color:#8a989c; }
.ccrta-card--locked .ccrta-card__title a,
.cxrta-card--locked .cxrta-card__title a { color:rgba(15,23,42,.45); }
.ccrta-card--locked .ccrta-card__meta,
.cxrta-card--locked .cxrta-card__meta { opacity:.50; }

/* BUTTONS */
.ccrta-btn,
/* BUTTONS */
.cxrta-btn { display:inline-flex; align-items:center; justify-content:center; padding:11px 20px; border-radius:999px; text-decoration:none !important; font-weight:700; font-size:14px; transition:transform .12s,background-color .12s,border-color .12s,color .12s; }
.ccrta-btn-primary,
.cxrta-btn-primary { background:#0f4f5c; color:#fff !important; border:1px solid #0f4f5c; }
.ccrta-btn-primary:hover,
.cxrta-btn-primary:hover { background:#f9b02e; border-color:#f9b02e; color:#000 !important; transform:translateY(-1px); }
.ccrta-btn-secondary,
.cxrta-btn-secondary { background:#fff; color:#0f4f5c !important; border:1px solid rgba(15,79,92,.18); }
.ccrta-btn-secondary:hover,
.cxrta-btn-secondary:hover { background:#f9b02e; border-color:#f9b02e; color:#000 !important; transform:translateY(-1px); }
.ccrta-card__top mark,
.cxrta-card__top mark { background:rgba(13,31,60,0.15); color:#0f4f5c; border-radius:3px; padding:0 2px; }
.ccrta-card__excerpt mark,
.cxrta-card__excerpt mark { background:rgba(249,176,46,0.45); color:#14252a; border-radius:3px; padding:0 2px; }

/* SEARCH RESULTS */
#ccrta-roundtable-results-wrap,
/* SEARCH RESULTS */
#cxrta-roundtable-results-wrap { padding:20px; background:#fff; border:1px solid #dbe5e7; border-radius:18px; box-shadow:0 8px 20px rgba(15,23,42,.04); }
.ccrta-search-results__head,
.cxrta-search-results__head { display:flex; align-items:baseline; gap:10px; margin-bottom:16px; }
.ccrta-search-results__title,
.cxrta-search-results__title { font-size:18px; font-weight:800; color:#0f4f5c; margin:0; }
.ccrta-search-results__meta,
.cxrta-search-results__meta { font-size:13px; color:#8a989c; font-weight:500; margin:0; }
.ccrta-search-results__list,
.cxrta-search-results__list { display:flex; flex-direction:column; gap:12px; }
.ccrta-search-results__list--roundtables .ccrta-card,
.cxrta-search-results__list--roundtables .cxrta-card { max-width:100%; }
.ccrta-search-results__list--roundtables.single-result .ccrta-card,
.cxrta-search-results__list--roundtables.single-result .cxrta-card { max-width:100%; }

/* EMPTY STATES */
.ccrta-empty-state,
/* EMPTY STATES */
.cxrta-empty-state { text-align:center; padding:40px 24px; color:#5e7075; }
.ccrta-empty-state__icon,
.cxrta-empty-state__icon { font-size:36px; margin-bottom:12px; opacity:0.5; }
.ccrta-empty-state__title,
.cxrta-empty-state__title { font-size:16px; font-weight:700; color:#14252a; margin:0 0 6px; }
.ccrta-empty-state__desc,
.cxrta-empty-state__desc { font-size:14px; color:#8a989c; margin:0 0 16px; }
.ccrta-empty-state__reset,
.cxrta-empty-state__reset { display:inline-flex; align-items:center; gap:6px; font-size:13.5px; font-weight:600; color:#0f4f5c; background:rgba(15,79,92,0.07); border:none; border-radius:8px; padding:9px 18px; cursor:pointer; transition:background 0.15s; }
.ccrta-empty-state__reset:hover,
.cxrta-empty-state__reset:hover { background:rgba(15,79,92,0.13); }
.ccrta-empty,
.cxrta-empty { padding:18px 0; color:#5e7075; font-size:16px; }

/* TRANSCRIPT SEARCH SECTION */
.ccrta-transcript-section,
/* TRANSCRIPT SEARCH SECTION */
.cxrta-transcript-section { margin-top:56px; padding:36px 40px 40px; border-radius:20px; background:linear-gradient(135deg,#0f4f5c 0%,#0a3a44 50%,#0f2847 100%); position:relative; overflow:hidden; box-shadow:0 20px 60px rgba(13,31,60,.35); }
.ccrta-transcript-section::before,
.cxrta-transcript-section::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,#f9b02e 0%,#f9d278 40%,#e8a020 100%); }
.ccrta-transcript-section::after,
.cxrta-transcript-section::after { content:''; position:absolute; inset:0; background-image:radial-gradient(circle,rgba(255,255,255,0.03) 1px,transparent 1px); background-size:24px 24px; pointer-events:none; }
.ccrta-transcript-section__header,
.cxrta-transcript-section__header { position:relative; z-index:1; margin-bottom:24px; }
.ccrta-transcript-section__title,
.cxrta-transcript-section__title { font-size:26px; font-weight:800; color:#fff; margin:0 0 8px; letter-spacing:-0.3px; }
.ccrta-transcript-section__desc,
.cxrta-transcript-section__desc { font-size:15px; color:rgba(255,255,255,0.75); margin:0; line-height:1.55; }
.ccrta-transcript-controls,
.cxrta-transcript-controls { position:relative; z-index:1; display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.ccrta-transcript-controls .ccrta-search-wrap,
.cxrta-transcript-controls .cxrta-search-wrap { flex:1; min-width:200px; max-width:none; }
.ccrta-transcript-controls .ccrta-search,
.cxrta-transcript-controls .cxrta-search { background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.25); color:#fff; border-radius:12px; }
.ccrta-transcript-controls .ccrta-search::placeholder,
.cxrta-transcript-controls .cxrta-search::placeholder { color:rgba(255,255,255,0.45); }
.ccrta-transcript-controls .ccrta-search:focus,
.cxrta-transcript-controls .cxrta-search:focus { background:rgba(255,255,255,0.15); border-color:#f9b02e; box-shadow:0 0 0 3px rgba(244,185,66,0.2); }
.ccrta-transcript-controls .ccrta-filter-select,
.cxrta-transcript-controls .cxrta-filter-select { background-color:rgba(255,255,255,0.1); background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); border-color:rgba(255,255,255,0.25); color:#fff; }
.ccrta-transcript-controls .ccrta-filter-select option,
.cxrta-transcript-controls .cxrta-filter-select option { background:#0f4f5c; color:#fff; }
.ccrta-transcript-controls .ccrta-filter-select:focus,
.cxrta-transcript-controls .cxrta-filter-select:focus { border-color:#f9b02e; box-shadow:0 0 0 3px rgba(244,185,66,0.2); }
.ccrta-transcript-filter-row,
.cxrta-transcript-filter-row { position:relative; z-index:1; display:flex; gap:8px; flex-wrap:wrap; margin-top:12px; }
.ccrta-transcript-filter-row .ccrta-filter-label,
.cxrta-transcript-filter-row .cxrta-filter-label { color:rgba(255,255,255,0.55); align-self:center; }
.ccrta-year-btn,
.cxrta-year-btn { background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.2); color:rgba(255,255,255,0.8); font-size:12px; font-weight:700; letter-spacing:0.05em; padding:6px 16px; border-radius:999px; cursor:pointer; transition:background 0.15s,border-color 0.15s,color 0.15s; }
.ccrta-year-btn:hover,.ccrta-year-btn.active,
.cxrta-year-btn:hover,.cxrta-year-btn.active { background:#f9b02e; border-color:#f9b02e; color:#0f4f5c; }
#ccrta-transcript-results-wrap,
#cxrta-transcript-results-wrap { position:relative; z-index:1; margin-top:24px; }
#ccrta-transcript-results-wrap .ccrta-search-results__head,
#cxrta-transcript-results-wrap .cxrta-search-results__head { margin-bottom:14px; }
#ccrta-transcript-results-wrap .ccrta-search-results__title,
#cxrta-transcript-results-wrap .cxrta-search-results__title { color:rgba(255,255,255,0.9); font-size:14px; }
#ccrta-transcript-results-wrap .ccrta-search-results__meta,
#cxrta-transcript-results-wrap .cxrta-search-results__meta { color:rgba(255,255,255,0.45); }
#ccrta-transcript-results-list,
#cxrta-transcript-results-list { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
#ccrta-transcript-results-list.single-result,
#cxrta-transcript-results-list.single-result { grid-template-columns:1fr; max-width:600px; }
.ccrta-result-card,
.cxrta-result-card { background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.12); border-radius:14px; padding:18px 20px 16px; display:flex; flex-direction:column; gap:10px; backdrop-filter:blur(4px); transition:border-color 0.15s,background 0.15s; }
.ccrta-result-card:hover,
.cxrta-result-card:hover { border-color:rgba(244,185,66,0.5); background:rgba(255,255,255,0.10); }
.ccrta-result-card__header,
.cxrta-result-card__header { display:flex; align-items:flex-start; justify-content:space-between; gap:10px; }
.ccrta-result-card__time-badge,
.cxrta-result-card__time-badge { display:inline-flex; align-items:center; gap:6px; background:#f9b02e; color:#0f4f5c; font-size:13px; font-weight:800; letter-spacing:0.04em; padding:5px 12px; border-radius:100px; white-space:nowrap; flex-shrink:0; }
.ccrta-result-card__time-badge svg,
.cxrta-result-card__time-badge svg { width:12px; height:12px; }
.ccrta-result-card__roundtable,
.cxrta-result-card__roundtable { font-size:12px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; color:rgba(255,255,255,0.55); line-height:1.3; padding-top:2px; }
.ccrta-result-card__speaker,
.cxrta-result-card__speaker { display:inline-flex; align-items:center; gap:6px; font-size:14px; font-weight:700; color:#f9b02e; border-radius:6px; width:fit-content; }
.ccrta-result-card__speaker svg,
.cxrta-result-card__speaker svg { width:13px; height:13px; opacity:0.85; }
.ccrta-result-card__snippet,
.cxrta-result-card__snippet { font-size:15px; line-height:1.65; color:rgba(255,255,255,0.88); margin:0; flex:1; }
.ccrta-result-card__snippet mark,
.cxrta-result-card__snippet mark { background:rgba(244,185,66,0.35); color:#fff; border-radius:3px; padding:0 2px; }
.ccrta-result-card__actions,
.cxrta-result-card__actions { margin-top:4px; }
.ccrta-result-card .ccrta-btn-primary,
.cxrta-result-card .cxrta-btn-primary { background:rgba(255,255,255,0.12); border-color:rgba(255,255,255,0.2); color:#fff !important; font-size:12.5px; padding:8px 16px; }
.ccrta-result-card .ccrta-btn-primary:hover,
.cxrta-result-card .cxrta-btn-primary:hover { background:#f9b02e; border-color:#f9b02e; color:#0f4f5c !important; }
#ccrta-transcript-results-empty .ccrta-empty-state,
#cxrta-transcript-results-empty .cxrta-empty-state { color:rgba(255,255,255,0.55); }
#ccrta-transcript-results-empty .ccrta-empty-state__title,
#cxrta-transcript-results-empty .cxrta-empty-state__title { color:rgba(255,255,255,0.8); }
#ccrta-transcript-results-empty .ccrta-empty-state__desc,
#cxrta-transcript-results-empty .cxrta-empty-state__desc { color:rgba(255,255,255,0.45); }

/* MEMBER INFO SECTIONS */
.ccrta-info-section,
/* MEMBER INFO SECTIONS */
.cxrta-info-section { margin:48px 0 0; padding:36px 40px 40px; border-radius:20px; background:#fff; border:1px solid #dbe5e7; box-shadow:0 8px 24px rgba(15,23,42,.04); }
.ccrta-info-section__title,
.cxrta-info-section__title { font-size:22px; font-weight:800; color:#0f4f5c; margin:0 0 6px; letter-spacing:-0.2px; }
.ccrta-info-section__desc,
.cxrta-info-section__desc { font-size:15px; color:#5e7075; line-height:1.6; margin:0 0 28px; }
.ccrta-agenda-grid,
.cxrta-agenda-grid { display:flex; flex-direction:column; gap:12px; }
.ccrta-agenda-seg,
.cxrta-agenda-seg { display:flex; gap:16px; align-items:flex-start; padding:16px 20px; border-radius:14px; background:#f4f7f7; border:1px solid #dbe5e7; transition:border-color 0.15s,box-shadow 0.15s; }
.ccrta-agenda-seg:hover,
.cxrta-agenda-seg:hover { border-color:rgba(15,79,92,0.2); box-shadow:0 2px 10px rgba(15,79,92,0.06); }
.ccrta-agenda-seg__icon,
.cxrta-agenda-seg__icon { width:42px; height:42px; border-radius:50%; background:#fff; border:1px solid #dbe5e7; display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.ccrta-agenda-seg__name,
.cxrta-agenda-seg__name { font-size:15px; font-weight:700; color:#0f4f5c; margin-bottom:4px; }
.ccrta-agenda-seg__desc,
.cxrta-agenda-seg__desc { font-size:14px; color:#5e7075; line-height:1.6; }

/* ACCORDION */
.ccrta-accordion,
/* ACCORDION */
.cxrta-accordion { border:1px solid #dbe5e7; border-radius:16px; overflow:hidden; }
.ccrta-acc-item,
.cxrta-acc-item { border-bottom:1px solid #dbe5e7; }
.ccrta-acc-item:last-child,
.cxrta-acc-item:last-child { border-bottom:none; }
.ccrta-acc-trigger,
.cxrta-acc-trigger { width:100%; background:none; border:none; display:flex; align-items:center; gap:14px; padding:18px 20px; cursor:pointer; text-align:left; transition:background 0.12s; font-family:inherit; }
.ccrta-acc-trigger:hover,.ccrta-acc-trigger.is-open,
.cxrta-acc-trigger:hover,.cxrta-acc-trigger.is-open { background:#f4f7f7; }
.ccrta-acc-photo,
.cxrta-acc-photo { width:46px; height:46px; border-radius:50%; object-fit:cover; border:1px solid #dbe5e7; flex-shrink:0; }
.ccrta-acc-avatar,
.cxrta-acc-avatar { width:46px; height:46px; border-radius:50%; background:#dbe5e7; border:1px solid #dbe5e7; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:700; color:#5e7075; flex-shrink:0; }
.ccrta-acc-info,
.cxrta-acc-info { flex:1; min-width:0; }
.ccrta-acc-name,
.cxrta-acc-name { font-size:15px; font-weight:700; color:#14252a; }
.ccrta-acc-role,
.cxrta-acc-role { font-size:13px; color:#5e7075; margin-top:1px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ccrta-acc-chevron,
.cxrta-acc-chevron { width:18px; height:18px; flex-shrink:0; color:#8a989c; transition:transform 0.2s; }
.ccrta-acc-trigger.is-open .ccrta-acc-chevron,
.cxrta-acc-trigger.is-open .cxrta-acc-chevron { transform:rotate(180deg); }
.ccrta-acc-body,
.cxrta-acc-body { display:none; padding:0 20px 22px 20px; }
.ccrta-acc-body.is-open,
.cxrta-acc-body.is-open { display:block; }
.ccrta-acc-host-badge,
.cxrta-acc-host-badge { display:inline-block; font-size:11px; font-weight:700; background:#fdebcb; color:#14252a; padding:3px 10px; border-radius:999px; margin-bottom:14px; border:1px solid #f4d79a; }
.ccrta-acc-host-inner,
.cxrta-acc-host-inner { display:flex; gap:22px; align-items:flex-start; }
.ccrta-acc-host-photo,
.cxrta-acc-host-photo { width:96px; height:96px; border-radius:50%; object-fit:cover; border:2px solid #dbe5e7; flex-shrink:0; }
.ccrta-acc-host-text,
.cxrta-acc-host-text { flex:1; }
.ccrta-acc-bio,
.cxrta-acc-bio { font-size:14px; color:#5e7075; line-height:1.65; margin-bottom:10px; }
.ccrta-acc-bio:last-of-type,
.cxrta-acc-bio:last-of-type { margin-bottom:14px; }
.ccrta-acc-li-link,
.cxrta-acc-li-link { display:inline-flex; align-items:center; gap:5px; font-size:13px; font-weight:700; color:#0f4f5c !important; text-decoration:none !important; transition:color 0.15s; }
.ccrta-acc-li-link:hover,
.cxrta-acc-li-link:hover { color:#0a3a44 !important; text-decoration:underline !important; }
.ccrta-panel-grid,
.cxrta-panel-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:14px; }
.ccrta-panel-card,
.cxrta-panel-card { background:#f4f7f7; border:1px solid #dbe5e7; border-radius:14px; padding:16px; display:flex; gap:13px; align-items:flex-start; transition:border-color 0.15s,box-shadow 0.15s; }
.ccrta-panel-card:hover,
.cxrta-panel-card:hover { border-color:rgba(15,79,92,0.2); box-shadow:0 2px 10px rgba(15,79,92,0.06); }
.ccrta-panel-card img,
.cxrta-panel-card img { width:54px; height:54px; border-radius:50%; object-fit:cover; border:1px solid #dbe5e7; flex-shrink:0; }
.ccrta-panel-card__name,
.cxrta-panel-card__name { font-size:14px; font-weight:700; color:#14252a; margin-bottom:1px; }
.ccrta-panel-card__role,
.cxrta-panel-card__role { font-size:12px; color:#5e7075; margin-bottom:7px; line-height:1.4; }
.ccrta-panel-card__summary,
.cxrta-panel-card__summary { font-size:12px; color:#5e7075; line-height:1.55; margin-bottom:9px; }
.ccrta-panel-invite-circle,
.cxrta-panel-invite-circle { width:54px; height:54px; border-radius:50%; background:#dbe5e7; border:2px dashed #c7d5d8; display:flex; align-items:center; justify-content:center; font-size:22px; color:#8a989c; flex-shrink:0; }

/* CALENDAR */
.ccrta-cal-pref-btn,
/* CALENDAR */
.cxrta-cal-pref-btn { display:inline-flex; align-items:center; gap:7px; background:#0f4f5c; color:#fff !important; font-size:14px; font-weight:700; padding:11px 22px; border-radius:999px; text-decoration:none !important; margin-bottom:18px; transition:all 0.15s; box-shadow:0 2px 8px rgba(15,79,92,0.25); }
.ccrta-cal-pref-btn:hover,
.cxrta-cal-pref-btn:hover { background:#0a3a44; transform:translateY(-1px); }
.ccrta-cal-grid,
.cxrta-cal-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(210px,1fr)); gap:10px; margin-bottom:16px; }
.ccrta-cal-btn,
.cxrta-cal-btn { display:flex; align-items:center; gap:10px; background:#f4f7f7; border:1px solid #dbe5e7; border-radius:12px; padding:13px 16px; text-decoration:none !important; font-size:13.5px; font-weight:700; color:#14252a !important; transition:background 0.12s,border-color 0.12s,transform 0.12s; }
.ccrta-cal-btn:hover,
.cxrta-cal-btn:hover { background:#fff; border-color:rgba(15,79,92,0.25); transform:translateY(-1px); box-shadow:0 4px 12px rgba(15,79,92,0.08); }
.ccrta-cal-btn__icon,
.cxrta-cal-btn__icon { width:32px; height:32px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
.ccrta-cal-tip,
.cxrta-cal-tip { font-size:13px; color:#5e7075; line-height:1.6; padding:12px 16px; background:#f4f7f7; border-radius:10px; border:1px solid #dbe5e7; }

/* MEMBER QUESTION BLOCK */
.ccrta-member-q,
/* MEMBER QUESTION BLOCK */
.cxrta-member-q { position:relative; margin:56px 0 0; border-radius:16px; overflow:hidden; background:linear-gradient(135deg,#f9b02e 0%,#e09a1e 60%,#e09a1e 100%); box-shadow:0 4px 6px -1px rgba(0,0,0,0.08),0 16px 40px -8px rgba(232,160,16,0.3); border:1px solid rgba(255,255,255,0.4); }
.ccrta-member-q::before,
.cxrta-member-q::before { content:''; position:absolute; top:0; left:0; right:0; height:5px; background:linear-gradient(90deg,#0f4f5c 0%,#0a3a44 100%); z-index:2; }
.ccrta-member-q::after,
.cxrta-member-q::after { display:none; }
.ccrta-member-q__inner,
.cxrta-member-q__inner { position:relative; z-index:3; display:flex; gap:48px; align-items:flex-start; padding:44px 48px 48px; }
.ccrta-member-q__copy,
.cxrta-member-q__copy { flex:0 0 320px; max-width:320px; }
.ccrta-member-q__badge,
.cxrta-member-q__badge { display:inline-flex; align-items:center; gap:7px; background:rgba(15,79,92,0.12); border:1px solid rgba(15,79,92,0.25); border-radius:100px; padding:5px 14px 5px 10px; margin-bottom:20px; font-size:11.5px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:#0f4f5c; }
.ccrta-member-q__badge-dot,
.cxrta-member-q__badge-dot { width:7px; height:7px; border-radius:50%; background:#0f4f5c; box-shadow:0 0 6px rgba(15,79,92,0.4); animation:cxrta-pulse 2s ease-in-out infinite; }
@keyframes cxrta-pulse { 0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.6;transform:scale(0.85);} }
.ccrta-member-q__heading,
.cxrta-member-q__heading { font-size:22px; font-weight:800; line-height:1.3; color:#0f4f5c; margin:0 0 14px; letter-spacing:-0.3px; }
.ccrta-member-q__heading em,
.cxrta-member-q__heading em { font-style:normal; color:#fff; text-shadow:0 1px 4px rgba(0,0,0,0.2); }
.ccrta-member-q__desc,
.cxrta-member-q__desc { font-size:14.5px; line-height:1.65; color:rgba(15,79,92,0.85); margin:0 0 20px; }
.ccrta-member-q__perks,
.cxrta-member-q__perks { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }
.ccrta-member-q__perks li,
.cxrta-member-q__perks li { display:flex; align-items:flex-start; gap:10px; font-size:16px; color:rgba(15,79,92,0.9); line-height:1.55; }
.ccrta-member-q__perks li::before,
.cxrta-member-q__perks li::before { content:"✓"; flex-shrink:0; width:18px; height:18px; background:rgba(15,79,92,0.15); border-radius:50%; color:#0f4f5c; font-size:10px; font-weight:800; display:flex; align-items:center; justify-content:center; margin-top:1px; }
.ccrta-member-q__form,
.cxrta-member-q__form { flex:1; min-width:0; background:rgba(255,255,255,0.55); border:1px solid rgba(255,255,255,0.6); border-radius:12px; padding:32px 36px 36px; }
.ccrta-member-q__form-title,
.cxrta-member-q__form-title { font-size:14px; font-weight:800; color:rgba(15,79,92,0.65); letter-spacing:0.07em; text-transform:uppercase; margin:0 0 20px; }
.ccrta-member-q__form #gform_119 .gfield_label,
.cxrta-member-q__form #gform_119 .gfield_label { font-size:12px !important; font-weight:700 !important; letter-spacing:0.06em !important; text-transform:uppercase !important; color:#0f4f5c !important; margin-bottom:7px !important; display:block !important; }
.ccrta-member-q__form #gform_119 .gfield_required,.ccrta-member-q__form #gform_119 .gfield_required_text,.ccrta-member-q__form #gform_119 .gfield_required_asterisk,
.cxrta-member-q__form #gform_119 .gfield_required,.cxrta-member-q__form #gform_119 .gfield_required_text,.cxrta-member-q__form #gform_119 .gfield_required_asterisk { color:#f9b02e !important; }
.ccrta-member-q__form #gform_119 input[type="text"],.ccrta-member-q__form #gform_119 input[type="email"],.ccrta-member-q__form #gform_119 textarea,.ccrta-member-q__form #gform_119 select,
.cxrta-member-q__form #gform_119 input[type="text"],.cxrta-member-q__form #gform_119 input[type="email"],.cxrta-member-q__form #gform_119 textarea,.cxrta-member-q__form #gform_119 select { width:100% !important; background:#fff !important; border:1px solid #c7d5d8 !important; border-radius:8px !important; color:#14252a !important; font-size:14.5px !important; padding:11px 14px !important; box-sizing:border-box !important; transition:border-color 0.2s,background 0.2s !important; outline:none !important; box-shadow:none !important; }
.ccrta-member-q__form #gform_119 input[type="text"]:focus,.ccrta-member-q__form #gform_119 input[type="email"]:focus,.ccrta-member-q__form #gform_119 textarea:focus,.ccrta-member-q__form #gform_119 select:focus,
.cxrta-member-q__form #gform_119 input[type="text"]:focus,.cxrta-member-q__form #gform_119 input[type="email"]:focus,.cxrta-member-q__form #gform_119 textarea:focus,.cxrta-member-q__form #gform_119 select:focus { border-color:#0f4f5c !important; box-shadow:0 0 0 3px rgba(15,79,92,0.1) !important; }
.ccrta-member-q__form #gform_119 input::placeholder,.ccrta-member-q__form #gform_119 textarea::placeholder,
.cxrta-member-q__form #gform_119 input::placeholder,.cxrta-member-q__form #gform_119 textarea::placeholder { color:#8a989c !important; }
.ccrta-member-q__form #gform_119 textarea,
.cxrta-member-q__form #gform_119 textarea { min-height:110px !important; resize:vertical !important; }
.ccrta-member-q__form #gform_119 .gform_fields,
.cxrta-member-q__form #gform_119 .gform_fields { display:flex !important; flex-direction:column !important; gap:16px !important; }
.ccrta-member-q__form #gform_119 .gfield,
.cxrta-member-q__form #gform_119 .gfield { margin:0 !important; padding:0 !important; }
.ccrta-member-q__form #gform_119 .gform_footer,.ccrta-member-q__form #gform_119 .gform_page_footer,
.cxrta-member-q__form #gform_119 .gform_footer,.cxrta-member-q__form #gform_119 .gform_page_footer { margin-top:8px !important; padding:0 !important; }
.ccrta-member-q__form #gform_119 .gform_button,.ccrta-member-q__form #gform_119 input[type="submit"],
.cxrta-member-q__form #gform_119 .gform_button,.cxrta-member-q__form #gform_119 input[type="submit"] { display:block !important; width:100% !important; background:linear-gradient(135deg,#0f4f5c 0%,#0a3a44 100%) !important; color:#fff !important; border:none !important; border-radius:8px !important; padding:13px 28px !important; font-size:15px !important; font-weight:800 !important; letter-spacing:0.03em !important; cursor:pointer !important; transition:opacity 0.2s,transform 0.15s !important; box-shadow:0 4px 16px rgba(244,185,66,0.35) !important; text-align:center !important; }
.ccrta-member-q__form #gform_119 .gform_button:hover,.ccrta-member-q__form #gform_119 input[type="submit"]:hover,
.cxrta-member-q__form #gform_119 .gform_button:hover,.cxrta-member-q__form #gform_119 input[type="submit"]:hover { opacity:0.9 !important; transform:translateY(-1px) !important; }
.ccrta-member-q__form #gform_119 .gform_confirmation_message,
.cxrta-member-q__form #gform_119 .gform_confirmation_message { color:#0f4f5c !important; background:rgba(15,79,92,0.08) !important; border:1px solid rgba(15,79,92,0.2) !important; border-radius:8px !important; padding:16px 20px !important; font-size:14.5px !important; line-height:1.5 !important; }
.ccrta-member-q__form #gform_119 .validation_message,.ccrta-member-q__form #gform_119 .gfield_description.validation_message,
.cxrta-member-q__form #gform_119 .validation_message,.cxrta-member-q__form #gform_119 .gfield_description.validation_message { color:#f9b02e !important; font-size:12px !important; margin-top:4px !important; }
.ccrta-member-q__form #gform_119 .gfield_description,
.cxrta-member-q__form #gform_119 .gfield_description { color:rgba(15,79,92,0.65) !important; font-size:12.5px !important; }

/* GATE HERO */
.ccrta-gate-hero,
/* GATE HERO */
.cxrta-gate-hero { display:grid; grid-template-columns:1fr; gap:0; align-items:start; margin:24px 0 0; padding:28px; background:linear-gradient(135deg,#0a3a44 0%,#0a3a44 100%); border-radius:20px; border:1px solid rgba(255,255,255,.08); box-shadow:0 16px 40px rgba(15,79,92,.30); }
.ccrta-gate-hero__media,
.cxrta-gate-hero__media { position:relative; border-radius:14px; overflow:hidden; padding-top:56.25%; background:#0a3a44; box-shadow:0 12px 32px rgba(0,0,0,.40); }
.ccrta-gate-hero__media iframe,
.cxrta-gate-hero__media iframe { position:absolute; inset:0; width:100%; height:100%; border:0; filter:blur(5px) saturate(.7) brightness(.45); transform:scale(1.06); pointer-events:none; }
.ccrta-gate-hero__overlay,
.cxrta-gate-hero__overlay { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:20px; gap:8px; cursor:pointer; text-decoration:none !important; transition:background .15s; }
.ccrta-gate-hero__overlay:hover,
.cxrta-gate-hero__overlay:hover { background:rgba(0,0,0,.15); }
.ccrta-gate-hero__play,
.cxrta-gate-hero__play { font-size:40px; color:rgba(255,255,255,.85); line-height:1; }
.ccrta-gate-hero__label,
.cxrta-gate-hero__label { font-size:13px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:#f9b02e; }
.ccrta-gate-hero__overlay p,
.cxrta-gate-hero__overlay p { font-size:13px; color:rgba(255,255,255,.65); margin:0; }
.ccrta-gate-hero__body,
.cxrta-gate-hero__body { display:flex; flex-direction:column; gap:14px; }
.ccrta-gate-hero__kicker,
.cxrta-gate-hero__kicker { font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#f9b02e; }
.ccrta-gate-hero__heading,
.cxrta-gate-hero__heading { font-size:22px; font-weight:800; line-height:1.25; color:#fff; margin:0; letter-spacing:-.02em; }
.ccrta-gate-hero__desc,
.cxrta-gate-hero__desc { font-size:14px; line-height:1.65; color:rgba(255,255,255,.75); margin:0; }
.ccrta-gate-hero__list,
.cxrta-gate-hero__list { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:7px; }
.ccrta-gate-hero__list li,
.cxrta-gate-hero__list li { font-size:13.5px; color:rgba(255,255,255,.80); line-height:1.5; }
.ccrta-gate-hero__list li strong,
.cxrta-gate-hero__list li strong { color:#fff; }
.ccrta-gate-hero__actions,
.cxrta-gate-hero__actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:4px; }
.ccrta-gate-hero .ccrta-quicklink--primary,
.cxrta-gate-hero .cxrta-quicklink--primary { background:#fff; color:#0f4f5c !important; box-shadow:0 2px 8px rgba(0,0,0,.20); }
.ccrta-gate-hero .ccrta-quicklink--primary:hover,
.cxrta-gate-hero .cxrta-quicklink--primary:hover { background:#f9b02e; color:#0f4f5c !important; box-shadow:0 4px 14px rgba(249,176,46,.35); transform:translateY(-1px); }
.ccrta-gate-hero .ccrta-quicklink--outline,
.cxrta-gate-hero .cxrta-quicklink--outline { background:rgba(255,255,255,.10); color:#fff !important; border:1.5px solid rgba(255,255,255,.30); }
.ccrta-gate-hero .ccrta-quicklink--outline:hover,
.cxrta-gate-hero .cxrta-quicklink--outline:hover { background:rgba(255,255,255,.20); color:#fff !important; border-color:rgba(255,255,255,.55); transform:translateY(-1px); }

/* GATE FULL */
.ccrta-gate-full,
/* GATE FULL */
.cxrta-gate-full { border-radius:20px; background:linear-gradient(135deg,#0f4f5c 0%,#0a3a44 100%); border:1px solid rgba(255,255,255,.10); box-shadow:0 14px 40px rgba(15,79,92,.28); overflow:hidden; }
.ccrta-gate-full__header,
.cxrta-gate-full__header { padding:36px 44px 0; }
.ccrta-gate-full__inner,
.cxrta-gate-full__inner { display:flex; gap:40px; align-items:flex-start; padding:20px 44px 40px; flex-wrap:wrap; }
.ccrta-gate-full__list,
.cxrta-gate-full__list { flex:1; min-width:260px; list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }
.ccrta-gate-full__kicker,
.cxrta-gate-full__kicker { display:block; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#f9b02e; margin-bottom:10px; }
.ccrta-gate-full__heading,
.cxrta-gate-full__heading { font-size:28px; font-weight:800; color:#fff; margin:0 0 12px; line-height:1.2; letter-spacing:-.02em; }
.ccrta-gate-full__desc,
.cxrta-gate-full__desc { font-size:16px; color:rgba(255,255,255,.80); line-height:1.65; margin:0 0 18px; }
.ccrta-gate-full__list li,
.cxrta-gate-full__list li { font-size:15px; color:rgba(255,255,255,.85); line-height:1.5; }
.ccrta-gate-full__action,
.cxrta-gate-full__action { flex-shrink:0; display:flex; flex-direction:column; align-items:stretch; gap:12px; min-width:220px; padding:28px; background:rgba(255,255,255,.07); border-radius:16px; border:1px solid rgba(255,255,255,.12); }
.ccrta-gate-full .ccrta-quicklink--primary,
.cxrta-gate-full .cxrta-quicklink--primary { background:#fff; color:#0f4f5c !important; box-shadow:0 2px 8px rgba(0,0,0,.20); }
.ccrta-gate-full .ccrta-quicklink--primary:hover,
.cxrta-gate-full .cxrta-quicklink--primary:hover { background:#f9b02e; color:#0f4f5c !important; box-shadow:0 4px 14px rgba(249,176,46,.35); transform:translateY(-1px); }
.ccrta-gate-full .ccrta-quicklink--outline,
.cxrta-gate-full .cxrta-quicklink--outline { background:rgba(255,255,255,.10); color:#fff !important; border:1.5px solid rgba(255,255,255,.30); }
.ccrta-gate-full .ccrta-quicklink--outline:hover,
.cxrta-gate-full .cxrta-quicklink--outline:hover { background:rgba(255,255,255,.20); color:#fff !important; border-color:rgba(255,255,255,.55); transform:translateY(-1px); }

/* HUB GRID */
.ccrta-hub-grid,
/* HUB GRID */
.cxrta-hub-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.ccrta-hub-card,
.cxrta-hub-card { display:flex; align-items:center; gap:16px; padding:18px 20px; background:#f4f7f7; border:1px solid #dbe5e7; border-radius:14px; text-decoration:none !important; color:inherit; transition:border-color .14s,box-shadow .14s,transform .14s; }
.ccrta-hub-card:hover,
.cxrta-hub-card:hover { border-color:rgba(15,79,92,.28); box-shadow:0 4px 14px rgba(15,79,92,.10); transform:translateY(-2px); }
.ccrta-hub-card__icon,
.cxrta-hub-card__icon { font-size:28px; line-height:1; flex-shrink:0; }
.ccrta-hub-card__body,
.cxrta-hub-card__body { flex:1; min-width:0; }
.ccrta-hub-card__title,
.cxrta-hub-card__title { font-size:15px; font-weight:700; color:#0f4f5c; margin-bottom:3px; }
.ccrta-hub-card__desc,
.cxrta-hub-card__desc { font-size:13px; color:#5e7075; line-height:1.5; }
.ccrta-hub-card__arrow,
.cxrta-hub-card__arrow { font-size:18px; color:#0f4f5c; font-weight:700; flex-shrink:0; opacity:.6; transition:opacity .14s,transform .14s; }
.ccrta-hub-card:hover .ccrta-hub-card__arrow,
.cxrta-hub-card:hover .cxrta-hub-card__arrow { opacity:1; transform:translateX(3px); }

/* AUDIENCE SECTION */
.ccrta-audience-section,
/* AUDIENCE SECTION */
.cxrta-audience-section { margin:40px 0 0; padding:36px 40px; border-radius:20px; background:linear-gradient(135deg,#f4f7f7 0%,#fdebcb 100%); border:1px solid rgba(244,185,66,.30); box-shadow:0 8px 24px rgba(244,185,66,.08); }
.ccrta-audience-section h2,
.cxrta-audience-section h2 { font-size:22px; font-weight:800; color:#0f4f5c; margin:0 0 6px; }
.ccrta-audience-section p,
.cxrta-audience-section p { font-size:15px; color:#5e7075; line-height:1.65; margin:0 0 20px; }
.ccrta-audience-grid,
.cxrta-audience-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-bottom:20px; }
.ccrta-audience-tag,
.cxrta-audience-tag { padding:10px 14px; border:1px solid rgba(244,185,66,.45); border-radius:10px; font-size:13px; font-weight:600; color:#14252a; background:rgba(255,255,255,.80); line-height:1.4; }
.ccrta-audience-note,
.cxrta-audience-note { font-size:14px !important; color:#5e7075 !important; font-style:italic; margin:0 !important; }

/* FAST FACTS */
.ccrta-facts-section,
/* FAST FACTS */
.cxrta-facts-section { margin:24px 0 0; padding:36px 40px; border-radius:20px; background:linear-gradient(135deg,#dbe5e7 0%,#dbe5e7 60%,#f4f7f7 100%); border:1px solid #c7d5d8; box-shadow:0 8px 24px rgba(15,23,42,.10); }
.ccrta-facts-section h2,
.cxrta-facts-section h2 { font-size:22px; font-weight:800; color:#0f4f5c; margin:0 0 6px; }
.ccrta-facts-section > p,
.cxrta-facts-section > p { font-size:15px; color:#5e7075; line-height:1.65; margin:0 0 24px; }
.ccrta-facts-grid,
.cxrta-facts-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.ccrt-benefit-card,
.cxrt-benefit-card { display:flex; gap:14px; align-items:flex-start; padding:16px 18px; background:#fff; border:1px solid #c7d5d8; border-radius:12px; transition:background .15s; }
.ccrt-benefit-card:hover,
.cxrt-benefit-card:hover { background:#f4f7f7; }
.ccrt-benefit-card__icon,
.cxrt-benefit-card__icon { font-size:20px; line-height:1; flex-shrink:0; margin-top:2px; }
.ccrt-benefit-card__title,
.cxrt-benefit-card__title { font-size:14px; font-weight:800; color:#0f4f5c; margin-bottom:5px; }
.ccrt-benefit-card__desc,
.cxrt-benefit-card__desc { font-size:13.5px; color:#5e7075; line-height:1.6; margin:0; }
.ccrta-fact-card,
.cxrta-fact-card { display:flex; gap:14px; align-items:flex-start; padding:16px 18px; background:#fff; border:1px solid #c7d5d8; border-radius:12px; transition:background .15s; }
.ccrta-fact-card:hover,
.cxrta-fact-card:hover { background:#f4f7f7; }
.ccrta-fact-card--members,
.cxrta-fact-card--members { background:#fdebcb; border-color:#f9b02e; }
.ccrta-fact-card--members:hover,
.cxrta-fact-card--members:hover { background:#fef8e7; }
.ccrta-fact-card__icon,
.cxrta-fact-card__icon { font-size:20px; line-height:1; flex-shrink:0; margin-top:2px; }
.ccrta-fact-card__title,
.cxrta-fact-card__title { font-size:14px; font-weight:800; color:#0f4f5c; margin-bottom:5px; display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.ccrta-fact-card__desc,
.cxrta-fact-card__desc { font-size:13.5px; color:#5e7075; line-height:1.6; margin:0; }
.ccrta-fact-members-badge,
.cxrta-fact-members-badge { display:inline-block; padding:2px 8px; border-radius:999px; font-size:10px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; background:#f9b02e; color:#14252a; }

/* SCROLL MARGIN + RESPONSIVE */
#ccrta-grid,#ccrta-transcript-section,#ccrta-ask-question,#question,#ccrta-next-roundtable,#ccrta-calendar,
/* SCROLL MARGIN + RESPONSIVE */
#cxrta-grid,#cxrta-transcript-section,#cxrta-ask-question,#question,#cxrta-next-roundtable,#cxrta-calendar { scroll-margin-top:180px; }
@media(max-width:1100px){.ccrta-grid,
.cxrta-grid {grid-template-columns:repeat(2,minmax(0,1fr));}.ccrta-title,
.cxrta-title {font-size:40px;}}
@media(max-width:860px){
  .ccrta-member-q__inner,
.cxrta-member-q__inner {flex-direction:column;gap:32px;padding:36px 28px 40px;}
  .ccrta-member-q__copy,
.cxrta-member-q__copy {flex:none;max-width:100%;}
  .ccrta-member-q__form,
.cxrta-member-q__form {padding:24px 20px 28px;}
  .ccrta-transcript-section,
.cxrta-transcript-section {padding:28px 24px 32px;}
  .ccrta-info-section,
.cxrta-info-section {padding:28px 24px 32px;}
  .ccrta-acc-host-inner,
.cxrta-acc-host-inner {flex-direction:column;gap:16px;}
  .ccrta-acc-host-photo,
.cxrta-acc-host-photo {width:72px;height:72px;}
  .ccrta-next-banner,
.cxrta-next-banner {flex-direction:column;gap:16px;}
  .ccrta-gate-hero,
.cxrta-gate-hero {grid-template-columns:1fr;}
  .ccrta-gate-full__header,
.cxrta-gate-full__header {padding:24px 24px 0;}
  .ccrta-gate-full__inner,
.cxrta-gate-full__inner {padding:16px 24px 28px;gap:24px;}
  .ccrta-gate-full__action,
.cxrta-gate-full__action {min-width:100%;}
  .ccrta-hub-grid,
.cxrta-hub-grid {grid-template-columns:1fr;}
  .ccrta-audience-section,.ccrta-facts-section,
.cxrta-audience-section,.cxrta-facts-section {padding:28px 24px;}
  .ccrta-audience-grid,
.cxrta-audience-grid {grid-template-columns:repeat(2,1fr);}
  .ccrta-facts-grid,
.cxrta-facts-grid {grid-template-columns:1fr;}
}
@media(max-width:700px){
  .ccrta-grid,
.cxrta-grid {grid-template-columns:1fr;}
  .ccrta-hero,
.cxrta-hero {padding:22px 18px;}
  .ccrta-title,
.cxrta-title {font-size:34px;}
  .ccrta-intro,
.cxrta-intro {font-size:16px;}
  .ccrta-filters,
.cxrta-filters {gap:8px;}
  .ccrta-filter-select,
.cxrta-filter-select {min-width:0;flex:1;}
  .ccrta-filter-count,
.cxrta-filter-count {display:none;}
  .ccrta-transcript-controls,
.cxrta-transcript-controls {flex-direction:column;align-items:stretch;}
  #ccrta-transcript-results-list,
#cxrta-transcript-results-list {grid-template-columns:1fr;}
  .ccrta-member-q__inner,
.cxrta-member-q__inner {padding:28px 20px 32px;}
  .ccrta-member-q__heading,
.cxrta-member-q__heading {font-size:19px;}
  .ccrta-panel-grid,
.cxrta-panel-grid {grid-template-columns:1fr;}
  .ccrta-cal-grid,
.cxrta-cal-grid {grid-template-columns:1fr;}
  .ccrta-next-banner,
.cxrta-next-banner {padding:20px;}
  .ccrta-next-banner__clock,
.cxrta-next-banner__clock {font-size:26px;}
  .ccrta-audience-grid,
.cxrta-audience-grid {grid-template-columns:1fr;}
}

/* =====================================================
   JOIN THE PANEL CTA
===================================================== */
.ccrta-panel-cta,
/* =====================================================
   JOIN THE PANEL CTA
===================================================== */
.cxrta-panel-cta { margin:56px 0 0; border-radius:20px; overflow:hidden; background:linear-gradient(135deg,#0f4f5c 0%,#0a3a44 60%,#0a3a44 100%); border:1px solid rgba(255,255,255,.08); box-shadow:0 16px 40px rgba(13,31,60,.35); }
.ccrta-panel-cta__inner,
.cxrta-panel-cta__inner { padding:48px 52px; display:flex; align-items:center; gap:48px; }
.ccrta-panel-cta__content,
.cxrta-panel-cta__content { flex:1; min-width:0; }
.ccrta-panel-cta__visual,
.cxrta-panel-cta__visual { flex-shrink:0; width:180px; display:flex; align-items:center; justify-content:center; }
.ccrta-panel-cta__visual img,
.cxrta-panel-cta__visual img { width:180px; height:180px; object-fit:contain; opacity:0.90; }
.ccrta-panel-cta__kicker,
.cxrta-panel-cta__kicker { display:inline-flex; align-items:center; gap:8px; font-size:12px; font-weight:700; letter-spacing:.09em; text-transform:uppercase; color:#f9b02e; margin-bottom:16px; }
.ccrta-panel-cta__kicker-dot,
.cxrta-panel-cta__kicker-dot { width:7px; height:7px; border-radius:50%; background:#f9b02e; animation:cxrta-pulse 2s ease-in-out infinite; }
.ccrta-panel-cta__heading,
.cxrta-panel-cta__heading { font-size:32px; font-weight:800; color:#fff; margin:0 0 14px; line-height:1.2; letter-spacing:-.02em; }
.ccrta-panel-cta__desc,
.cxrta-panel-cta__desc { font-size:17px; color:rgba(255,255,255,.80); line-height:1.65; margin:0 0 22px; }
.ccrta-panel-cta__perks,
.cxrta-panel-cta__perks { display:flex; flex-direction:column; gap:10px; margin:0 0 32px; padding:0; list-style:none; }
.ccrta-panel-cta__perks li,
.cxrta-panel-cta__perks li { font-size:16px; color:rgba(255,255,255,.90); display:flex; align-items:center; gap:10px; }
.ccrta-panel-cta__perks li::before,
.cxrta-panel-cta__perks li::before { content:'✓'; display:inline-flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:50%; background:rgba(249,176,46,.2); color:#f9b02e; font-size:12px; font-weight:800; flex-shrink:0; }
.ccrta-panel-cta__actions,
.cxrta-panel-cta__actions { display:flex; flex-wrap:wrap; gap:12px; }
.ccrta-panel-cta .ccrta-quicklink--primary,
.cxrta-panel-cta .cxrta-quicklink--primary { background:#f9b02e; color:#0f4f5c !important; box-shadow:0 2px 8px rgba(249,176,46,.35); font-size:16px; padding:14px 30px; font-weight:800; }
.ccrta-panel-cta .ccrta-quicklink--primary:hover,
.cxrta-panel-cta .cxrta-quicklink--primary:hover { background:#fff; transform:translateY(-1px); box-shadow:0 4px 14px rgba(249,176,46,.4); }
@media(max-width:800px) { .ccrta-panel-cta__inner,
.cxrta-panel-cta__inner { flex-direction:column; padding:32px 24px; gap:28px; } .ccrta-panel-cta__visual,
.cxrta-panel-cta__visual { width:140px; } .ccrta-panel-cta__visual img,
.cxrta-panel-cta__visual img { width:140px; height:140px; } .ccrta-panel-cta__heading,
.cxrta-panel-cta__heading { font-size:26px; } }
