/* RingCentral brand: primary orange #FF6B00, dark navy #1B2A3B */

[data-md-color-scheme="default"] {
  --md-primary-fg-color:        #FF6B00;
  --md-primary-fg-color--light: #FF8C3A;
  --md-primary-fg-color--dark:  #CC5500;
  --md-accent-fg-color:         #FF6B00;
  --md-typeset-a-color:         #CC5500;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color:        #FF6B00;
  --md-primary-fg-color--light: #FF8C3A;
  --md-primary-fg-color--dark:  #CC5500;
  --md-accent-fg-color:         #FF8C3A;
  --md-typeset-a-color:         #FF8C3A;
}

/* ── HEADER (masthead) ──
   The shared mkdocs-material-ringcentral plugin paints .md-header with a
   loud coral→orange→lavender→sky gradient and white text/icons. Override
   with a flat cream bar + dark ink text/icons to match the reference
   site's calm white header. Must reset the shorthand `background` (not
   just background-color) or the plugin's background-image gradient keeps
   painting over a color-only override. */
.md-header {
  background: #FFFFFF;
  box-shadow: 0 1px 0 rgba(43,41,38,0.08);
  color: var(--rc-ink);
}
.md-header__title,
.md-header__button {
  color: var(--rc-ink) !important;
}
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  filter: none;
}
.md-search__form {
  background: rgba(43,41,38,0.05);
  border: 0.5px solid rgba(43,41,38,0.14);
}
.md-search__form:hover,
.md-search__form:focus-within {
  background: rgba(43,41,38,0.08);
  border-color: rgba(43,41,38,0.22);
}
.md-search__input {
  color: var(--rc-ink);
}
.md-search__input::placeholder {
  color: rgba(43,41,38,0.5);
}
/* The shared plugin paints the magnifying-glass icon white for the old
   gradient header; on our white header that made it invisible. */
.md-search__icon svg {
  fill: rgba(43,41,38,0.55);
}

/* Nav tabs — light cream bar with pill-shaped active tab (warm-ink fill),
   echoing the App Connect developer portal's white header + pill nav. */
.md-tabs {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(43,41,38,0.08);
  box-shadow: none;
}
.md-tabs__list {
  gap: 2px;
}
/* Override Material's default tab link colour (which uses primary = orange) */
.md-tabs__link {
  color: rgba(43, 41, 38, 0.62) !important;
  opacity: 1 !important;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: normal;
  border-radius: 999px;
  padding: 7px 18px !important;
  margin: 10px 2px !important;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.md-tabs__link:hover,
.md-tabs__link:focus {
  color: #2B2926 !important;
  background-color: rgba(43, 41, 38, 0.06);
}
.md-tabs__link--active {
  color: #fff !important;
  background-color: #2B2926;
  font-weight: 600;
}
.md-tabs__link--active:hover {
  background-color: #2B2926;
}
/* Active state is a filled pill, not an underline */
.md-tabs__indicator {
  display: none;
}

/* ── Dark mode header + nav ──
   The rules above hard-coded a white header/tabs bar for every scheme.
   Give slate its own dark bar (reusing the footer's --rc-dark-bg) instead
   of forcing white in dark mode, with the tab-pill colours inverted to
   match the light-mode "dark-invert" pattern used elsewhere on the site. */
[data-md-color-scheme="slate"] .md-header {
  background: var(--rc-dark-bg);
  box-shadow: 0 1px 0 rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.92);
}
[data-md-color-scheme="slate"] .md-header__title,
[data-md-color-scheme="slate"] .md-header__button {
  color: rgba(255,255,255,0.92) !important;
}
[data-md-color-scheme="slate"] .md-search__form {
  background: rgba(255,255,255,0.08);
  border: 0.5px solid rgba(255,255,255,0.14);
}
[data-md-color-scheme="slate"] .md-search__form:hover,
[data-md-color-scheme="slate"] .md-search__form:focus-within {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.24);
}
[data-md-color-scheme="slate"] .md-search__input {
  color: rgba(255,255,255,0.92);
}
[data-md-color-scheme="slate"] .md-search__input::placeholder {
  color: rgba(255,255,255,0.5);
}
[data-md-color-scheme="slate"] .md-search__icon svg {
  fill: rgba(255,255,255,0.55);
}
[data-md-color-scheme="slate"] .md-tabs {
  background: var(--rc-dark-bg);
  border-bottom: 1px solid var(--rc-dark-border);
}
[data-md-color-scheme="slate"] .md-tabs__link {
  color: rgba(255,255,255,0.62) !important;
}
[data-md-color-scheme="slate"] .md-tabs__link:hover,
[data-md-color-scheme="slate"] .md-tabs__link:focus {
  color: #fff !important;
  background-color: rgba(255,255,255,0.1);
}
[data-md-color-scheme="slate"] .md-tabs__link--active {
  color: var(--rc-dark-bg) !important;
  background-color: #fff;
}
[data-md-color-scheme="slate"] .md-tabs__link--active:hover {
  background-color: #fff;
}

/* ── Legibility: bump regular body copy up from Material's 0.8rem default ── */
.md-typeset {
  font-size: 0.9rem;
}
.md-typeset p,
.md-typeset li,
.md-typeset dd {
  line-height: 1.7;
}

/* ══════════════════════════════════════════════════════════════════════
   HOME PAGE — full-bleed custom layout
   All selectors are prefixed rc- to avoid collisions with Material theme.
   ══════════════════════════════════════════════════════════════════════ */

/* ── Design tokens ──
   Retuned to echo developers.ringcentral.com/app-connect: warm charcoal
   ink instead of pure black/white, soft cream/peach/blush gradients
   instead of a saturated diagonal, and a golden orange→pink accent
   gradient for callouts. Content/copy is unchanged — only the palette,
   shapes and hover behavior shift toward the reference site. */
:root {
  --rc-orange:      #FF8800;
  --rc-orange-warm: #FF7A35;
  --rc-ink:         #2B2926;
  --rc-ink-mid:     #55524C;
  --rc-ink-muted:   #8A867E;
  --rc-dark-bg:     #211E1A;
  --rc-dark-border: rgba(255,255,255,0.12);
  /* Hero — soft pastel wash (was a saturated warm diagonal) */
  --rc-g-warm-1:    #FFEFE3;
  --rc-g-warm-2:    #FFDCC0;
  --rc-g-warm-3:    #FCE3D7;
  --rc-g-warm-4:    #E9E4F2;
  /* Content sections — cream/blush, matching the reference's pink-gradient token */
  --rc-g-light-1:   #FEF2ED;
  --rc-g-light-2:   #FFF3E3;
  --rc-g-light-3:   #FFE3CD;
  /* Saturated version of the hero's blue→orange wash, for icon badges that
     need enough contrast to carry a white glyph */
  --rc-icon-gradient: linear-gradient(135deg, #6FA8DC 0%, #F17FB0 50%, #FF8A42 100%);
  /* Golden accent gradient — mirrors the reference's gradiented-text--golden */
  --rc-golden:      linear-gradient(89deg, #FF7238 0.47%, #FF8800 13.11%, #FCB972 25.74%, #FF9876 38.38%, #FFA1B7 51.02%, #ECA7B0 63.66%);
  --rc-footer-bg:   #F6F5F1;
  --rc-pill:        999px;
  /* Reference site (developers.ringcentral.com/app-connect) declares
     "neue_haas_grotesk_display_pro" first, but that font never actually
     loads for visitors (it's not served anywhere on the page) — every
     real browser silently falls back to Helvetica/Arial. Match what
     people actually see, not the unreachable font-family declaration. */
  --rc-font:        Helvetica, Arial, sans-serif;
  --md-text-font:   Helvetica, Arial, sans-serif;
  --md-code-font:   ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

/* Make the Material content wrapper transparent on the home page */
.md-content[data-md-component="content"] {
  display: block;
}

/* Remove default article padding on the home page */
.rc-hero ~ * .md-content__inner,
body[data-page="home"] .md-content__inner {
  padding: 0;
  margin: 0;
}

/* ── HERO ── */
.rc-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* Height is driven by content — no min-height so copy+window dictate it */
  background: url('../img/soft_blue_orange_bg.png') center/cover no-repeat;
}
#heroCanvas { display: none; }
.rc-hero__inner {
  flex: 1;
  display: flex;
  /* Reduced vertical padding so copy column height ≈ chat window height */
  padding: 48px 48px 40px;
  position: relative;
  z-index: 2;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

/* ── Chat window demo ──────────────────────────────────────────────── */
.rc-chat-window {
  flex: 0 0 560px;      /* widened from 460px for legibility */
  width: 560px;
  display: flex;
  flex-direction: column;
  height: 420px;
  /* Cool lavender frost — light glass card floating on the pastel hero,
     picks up the blue/lavender wash from the top of the hero image */
  background: rgba(247, 246, 252, 0.9);
  border: 1px solid rgba(111,168,220,0.22);
  border-radius: 16px;
  box-shadow:
    0 32px 80px rgba(43,41,38,0.14),
    0 0 0 1px rgba(255,255,255,0.4) inset,
    0 1px 0 rgba(255,255,255,0.6) inset;
  overflow: hidden;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(16px);
}
/* No header element at all — rc-chat-msgs owns the full top edge. The
   mask fades content to transparent over the first ~60px so messages
   appear to dissolve into the glass rather than being clipped by a
   hard edge or a header bar. */
.rc-chat-msgs {
  flex: 1;
  overflow-y: auto;
  padding: 28px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  scroll-behavior: smooth;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, transparent 4px, black 60px);
  mask-image: linear-gradient(to bottom, transparent 0, transparent 4px, black 60px);
}
.rc-chat-msgs::-webkit-scrollbar { width: 0; }
.rc-chat-msg { display: flex; flex-direction: column; animation: rc-fadeSlideUp 0.2s ease both; }
.rc-chat-msg--user { align-items: flex-end; }
.rc-chat-msg--ai   { align-items: flex-start; }
@keyframes rc-fadeSlideUp { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.rc-chat-bubble {
  max-width: 88%;
  padding: 12px 18px;
  border-radius: 18px;
  font-size: 19px;
  line-height: 1.45;
  font-family: var(--rc-font);
}
.rc-chat-msg--user .rc-chat-bubble {
  background: linear-gradient(135deg, #FF8C00, #FF4A00);
  color: #fff;
  border-bottom-right-radius: 6px;
}
.rc-chat-msg--ai .rc-chat-bubble {
  background: rgba(111,168,220,0.10);
  border: 1px solid rgba(111,168,220,0.22);
  color: var(--rc-ink);
  border-bottom-left-radius: 6px;
}
.rc-chat-bubble a {
  color: var(--rc-orange);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.rc-chat-tools { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.rc-chat-tool-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(111,168,220,0.14);
  border: 1px solid rgba(111,168,220,0.3);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 15px;
  font-family: var(--md-code-font, monospace);
  color: #3D6FA8;
  white-space: nowrap;
  animation: rc-fadeSlideIn 0.25s ease both;
}
.rc-chat-tool-pill::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6FA8DC;
  flex-shrink: 0;
  animation: rc-pulse 1.3s ease-in-out infinite;
}
@keyframes rc-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.3;transform:scale(0.65)} }
@keyframes rc-fadeSlideIn { from{opacity:0;transform:translateY(4px)} to{opacity:1;transform:none} }
.rc-chat-thinking {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 15px 20px;
  background: rgba(111,168,220,0.10);
  border: 1px solid rgba(111,168,220,0.2);
  border-radius: 20px;
  border-bottom-left-radius: 6px;
  width: 70px;
}
.rc-chat-thinking span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(43,41,38,0.35);
  animation: rc-thinking 1.4s ease-in-out infinite;
}
.rc-chat-thinking span:nth-child(2) { animation-delay: 0.2s; }
.rc-chat-thinking span:nth-child(3) { animation-delay: 0.4s; }
@keyframes rc-thinking { 0%,80%,100%{transform:scale(0.65);opacity:0.35} 40%{transform:scale(1);opacity:1} }
.rc-chat-input-bar {
  display: flex;
  align-items: flex-end;   /* lets the field grow downward as text wraps */
  gap: 12px;
  padding: 14px 18px;
  border-top: 1px solid rgba(111,168,220,0.18);
  background: rgba(255,255,255,0.35);
  flex-shrink: 0;
}
.rc-chat-input-field {
  flex: 1;
  min-height: 46px;       /* grows with content instead of a fixed height */
  max-height: 130px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(111,168,220,0.2);
  border-radius: 12px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--rc-font);
  color: var(--rc-ink-mid);
  /* Deliberately NOT display:flex — plain block flow lets the typed text
     wrap naturally and lets the caret span sit right after the last
     character on the wrapped line, like a real input/textarea caret.
     (flex pushes the caret to a fixed cross-axis position instead of
     following the text flow, which was the original wrapping bug.) */
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.rc-chat-input-field::-webkit-scrollbar { width: 0; }
.rc-chat-cursor {
  display: inline-block;
  width: 2px;
  height: 20px;
  background: rgba(43,41,38,0.5);
  margin-left: 2px;
  vertical-align: text-bottom;
  animation: rc-cursor-blink 1s step-end infinite;
}
@keyframes rc-cursor-blink { 0%,100%{opacity:1} 50%{opacity:0} }
.rc-chat-send {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF8C00, #FF4A00);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: default;
  pointer-events: none;
}
.rc-chat-send svg { width: 20px; height: 20px; }
.rc-hero__copy {
  flex: 1;
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.rc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(43,41,38,0.06);
  border: 1px solid rgba(43,41,38,0.16);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--rc-ink);
  text-transform: uppercase;
  font-family: var(--rc-font);
}
.rc-eyebrow__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  /* Golden-orange dot matches the reference's accent gradient */
  background: var(--rc-orange);
  animation: rc-blink 2.5s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes rc-blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
.rc-hero__h1 {
  font-family: var(--rc-font);
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  color: var(--rc-ink);
  margin-bottom: 16px;
  border: none !important;
}
/* "AI" in the headline picks up the reference's golden gradient */
.rc-hero__accent {
  background: var(--rc-golden);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rc-hero__sub {
  font-family: var(--rc-font);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(43,41,38,0.75);
  max-width: 480px;
  margin-bottom: 24px;
}
.rc-hero__sub strong { color: var(--rc-ink); font-weight: 600; }
.rc-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.rc-btn {
  font-family: var(--rc-font);
  padding: 13px 28px;
  border-radius: var(--rc-pill);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: none;
  cursor: pointer;
}
/* Primary CTA — matches the reference: white pill, no border, ink text,
   just enough shadow to read on both the photographic hero and the
   white promo-banner background. Inverts to solid ink on hover. */
.rc-btn--sunrise {
  background: #fff;
  color: var(--rc-ink);
  border: none;
  box-shadow: 0 1px 3px rgba(43,41,38,0.18), 0 1px 2px rgba(43,41,38,0.1);
}
.rc-btn--sunrise:hover { background: var(--rc-ink); color: #fff; box-shadow: none; }
/* Secondary — plain text link with a trailing arrow, matching the
   reference's link-style secondary CTA (no pill, no border, no fill). */
.rc-btn--ghost {
  background: transparent;
  color: var(--rc-ink);
  border: none !important;
  padding: 13px 0;
  font-weight: 500;
}
.rc-btn--ghost::after {
  content: "→";
  display: inline-block;
  transition: transform 0.2s ease;
}
.rc-btn--ghost:hover {
  background: transparent;
  color: var(--rc-orange);
}
.rc-btn--ghost:hover::after { transform: translateX(3px); }
/* Keep old names working (backwards compat with any other pages) */
.rc-btn--white  { background: #fff; color: var(--rc-ink); }
.rc-btn--white:hover  { background: var(--rc-ink); color: #fff; }
.rc-btn--outline {
  background: transparent; color: var(--rc-ink);
  border: 1.5px solid rgba(43,41,38,0.35) !important;
}
.rc-btn--outline:hover { background: var(--rc-ink); border-color: var(--rc-ink) !important; color: #fff; }

/* ── STATS BAR ── */
.rc-stats-bar {
  position: relative;
  z-index: 2;
  padding: 24px 48px;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.rc-stat {
  flex: 1;
  padding: 0 36px;
  border-right: 1px solid rgba(43,41,38,0.16);
}
.rc-stat:first-child { padding-left: 0; }
.rc-stat:last-child  { border-right: none; }
.rc-stat__val {
  font-family: var(--rc-font);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 4px;
  color: var(--rc-ink);
}
.rc-stat__label {
  font-family: var(--rc-font);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(43,41,38,0.55);
}

/* ── CHATGPT PLUGIN PROMO BAND ── */
.rc-promo {
  position: relative;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid rgba(43,41,38,0.08);
  padding: 28px 48px;
}
.rc-promo__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.rc-promo__logo {
  width: 140px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.rc-promo__copy { flex: 1; min-width: 0; }
.rc-promo__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rc-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rc-orange);
  background: rgba(255,136,0,0.1);
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.rc-promo__badge .rc-eyebrow__dot { background: var(--rc-orange); }
.rc-promo__title {
  font-family: var(--rc-font);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--rc-ink);
  margin: 0 0 6px;
  border: none !important;
}
.rc-promo__desc {
  font-family: var(--rc-font);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--rc-ink-mid);
  margin: 0;
  max-width: 640px;
}
.rc-promo__ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  flex-shrink: 0;
}
.rc-promo__cta {
  flex-shrink: 0;
  white-space: nowrap;
  justify-content: center;
}
@media (max-width: 780px) {
  .rc-promo { padding: 24px; }
  .rc-promo__inner { flex-wrap: wrap; }
  .rc-promo__logo { width: 100px; }
  .rc-promo__ctas { width: 100%; }
}

/* ── SECTIONS ── */
.rc-section {
  padding: 90px 48px;
}
.rc-section__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.rc-section--warm {
  background: linear-gradient(135deg, var(--rc-g-warm-1) 0%, var(--rc-g-warm-2) 45%, var(--rc-g-warm-3) 75%, var(--rc-g-warm-4) 100%);
}
.rc-section--light {
  background: linear-gradient(135deg, var(--rc-g-light-1) 0%, var(--rc-g-light-2) 60%, var(--rc-g-light-3) 100%);
}
/* Warm charcoal dark section — used for the compat/LLM section */
.rc-section--dark {
  background: var(--rc-dark-bg);
  border-top: 1px solid var(--rc-dark-border);
}
.rc-section--no-top { padding-top: 0; }
.rc-section--paper {
  background: #fff;
}

/* ── KICKER ── */
.rc-kicker {
  font-family: var(--rc-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rc-orange);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rc-kicker::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--rc-orange);
  flex-shrink: 0;
}
.rc-kicker--light {
  color: rgba(255,255,255,0.7);
}
.rc-kicker--light::before { background: rgba(255,255,255,0.7); }
/* Kicker for dark sections — amber tone to echo the sunrise palette */
.rc-kicker--dawn {
  color: rgba(255,180,60,0.85);
}
.rc-kicker--dawn::before { background: rgba(255,180,60,0.65); }

.rc-section__h2 {
  font-family: var(--rc-font);
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: var(--rc-ink);
  margin-bottom: 16px;
  border: none !important;
}
.rc-section__intro {
  font-family: var(--rc-font);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--rc-ink-mid);
  max-width: 600px;
  margin-bottom: 48px;
}

/* ── QUOTE ── */
.rc-quote-wrap { display: flex; justify-content: center; }
.rc-quote-card {
  background: #fff;
  border-radius: 16px;
  padding: 56px 64px;
  max-width: 820px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  text-align: center;
}
.rc-quote__mark {
  font-family: var(--rc-font);
  font-size: 72px;
  font-weight: 900;
  color: var(--rc-orange);
  line-height: 0.7;
  margin-bottom: 20px;
  font-style: italic;
  display: block;
}
.rc-quote__text {
  font-family: var(--rc-font);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 1.35;
  color: var(--rc-ink);
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}
.rc-quote__text span { color: var(--rc-orange); }
.rc-quote__body {
  font-family: var(--rc-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--rc-ink-mid);
  margin: 0;
}

/* ── DATA LAYER PIVOT ── */
.rc-pivot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.rc-pivot__body {
  font-family: var(--rc-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--rc-ink-mid);
}
.rc-pivot__body p { margin-bottom: 20px; }
.rc-pivot__body strong { color: var(--rc-ink); font-weight: 600; }
.rc-pivot__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rc-font);
  font-size: 14px;
  font-weight: 700;
  color: var(--rc-orange);
  text-decoration: none;
  margin-top: 8px;
  border-bottom: 1.5px solid var(--rc-orange);
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.rc-pivot__cta:hover { opacity: 1; color: var(--rc-ink); border-color: var(--rc-ink); }

/* ── STACK ROWS ── */
.rc-stack { display: flex; flex-direction: column; gap: 8px; }
.rc-stack__row {
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(43,41,38,0.1);
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.25s;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.rc-stack__row::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--rc-orange);
  border-radius: 0 2px 2px 0;
  transform: scaleY(0);
  transition: transform 0.25s;
}
.rc-stack__row:hover { border-color: rgba(255,136,0,0.35); transform: translateX(4px); }
.rc-stack__row:hover::before { transform: scaleY(1); }
.rc-stack__icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--rc-g-light-1), var(--rc-g-light-3));
  border: 1px solid rgba(43,41,38,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.rc-stack__text { flex: 1; }
.rc-stack__name {
  font-family: var(--rc-font);
  font-size: 14px;
  font-weight: 700;
  color: var(--rc-ink);
  margin-bottom: 2px;
}
.rc-stack__desc {
  font-family: var(--rc-font);
  font-size: 12px;
  color: var(--rc-ink-muted);
}
.rc-pill {
  font-family: var(--rc-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: rgba(255,136,0,0.1);
  color: var(--rc-orange);
  padding: 3px 8px;
  border-radius: 4px;
  flex-shrink: 0;
}

/* ── SERVER CARDS ── */
.rc-servers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 0;
}
.rc-server-card {
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(43,41,38,0.1);
  border-radius: 14px;
  padding: 36px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.rc-server-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rc-g-warm-1), var(--rc-g-warm-3));
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 14px 14px 0 0;
}
.rc-server-card:hover { box-shadow: 0 12px 48px rgba(43,41,38,0.1); transform: translateY(-3px); }
.rc-server-card:hover::after { opacity: 1; }
.rc-sc__header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.rc-sc__icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255,122,53,0.15), rgba(212,165,201,0.15));
  border: 1px solid rgba(255,122,53,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
.rc-sc__title {
  font-family: var(--rc-font);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--rc-ink);
}
.rc-sc__badge {
  display: inline-block;
  margin-top: 4px;
  font-family: var(--rc-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rc-orange);
  background: rgba(255,136,0,0.1);
  padding: 2px 8px;
  border-radius: 4px;
}
.rc-sc__desc {
  font-family: var(--rc-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--rc-ink-mid);
  margin-bottom: 24px;
}
.rc-sc__caps { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.rc-sc__cap {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--rc-font);
  font-size: 13px;
  font-weight: 500;
  color: var(--rc-ink-mid);
}
.rc-cap__num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--rc-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rc-sc__link {
  font-family: var(--rc-font);
  font-size: 13px;
  font-weight: 700;
  color: var(--rc-orange);
  text-decoration: none;
  border-bottom: 1.5px solid var(--rc-orange);
  padding-bottom: 1px;
  transition: opacity 0.2s;
  display: inline-block;
}
.rc-sc__link:hover { opacity: 1; color: var(--rc-ink); border-color: var(--rc-ink); }

/* ── TESTIMONIALS ── */
.rc-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(43,41,38,0.08);
  border: 1px solid rgba(43,41,38,0.08);
  border-radius: 16px;
  overflow: hidden;
}
.rc-testimonial-card {
  position: relative;
  background: #fff;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
}
.rc-testimonial__logo {
  height: 34px;
  max-width: 300px;
  width: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
  margin-bottom: 26px;
}
.rc-testimonial__metric {
  font-family: var(--rc-font);
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  background: var(--rc-golden);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 6px;
}
.rc-testimonial__metric-label {
  font-family: var(--rc-font);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--rc-ink-muted);
  margin-bottom: 24px;
}
.rc-testimonial__text {
  font-family: var(--rc-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--rc-ink);
  margin: 0 0 28px;
  flex-grow: 1;
}
.rc-testimonial__foot {
  padding-top: 20px;
  border-top: 1px solid rgba(43,41,38,0.08);
}
.rc-testimonial__person {
  font-family: var(--rc-font);
  font-size: 13px;
  color: var(--rc-ink-mid);
  line-height: 1.4;
}
.rc-testimonial__person strong {
  color: var(--rc-ink);
  font-size: 14px;
  display: block;
}

/* ── LLM COMPAT ── */
.rc-compat__title {
  font-family: var(--rc-font);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 48px;
  border: none !important;
}
.rc-llm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.rc-llm-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.rc-llm-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,160,40,0.35);
  transform: translateY(-3px);
}
/* Logo image — invert to white for the dark background */
.rc-llm__logo {
  width: 120px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.72;
  transition: opacity 0.2s;
  display: block;
}
.rc-llm-card:hover .rc-llm__logo { opacity: 1; }
/* Keep old emoji icon rules from harming anything */
.rc-llm__icon {
  font-size: 30px;
  margin-bottom: 12px;
  display: block;
}
.rc-llm__name {
  font-family: var(--rc-font);
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}
.rc-llm__by {
  font-family: var(--rc-font);
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  margin-top: 10px;
  letter-spacing: 0.04em;
}
.rc-llm-more {
  font-family: var(--rc-font);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  text-align: center;
  margin: 24px 0 0;
  letter-spacing: 0.01em;
}

/* ── SOLUTIONS — homepage + solutions/index.md shared grid ── */
.rc-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0;
}

/* Icon: must have explicit size and fill so inline SVG is visible */
.rc-sol__icon {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  color: var(--md-primary-fg-color, var(--rc-orange));
}
.rc-sol__icon svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: currentColor;
}
/* FontAwesome <i> icons dropped into the same slot as the inline SVGs above
   (used on the Claude/ChatGPT connector & plugin cards) */
.rc-sol__icon i {
  display: block;
  font-size: 22px;
  line-height: 28px;
}

/* Homepage card (sits on the gradient section — light background) */
.rc-sol-card {
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(43,41,38,0.1);
  border-radius: 12px;
  padding: 28px;
  transition: all 0.25s;
  text-decoration: none;
  display: block;
}
.rc-sol-card:hover { box-shadow: 0 8px 32px rgba(43,41,38,0.08); transform: translateY(-2px); text-decoration: none; }
.rc-sol-card:hover * { text-decoration: none; }
.rc-sol__num {
  font-family: var(--rc-font);
  font-size: 28px;
  font-weight: 900;
  color: var(--rc-orange);
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 12px;
  opacity: 0.6;
}
.rc-sol__title {
  font-family: var(--rc-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--rc-ink);
  margin-bottom: 8px;
}
.rc-sol__desc {
  font-family: var(--rc-font);
  font-size: 13px;
  line-height: 1.65;
  color: var(--rc-ink-mid);
  margin: 0;
}
.rc-sol__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--rc-font);
  font-size: 12px;
  font-weight: 700;
  color: var(--rc-orange);
  background: #fff;
  border: 1.5px solid var(--rc-orange);
  text-decoration: none;
  margin-top: 16px;
  padding: 7.5px 18px;
  border-radius: 100px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.rc-sol__link:hover {
  color: #fff;
  background: var(--rc-orange);
  transform: translateY(-1px);
}
/* Muted, non-interactive state for "coming soon" cards */
.rc-sol__link--disabled {
  color: var(--rc-ink-mid);
  background: #fff;
  border-color: var(--md-default-fg-color--lightest);
  opacity: 0.7;
  pointer-events: none;
}
.rc-sol__link--disabled:hover { opacity: 0.7; transform: none; background: #fff; color: var(--rc-ink-mid); }
.md-typeset .rc-sol__link--disabled { color: var(--md-default-fg-color--light); border-color: var(--md-default-fg-color--lightest); }
/* Non-link card variant for items with no active destination yet */
.rc-sol-card--disabled { cursor: default; }
.rc-sol-card--disabled:hover,
.md-typeset .rc-sol-card--disabled:hover {
  box-shadow: none;
  transform: none;
  border-color: rgba(43,41,38,0.1);
}
[data-md-color-scheme="default"] .md-typeset .rc-sol-card--disabled:hover {
  border-color: rgba(43,41,38,0.1);
}

/* Server-dependency meta label on skill cards */
.rc-sol__meta {
  display: block;
  font-family: var(--rc-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--rc-ink-mid);
  opacity: 0.75;
  margin: 6px 0 10px;
}
.md-typeset .rc-sol__meta { color: var(--md-default-fg-color--light); }

/* Solutions index page — override colours for md-typeset context */
.md-typeset .rc-sol-card {
  background: var(--md-code-bg-color);
  border-color: var(--md-default-fg-color--lightest);
  color: var(--md-default-fg-color);
}
/* Light mode: white card face reads cleaner than the code-block grey,
   for both the accent-bar (skills) and editorial (solutions) variants. */
[data-md-color-scheme="default"] .md-typeset .rc-sol-card {
  background: #FFFFFF;
  border-color: rgba(43,41,38,0.1);
}
[data-md-color-scheme="default"] .md-typeset .rc-sol-card:hover {
  border-color: var(--md-primary-fg-color);
}
.md-typeset .rc-sol-card:hover {
  border-color: var(--md-primary-fg-color);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  text-decoration: none;
}
.md-typeset .rc-sol-card:hover * { text-decoration: none; }
.md-typeset .rc-sol__title { color: var(--md-default-fg-color); }
.md-typeset .rc-sol__desc  { color: var(--md-default-fg-color--light); }
.md-typeset .rc-sol__num   { color: var(--md-primary-fg-color); }
.md-typeset .rc-sol__link  { color: var(--md-primary-fg-color); }
.md-typeset .rc-sol__link:hover { color: #fff; }
.md-typeset .rc-sol__icon  { color: var(--md-primary-fg-color); }

/* Card wrapper + ChatGPT plugin badge (sibling links, avoids nested <a>) */
.rc-sol-card-wrap {
  position: relative;
}
.rc-sol-card-wrap .rc-sol-card {
  height: 100%;
}
.rc-sol-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid rgba(255,136,0,0.35);
  box-shadow: 0 3px 10px rgba(43,41,38,0.12);
  color: var(--rc-ink);
  z-index: 2;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.rc-sol-card__badge svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  display: block;
}
.rc-sol-card__badge:hover {
  transform: scale(1.1);
  border-color: var(--rc-orange);
  box-shadow: 0 6px 16px rgba(43,41,38,0.18);
}
.md-typeset .rc-sol-card__badge {
  background: var(--md-code-bg-color);
  border-color: var(--md-default-fg-color--lightest);
  color: var(--md-default-fg-color);
}
.rc-sol-card__badge img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}
/* Second badge on a card (e.g. Claude alongside ChatGPT) sits left of the first */
.rc-sol-card__badge + .rc-sol-card__badge {
  right: 62px;
}


/* ── SKILL LIBRARY — accent-bar minimal card variant ──
   Applied via .rc-solutions-grid--accent wrapper (skills/index.md only).
   Drops the icon + number, adds a thin colour-coded bar keyed to the
   server dependency (RingEX Phone = coral, RingEX Chat = pink). */
.rc-solutions-grid--accent .rc-sol-card {
  position: relative;
  padding-left: 34px;
  overflow: hidden;
}
.rc-solutions-grid--accent .rc-sol__icon,
.rc-solutions-grid--accent .rc-sol__num {
  display: none;
}
.rc-sol-card--phone::before,
.rc-sol-card--chat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}
.rc-sol-card--phone::before { background: #D85A30; }
.rc-sol-card--chat::before  { background: #D4537E; }

/* ── SOLUTIONS LANDING — editorial watermark-number card variant ──
   Applied via .rc-solutions-grid--editorial wrapper (solutions/index.md only).
   Keeps the icon, replaces the bold orange number with a large, low-opacity
   numeral tucked in the corner as a quiet editorial mark. */
.rc-solutions-grid--editorial .rc-sol-card {
  position: relative;
  overflow: hidden;
}
.rc-solutions-grid--editorial .rc-sol__num {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--rc-ink);
  opacity: 0.07;
  margin: 0;
}
.md-typeset .rc-solutions-grid--editorial .rc-sol__num {
  color: var(--md-default-fg-color);
  opacity: 0.09;
}

/* ── AI PLATFORM LOGO CARDS — solutions landing top promo ──
   Applied via .rc-solutions-grid--logohero wrapper (solutions/index.md only).
   Two-column, logo-forward cards pointing to the Claude/ChatGPT resource
   pages — the logo does the talking, so it's sized up and given more
   breathing room than the compact icon slot used elsewhere. */
.rc-solutions-grid--logohero {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 28px;
}
.rc-solutions-grid--logohero .rc-sol-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
}
.rc-sol__logo {
  height: 50px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
  margin-bottom: 20px;
}

/* ── CONNECTOR/PLUGIN CARDS — icon-badge variant ──
   Applied via .rc-solutions-grid--iconbadge wrapper (Claude/ChatGPT solution
   pages only). No number, a round gradient badge (echoing the hero's
   blue→orange wash) with a white icon, and a bumped-up type scale since
   these cards carry more copy than the compact solutions-grid tiles. */
.rc-solutions-grid--iconbadge {
  grid-template-columns: repeat(2, 1fr);
}
.rc-solutions-grid--iconbadge .rc-sol__num {
  display: none;
}
.rc-solutions-grid--iconbadge .rc-sol__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--rc-icon-gradient);
  color: #fff;
  margin-bottom: 18px;
}
.rc-solutions-grid--iconbadge .rc-sol__icon i {
  font-size: 22px;
  color: #fff;
  line-height: 1;
}
.rc-solutions-grid--iconbadge .rc-sol__title {
  font-size: 19px;
}
.rc-solutions-grid--iconbadge .rc-sol__desc {
  font-size: 15px;
  line-height: 1.7;
}
.rc-solutions-grid--iconbadge .rc-sol__link {
  font-size: 13px;
}

/* ── MERGED DATA + SOLUTIONS GRID ── */
.rc-pivot-grid--solutions {
  grid-template-columns: 2fr 3fr;
  gap: 72px;
  align-items: start;
}
.rc-sol-merge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.rc-sol-merge-card {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(43,41,38,0.1);
  border-radius: 10px;
  padding: 28px 28px;
  text-decoration: none;
  display: block;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.rc-sol-merge-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--rc-g-warm-1), var(--rc-g-warm-3));
  opacity: 0;
  transition: opacity 0.25s;
}
.rc-sol-merge-card:hover { box-shadow: 0 6px 24px rgba(43,41,38,0.09); transform: translateY(-2px); text-decoration: none; }
.rc-sol-merge-card:hover::after { opacity: 1; }
.rc-sol-merge__num {
  font-size: 13px;
  font-weight: 800;
  color: var(--rc-orange);
  letter-spacing: 0.04em;
  opacity: 0.7;
  margin-bottom: 10px;
  font-family: var(--rc-font);
}
.rc-sol-merge__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--rc-ink);
  margin-bottom: 9px;
  font-family: var(--rc-font);
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.rc-sol-merge__desc {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--rc-ink-muted);
  margin: 0;
  font-family: var(--rc-font);
}

/* ── FOOTER ── */
.rc-footer {
  background: var(--rc-footer-bg);
  padding: 40px 48px;
  border-top: 1px solid rgba(43,41,38,0.08);
}
.rc-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.rc-footer__brand {
  font-family: var(--rc-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--rc-ink);
  letter-spacing: -0.3px;
}
.rc-footer__links {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rc-footer__links a {
  font-family: var(--rc-font);
  font-size: 12px;
  font-weight: 500;
  color: rgba(43,41,38,0.5);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.rc-footer__links a:hover { color: var(--rc-ink); }
.rc-footer__copy {
  font-family: var(--rc-font);
  font-size: 11px;
  color: rgba(43,41,38,0.35);
  letter-spacing: 0.04em;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .rc-pivot-grid { grid-template-columns: 1fr; gap: 40px; }
  .rc-pivot-grid--solutions { grid-template-columns: 1fr; }
  .rc-servers-grid { grid-template-columns: 1fr; }
  .rc-testimonials-grid { grid-template-columns: 1fr; }
  .rc-llm-grid { grid-template-columns: repeat(2, 1fr); }
  .rc-solutions-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  .rc-chat-window { flex: 0 0 380px; height: 420px; }
}
@media (max-width: 780px) {
  .rc-chat-window { display: none; }
  .rc-hero__inner { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .rc-solutions-grid { grid-template-columns: 1fr; }
  .rc-sol-merge-grid { grid-template-columns: 1fr; }
  .rc-llm-grid { grid-template-columns: repeat(2, 1fr); }
  .rc-quote-card { padding: 36px 24px; }
  .rc-stats-bar { flex-wrap: wrap; }
  .rc-stat { flex: 1 1 40%; border-right: none; padding: 8px 0; }
  .rc-section { padding: 60px 24px; }
  .rc-hero__inner { padding: 48px 24px; }
  .rc-stats-bar { padding: 20px 24px; }
}

/* Server / tool cards grid */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0;
}
.card {
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.card:hover {
  border-color: var(--md-primary-fg-color);
  box-shadow: 0 2px 8px rgba(255,107,0,0.12);
}
.card h3 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 600;
}
.card p {
  font-size: 0.875rem;
  color: var(--md-default-fg-color--light);
  margin-bottom: 0;
}

/* Parameter tables */
.param-table th { white-space: nowrap; }
.param-table td:first-child { font-family: var(--md-code-font); font-size: 0.85rem; }
.param-table td:nth-child(2) { font-family: var(--md-code-font); font-size: 0.85rem; color: #0d6efd; }

/* Required / optional badges */
.badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.badge-required { background: #fff0e8; color: #CC5500; }
.badge-optional { background: #f0f0f0; color: #666; }
.badge-crm      { background: #fff3cd; color: #856404; }

/* ══════════════════════════════════════════════════════════════════════
   CHAT BUBBLE COMPONENT — solution page example prompts
   ══════════════════════════════════════════════════════════════════════ */

.rc-chat {
  background: var(--md-code-bg-color);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 1.25rem 0;
}

/* ── Icon sizing helpers (Material grid cards use .lg and .middle) ── */
.md-typeset .lg { font-size: 2em !important; }
.md-typeset .middle { vertical-align: -0.1em !important; }
.md-typeset .twemoji svg { fill: currentColor; }
/* Ensure grid card icons inherit the primary colour */
.md-typeset .grid.cards li .twemoji { color: var(--md-primary-fg-color); }

/* User message — right-aligned, soft warm tint */
.rc-chat__user {
  display: flex;
  justify-content: flex-end;
}
.rc-chat__bubble--user {
  max-width: 72%;
  background: #FFF0E4;
  color: #7A3B00;
  border: 1px solid rgba(255, 136, 0, 0.22);
  padding: 10px 14px;
  border-radius: 14px 14px 3px 14px;
  font-size: 0.875rem;
  line-height: 1.55;
}
[data-md-color-scheme="slate"] .rc-chat__bubble--user {
  background: rgba(255, 136, 0, 0.13);
  color: #FFC896;
  border-color: rgba(255, 136, 0, 0.28);
}

/* AI message — left-aligned with avatar */
.rc-chat__ai {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.rc-chat__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--md-default-fg-color--lightest);
  background: var(--md-default-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--md-default-fg-color--light);
  flex-shrink: 0;
  letter-spacing: 0.03em;
}
.rc-chat__bubble--ai {
  max-width: 82%;
  background: var(--md-default-bg-color);
  border: 1px solid var(--md-default-fg-color--lightest);
  padding: 10px 14px;
  border-radius: 3px 14px 14px 14px;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--md-default-fg-color);
}
.rc-chat__bubble--ai p {
  margin: 0 0 0.5em;
}
.rc-chat__bubble--ai p:last-child {
  margin-bottom: 0;
}
.rc-chat__bubble--ai ul {
  margin: 0.25em 0 0.5em 1.1em;
  padding: 0;
}
.rc-chat__bubble--ai ul:last-child {
  margin-bottom: 0;
}
.rc-chat__follow-up {
  color: var(--md-default-fg-color--light);
  font-style: italic;
}

/* Dark mode adjustments */
[data-md-color-scheme="slate"] .rc-chat__bubble--ai {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

/* ── Solutions index page — grid cards (Variation D) ── */
.md-typeset .grid.cards {
  counter-reset: sol-card;
}
.md-typeset .grid.cards > li {
  counter-increment: sol-card;
  position: relative;
  background: var(--md-code-bg-color);
  border: 1px solid var(--md-default-fg-color--lightest) !important;
  border-radius: 10px !important;
  transition: border-color 0.2s ease;
}
.md-typeset .grid.cards > li::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 10px;
  border: 1.5px solid var(--md-primary-fg-color);
  opacity: 0;
  transition: opacity 0.15s ease;
  pointer-events: none;
}
.md-typeset .grid.cards > li:hover::after {
  opacity: 1;
}
.md-typeset .grid.cards > li::before {
  content: counter(sol-card, decimal-leading-zero);
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.6875rem;
  font-weight: 500;
  font-family: var(--md-code-font-family, monospace);
  color: var(--md-default-fg-color--lighter);
  line-height: 1;
  z-index: 1;
}
.md-typeset .grid.cards > li > :first-child {
  padding-right: 2rem;
}
.md-typeset .grid.cards > li hr {
  border-color: var(--md-default-fg-color--lightest);
  margin: 0.75rem 0;
}
.md-typeset .grid.cards > li a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--md-primary-fg-color);
  text-decoration: none;
}
.md-typeset .grid.cards > li a:hover {
  opacity: 0.75;
}
@media (max-width: 480px) {
  .rc-chat__bubble--user,
  .rc-chat__bubble--ai { max-width: 88%; }
}

/* ══════════════════════════════════════════════════════════════════════
   INSTALL CARDS — setup pages, one-click plugin install per AI client
   ══════════════════════════════════════════════════════════════════════ */
.md-typeset .rc-install-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 1.5rem 0 2rem;
}
.md-typeset .rc-install-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background: var(--md-code-bg-color);
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 14px;
  padding: 32px 28px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.md-typeset .rc-install-card:hover {
  border-color: var(--md-primary-fg-color);
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.rc-install-card__logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 14px 22px;
  margin-bottom: 4px;
}
.rc-install-card__logo {
  height: 28px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  display: block;
}
/* Image-only variant — logo-wrap keeps its background transparent instead
   of the default white chip, used where the card drops the text name
   label and relies on the logo alone. */
.rc-install-card__logo-wrap--transparent {
  background: transparent;
  padding: 0;
}
/* Fixed, shared height so two logos of differing native proportions
   (e.g. a tightly-cropped mark vs. one with internal padding) render at
   the same visual size side by side. */
.rc-install-card__logo--even {
  height: 32px;
}
.md-typeset .rc-install-card p {
  margin: 0;
}
.md-typeset .rc-install-card__name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--md-default-fg-color);
}
.md-typeset .rc-install-card__desc {
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--md-default-fg-color--light);
  max-width: 280px;
}
.md-typeset .rc-install-card .rc-install-card__cta {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
}
/* Matches the hero/promo primary CTA: white pill, no border, ink text,
   subtle shadow for definition on the card's own background. */
.md-typeset .rc-install-card__cta--primary {
  background: #fff;
  color: var(--rc-ink) !important;
  box-shadow: 0 1px 3px rgba(43,41,38,0.18), 0 1px 2px rgba(43,41,38,0.1);
}
.md-typeset .rc-install-card__cta--primary:hover {
  background: var(--rc-ink);
  color: #fff !important;
  box-shadow: none;
}
.md-typeset .rc-install-card__cta--disabled {
  background: var(--md-default-fg-color--lightest);
  color: var(--md-default-fg-color--light) !important;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
/* FontAwesome replacement for the old emoji glyphs in the logo-wrap box */
.rc-install-card__icon {
  font-size: 28px;
  line-height: 1;
  color: var(--rc-ink);
}
@media (max-width: 640px) {
  .md-typeset .rc-install-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════════════
   BUTTON-STYLE TABS — replace Material's underline tabs with pill buttons.
   Applies globally: pymdownx.tabbed (alternate style) is used for setup
   instructions (ChatGPT/Claude/Codex) and tool examples across the site,
   and the default sliding-underline style reads as broken/low-contrast.
   Supports up to 5 tabs per set via positional nth-of-type matching,
   since CSS can't cross-reference an input's id to a label's for value.
   ══════════════════════════════════════════════════════════════════════ */
.md-typeset .tabbed-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  box-shadow: none;
  border-bottom: none;
  margin-bottom: 1rem;
}
.md-typeset .tabbed-labels::before,
.md-typeset .tabbed-labels::after {
  display: none !important;
}
.md-typeset .tabbed-labels > label {
  width: auto;
  border-radius: 100px;
  border: 1.5px solid var(--md-default-fg-color--lightest);
  background: transparent;
  padding: 0.4rem 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--md-default-fg-color--light);
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.md-typeset .tabbed-labels > label:hover {
  color: var(--md-primary-fg-color);
  border-color: var(--md-primary-fg-color);
}
/* Neither the resting nor the active/checked state should show Material's
   default per-label underline indicator (it renders as a stray bar under
   the pill on the checked tab) — the filled pill background above is
   the only "active" affordance we want. */
.md-typeset .tabbed-labels > label::before,
.md-typeset .tabbed-labels > label::after {
  display: none !important;
}
.md-typeset .tabbed-set > input:nth-of-type(1):checked ~ .tabbed-labels > label:nth-of-type(1),
.md-typeset .tabbed-set > input:nth-of-type(2):checked ~ .tabbed-labels > label:nth-of-type(2),
.md-typeset .tabbed-set > input:nth-of-type(3):checked ~ .tabbed-labels > label:nth-of-type(3),
.md-typeset .tabbed-set > input:nth-of-type(4):checked ~ .tabbed-labels > label:nth-of-type(4),
.md-typeset .tabbed-set > input:nth-of-type(5):checked ~ .tabbed-labels > label:nth-of-type(5) {
  background: var(--md-primary-fg-color);
  border-color: var(--md-primary-fg-color);
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}
.md-typeset .tabbed-content {
  border-top: none;
}
.md-typeset .tabbed-block {
  padding-top: 0.25rem;
}

/* ══════════════════════════════════════════════════════════════════════
   ADMONITION TITLE CONTRAST FIX — dark mode
   The brand stylesheet (_rc/ringcentral.css) sets a dark title text color
   for each admonition type (e.g. tip → #CC5500, info → #005B99) but only
   swaps the *background* tint for slate/dark mode — it never re-asserts
   the title text color, so dark-on-dark text becomes illegible. This
   file loads after _rc/ringcentral.css, so plain (non-!important) color
   overrides here win the cascade at equal specificity.
   ══════════════════════════════════════════════════════════════════════ */
[data-md-color-scheme="slate"] .md-typeset .note     > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .note     > summary { color: #9DB6E8; }

[data-md-color-scheme="slate"] .md-typeset .abstract > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .abstract > summary,
[data-md-color-scheme="slate"] .md-typeset .summary  > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .summary  > summary,
[data-md-color-scheme="slate"] .md-typeset .tldr     > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .tldr     > summary { color: #A6C8F0; }

[data-md-color-scheme="slate"] .md-typeset .info > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .info > summary,
[data-md-color-scheme="slate"] .md-typeset .todo > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .todo > summary { color: #6CB8FF; }

[data-md-color-scheme="slate"] .md-typeset .tip       > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .tip       > summary,
[data-md-color-scheme="slate"] .md-typeset .hint      > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .hint      > summary,
[data-md-color-scheme="slate"] .md-typeset .important > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .important > summary { color: #FFB067; }

[data-md-color-scheme="slate"] .md-typeset .success > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .success > summary,
[data-md-color-scheme="slate"] .md-typeset .check   > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .check   > summary,
[data-md-color-scheme="slate"] .md-typeset .done    > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .done    > summary { color: #7ADB9E; }

[data-md-color-scheme="slate"] .md-typeset .question > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .question > summary,
[data-md-color-scheme="slate"] .md-typeset .help     > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .help     > summary,
[data-md-color-scheme="slate"] .md-typeset .faq      > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .faq      > summary { color: #5FD4E8; }

[data-md-color-scheme="slate"] .md-typeset .warning   > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .warning   > summary,
[data-md-color-scheme="slate"] .md-typeset .caution   > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .caution   > summary,
[data-md-color-scheme="slate"] .md-typeset .attention > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .attention > summary { color: #FFB259; }

[data-md-color-scheme="slate"] .md-typeset .failure > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .failure > summary,
[data-md-color-scheme="slate"] .md-typeset .fail    > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .fail    > summary,
[data-md-color-scheme="slate"] .md-typeset .missing > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .missing > summary { color: #FF8FA0; }

[data-md-color-scheme="slate"] .md-typeset .danger > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .danger > summary,
[data-md-color-scheme="slate"] .md-typeset .error  > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .error  > summary { color: #FF8080; }

[data-md-color-scheme="slate"] .md-typeset .bug > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .bug > summary { color: #FF9578; }

[data-md-color-scheme="slate"] .md-typeset .example > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .example > summary { color: #C4A6F5; }

[data-md-color-scheme="slate"] .md-typeset .quote > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .quote > summary,
[data-md-color-scheme="slate"] .md-typeset .cite  > .admonition-title,
[data-md-color-scheme="slate"] .md-typeset .cite  > summary { color: #AEB8CC; }

/* ══════════════════════════════════════════════════════════════════════
   ADMONITION BODY BACKGROUND FIX — dark mode
   ringcentral.css sets a light per-type background (e.g. .admonition.tip
   { background: #FFF8F0 }) with the SAME specificity as its own
   [data-md-color-scheme="slate"] .md-typeset .admonition dark override,
   and it's declared later in the file — so in dark mode the light
   background wins the tie and light body text sits on a light box.
   These selectors add the scheme attribute to the per-type selector so
   they outrank the light rule regardless of source order.
   ══════════════════════════════════════════════════════════════════════ */
[data-md-color-scheme="slate"] .md-typeset .admonition.note,
[data-md-color-scheme="slate"] .md-typeset details.note,
[data-md-color-scheme="slate"] .md-typeset .admonition.abstract,
[data-md-color-scheme="slate"] .md-typeset details.abstract,
[data-md-color-scheme="slate"] .md-typeset .admonition.summary,
[data-md-color-scheme="slate"] .md-typeset details.summary,
[data-md-color-scheme="slate"] .md-typeset .admonition.tldr,
[data-md-color-scheme="slate"] .md-typeset details.tldr,
[data-md-color-scheme="slate"] .md-typeset .admonition.info,
[data-md-color-scheme="slate"] .md-typeset details.info,
[data-md-color-scheme="slate"] .md-typeset .admonition.todo,
[data-md-color-scheme="slate"] .md-typeset details.todo,
[data-md-color-scheme="slate"] .md-typeset .admonition.tip,
[data-md-color-scheme="slate"] .md-typeset details.tip,
[data-md-color-scheme="slate"] .md-typeset .admonition.hint,
[data-md-color-scheme="slate"] .md-typeset details.hint,
[data-md-color-scheme="slate"] .md-typeset .admonition.important,
[data-md-color-scheme="slate"] .md-typeset details.important,
[data-md-color-scheme="slate"] .md-typeset .admonition.success,
[data-md-color-scheme="slate"] .md-typeset details.success,
[data-md-color-scheme="slate"] .md-typeset .admonition.check,
[data-md-color-scheme="slate"] .md-typeset details.check,
[data-md-color-scheme="slate"] .md-typeset .admonition.done,
[data-md-color-scheme="slate"] .md-typeset details.done,
[data-md-color-scheme="slate"] .md-typeset .admonition.question,
[data-md-color-scheme="slate"] .md-typeset details.question,
[data-md-color-scheme="slate"] .md-typeset .admonition.help,
[data-md-color-scheme="slate"] .md-typeset details.help,
[data-md-color-scheme="slate"] .md-typeset .admonition.faq,
[data-md-color-scheme="slate"] .md-typeset details.faq,
[data-md-color-scheme="slate"] .md-typeset .admonition.warning,
[data-md-color-scheme="slate"] .md-typeset details.warning,
[data-md-color-scheme="slate"] .md-typeset .admonition.caution,
[data-md-color-scheme="slate"] .md-typeset details.caution,
[data-md-color-scheme="slate"] .md-typeset .admonition.attention,
[data-md-color-scheme="slate"] .md-typeset details.attention,
[data-md-color-scheme="slate"] .md-typeset .admonition.failure,
[data-md-color-scheme="slate"] .md-typeset details.failure,
[data-md-color-scheme="slate"] .md-typeset .admonition.fail,
[data-md-color-scheme="slate"] .md-typeset details.fail,
[data-md-color-scheme="slate"] .md-typeset .admonition.missing,
[data-md-color-scheme="slate"] .md-typeset details.missing,
[data-md-color-scheme="slate"] .md-typeset .admonition.danger,
[data-md-color-scheme="slate"] .md-typeset details.danger,
[data-md-color-scheme="slate"] .md-typeset .admonition.error,
[data-md-color-scheme="slate"] .md-typeset details.error,
[data-md-color-scheme="slate"] .md-typeset .admonition.bug,
[data-md-color-scheme="slate"] .md-typeset details.bug,
[data-md-color-scheme="slate"] .md-typeset .admonition.example,
[data-md-color-scheme="slate"] .md-typeset details.example,
[data-md-color-scheme="slate"] .md-typeset .admonition.quote,
[data-md-color-scheme="slate"] .md-typeset details.quote,
[data-md-color-scheme="slate"] .md-typeset .admonition.cite,
[data-md-color-scheme="slate"] .md-typeset details.cite { background: #181D2A; }

/* ══════════════════════════════════════════════════════════════════════
   SERVER SPEC SHEET — Endpoint / Status / Transport / Auth
   Top-of-page property block on each MCP server overview page
   (docs/servers/*.md), matching the "Option 3 — spec sheet" mockup:
   a bordered card, label/value rows in a flex layout (label left, value
   flush right), thin dividers between rows. Built from plain <div>s
   rather than a <table> — a table forces the value into a left-aligned
   table cell instead of the flush-right flex alignment the design calls
   for, and there's no clean way to get an HTML class onto a markdown
   pipe table's <table> tag anyway (plain attr_list doesn't support it).
   ══════════════════════════════════════════════════════════════════════ */
.md-typeset .rc-spec-sheet {
  margin: 1.5rem 0;
  padding: 0.25rem 1.125rem;
  border: 0.05rem solid var(--md-default-fg-color--lightest);
  border-radius: 0.2rem;
  background: var(--md-default-bg-color);
}
.rc-spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.4rem 0;
  font-family: var(--rc-font, inherit);
  font-size: 0.8125rem;
  line-height: 1.4;
}
.rc-spec-row:not(:last-child) {
  border-bottom: 0.05rem solid var(--md-default-fg-color--lightest);
}
.rc-spec-row__label {
  flex: none;
  color: var(--md-default-fg-color--light);
}
.rc-spec-row__value {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  color: var(--md-default-fg-color);
}
.rc-spec-row__value code {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.85em;
}

/* Status cell — colored dot + label. Color encodes release stage,
   not decoration: green = Preview, amber = Beta. */
.rc-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 500;
}
.rc-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: none;
}
.rc-status--preview::before { background: #2E9E4F; }
.rc-status--beta::before    { background: #D9A404; }

/* Copy-to-clipboard button next to an endpoint URL. Toggles to a
   checkmark for ~1.4s after a successful copy via .rc-copy--copied,
   set by javascripts/rc-copy.js. */
.rc-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-left: 0.4rem;
  padding: 0;
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 6px;
  background: transparent;
  color: var(--md-default-fg-color--light);
  cursor: pointer;
}
.rc-copy:hover {
  border-color: var(--md-primary-fg-color);
  color: var(--md-primary-fg-color);
}
.rc-copy svg {
  width: 14px;
  height: 14px;
  pointer-events: none;
}
.rc-copy__icon--check { display: none; }
.rc-copy.rc-copy--copied .rc-copy__icon--copy  { display: none; }
.rc-copy.rc-copy--copied .rc-copy__icon--check { display: inline; }
.rc-copy.rc-copy--copied {
  border-color: #2E9E4F;
  color: #2E9E4F;
}
