.sffc-crm-apply-chat {
  --sffc-chat-ink: #18222f;
  --sffc-chat-muted: #667085;
  --sffc-chat-line: #dde3da;
  --sffc-chat-navy: #193b36;
  --sffc-chat-blue: #2a7365;
  --sffc-chat-paper: #f7f5ef;
  --sffc-chat-green: #dfeee6;
  --sffc-chat-panel: #f3f0e8;
  --sffc-chat-card: #ffffff;
  --sffc-chat-accent: #2f6f62;
  min-height: 100vh;
  background: var(--sffc-chat-paper);
  color: var(--sffc-chat-ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.sffc-crm-apply-chat--home-launcher {
  --sffc-chat-ink: #111111;
  --sffc-chat-muted: #767676;
  --sffc-chat-line: #e7e7e7;
  --sffc-chat-paper: #f7f7f5;
  --sffc-chat-card: #ffffff;
  min-height: auto;
  background: transparent;
  display: grid;
  place-items: center;
  padding: 0;
}

.sffc-crm-apply-chat--home-launcher.is-chat-open {
  display: block;
  padding: 0;
}

.sffc-crm-apply-chat__home-hero {
  width: min(980px, 100%);
}

.sffc-crm-apply-chat--home-launcher.is-chat-open .sffc-crm-apply-chat__home-hero {
  display: none;
}

.sffc-crm-apply-chat__home-title {
  display: none;
}

.sffc-crm-apply-chat__home-launcher {
  width: min(980px, 100%);
  margin: 0;
  position: relative;
}

.sffc-crm-apply-chat__home-launcher-shell {
  min-height: 92px;
  padding: 12px 18px 12px 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
}

.sffc-crm-apply-chat__home-launcher-plus,
.sffc-crm-apply-chat__home-launcher-pin {
  border: 0;
  outline: 0;
  background: transparent;
  color: #111111;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  padding: 0;
}

.sffc-crm-apply-chat__home-launcher-plus {
  font-size: 28px;
  font-weight: 300;
}

.sffc-crm-apply-chat__home-launcher-pin {
  font-size: 24px;
  opacity: 0.78;
}

.sffc-crm-apply-chat__home-location {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.sffc-crm-apply-chat__home-location-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  padding: 8px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.12);
  display: grid;
  gap: 4px;
  z-index: 30;
}

.sffc-crm-apply-chat__home-location-menu[hidden] {
  display: none !important;
}

.sffc-crm-apply-chat__home-location-menu button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #111111;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.sffc-crm-apply-chat__home-location-menu button:hover {
  background: rgba(17, 17, 17, 0.05);
}

.sffc-crm-apply-chat__home-launcher-input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.15;
  padding: 0;
}

.sffc-crm-apply-chat__home-launcher-input::placeholder {
  color: #6e6e6e;
  opacity: 1;
}

.sffc-crm-apply-chat__home-suggestions {
  position: absolute;
  top: calc(100% + 10px);
  left: 76px;
  right: 140px;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(17, 17, 17, 0.12);
  display: grid;
  gap: 4px;
  z-index: 25;
}

.sffc-crm-apply-chat__home-suggestions[hidden] {
  display: none !important;
}

.sffc-crm-apply-chat__home-suggestion {
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #111111;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
}

.sffc-crm-apply-chat__home-suggestion:hover,
.sffc-crm-apply-chat__home-suggestion.is-active {
  background: rgba(17, 17, 17, 0.05);
}

.sffc-crm-apply-chat__home-suggestion-icon {
  color: #8a8a8a;
  font-size: 18px;
  line-height: 1;
}

.sffc-crm-apply-chat__home-suggestion-copy {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sffc-crm-apply-chat__home-launcher-mode {
  min-height: 52px;
  padding: 0 8px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sffc-crm-apply-chat__home-launcher-mode-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #111111;
  flex: 0 0 auto;
}

.sffc-crm-apply-chat__home-launcher-mode select {
  border: 0;
  outline: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.sffc-crm-apply-chat__home-launcher-submit {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font: inherit;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .sffc-crm-apply-chat--home-launcher {
    display: block;
    min-height: 100svh;
    padding: 18px 0 max(18px, env(safe-area-inset-bottom));
  }

  .sffc-crm-apply-chat__home-hero,
  .sffc-crm-apply-chat__home-launcher {
    width: 100%;
    padding: 0 14px;
  }

  .sffc-crm-apply-chat__home-launcher-shell {
    min-height: 0;
    padding: 14px;
    border-radius: 28px;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    grid-template-areas:
      "plus pin input submit"
      "mode mode mode mode";
    gap: 10px 12px;
    align-items: center;
  }

  .sffc-crm-apply-chat__home-launcher-plus {
    grid-area: plus;
  }

  .sffc-crm-apply-chat__home-location {
    grid-area: pin;
  }

  .sffc-crm-apply-chat__home-launcher-input {
    grid-area: input;
    font-size: 16px;
    line-height: 1.25;
  }

  .sffc-crm-apply-chat__home-launcher-submit {
    grid-area: submit;
    width: 46px;
    height: 46px;
  }

  .sffc-crm-apply-chat__home-launcher-mode {
    grid-area: mode;
    min-height: 44px;
    padding: 0;
    justify-self: start;
  }

  .sffc-crm-apply-chat__home-launcher-mode select {
    max-width: 100%;
    font-size: 16px;
  }

  .sffc-crm-apply-chat__home-suggestions {
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    border-radius: 18px;
  }

  .sffc-crm-apply-chat__home-location-menu {
    left: 0;
    transform: none;
    min-width: 168px;
  }
}

@media (max-width: 640px) {
  .sffc-crm-apply-chat--home-launcher {
    padding-top: 12px;
  }

  .sffc-crm-apply-chat__home-hero,
  .sffc-crm-apply-chat__home-launcher {
    padding: 0 10px;
  }

  .sffc-crm-apply-chat__home-launcher-shell {
    padding: 12px;
    border-radius: 22px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "plus input submit"
      "pin mode mode";
    gap: 10px;
  }

  .sffc-crm-apply-chat__home-location {
    justify-self: start;
  }

  .sffc-crm-apply-chat__home-launcher-plus {
    font-size: 24px;
  }

  .sffc-crm-apply-chat__home-launcher-pin {
    font-size: 20px;
  }

  .sffc-crm-apply-chat__home-launcher-input {
    font-size: 16px;
  }

  .sffc-crm-apply-chat__home-suggestion {
    min-height: 44px;
    padding: 0 12px;
    font-size: 15px;
    gap: 10px;
  }

  .sffc-crm-apply-chat__home-suggestion-icon {
    font-size: 16px;
  }
}

.sffc-crm-apply-chat *,
.sffc-crm-apply-chat *::before,
.sffc-crm-apply-chat *::after {
  box-sizing: border-box;
}

html.sffc-crm-apply-chat-lock,
body.sffc-crm-apply-chat-lock {
  overflow: hidden;
}

.sffc-crm-apply-chat__topbar {
  min-height: 86px;
  padding: 0 clamp(22px, 5vw, 78px);
  background: #061f43;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.sffc-crm-apply-chat__brand img {
  width: 128px;
  height: auto;
  display: block;
}

.sffc-crm-apply-chat__topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sffc-crm-apply-chat__signin {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 5px;
  background: #fff;
  color: #061f43;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 800;
}

.sffc-crm-apply-chat__shell {
  width: min(1460px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: clamp(34px, 5vw, 72px);
}

.sffc-crm-apply-chat__header h1 {
  margin: 0;
  max-width: 980px;
  color: #151515;
  font-size: clamp(42px, 6.2vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 780;
}

.sffc-crm-apply-chat__advisor {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sffc-crm-apply-chat__advisor-avatar,
.sffc-crm-apply-chat__desk-avatar,
.sffc-crm-apply-chat__mini-avatar {
  border-radius: 999px;
  overflow: hidden;
  background: #e8edf4;
  flex: 0 0 auto;
}

.sffc-crm-apply-chat__advisor-avatar {
  width: 74px;
  height: 74px;
}

.sffc-crm-apply-chat__advisor-avatar img,
.sffc-crm-apply-chat__desk-avatar img,
.sffc-crm-apply-chat__mini-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sffc-crm-apply-chat__advisor small,
.sffc-crm-apply-chat__meta small,
.sffc-crm-apply-chat__support-card small {
  display: block;
  color: var(--sffc-chat-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__advisor strong {
  display: block;
  margin-top: 4px;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.sffc-crm-apply-chat__advisor span {
  display: block;
  margin-top: 4px;
  color: #47515f;
  font-size: 17px;
}

.sffc-crm-apply-chat__actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sffc-crm-apply-chat__apply,
.sffc-crm-apply-chat__secondary,
.sffc-crm-apply-chat__support-button {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #151515;
  border-radius: 4px;
  background: #151515;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sffc-crm-apply-chat__secondary {
  background: transparent;
  color: #151515;
  gap: 10px;
}

.sffc-crm-apply-chat__secondary svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.sffc-crm-apply-chat__rule {
  height: 1px;
  background: #ced3dc;
  margin: 46px 0;
}

.sffc-crm-apply-chat__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 48px;
}

.sffc-crm-apply-chat__meta strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.sffc-crm-apply-chat__content {
  max-width: 850px;
  color: #2f3742;
  font-size: 20px;
  line-height: 1.65;
}

.sffc-crm-apply-chat__content h2,
.sffc-crm-apply-chat__similar h2,
.sffc-crm-apply-chat__support-card h2 {
  margin: 0 0 14px;
  color: #171717;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.sffc-crm-apply-chat__content-body p:first-child {
  margin-top: 0;
}

.sffc-crm-apply-chat__sidebar {
  position: sticky;
  top: 24px;
  align-self: start;
  display: grid;
  gap: 16px;
}

.sffc-crm-apply-chat__support-card,
.sffc-crm-apply-chat__similar {
  padding: 22px;
  border: 1px solid var(--sffc-chat-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(13, 39, 80, 0.06);
}

.sffc-crm-apply-chat__support-card p,
.sffc-crm-apply-chat__similar p,
.sffc-crm-apply-chat__similar a span {
  color: #546070;
  font-size: 15px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__support-button {
  width: 100%;
  margin-top: 16px;
}

.sffc-crm-apply-chat__similar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.sffc-crm-apply-chat__similar a {
  color: #111;
  text-decoration: none;
  font-weight: 800;
  display: grid;
  gap: 4px;
}

.sffc-crm-apply-chat__desk[hidden] {
  display: none !important;
}

.sffc-crm-apply-chat__desk {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 10000;
  background: #ece8de;
}

.sffc-crm-apply-chat__desk-shell {
  width: 100vw;
  min-width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  background: #ece8de;
}

.sffc-crm-apply-chat__app-shell {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  background: #ece8de;
}

.sffc-crm-apply-chat__desk.is-results-open .sffc-crm-apply-chat__app-shell {
  grid-template-columns: 76px minmax(288px, 340px) minmax(0, 1fr);
}

.sffc-crm-apply-chat__app-rail {
  min-height: 0;
  padding: 18px 12px 16px;
  border-right: 1px solid #d8d3c6;
  background: #173b35;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 22px;
}

.sffc-crm-apply-chat__app-rail-brand,
.sffc-crm-apply-chat__app-rail-profile {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  line-height: 1;
}

.sffc-crm-apply-chat__app-rail-brand {
  position: relative;
  overflow: hidden;
  background: #173b35;
}

.sffc-crm-apply-chat__app-rail-brand-mark {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}

.sffc-crm-apply-chat__app-rail-brand-glyph {
  position: relative;
  color: #f8f7f2;
  font-family: "Goudy Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.06em;
  transform: translate(-2px, 1px);
}

.sffc-crm-apply-chat__app-rail-brand-dot {
  position: absolute;
  top: 13px;
  right: 3px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #16e0c6;
  box-shadow: 0 0 0 4px rgba(22, 224, 198, 0.08);
}

.sffc-crm-apply-chat__app-rail-profile {
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(180deg, #f4efe6 0%, #e6dece 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.sffc-crm-apply-chat__app-rail-profile.has-image {
  background: #efe7d8;
}

.sffc-crm-apply-chat__app-rail-profile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sffc-crm-apply-chat__app-rail-profile-placeholder {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #516166;
}

.sffc-crm-apply-chat__app-rail-profile-placeholder svg {
  width: 22px;
  height: 22px;
  display: block;
}

.sffc-crm-apply-chat__app-rail-group {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.sffc-crm-apply-chat__app-rail-spacer {
  min-height: 0;
}

.sffc-crm-apply-chat__app-rail-button {
  width: 56px;
  min-height: 64px;
  padding: 9px 6px 8px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  font: inherit;
  cursor: pointer;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 5px;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.sffc-crm-apply-chat__app-rail-button-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.sffc-crm-apply-chat__app-rail-button-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sffc-crm-apply-chat__app-rail-button-label {
  display: block;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
}

.sffc-crm-apply-chat__app-rail-button[data-sffc-apply-chat-rail-view="profile"] .sffc-crm-apply-chat__app-rail-button-icon {
  transform: translateY(-1px);
}

.sffc-crm-apply-chat__app-rail-button.is-active {
  background: #2f6f62;
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.sffc-crm-apply-chat__app-rail-button:disabled {
  opacity: 0.42;
  cursor: default;
}

.sffc-crm-apply-chat__lists-panel {
  min-height: 0;
  padding: 22px 18px;
  border-right: 1px solid #ddd8cc;
  background: #f7f5ef;
  display: none;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 18px;
}

.sffc-crm-apply-chat__lists-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sffc-crm-apply-chat__lists-head strong {
  color: #111827;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 800;
}

.sffc-crm-apply-chat__lists-head-actions {
  display: flex;
  gap: 8px;
}

.sffc-crm-apply-chat__lists-icon,
.sffc-crm-apply-chat__desk-icon {
  width: 38px;
  height: 38px;
  border: 1px solid #ded8cb;
  background: #fffdf8;
  color: #667085;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.sffc-crm-apply-chat__lists-icon.is-primary {
  border-color: #2f6f62;
  background: #2f6f62;
  color: #ffffff;
}

.sffc-crm-apply-chat__lists-toggle {
  padding: 6px;
  border: 1px solid #e3ddcf;
  background: #efebe2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.sffc-crm-apply-chat__lists-toggle button {
  min-height: 40px;
  border: 0;
  background: transparent;
  color: #626c79;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.sffc-crm-apply-chat__lists-toggle button.is-active {
  background: #ffffff;
  color: #13202f;
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.08);
}

.sffc-crm-apply-chat__lists-toggle span {
  margin-left: 6px;
  color: #7a8591;
}

.sffc-crm-apply-chat__lists-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 8px;
}

.sffc-crm-apply-chat__lists-search input {
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #e2ddd1;
  background: #f0eee8;
  color: #1f2937;
  font: inherit;
  font-size: 15px;
}

.sffc-crm-apply-chat__lists-stack {
  min-height: 0;
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 12px;
  padding-right: 2px;
}

.sffc-crm-apply-chat__list-card {
  width: 100%;
  padding: 18px 16px;
  border: 1px solid #e4dfd2;
  background: #fffdf9;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.sffc-crm-apply-chat__list-card:hover,
.sffc-crm-apply-chat__list-card:focus-visible {
  border-color: #cfc7b6;
  background: #ffffff;
  transform: translateY(-1px);
  outline: none;
}

.sffc-crm-apply-chat__list-card.is-highlighted {
  background: #e5f4ee;
}

.sffc-crm-apply-chat__list-card.is-active {
  border-color: #b7cfbf;
  background: #eef7f2;
}

.sffc-crm-apply-chat__list-card.is-locked {
  position: relative;
}

.sffc-crm-apply-chat__list-card.is-locked::after {
  content: "Locked";
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7b6f55;
}

.sffc-crm-apply-chat__list-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.sffc-crm-apply-chat__list-card-head strong {
  color: #16212d;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.sffc-crm-apply-chat__list-card-head time {
  color: #98a2b3;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.sffc-crm-apply-chat__list-card p {
  margin: 10px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__lists-results {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
}

.sffc-crm-apply-chat__lists-results-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.sffc-crm-apply-chat__lists-results-back {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #ddd5c4;
  background: #fffdf8;
  color: #233140;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.sffc-crm-apply-chat__lists-results-copy strong {
  display: block;
  color: #16212d;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
}

.sffc-crm-apply-chat__lists-results-copy p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__lists-results-body {
  min-height: 0;
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 0;
  padding-right: 4px;
}

.sffc-crm-apply-chat__list-role {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 22px;
  padding: 22px 0;
  border-top: 1px solid #ded8cb;
}

.sffc-crm-apply-chat__list-role:first-child {
  border-top: 0;
  padding-top: 0;
}

.sffc-crm-apply-chat__list-role-main {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.sffc-crm-apply-chat__list-role-title {
  color: #10233e;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.sffc-crm-apply-chat__list-role-location {
  color: #6d6f73;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__list-role-divider {
  width: 58px;
  height: 1px;
  background: #c8b07b;
}

.sffc-crm-apply-chat__list-role-contact strong {
  display: block;
  color: #16212d;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}

.sffc-crm-apply-chat__list-role-contact p {
  margin: 8px 0 0;
  color: #6d6f73;
  font-size: 13px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__list-role-side {
  display: grid;
  align-content: space-between;
  justify-items: start;
  gap: 20px;
}

.sffc-crm-apply-chat__list-role-side-label {
  color: #6d6f73;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__list-role-side strong {
  display: block;
  margin-top: 8px;
  color: #10233e;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
}

.sffc-crm-apply-chat__list-role-arrow {
  color: #10233e;
  font-size: 38px;
  line-height: 1;
  text-decoration: none;
}

.sffc-crm-apply-chat__list-role-empty {
  padding: 24px 0;
  border-top: 1px solid #ded8cb;
  color: #667085;
}

.sffc-crm-apply-chat__list-role-empty strong {
  display: block;
  color: #16212d;
  font-size: 15px;
  font-weight: 800;
}

.sffc-crm-apply-chat__list-role-empty p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__main-panel {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: 84px minmax(0, 1fr);
  background: #efede7;
}

.sffc-crm-apply-chat__desk-head {
  min-height: 84px;
  padding: 0 24px;
  border-bottom: 1px solid #ddd8cc;
  background: #f7f5ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.sffc-crm-apply-chat__desk-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sffc-crm-apply-chat__desk-avatar {
  width: 52px;
  height: 52px;
  background: var(--sffc-chat-accent);
}

.sffc-crm-apply-chat__desk-title strong {
  display: block;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 800;
}

.sffc-crm-apply-chat__desk-title span {
  display: block;
  margin-top: 4px;
  color: #506459;
  font-size: 13px;
  font-weight: 700;
}

.sffc-crm-apply-chat__desk-role {
  display: block;
  margin-top: 6px;
  color: #697669;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__desk-head-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.sffc-crm-apply-chat__desk-upgrade {
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: #181818;
  color: #f5efe3;
  font: inherit;
  font-size: 13px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  white-space: nowrap;
}

.sffc-crm-apply-chat__desk-upgrade-plan {
  color: rgba(245, 239, 227, 0.72);
}

.sffc-crm-apply-chat__desk-upgrade-separator {
  color: rgba(245, 239, 227, 0.36);
}

.sffc-crm-apply-chat__desk-upgrade-action {
  color: #f5efe3;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sffc-crm-apply-chat__desk-upgrade:hover,
.sffc-crm-apply-chat__desk-upgrade:focus-visible {
  background: #111111;
  outline: none;
}

.sffc-crm-apply-chat__desk-search {
  width: min(280px, 34vw);
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #d8d3c6;
  background: #fffdf8;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sffc-crm-apply-chat__desk-search[hidden],
.sffc-crm-apply-chat__desk-menu[hidden] {
  display: none !important;
}

.sffc-crm-apply-chat__desk-search-input {
  min-width: 0;
  flex: 1 1 auto;
  border: 0;
  background: transparent;
  color: #16212d;
  font: inherit;
  font-size: 14px;
}

.sffc-crm-apply-chat__desk-search-input:focus {
  outline: none;
}

.sffc-crm-apply-chat__desk-search-count {
  color: #6d6f73;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.sffc-crm-apply-chat__desk-menu-wrap {
  position: relative;
}

.sffc-crm-apply-chat__desk-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 172px;
  padding: 8px;
  border: 1px solid #d8d3c6;
  background: #fffdf8;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.14);
  display: grid;
  gap: 4px;
  z-index: 18;
}

.sffc-crm-apply-chat__desk-menu-item {
  min-height: 40px;
  padding: 10px 12px;
  color: #16212d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.sffc-crm-apply-chat__desk-menu-item:hover,
.sffc-crm-apply-chat__desk-menu-item:focus-visible {
  background: #f2eee4;
  outline: none;
}

.sffc-crm-apply-chat__desk-close {
  width: 40px;
  height: 40px;
  border: 1px solid #d8d3c6;
  background: #fffdf8;
  color: #736f65;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.sffc-crm-apply-chat__message.is-search-match .sffc-crm-apply-chat__bubble {
  box-shadow: 0 0 0 2px rgba(199, 168, 93, 0.34);
}

.sffc-crm-apply-chat__message.is-search-active .sffc-crm-apply-chat__bubble {
  box-shadow: 0 0 0 2px #c8b07b;
}

.sffc-crm-apply-chat__desk-body {
  min-height: 0;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  padding: 0;
  background: #efede7;
}

.sffc-crm-apply-chat__desk.is-workspace-open .sffc-crm-apply-chat__desk-body {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
}

.sffc-crm-apply-chat__conversation-panel {
  min-height: 0;
  display: block;
  background: #efede7;
}

.sffc-crm-apply-chat__conversation-stage {
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.sffc-crm-apply-chat__results-stage {
  min-height: 0;
  height: 100%;
  overflow: auto;
  border-right: 1px solid #ddd8cc;
  background: #efede7;
}

.sffc-crm-apply-chat__profile-stage {
  min-height: 0;
  height: 100%;
  overflow: auto;
  background: #efede7;
}

.sffc-crm-apply-chat__results-stage-scroll {
  width: 100%;
  min-height: 100%;
  padding: 28px clamp(28px, 3vw, 52px) 40px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 22px;
}

.sffc-crm-apply-chat__results-stage-scroll .sffc-community-editorial__finder {
  width: min(100%, 1120px);
  margin: 0;
}

.sffc-crm-apply-chat__results-stage-scroll .sffc-community-editorial__filter-toolbar-row {
  width: min(100%, 1120px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.sffc-crm-apply-chat__results-stage-scroll .sffc-community-editorial__filter-button {
  padding: 8px 16px;
  border: 1px solid rgba(35, 33, 30, 0.15);
  border-radius: 20px;
  background: #ffffff;
  color: #3d4654;
  font-family: "Almarai", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sffc-crm-apply-chat__results-stage-scroll .sffc-community-editorial__filter-button:hover {
  background: #f8f7f5;
  border-color: rgba(35, 33, 30, 0.25);
}

.sffc-crm-apply-chat__results-stage-scroll .sffc-community-editorial__filter-button.is-active {
  background: #1d2740;
  border-color: #1d2740;
  color: #ffffff;
}

.sffc-crm-apply-chat__profile-stage-scroll {
  width: 100%;
  min-height: 100%;
  padding: 28px clamp(28px, 3vw, 52px) 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sffc-crm-apply-chat__profile-stage-scroll > * {
  width: min(100%, 900px);
}

.sffc-crm-apply-chat__profile-stage .sffc-community-editorial__profile-panel {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 8px;
}

.sffc-crm-apply-chat__results-stage-empty {
  width: min(100%, 1120px);
  min-height: 220px;
  padding: 34px;
  border: 1px solid #dadfd7;
  background: #fffdf8;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 10px;
  box-shadow: 0 16px 34px rgba(18, 26, 38, 0.06);
}

.sffc-crm-apply-chat__results-stage-empty strong {
  color: #182430;
  font-size: 28px;
  line-height: 1.12;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.sffc-crm-apply-chat__results-stage-empty p {
  margin: 0;
  color: #5b6b68;
  font-size: 15px;
  line-height: 1.6;
}

.sffc-crm-apply-chat__results-stage-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sffc-crm-apply-chat__results-stage-picker-button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #cfd7d1;
  background: #ffffff;
  color: #173b35;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.sffc-crm-apply-chat__results-stage-picker-button.is-active {
  border-color: #2f6f62;
  background: #2f6f62;
  color: #ffffff;
}

.sffc-crm-apply-chat__results-stage-body {
  width: min(100%, 1120px);
}

.sffc-crm-apply-chat__desk.is-end-chat-open {
  position: relative;
}

.sffc-crm-apply-chat__end-chat {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(12, 20, 34, 0.48);
}

.sffc-crm-apply-chat__end-chat[hidden] {
  display: none !important;
}

.sffc-crm-apply-chat__end-chat-card {
  width: min(520px, 100%);
  padding: 30px 28px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(8, 20, 39, 0.2);
  text-align: center;
}

.sffc-crm-apply-chat__end-chat-card h3 {
  margin: 0;
  color: #171717;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.sffc-crm-apply-chat__end-chat-card p {
  margin: 16px 0 0;
  color: #5a6472;
  font-size: 16px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__end-chat-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sffc-crm-apply-chat__end-chat-secondary,
.sffc-crm-apply-chat__end-chat-primary {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.sffc-crm-apply-chat__end-chat-secondary {
  border: 1px solid #ccd3dd;
  background: #fff;
  color: #152640;
}

.sffc-crm-apply-chat__end-chat-primary {
  border: 1px solid #152640;
  background: #152640;
  color: #fff;
}

.sffc-crm-apply-chat__messages {
  min-height: 0;
  overflow: auto;
  width: 100%;
  margin: 0;
  padding: 28px clamp(28px, 3vw, 52px) 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  background: transparent;
  border-right: 1px solid #ddd8cc;
  scroll-padding-bottom: 96px;
}

.sffc-crm-apply-chat__message {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.sffc-crm-apply-chat__message.is-user {
  width: min(100%, 760px);
  grid-template-columns: minmax(0, 1fr) 54px;
  align-self: flex-end;
  padding-left: 92px;
  padding-right: 24px;
}

.sffc-crm-apply-chat__message.is-system {
  width: min(100%, 760px);
  grid-template-columns: minmax(0, 1fr);
}

.sffc-crm-apply-chat__mini-avatar {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--sffc-chat-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 850;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(24, 34, 47, 0.08);
}

.sffc-crm-apply-chat__live-dot {
  position: absolute;
  right: 1px;
  bottom: 2px;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #2fd17c;
  box-shadow: 0 0 0 4px rgba(47, 209, 124, 0.16);
}

.sffc-crm-apply-chat__bubble {
  padding: 18px 22px;
  border-radius: 8px;
  background: #ffffff;
  color: #000000;
  font-size: clamp(17px, 0.95vw, 18px);
  line-height: 1.58;
  font-family: arial;
  box-shadow: 0 92px 84px rgba(24, 34, 47, 0.045);
}

.sffc-crm-apply-chat__message.has-editorial-results {
  width: min(100%, 1040px);
}

.sffc-crm-apply-chat__message.has-editorial-results .sffc-crm-apply-chat__bubble {
  width: 100%;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.sffc-crm-apply-chat__formatted {
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__formatted p,
.sffc-crm-apply-chat__formatted ul {
  margin: 0;
}

.sffc-crm-apply-chat__formatted ul {
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.sffc-crm-apply-chat__formatted li {
  margin: 0;
}

.sffc-crm-apply-chat__formatted strong {
  font-weight: 800;
}

.sffc-crm-apply-chat__formatted em {
  font-style: italic;
}

.sffc-crm-apply-chat__message.is-launcher {
  width: min(100%, 760px);
}

.sffc-crm-apply-chat__message.is-system .sffc-crm-apply-chat__bubble {
  padding: 16px 22px;
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(24, 34, 47, 0.04);
}

.sffc-crm-apply-chat__bubble.is-launcher {
  padding: 20px 22px 22px;
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 16px 32px rgba(24, 34, 47, 0.055);
}

.sffc-crm-apply-chat__launcher-copy {
  max-width: 680px;
  display: grid;
  gap: 8px;
}

.sffc-crm-apply-chat__launcher-copy p {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.45;
  font-weight: 500;
}

.sffc-crm-apply-chat__transfer {
  width: min(620px, calc(100% - 120px));
  margin: 6px auto 8px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #98a2b3;
  font-size: 12px;
  line-height: 1;
}

.sffc-crm-apply-chat__transfer-line {
  flex: 1 1 auto;
  height: 1px;
  background: #e3e7ee;
}

.sffc-crm-apply-chat__transfer-copy {
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.sffc-crm-apply-chat__message.is-typing {
  width: auto;
}

.sffc-crm-apply-chat__typing-bubble {
  width: auto;
  min-width: 150px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #687384;
  font-size: 15px;
  line-height: 1;
}

.sffc-crm-apply-chat__typing-label {
  white-space: nowrap;
}

.sffc-crm-apply-chat__typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sffc-crm-apply-chat__typing-dots i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #8b96a3;
  opacity: 0.35;
  animation: sffc-crm-apply-chat-typing 1.05s infinite ease-in-out;
}

.sffc-crm-apply-chat__typing-dots i:nth-child(2) {
  animation-delay: 0.14s;
}

.sffc-crm-apply-chat__typing-dots i:nth-child(3) {
  animation-delay: 0.28s;
}

@keyframes sffc-crm-apply-chat-typing {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  40% {
    transform: translateY(-3px);
    opacity: 1;
  }
}

.sffc-crm-apply-chat__message.is-user .sffc-crm-apply-chat__bubble {
  width: min(100%, 560px);
  justify-self: stretch;
  background: var(--sffc-chat-accent);
  color: #fff;
  border-color: transparent;
  border-bottom-right-radius: 12px;
  box-shadow: 0 14px 26px rgba(47, 111, 98, 0.18);
}

.sffc-crm-apply-chat__message.is-user.is-upload .sffc-crm-apply-chat__bubble {
  width: auto;
  max-width: 250px;
  padding: 0;
  justify-self: end;
  background: #fffdf8;
  color: var(--sffc-chat-ink);
  border: 1px solid #e4ddcf;
  border-bottom-right-radius: 18px;
  box-shadow: 0 12px 24px rgba(24, 34, 47, 0.1);
  overflow: hidden;
}

.sffc-crm-apply-chat__upload-preview-card {
  width: 248px;
  display: grid;
  gap: 0;
  background: #fffdf8;
}

.sffc-crm-apply-chat__upload-preview-card.is-file-only {
  width: 248px;
  min-height: 72px;
}

.sffc-crm-apply-chat__upload-preview-sheet {
  position: relative;
  aspect-ratio: 0.74;
  overflow: hidden;
  background: #f4f0e7;
  border-bottom: 1px solid #e4ddcf;
}

.sffc-crm-apply-chat__upload-preview-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}

.sffc-crm-apply-chat__upload-preview-object {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.sffc-crm-apply-chat__upload-preview-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  color: #6b746d;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}

.sffc-crm-apply-chat__upload-preview-spinner {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 2px solid rgba(18, 27, 23, 0.12);
  border-top-color: rgba(18, 27, 23, 0.72);
  animation: sffcCommunityEditorialSpinner 0.85s linear infinite;
  z-index: 2;
}

@keyframes sffcCommunityEditorialSpinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sffc-crm-apply-chat__upload-preview-skeleton {
  position: absolute;
  inset: 14px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,244,237,0.96) 100%);
  box-shadow: inset 0 0 0 1px rgba(222, 215, 202, 0.9);
}

.sffc-crm-apply-chat__upload-preview-meta {
  padding: 12px 14px 13px;
  display: grid;
  gap: 4px;
}

.sffc-crm-apply-chat__upload-preview-meta strong {
  display: block;
  color: #1d2924;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  word-break: break-word;
}

.sffc-crm-apply-chat__upload-preview-meta span {
  display: block;
  color: #6b746d;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
}

.sffc-crm-apply-chat__cv-modal[hidden] {
  display: none !important;
}

.sffc-crm-apply-chat__cv-modal {
  position: absolute;
  inset: 0;
  z-index: 32;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.sffc-crm-apply-chat__cv-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 22, 18, 0.54);
  backdrop-filter: blur(4px);
}

.sffc-crm-apply-chat__cv-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  max-height: min(88vh, 980px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(220, 214, 203, 0.95);
  background: #faf8f2;
  box-shadow: 0 28px 72px rgba(14, 22, 18, 0.22);
}

.sffc-crm-apply-chat__cv-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px 18px;
  border-bottom: 1px solid rgba(225, 218, 206, 0.95);
  background: #fbf9f4;
}

.sffc-crm-apply-chat__cv-modal-head-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.sffc-crm-apply-chat__cv-modal-head-copy strong {
  color: var(--sffc-chat-ink);
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.sffc-crm-apply-chat__cv-modal-head-copy span {
  color: #5f685f;
  font-size: 14px;
  line-height: 1.45;
}

.sffc-crm-apply-chat__cv-modal-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(218, 211, 199, 0.95);
  border-radius: 999px;
  background: #ffffff;
  color: #616a62;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.sffc-crm-apply-chat__cv-modal-body {
  min-height: 0;
  overflow: auto;
  padding: 20px;
  background: #f6f3ec;
}

.sffc-crm-apply-chat__cv-modal-loading {
  min-height: 420px;
  display: grid;
  place-items: center;
  gap: 18px;
  color: #5f685f;
}

@media (max-width: 920px) {
}

.sffc-crm-apply-chat__message.is-user.is-choice {
  width: auto;
  max-width: 100%;
}

.sffc-crm-apply-chat__message.is-user.is-choice .sffc-crm-apply-chat__bubble {
  width: auto;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 18px;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(24, 34, 47, 0.1);
}

.sffc-crm-apply-chat__choices {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sffc-crm-apply-chat__choices.is-launcher {
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__choices--preview-footer {
  margin-top: 16px;
}

.sffc-crm-apply-chat__choice,
.sffc-crm-apply-chat__upload,
.sffc-crm-apply-chat__send {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(47, 111, 98, 0.22);
  border-radius: 8px;
  background: #eef4f0;
  color: var(--sffc-chat-accent);
  cursor: pointer;
  font: inherit;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 850;
}

.sffc-crm-apply-chat__choices.is-launcher .sffc-crm-apply-chat__choice {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 0 20px;
  border: 1px solid #e7e2d7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #21303d;
  justify-content: space-between;
  font-size: clamp(16px, 1.02vw, 19px);
  line-height: 1.25;
  text-align: left;
  width: 100%;
  box-shadow: 0 8px 18px rgba(24, 34, 47, 0.04);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.sffc-crm-apply-chat__choice-content {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
}

.sffc-crm-apply-chat__choice-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #5a6a78;
}

.sffc-crm-apply-chat__choice-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.sffc-crm-apply-chat__choice-title {
  display: block;
  min-width: 0;
}

.sffc-crm-apply-chat__choice-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e6f0ea;
  color: #5f927f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.sffc-crm-apply-chat__choices.is-launcher .sffc-crm-apply-chat__choice:hover,
.sffc-crm-apply-chat__choices.is-launcher .sffc-crm-apply-chat__choice:focus {
  border-color: rgba(47, 111, 98, 0.45);
  box-shadow: 0 12px 24px rgba(24, 34, 47, 0.06);
  transform: translateY(-1px);
}

.sffc-crm-apply-chat__choices.is-launcher .sffc-crm-apply-chat__choice.is-recommended {
  border-color: rgba(47, 111, 98, 0.7);
  box-shadow: inset 0 0 0 1px rgba(47, 111, 98, 0.15), 0 10px 20px rgba(24, 34, 47, 0.05);
}

.sffc-crm-apply-chat__choices.is-launcher .sffc-crm-apply-chat__choice.is-recommended .sffc-crm-apply-chat__choice-icon {
  color: #4d8c7c;
}

.sffc-crm-apply-chat__before-after {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__before-after div {
  padding: 14px 16px;
  border: 1px solid #e0e6ef;
  border-radius: 10px;
  background: #f7f9fc;
}

.sffc-crm-apply-chat__before-after small,
.sffc-crm-apply-chat__pdf-copy small {
  display: block;
  margin-bottom: 6px;
  color: var(--sffc-chat-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__materials {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.sffc-crm-apply-chat__pdf-card {
  min-height: 150px;
  border: 1px solid #d7dde7;
  border-radius: 12px;
  background: #fff;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(13, 39, 80, 0.08);
}

.sffc-crm-apply-chat__pdf-preview {
  padding: 13px 11px;
  border-right: 1px solid #e2e7ef;
  background: #f7f9fc;
  display: grid;
  align-content: start;
  gap: 7px;
}

.sffc-crm-apply-chat__pdf-preview span {
  width: 38px;
  min-height: 24px;
  border-radius: 4px;
  background: #d93025;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.sffc-crm-apply-chat__pdf-preview i {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: #d5dce8;
}

.sffc-crm-apply-chat__pdf-preview i:nth-child(3) {
  width: 82%;
}

.sffc-crm-apply-chat__pdf-preview i:nth-child(4) {
  width: 64%;
}

.sffc-crm-apply-chat__pdf-copy {
  padding: 16px 18px;
  display: grid;
  align-content: center;
  gap: 8px;
}

.sffc-crm-apply-chat__pdf-copy strong {
  color: #112849;
  font-size: clamp(16px, 1vw, 19px);
  line-height: 1.25;
}

.sffc-crm-apply-chat__pdf-copy p {
  margin: 0;
  color: #536171;
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.45;
}

.sffc-crm-apply-chat__link-pill {
  min-height: 48px;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 18px;
  background: var(--sffc-chat-blue);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  display: block;
  width: min(100%, 100%);
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-sizing: border-box;
}

.sffc-crm-apply-chat__message-meta-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(17, 40, 73, 0.08);
}

.sffc-crm-apply-chat__message-meta-action {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: #7b8794;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sffc-crm-apply-chat__message-meta-action:hover,
.sffc-crm-apply-chat__message-meta-action:focus-visible {
  color: #335fbc;
  outline: none;
}

.sffc-crm-apply-chat__artifact-link-wrap {
  margin-top: 18px;
}

.sffc-crm-apply-chat__match-preview {
  margin-top: 14px;
}

.sffc-crm-apply-chat__match-preview-head {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.sffc-crm-apply-chat__match-preview-kicker {
  color: #1f6f64;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__match-preview-title {
  color: #18222f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 500;
}

.sffc-crm-apply-chat__match-preview-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.sffc-crm-apply-chat__match-preview-item {
  display: block;
}

.sffc-crm-apply-chat__match-preview-card {
  padding: 18px 18px 16px;
  border: 1px solid #d9dfdd;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 249, 248, 0.98));
  box-shadow: 0 12px 28px rgba(24, 34, 47, 0.07);
  display: grid;
  gap: 14px;
}

.sffc-crm-apply-chat__match-preview-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.sffc-crm-apply-chat__match-preview-main {
  display: grid;
  gap: 4px;
}

.sffc-crm-apply-chat__match-preview-main strong {
  display: block;
  color: #18222f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
}

.sffc-crm-apply-chat__match-preview-main span,
.sffc-crm-apply-chat__match-preview-main small {
  display: block;
  color: #5b6b68;
  font-size: 13px;
  line-height: 1.45;
}

.sffc-crm-apply-chat__match-preview-main small {
  color: #3d4744;
}

.sffc-crm-apply-chat__match-preview-score {
  min-width: 78px;
  padding: 8px 10px 7px;
  border: 2px solid #c98a2c;
  border-radius: 8px;
  color: #c98a2c;
  background: rgba(255, 250, 238, 0.9);
  display: grid;
  gap: 2px;
  justify-items: center;
  transform: rotate(-3deg);
}

.sffc-crm-apply-chat__match-preview-score strong {
  color: inherit;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.sffc-crm-apply-chat__match-preview-score span {
  color: inherit;
  font-size: 9px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__match-preview-salary {
  color: #445061;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.sffc-crm-apply-chat__match-preview-recruiter {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-left: 3px solid #1f6f64;
  background: #f4f6f5;
  border-radius: 10px;
}

.sffc-crm-apply-chat__match-preview-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(31, 111, 100, 0.12);
  background: #1f6f64;
  color: #ffffff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.sffc-crm-apply-chat__match-preview-avatar.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sffc-crm-apply-chat__match-preview-avatar strong {
  font-size: 15px;
  line-height: 1;
}

.sffc-crm-apply-chat__chat-role-list {
  margin-top: 12px;
  display: grid;
  gap: 14px;
}

.sffc-crm-apply-chat__chat-role-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 18px;
  padding: 18px;
  border: 1px solid #e4dfd2;
  background: #fffdf9;
}

.sffc-crm-apply-chat__chat-role-main {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.sffc-crm-apply-chat__chat-role-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.sffc-crm-apply-chat__chat-role-logo,
.sffc-crm-apply-chat__chat-role-recruiter-avatar {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(216, 210, 198, 0.95);
  background: #f4f6fa;
  color: #1f2937;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.sffc-crm-apply-chat__chat-role-logo.has-image img,
.sffc-crm-apply-chat__chat-role-recruiter-avatar.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sffc-crm-apply-chat__chat-role-logo strong,
.sffc-crm-apply-chat__chat-role-recruiter-avatar strong {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.sffc-crm-apply-chat__chat-role-head-copy {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.sffc-crm-apply-chat__chat-role-title {
  display: block;
  color: #112849;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}

.sffc-crm-apply-chat__chat-role-location {
  display: block;
  color: #6d6f73;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__chat-role-contact {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.sffc-crm-apply-chat__chat-role-recruiter-avatar {
  width: 42px;
  height: 42px;
}

.sffc-crm-apply-chat__chat-role-contact-copy strong {
  display: block;
  color: #16212d;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
}

.sffc-crm-apply-chat__chat-role-contact-copy p {
  margin: 7px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__chat-role-side {
  display: grid;
  align-content: space-between;
  justify-items: start;
  gap: 16px;
}

.sffc-crm-apply-chat__chat-role-side-label {
  color: #6d6f73;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__chat-role-action {
  color: #112849;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: none;
}

.sffc-crm-apply-chat__chat-role-empty strong {
  display: block;
  color: #16212d;
  font-size: 15px;
  font-weight: 800;
}

.sffc-crm-apply-chat__chat-role-empty p {
  margin: 8px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__results-briefing {
  width: min(100%, 860px);
  border: 1px solid #d8ddd9;
  background: linear-gradient(180deg, #ffffff, #f7f6f1);
  box-shadow: 0 18px 42px rgba(24, 36, 48, 0.08);
}

.sffc-crm-apply-chat__results-briefing-head {
  padding: 28px 30px 24px;
  border-bottom: 1px solid #e2e7e4;
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__results-briefing-kicker {
  color: #1f6f64;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__results-briefing-title {
  margin: 0;
  color: #182430;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
}

.sffc-crm-apply-chat__results-briefing-copy {
  margin: 0;
  color: #5b6b68;
  font-size: 14px;
  line-height: 1.6;
}

.sffc-crm-apply-chat__results-briefing-list {
  display: grid;
}

.sffc-crm-apply-chat__results-briefing-role {
  padding: 28px 30px;
  border-top: 1px solid #e2e7e4;
  display: grid;
  gap: 18px;
}

.sffc-crm-apply-chat__results-briefing-role:first-child {
  border-top: 0;
}

.sffc-crm-apply-chat__results-briefing-role-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.sffc-crm-apply-chat__results-briefing-role-copy {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__results-briefing-role-title {
  color: #182430;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

.sffc-crm-apply-chat__results-briefing-role-meta {
  color: #5b6b68;
  font-size: 13px;
  line-height: 1.4;
}

.sffc-crm-apply-chat__results-briefing-role-summary {
  margin: 0;
  color: #394644;
  font-size: 14px;
  line-height: 1.6;
}

.sffc-crm-apply-chat__results-briefing-stamp {
  min-width: 92px;
  padding: 8px 12px;
  border: 2px solid #c98a2c;
  color: #c98a2c;
  display: grid;
  justify-items: center;
  align-content: center;
  transform: rotate(-4deg);
}

.sffc-crm-apply-chat__results-briefing-stamp strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.sffc-crm-apply-chat__results-briefing-stamp span {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__results-briefing-contact {
  padding: 14px 16px;
  border-left: 3px solid #1f6f64;
  background: #f4f6f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sffc-crm-apply-chat__results-briefing-contact-id {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sffc-crm-apply-chat__results-briefing-contact-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #1f6f64;
  color: #ffffff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
}

.sffc-crm-apply-chat__results-briefing-contact-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.sffc-crm-apply-chat__results-briefing-contact-copy strong {
  color: #182430;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
}

.sffc-crm-apply-chat__results-briefing-contact-copy span {
  color: #5b6b68;
  font-size: 12px;
  line-height: 1.4;
}

.sffc-crm-apply-chat__results-briefing-contact-link {
  color: #1f6f64;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  text-decoration: none;
  word-break: break-word;
}

.sffc-crm-apply-chat__results-briefing-role-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sffc-crm-apply-chat__results-briefing-role-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sffc-crm-apply-chat__results-briefing-role-tags span {
  padding: 7px 10px;
  border: 1px solid #d7ddd8;
  background: #fbfcf9;
  color: #41505d;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__results-briefing-role-spacer {
  min-height: 1px;
}

.sffc-crm-apply-chat__results-briefing-role-action {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid #182430;
  color: #182430;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .sffc-crm-apply-chat__results-briefing-head {
    padding: 22px 20px 20px;
  }

  .sffc-crm-apply-chat__results-briefing-title {
    font-size: 24px;
  }

  .sffc-crm-apply-chat__results-briefing-role {
    padding: 22px 20px;
  }

  .sffc-crm-apply-chat__results-briefing-role-head {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__results-briefing-stamp {
    justify-self: start;
  }

  .sffc-crm-apply-chat__results-briefing-contact,
  .sffc-crm-apply-chat__results-briefing-role-actions {
    display: grid;
    justify-content: stretch;
  }

  .sffc-crm-apply-chat__results-briefing-contact {
    gap: 12px;
  }

  .sffc-crm-apply-chat__results-briefing-contact-id {
    align-items: start;
  }

  .sffc-crm-apply-chat__results-briefing-contact-link {
    display: inline-flex;
    justify-self: start;
  }

  .sffc-crm-apply-chat__results-briefing-role-tags {
    gap: 6px;
  }

  .sffc-crm-apply-chat__results-briefing-role-action {
    justify-self: start;
  }
}

.sffc-community-editorial__surface {
  display: grid;
  gap: 28px;
  width: 100%;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-shell {
  width: 100%;
  margin: 0;
}

.sffc-community-editorial__surface .sffc-community-editorial__post {
  width: 100%;
  border: 1px solid #d6dbe3;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(12, 29, 66, 0.08);
}

.sffc-community-editorial__surface .sffc-community-editorial__post-head {
  padding: 20px 22px 12px;
  background: #0d1d42;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-author {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-avatar {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-author-copy {
  min-width: 0;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-author-topline {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-author-topline strong,
.sffc-community-editorial__surface .sffc-community-editorial__post-title {
  color: #fffdf9;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-author-topline strong {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-author-copy span,
.sffc-community-editorial__surface .sffc-community-editorial__post-date {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.4;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-author-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-author-action {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #ffffff;
  color: #5f6877;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-author-action-icon,
.sffc-community-editorial__surface .sffc-community-editorial__post-author-action-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-author-action.is-linkedin {
  color: #0a66c2;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-date {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-divider {
  position: relative;
  width: 100%;
  height: 14px;
  background: #0d1d42;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-divider::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
}

.sffc-community-editorial__surface .sffc-community-editorial__post-title-wrap {
  margin: 0;
  padding: 16px 22px 0;
  background: #0d1d42;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-title {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.04;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-title:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-meta-line {
  margin: 0;
  padding: 10px 22px 0;
  background: #0d1d42;
  color: rgba(223, 231, 245, 0.92);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.sffc-community-editorial__surface .sffc-community-editorial__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 14px 22px 0;
  background: #0d1d42;
}

.sffc-community-editorial__surface .sffc-community-editorial__chips span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #f8fbff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-community-editorial__surface .sffc-community-editorial__friction-lines {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px 22px 0;
  background: #0d1d42;
}

.sffc-community-editorial__surface .sffc-community-editorial__friction-lines p {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
  color: rgba(232, 238, 248, 0.94);
  font-size: 13px;
  line-height: 1.45;
}

.sffc-community-editorial__surface .sffc-community-editorial__friction-lines strong {
  flex: 0 0 auto;
  min-width: 48px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-community-editorial__surface .sffc-community-editorial__friction-lines span {
  flex: 1 1 auto;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
  padding: 16px 22px 18px;
  background: #0d1d42;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sffc-community-editorial__surface .sffc-community-editorial__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: #ffffff;
  color: #0d1d42;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.sffc-community-editorial__surface .sffc-community-editorial__button.is-external {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-wrap {
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 18px 22px 16px;
  border-left: 2px solid rgba(37, 56, 93, 0.18);
  background: #ffffff;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-wrap::before {
  content: var(--sffc-editorial-brief-label, "Position Brief");
  color: #667389;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview {
  margin: 0;
  width: 100%;
  color: #403c36;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 18px;
  line-height: 1.72;
  letter-spacing: -0.01em;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-intro,
.sffc-community-editorial__surface .sffc-community-editorial__post-preview-section,
.sffc-community-editorial__surface .sffc-community-editorial__post-preview-list,
.sffc-community-editorial__surface .sffc-community-editorial__post-preview-paragraph,
.sffc-community-editorial__surface .sffc-community-editorial__post-preview-details {
  margin: 0;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-section {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-heading {
  margin: 0;
  color: #6a7282;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-paragraph {
  color: #403c36;
  font-size: 17px;
  line-height: 1.68;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-paragraph strong {
  color: #172030;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-list {
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-details {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(37, 56, 93, 0.12);
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-details summary {
  list-style: none;
  cursor: pointer;
  color: #1f3558;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-details summary::-webkit-details-marker {
  display: none;
}

.sffc-community-editorial__surface .sffc-community-editorial__post-preview-details[open] summary {
  margin-bottom: 14px;
}

@media (max-width: 900px) {
  .sffc-crm-apply-chat__results-stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-right: 0;
    z-index: 10;
  }

  .sffc-crm-apply-chat__results-stage-scroll {
    padding: 16px 14px 28px;
    gap: 16px;
  }

  .sffc-crm-apply-chat__results-stage-scroll .sffc-community-editorial__finder {
    width: 100%;
  }

  .sffc-crm-apply-chat__results-stage-scroll .sffc-community-editorial__finder-bar {
    padding: 10px 14px;
  }

  .sffc-crm-apply-chat__results-stage-scroll .sffc-community-editorial__filter-toolbar-row {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 8px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .sffc-crm-apply-chat__results-stage-scroll .sffc-community-editorial__filter-toolbar-row::-webkit-scrollbar {
    display: none;
  }

  .sffc-crm-apply-chat__results-stage-scroll .sffc-community-editorial__filter-button {
    flex-shrink: 0;
    padding: 8px 14px;
    font-size: 12px;
  }

  .sffc-crm-apply-chat__results-stage-empty {
    width: 100%;
    padding: 24px 18px;
    min-height: 180px;
  }

  .sffc-crm-apply-chat__results-stage-empty strong {
    font-size: 22px;
  }

  .sffc-crm-apply-chat__results-stage-body {
    width: 100%;
  }

  .sffc-community-editorial__surface .sffc-community-editorial__post-head {
    display: grid;
  }

  .sffc-community-editorial__surface .sffc-community-editorial__post-author {
    align-items: flex-start;
  }

  .sffc-community-editorial__surface .sffc-community-editorial__post-date {
    text-align: left;
  }

  .sffc-community-editorial__surface .sffc-community-editorial__post-title {
    font-size: 22px;
  }

  .sffc-community-editorial__surface .sffc-community-editorial__post-shell {
    width: 100%;
  }

  .sffc-community-editorial__surface .sffc-community-editorial__post {
    padding: 16px;
  }

  .sffc-community-editorial__load-more-wrap {
    padding: 18px 0 8px;
  }

  .sffc-community-editorial__load-more-btn {
    padding: 10px 24px;
    font-size: 13px;
  }

  .sffc-crm-apply-chat__profile-stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .sffc-crm-apply-chat__profile-stage-scroll {
    padding: 16px 14px 28px;
  }

  .sffc-crm-apply-chat__profile-stage-scroll > * {
    width: 100%;
  }

  .sffc-crm-apply-chat__profile-stage .sffc-community-editorial__profile-panel {
    max-width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}

.sffc-crm-apply-chat__inline-action-row {
  margin-top: 16px;
}

.sffc-crm-apply-chat__inline-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #d8d1c3;
  border-radius: 8px;
  background: #ffffff;
  color: #1f2f38;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.sffc-crm-apply-chat__inline-action svg {
  width: 16px;
  height: 16px;
  display: block;
}

.sffc-crm-apply-chat__match-preview-recruiter-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.sffc-crm-apply-chat__match-preview-recruiter-copy strong {
  display: block;
  color: #182430;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
}

.sffc-crm-apply-chat__match-preview-recruiter-copy span,
.sffc-crm-apply-chat__match-preview-recruiter-copy small {
  color: #445061;
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.sffc-crm-apply-chat__recruiter-card {
  width: min(100%, 620px);
  padding: 18px;
  border: 1px solid #d9dfdd;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(24, 36, 48, 0.06);
  display: grid;
  gap: 16px;
}

.sffc-crm-apply-chat__recruiter-card-head {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e3e8e6;
}

.sffc-crm-apply-chat__recruiter-card-kicker {
  color: #1f6f64;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__recruiter-card-note {
  color: #5b6b68;
  font-size: 13px;
  line-height: 1.45;
}

.sffc-crm-apply-chat__recruiter-card-body {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.sffc-crm-apply-chat__recruiter-card-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(31, 111, 100, 0.12);
  background: #1f6f64;
  color: #ffffff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.sffc-crm-apply-chat__recruiter-card-avatar.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sffc-crm-apply-chat__recruiter-card-avatar strong {
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.sffc-crm-apply-chat__recruiter-card-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.sffc-crm-apply-chat__recruiter-card-copy strong {
  color: #182430;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.sffc-crm-apply-chat__recruiter-card-copy span {
  color: #445061;
  font-size: 13px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__recruiter-card-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 4px;
}

.sffc-crm-apply-chat__recruiter-card-contact a,
.sffc-crm-apply-chat__recruiter-card-contact span {
  color: #1f6f64;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  word-break: break-word;
}

.sffc-crm-apply-chat__recruiter-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sffc-crm-apply-chat__recruiter-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #182430;
  background: #182430;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.sffc-crm-apply-chat__recruiter-card-action.is-secondary {
  background: transparent;
  color: #182430;
}

@media (max-width: 640px) {
  .sffc-crm-apply-chat__recruiter-card {
    padding: 16px;
  }

  .sffc-crm-apply-chat__recruiter-card-body {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sffc-crm-apply-chat__recruiter-card-avatar {
    width: 48px;
    height: 48px;
  }

  .sffc-crm-apply-chat__recruiter-card-copy strong {
    font-size: 18px;
  }

  .sffc-crm-apply-chat__recruiter-card-actions {
    display: grid;
    gap: 8px;
  }

  .sffc-crm-apply-chat__recruiter-card-action {
    width: 100%;
    min-height: 40px;
  }
}

.sffc-crm-apply-chat__match-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sffc-crm-apply-chat__artifact-link {
  width: min(100%, 640px);
  min-height: 112px;
  padding: 0;
  border: 1px solid rgba(216, 210, 198, 0.9);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 247, 242, 0.96));
  box-shadow: 0 18px 42px rgba(30, 41, 59, 0.09);
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  align-items: stretch;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sffc-crm-apply-chat__artifact-link:hover,
.sffc-crm-apply-chat__artifact-link:focus-visible {
  border-color: rgba(23, 75, 126, 0.22);
  box-shadow: 0 22px 48px rgba(30, 41, 59, 0.14);
  transform: translateY(-1px);
}

.sffc-crm-apply-chat__artifact-link-media {
  background: linear-gradient(180deg, rgba(247, 244, 238, 0.98), rgba(238, 232, 222, 0.94));
  border-right: 1px solid rgba(216, 210, 198, 0.76);
  display: grid;
  place-items: center;
  position: relative;
}

.sffc-crm-apply-chat__artifact-link-preview {
  width: 58px;
  height: 72px;
  position: relative;
  transform: rotate(-5deg);
}

.sffc-crm-apply-chat__artifact-link-preview-page {
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(119, 130, 148, 0.5);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 250, 252, 0.96)),
    linear-gradient(180deg, rgba(112, 125, 145, 0.12), rgba(112, 125, 145, 0.12));
  box-shadow:
    0 12px 24px rgba(30, 41, 59, 0.08),
    10px 10px 0 -6px rgba(214, 209, 199, 0.55);
}

.sffc-crm-apply-chat__artifact-link-preview-page::before,
.sffc-crm-apply-chat__artifact-link-preview-page::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: rgba(120, 132, 150, 0.42);
  border-radius: 999px;
}

.sffc-crm-apply-chat__artifact-link-preview-page::before {
  top: 16px;
  box-shadow:
    0 10px 0 rgba(120, 132, 150, 0.42),
    0 20px 0 rgba(120, 132, 150, 0.42),
    0 30px 0 rgba(120, 132, 150, 0.42);
}

.sffc-crm-apply-chat__artifact-link-preview-page::after {
  top: 8px;
  left: auto;
  right: 10px;
  width: 14px;
  height: 14px;
  background:
    linear-gradient(135deg, rgba(232, 228, 220, 0) 50%, rgba(232, 228, 220, 0.95) 50%);
  border-radius: 0 10px 0 0;
  box-shadow: none;
}

.sffc-crm-apply-chat__artifact-link-copy {
  min-width: 0;
  padding: 18px 22px;
  display: grid;
  align-content: center;
  gap: 4px;
}

.sffc-crm-apply-chat__artifact-link-kicker {
  color: #7a8598;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sffc-crm-apply-chat__artifact-link-title {
  color: #182030;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 800;
}

.sffc-crm-apply-chat__artifact-link-meta {
  color: #69768a;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 650;
}

.sffc-crm-apply-chat__artifact-link-action {
  align-self: center;
  margin: 0 18px 0 0;
  padding: 12px 18px 12px 16px;
  border: 1px solid rgba(216, 210, 198, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  color: #182030;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(30, 41, 59, 0.08);
  position: relative;
}

.sffc-crm-apply-chat__artifact-link-action::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  vertical-align: 1px;
}

@media (max-width: 767px) {
  .sffc-crm-apply-chat__artifact-link {
    width: 100%;
    min-height: 96px;
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .sffc-crm-apply-chat__artifact-link-copy {
    padding: 18px 18px 16px;
    gap: 4px;
  }

  .sffc-crm-apply-chat__artifact-link-kicker {
    font-size: 11px;
  }

  .sffc-crm-apply-chat__artifact-link-title {
    font-size: 17px;
  }

  .sffc-crm-apply-chat__artifact-link-meta {
    font-size: 14px;
  }

  .sffc-crm-apply-chat__artifact-link-action {
    grid-column: 2;
    justify-self: start;
    margin: 0 0 16px 18px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .sffc-crm-apply-chat__match-preview-title,
  .sffc-crm-apply-chat__match-preview-main strong {
    font-size: 18px;
    line-height: 1.2;
  }

  .sffc-crm-apply-chat__match-preview-main span,
  .sffc-crm-apply-chat__match-preview-main small,
  .sffc-crm-apply-chat__match-preview-salary {
    font-size: 12px;
    line-height: 1.45;
  }

  .sffc-crm-apply-chat__match-preview-recruiter {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 11px 12px;
  }

  .sffc-crm-apply-chat__match-preview-avatar {
    width: 36px;
    height: 36px;
  }

  .sffc-crm-apply-chat__match-preview-actions,
  .sffc-crm-apply-chat__inline-action-row {
    display: grid;
    gap: 8px;
  }

  .sffc-crm-apply-chat__match-role-action,
  .sffc-crm-apply-chat__inline-action {
    width: 100%;
    justify-content: center;
  }

  .sffc-crm-apply-chat__chat-role-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .sffc-crm-apply-chat__chat-role-main {
    gap: 14px;
  }

  .sffc-crm-apply-chat__chat-role-head {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .sffc-crm-apply-chat__chat-role-logo,
  .sffc-crm-apply-chat__chat-role-recruiter-avatar {
    width: 42px;
    height: 42px;
  }

  .sffc-crm-apply-chat__chat-role-title {
    font-size: 17px;
  }

  .sffc-crm-apply-chat__chat-role-contact {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .sffc-crm-apply-chat__chat-role-recruiter-avatar {
    width: 36px;
    height: 36px;
  }

  .sffc-crm-apply-chat__chat-role-contact-copy p {
    margin-top: 5px;
    font-size: 12px;
  }

  .sffc-crm-apply-chat__chat-role-side {
    gap: 10px;
  }

  .sffc-crm-apply-chat__chat-role-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #182430;
    font-size: 13px;
  }
}

.sffc-crm-apply-chat__plan-option-wrap {
  margin-top: 12px;
}

.sffc-crm-apply-chat__plan-option {
  width: min(100%, 640px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(216, 210, 198, 0.92);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(30, 41, 59, 0.05);
  text-align: left;
  color: #182030;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sffc-crm-apply-chat__plan-option:hover,
.sffc-crm-apply-chat__plan-option:focus-visible {
  border-color: rgba(23, 75, 126, 0.22);
  box-shadow: 0 12px 26px rgba(30, 41, 59, 0.08);
  transform: translateY(-1px);
  outline: none;
}

.sffc-crm-apply-chat__plan-option-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.sffc-crm-apply-chat__plan-option-title {
  display: block;
  color: #182030;
  font-size: 17px;
  line-height: 1.22;
  font-weight: 800;
}

.sffc-crm-apply-chat__plan-option-meta {
  display: block;
  color: #707d91;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sffc-crm-apply-chat__plan-option-description {
  display: block;
  color: #536171;
  font-size: 14px;
  line-height: 1.45;
}

.sffc-crm-apply-chat__plan-option-price {
  white-space: nowrap;
  color: #11182c;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

@media (max-width: 767px) {
  .sffc-crm-apply-chat__plan-option {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sffc-crm-apply-chat__plan-option-price {
    font-size: 16px;
  }
}

.sffc-crm-apply-chat__composer {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto 24px;
  padding: 14px 14px 14px 18px;
  border: 1px solid rgba(219, 213, 201, 0.95);
  border-radius: 15px;
  background: rgb(255 255 255);
  box-shadow: 0 28px 70px rgba(24, 34, 47, 0.14);
  backdrop-filter: blur(14px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  position: relative;
  z-index: 6;
}

.sffc-crm-apply-chat__desk.is-workspace-open .sffc-crm-apply-chat__composer {
  width: min(760px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto 24px;
}

.sffc-crm-apply-chat__composer input[type="text"] {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  color: #172033;
  outline: none;
  font: inherit;
  font-size: 17px;
  background: transparent;
}

.sffc-crm-apply-chat__composer input[type="text"]::placeholder {
  color: #8a8f98;
}

.sffc-crm-apply-chat__composer input[type="file"] {
  display: none;
}

.sffc-crm-apply-chat__upload,
.sffc-crm-apply-chat__send {
  min-height: 52px;
  padding: 0 24px;
  background: var(--sffc-chat-accent);
  color: #fff;
  border-color: var(--sffc-chat-accent);
  font-size: 15px;
  box-shadow: 0 10px 22px rgba(47, 111, 98, 0.16);
}

.sffc-crm-apply-chat__workspace[hidden] {
  display: none !important;
}

.sffc-crm-apply-chat__workspace-panel[hidden],
.sffc-crm-apply-chat__workspace-preview-empty[hidden],
.sffc-crm-apply-chat__workspace-preview-object[hidden],
.sffc-crm-apply-chat__workspace-preview-html[hidden] {
  display: none !important;
}

.sffc-crm-apply-chat__workspace {
  min-height: 0;
  overflow: hidden;
  padding: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: stretch;
  gap: 0;
  background: #f5f3ed;
  border-left: 1px solid #ddd8cc;
}

@media (max-width: 1280px) {
  .sffc-crm-apply-chat__app-shell {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .sffc-crm-apply-chat__messages {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1080px) {
  .sffc-crm-apply-chat__app-shell {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .sffc-crm-apply-chat__desk.is-workspace-open .sffc-crm-apply-chat__desk-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .sffc-crm-apply-chat__workspace {
    position: absolute;
    inset: 84px 0 0 auto;
    width: min(520px, 100%);
    z-index: 16;
    box-shadow: -18px 0 42px rgba(24, 34, 47, 0.12);
  }
}

.sffc-crm-apply-chat__workspace-tabs {
  padding: 18px 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.sffc-crm-apply-chat__workspace-back {
  display: none;
}

.sffc-crm-apply-chat__workspace-tab {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #e1dbce;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.85);
  color: #40515f;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.sffc-crm-apply-chat__workspace-tab[data-sffc-apply-chat-workspace-tab="roles"] {
  display: none !important;
}

.sffc-crm-apply-chat__workspace-tab.is-active {
  border-color: rgba(47, 111, 98, 0.5);
  background: #fff;
  color: #1d2b33;
}

.sffc-crm-apply-chat__workspace-tab.is-disabled,
.sffc-crm-apply-chat__workspace-tab:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.sffc-crm-apply-chat__workspace-panel {
  min-height: 0;
  overflow: auto;
  display: grid;
  align-content: stretch;
  gap: 0;
  padding: 18px 22px 22px;
}

.sffc-crm-apply-chat__workspace-panel[data-sffc-apply-chat-workspace-panel="original"] {
  grid-template-rows: minmax(0, 1fr);
}

.sffc-crm-apply-chat__workspace-panel[data-sffc-apply-chat-workspace-panel="roles"] {
  grid-template-rows: minmax(0, 1fr);
}

.sffc-crm-apply-chat__workspace-panel[data-sffc-apply-chat-workspace-panel="support"] {
  grid-template-rows: minmax(0, 1fr);
}

.sffc-crm-apply-chat__workspace-panel[data-sffc-apply-chat-workspace-panel="membership"] {
  grid-template-rows: minmax(0, 1fr);
}

.sffc-crm-apply-chat__workspace-matches {
  min-height: 100%;
  border: 1px solid #e3ded1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(24, 34, 47, 0.04);
  overflow: auto;
  padding: 14px 18px 18px;
}

.sffc-crm-apply-chat__workspace-empty {
  min-height: 260px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  text-align: center;
  color: #5b6972;
}

.sffc-crm-apply-chat__workspace-empty strong {
  color: #1c2931;
  font-size: 18px;
  line-height: 1.3;
}

.sffc-crm-apply-chat__workspace-empty p {
  margin: 0;
  max-width: 340px;
  font-size: 14px;
  line-height: 1.6;
}

.sffc-crm-apply-chat__membership {
  min-height: 100%;
  display: grid;
  gap: 22px;
  align-content: start;
}

.sffc-crm-apply-chat__membership-head {
  display: grid;
  gap: 10px;
  padding: 6px 2px 0;
}

.sffc-crm-apply-chat__membership-head small {
  color: #7a7f92;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__membership-head strong {
  color: #162229;
  font-size: 34px;
  line-height: 1.1;
  max-width: 720px;
}

.sffc-crm-apply-chat__membership-head p {
  margin: 0;
  color: #59656d;
  font-size: 15px;
  line-height: 1.55;
  max-width: 640px;
}

.sffc-crm-apply-chat__membership-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1100px;
}

.sffc-crm-apply-chat__membership-choice {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 132px;
  padding: 18px 18px 16px;
  border: 1px solid #ddd5c7;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdfa 0%, #f7f2e9 100%);
  color: #24333c;
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.sffc-crm-apply-chat__membership-choice:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(18, 29, 37, 0.06);
}

.sffc-crm-apply-chat__membership-choice:disabled {
  cursor: wait;
  opacity: 0.7;
}

.sffc-crm-apply-chat__membership-choice-title {
  color: #13212a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.sffc-crm-apply-chat__membership-choice-copy {
  color: #5c6971;
  font-size: 13px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__membership-choice.is-active {
  border-color: #172a34;
  background: linear-gradient(180deg, #172a34 0%, #101e26 100%);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(16, 30, 38, 0.16);
}

.sffc-crm-apply-chat__membership-choice.is-active .sffc-crm-apply-chat__membership-choice-title,
.sffc-crm-apply-chat__membership-choice.is-active .sffc-crm-apply-chat__membership-choice-copy {
  color: #ffffff;
}

.sffc-crm-apply-chat__membership-panel {
  width: 100%;
}

.sffc-crm-apply-chat__membership-stage {
  display: grid;
  width: 100%;
}

.sffc-crm-apply-chat__membership.is-loading .sffc-crm-apply-chat__membership-stage {
  opacity: 0.68;
}

.sffc-crm-apply-chat__membership-panel-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: 0;
  max-width: 1100px;
  border: 1px solid #ddd6c8;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(18, 28, 37, 0.08);
}

.sffc-mepr-init-decoy,
.sffc-mepr-init-decoy--welcome {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.sffc-crm-apply-chat__membership-summary {
  display: grid;
  gap: 20px;
  padding: 34px 32px;
  background:
    radial-gradient(circle at top left, rgba(198, 145, 58, 0.18), transparent 38%),
    linear-gradient(180deg, #fbf8f2 0%, #f3ede2 100%);
}

.sffc-crm-apply-chat__membership-summary-copy {
  display: grid;
  gap: 12px;
}

.sffc-crm-apply-chat__membership-summary-kicker {
  color: #8c6e2f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__membership-summary-title-row {
  display: grid;
  gap: 14px;
}

.sffc-crm-apply-chat__membership-summary-copy strong {
  color: #162229;
  font-size: 33px;
  line-height: 1.05;
}

.sffc-crm-apply-chat__membership-summary-copy p {
  margin: 0;
  color: #59656d;
  font-size: 15px;
  line-height: 1.55;
  max-width: 540px;
}

.sffc-crm-apply-chat__membership-summary-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
  text-align: left;
  white-space: nowrap;
}

.sffc-crm-apply-chat__membership-summary-price span {
  color: #162229;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.sffc-crm-apply-chat__membership-summary-price em {
  color: #7b8792;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.sffc-crm-apply-chat__membership-summary-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sffc-crm-apply-chat__membership-summary-list li {
  position: relative;
  padding-left: 24px;
  color: #24333c;
  font-size: 14px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__membership-summary-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c6913a;
  box-shadow: 0 0 0 5px rgba(198, 145, 58, 0.13);
}

.sffc-crm-apply-chat__membership-form-card {
  display: grid;
  gap: 18px;
  padding: 34px 32px;
  background: #ffffff;
}

.sffc-crm-apply-chat__membership-form-head {
  display: grid;
  gap: 8px;
}

.sffc-crm-apply-chat__membership-form-head strong {
  color: #17232b;
  font-size: 20px;
  line-height: 1.1;
}

.sffc-crm-apply-chat__membership-form-head p {
  margin: 0;
  color: #66737b;
  font-size: 13px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__membership-form {
  max-width: 100%;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper,
.sffc-crm-apply-chat__membership-form .mepr-signup-form,
.sffc-crm-apply-chat__membership-form form[name="mepr_signup_form"] {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper {
  display: grid;
  gap: 16px;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-signup-form {
  display: grid;
  gap: 16px;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper > h1,
.sffc-crm-apply-chat__membership-form .mp_wrapper > h2,
.sffc-crm-apply-chat__membership-form .mp_wrapper > h3,
.sffc-crm-apply-chat__membership-form .mp_wrapper > .mepr-form-has-errors,
.sffc-crm-apply-chat__membership-form .mp_wrapper > .mepr-form-message,
.sffc-crm-apply-chat__membership-form .mp_wrapper > .mepr_price,
.sffc-crm-apply-chat__membership-form .mp_wrapper > .mepr-product-price,
.sffc-crm-apply-chat__membership-form .mp_wrapper > p:first-child {
  display: none !important;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr_price,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-product-price,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-account-row,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-methods-wrapper,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-submit,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mp-form-row,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-form-row {
  max-width: 100%;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mp-form-row,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-form-row,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-account-row {
  margin: 0;
  padding: 0;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mp-form-row + .mp-form-row,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-form-row + .mepr-form-row,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-account-row + .mepr-account-row {
  margin-top: -4px;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper label {
  display: block;
  margin: 0 0 7px;
  color: #495861;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper input[type="text"],
.sffc-crm-apply-chat__membership-form .mp_wrapper input[type="email"],
.sffc-crm-apply-chat__membership-form .mp_wrapper input[type="tel"],
.sffc-crm-apply-chat__membership-form .mp_wrapper input[type="password"],
.sffc-crm-apply-chat__membership-form .mp_wrapper input[type="number"],
.sffc-crm-apply-chat__membership-form .mp_wrapper select,
.sffc-crm-apply-chat__membership-form .mp_wrapper textarea,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-form-input,
.sffc-crm-apply-chat__membership-form .mp_wrapper .chosen-single {
  min-height: 48px;
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #d7d0c2;
  border-radius: 8px;
  background: #fcfbf8;
  color: #162229;
  font-size: 15px;
  line-height: 1.4;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper input:focus,
.sffc-crm-apply-chat__membership-form .mp_wrapper select:focus,
.sffc-crm-apply-chat__membership-form .mp_wrapper textarea:focus,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-form-input:focus {
  border-color: #1f2f38;
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 47, 56, 0.08);
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-methods-wrapper,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-methods-radios,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-method,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-coupon-row {
  margin-top: 4px;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-methods-wrapper {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-methods-radios {
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-method,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-method label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-method {
  padding: 12px 14px;
  border: 1px solid #ddd6c9;
  border-radius: 8px;
  background: #fcfbf8;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-method input[type="radio"] {
  margin: 0;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-method label {
  margin: 0;
  color: #1d2a31;
  font-size: 14px;
  font-weight: 700;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-payment-methods-wrapper > label,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-coupon-row label {
  margin-bottom: 6px;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-coupon-row,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-coupon {
  padding-top: 2px;
  color: #61707a;
  font-size: 13px;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-submit,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mp-submit,
.sffc-crm-apply-chat__membership-form .mp_wrapper input[type="submit"],
.sffc-crm-apply-chat__membership-form .mp_wrapper button[type="submit"] {
  min-height: 50px;
  width: 100%;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #1f2f38;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: none;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-submit:hover,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mp-submit:hover,
.sffc-crm-apply-chat__membership-form .mp_wrapper input[type="submit"]:hover,
.sffc-crm-apply-chat__membership-form .mp_wrapper button[type="submit"]:hover {
  background: #15252d;
}

.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-form-has-errors,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-form-message,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-validation-error,
.sffc-crm-apply-chat__membership-form .mp_wrapper .mepr-error,
.sffc-crm-apply-chat__membership-form .mp_wrapper label.error {
  font-size: 12px;
  line-height: 1.5;
  color: #8b3d37;
}

@media (max-width: 980px) {
  .sffc-crm-apply-chat__membership-switch {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__membership-panel-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sffc-crm-apply-chat__membership-head strong {
    font-size: 28px;
  }

  .sffc-crm-apply-chat__membership-choice {
    min-height: 0;
  }

  .sffc-crm-apply-chat__membership-summary,
  .sffc-crm-apply-chat__membership-form-card {
    padding: 24px 20px;
  }

  .sffc-crm-apply-chat__membership-summary-copy strong {
    font-size: 28px;
  }
}

/* Membership workspace override: use the lighter free-signup visual system
   instead of the older dark split pricing card treatment. */
.sffc-crm-apply-chat__membership {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.sffc-crm-apply-chat__membership-intake-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
  margin-bottom: 20px;
}

.sffc-crm-apply-chat__membership-intake-field,
.sffc-crm-apply-chat__membership-intake-group {
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__membership-intake-field label,
.sffc-crm-apply-chat__membership-intake-group legend {
  color: #374151;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.sffc-crm-apply-chat__membership-intake-field input {
  min-height: 56px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #cfd6de;
  border-radius: 14px;
  background: #ffffff;
  color: #111827;
  font-size: 16px;
  line-height: 1.4;
}

.sffc-crm-apply-chat__membership-intake-field input:focus {
  border-color: #123943;
  outline: none;
  box-shadow: 0 0 0 3px rgba(18, 57, 67, 0.08);
}

.sffc-crm-apply-chat__membership-intake-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sffc-crm-apply-chat__membership-intake-choice {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #d7dce3;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.sffc-crm-apply-chat__membership-intake-choice.is-active {
  border-color: #3b82f6;
  background: rgba(59, 130, 246, 0.08);
  color: #1d4ed8;
}

.sffc-crm-apply-chat__membership-intake-error {
  margin: -2px 0 0;
  color: #b42318;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.sffc-crm-apply-chat__membership-intake-primary {
  min-height: 56px;
  width: 100%;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #3669bd;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.sffc-crm-apply-chat__membership-intake-primary:hover,
.sffc-crm-apply-chat__membership-intake-primary:focus-visible {
  background: #2f5ca8;
  outline: none;
}

.sffc-crm-apply-chat__membership-intake-signin {
  margin: 0;
  color: #667085;
  font-size: 14px;
  text-align: center;
}

.sffc-crm-apply-chat__membership-intake-signin a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

.sffc-crm-apply-chat__membership-head {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.sffc-crm-apply-chat__membership-head small {
  color: #6f7892;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__membership-head strong {
  color: #111827;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.sffc-crm-apply-chat__membership-head p {
  max-width: 760px;
  margin: 0;
  color: #667085;
  font-size: 18px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__membership-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.sffc-crm-apply-chat__membership-choice {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
  padding: 22px 20px;
  border: 1px solid #d7dce3;
  border-radius: 22px;
  background: #ffffff;
  color: #111827;
  text-align: left;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.sffc-crm-apply-chat__membership-choice:hover,
.sffc-crm-apply-chat__membership-choice:focus-visible {
  border-color: #123943;
  outline: none;
  box-shadow: 0 16px 36px rgba(18, 57, 67, 0.12);
  transform: translateY(-1px);
}

.sffc-crm-apply-chat__membership-choice.is-active {
  border-color: #123943;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 0 0 3px rgba(18, 57, 67, 0.08), 0 16px 36px rgba(18, 57, 67, 0.12);
}

.sffc-crm-apply-chat__membership-choice.is-active .sffc-crm-apply-chat__membership-choice-title,
.sffc-crm-apply-chat__membership-choice.is-active .sffc-crm-apply-chat__membership-choice-copy {
  color: inherit;
}

.sffc-crm-apply-chat__membership-choice-top {
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__membership-choice-title {
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.sffc-crm-apply-chat__membership-choice-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #111827;
}

.sffc-crm-apply-chat__membership-choice-price strong {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.sffc-crm-apply-chat__membership-choice-price em {
  color: #667085;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sffc-crm-apply-chat__membership-choice-kicker {
  color: #8c6e2f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__membership-choice-copy {
  color: #667085;
  font-size: 15px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__membership-panel-shell {
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 100%;
  padding: 24px;
  border: 1px solid #d7dce3;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.sffc-crm-apply-chat__membership-summary {
  gap: 18px;
  padding: 0;
  background: transparent;
}

.sffc-crm-apply-chat__membership-summary-copy strong {
  color: #111827;
  font-size: 32px;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.sffc-crm-apply-chat__membership-summary-copy p {
  color: #667085;
  font-size: 16px;
}

.sffc-crm-apply-chat__membership-summary-price span {
  color: #111827;
}

.sffc-crm-apply-chat__membership-form-card {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #ffffff;
}

.sffc-crm-apply-chat__membership-form-head strong {
  color: #111827;
  font-size: 18px;
}

.sffc-crm-apply-chat__membership-form-head p {
  color: #667085;
  font-size: 14px;
}

@media (max-width: 980px) {
  .sffc-crm-apply-chat__membership-switch {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__membership-head strong {
    font-size: 42px;
  }
}

@media (max-width: 640px) {
  .sffc-crm-apply-chat__membership {
    width: 100%;
  }

  .sffc-crm-apply-chat__membership-intake-card {
    padding: 18px;
    border-radius: 20px;
  }

  .sffc-crm-apply-chat__membership-head {
    gap: 10px;
    margin-bottom: 16px;
  }

  .sffc-crm-apply-chat__membership-head strong {
    font-size: 34px;
  }

  .sffc-crm-apply-chat__membership-head p {
    font-size: 16px;
  }

  .sffc-crm-apply-chat__membership-panel-shell,
  .sffc-crm-apply-chat__membership-form-card {
    padding: 18px;
  }

  .sffc-crm-apply-chat__membership-choice-title {
    font-size: 20px;
  }
}

.sffc-crm-apply-chat__match-list {
  display: grid;
  gap: 14px;
}

.sffc-crm-apply-chat__match-list--roles {
  gap: 8px;
}

.sffc-crm-apply-chat__match-list-label {
  padding: 0 0 18px;
  color: #6f7892;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__match-role {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid #ebe5d8;
  background: transparent;
}

.sffc-crm-apply-chat__match-role-media,
.sffc-crm-apply-chat__match-recruiter-avatar {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #f3f4f6;
  color: #29453f;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e7e1d5;
}

.sffc-crm-apply-chat__match-role-media img,
.sffc-crm-apply-chat__match-recruiter-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sffc-crm-apply-chat__match-role-media strong,
.sffc-crm-apply-chat__match-recruiter-avatar strong {
  font-size: 18px;
  line-height: 1;
}

.sffc-crm-apply-chat__match-role-copy,
.sffc-crm-apply-chat__match-recruiter-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.sffc-crm-apply-chat__match-role-title,
.sffc-crm-apply-chat__match-recruiter-copy strong {
  color: #18222f;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 800;
}

.sffc-crm-apply-chat__match-role-context,
.sffc-crm-apply-chat__match-role-copy span,
.sffc-crm-apply-chat__match-recruiter-copy span {
  color: #4f5f69;
  font-size: 14px;
  line-height: 1.45;
}

.sffc-crm-apply-chat__match-role-submeta,
.sffc-crm-apply-chat__match-role-copy small {
  color: #6d7b84;
  font-size: 13px;
  line-height: 1.45;
}

.sffc-crm-apply-chat__match-role-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.sffc-crm-apply-chat__match-role-badge {
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid #d8dde6;
  border-radius: 6px;
  background: #f6f7fb;
  color: #4f5d78;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__match-role-badge.is-accent {
  background: #ffe78b;
  color: #233046;
}

.sffc-crm-apply-chat__match-role-side {
  display: grid;
  justify-items: end;
  align-items: center;
  gap: 10px;
  min-width: 180px;
}

.sffc-crm-apply-chat__match-role-side-meta {
  color: #70788f;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
  max-width: 220px;
}

.sffc-crm-apply-chat__match-role-action,
.sffc-crm-apply-chat__match-recruiter-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #d8d1c4;
  border-radius: 8px;
  background: #fff;
  color: #20313a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.sffc-crm-apply-chat__match-role-action.is-locked {
  cursor: pointer;
  filter: none;
}

.sffc-crm-apply-chat__match-role--cv-fit {
  align-items: start;
}

.sffc-crm-apply-chat__cv-fit-evidence {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.sffc-crm-apply-chat__cv-fit-block {
  display: grid;
  gap: 6px;
  padding: 10px 12px;
  border: 1px solid #e6dfd2;
  border-radius: 12px;
  background: #fbfaf7;
}

.sffc-crm-apply-chat__cv-fit-block.is-missing {
  background: #fff9f5;
  border-color: #edd7c8;
}

.sffc-crm-apply-chat__cv-fit-block strong {
  color: #1c2931;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.sffc-crm-apply-chat__cv-fit-block ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 4px;
  color: #51606a;
  font-size: 13px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__cv-fit-block li {
  margin: 0;
}

.sffc-crm-apply-chat__match-recruiter {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid #e8e1d5;
}

.sffc-crm-apply-chat__match-recruiter:first-child {
  border-top: 0;
}

.sffc-crm-apply-chat__match-recruiter-avatar {
  width: 96px;
  height: 96px;
  border-radius: 0;
  background: #f1ede5;
}

.sffc-crm-apply-chat__match-recruiter-copy h4 {
  margin: 4px 0 0;
  color: #203459;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.sffc-crm-apply-chat__match-recruiter-copy p {
  margin: 0;
  color: #6a737d;
  font-size: 14px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__match-recruiter-side {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.sffc-crm-apply-chat__match-recruiter-contact {
  display: grid;
  gap: 8px;
  color: #213459;
  font-size: 14px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__match-recruiter-action {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #203459;
  font-size: 15px;
  letter-spacing: 0.16em;
}

.sffc-crm-apply-chat__match-recruiter-action::after {
  content: "→";
  margin-left: 12px;
  font-size: 26px;
  line-height: 1;
}

.sffc-crm-apply-chat__match-lock {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid #e7dfd2;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.96) 0%, rgba(249, 246, 240, 0.98) 100%);
}

.sffc-crm-apply-chat__match-lock.is-recruiters {
  margin-top: 12px;
}

.sffc-crm-apply-chat__match-lock-blur {
  display: grid;
  gap: 10px;
  filter: blur(4px);
  opacity: 0.65;
}

.sffc-crm-apply-chat__match-lock-row {
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e7dfd2 0%, #efe7da 100%);
}

.sffc-crm-apply-chat__match-lock-row.is-short {
  width: 62%;
}

.sffc-crm-apply-chat__match-lock-card {
  position: absolute;
  inset: 50% 22px auto;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 18px 20px;
  border: 1px solid rgba(216, 209, 196, 0.92);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(24, 34, 47, 0.08);
}

.sffc-crm-apply-chat__match-lock-card strong {
  color: #18222f;
  font-size: 19px;
  line-height: 1.25;
}

.sffc-crm-apply-chat__match-lock-card p {
  margin: 0;
  color: #55636c;
  font-size: 14px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__match-lock-action {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #d8d1c4;
  border-radius: 999px;
  background: #fff;
  color: #20313a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__match-recruiter.is-preview-only {
  opacity: 0.88;
}

.sffc-crm-apply-chat__workspace-draft-empty {
  min-height: 280px;
  padding: 28px 24px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 10px;
  color: #5a6772;
}

.sffc-crm-apply-chat__workspace-draft-empty strong {
  color: #1d2b33;
  font-size: 18px;
  line-height: 1.3;
}

.sffc-crm-apply-chat__workspace-draft-empty p {
  margin: 0;
  max-width: 300px;
  font-size: 14px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__workspace-card,
.sffc-crm-apply-chat__workspace-status {
  padding: 16px 18px;
  border: 1px solid #e3ded1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(24, 34, 47, 0.035);
}

.sffc-crm-apply-chat__workspace-card small,
.sffc-crm-apply-chat__workspace-status small {
  display: block;
  color: #6c776d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__workspace-status strong,
.sffc-crm-apply-chat__workspace-card strong {
  display: block;
  margin-top: 8px;
  color: #1d2b33;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.sffc-crm-apply-chat__workspace-preview {
  min-height: 0;
  height: 100%;
  border: 1px solid #e3ded1;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(24, 34, 47, 0.04);
}

.sffc-crm-apply-chat__workspace-preview-empty {
  min-height: 100%;
  padding: 28px 24px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 10px;
  color: #5a6772;
}

.sffc-crm-apply-chat__workspace-preview-empty strong {
  color: #1d2b33;
  font-size: 18px;
  line-height: 1.3;
}

.sffc-crm-apply-chat__workspace-preview-empty p {
  max-width: 280px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__workspace-preview-object,
.sffc-crm-apply-chat__workspace-preview-html {
  width: 100%;
  min-height: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.sffc-crm-apply-chat__workspace-preview-object {
  display: block;
}

.sffc-crm-apply-chat__workspace-preview-html {
  overflow: auto;
}

.sffc-crm-apply-chat__workspace-doc {
  padding: 24px 22px 28px;
  color: #21303d;
  font-size: 14px;
  line-height: 1.6;
}

.sffc-crm-apply-chat__workspace-doc--loading {
  min-height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  color: #687384;
}

.sffc-crm-apply-chat__workspace-doc--pdf {
  padding: 25px 2px 34px;
  display: grid;
  gap: 22px;
  background: #ffffff;
}

.sffc-crm-apply-chat__workspace-pdf-page {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.sffc-crm-apply-chat__workspace-pdf-label {
  color: #74808b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__workspace-pdf-page canvas {
  width: min(100%, 820px);
  height: auto;
  display: block;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 34, 47, 0.08);
}

.sffc-crm-apply-chat__workspace-pdf-image {
  width: min(100%, 820px);
  height: auto;
  display: block;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 34, 47, 0.08);
}

.sffc-crm-apply-chat__workspace-doc p {
  margin: 0 0 14px;
}

.sffc-crm-apply-chat__workspace-doc h1,
.sffc-crm-apply-chat__workspace-doc h2,
.sffc-crm-apply-chat__workspace-doc h3 {
  margin: 0 0 12px;
  color: #1b2733;
}

.sffc-crm-apply-chat__draft-doc {
  padding: 22px 20px 24px;
  display: grid;
  gap: 14px;
}

.sffc-crm-apply-chat__draft-workspace {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto auto;
  gap: 18px;
  padding: 0;
  background: linear-gradient(180deg, #f5f3ee 0%, #f7f4ec 100%);
}

.sffc-crm-apply-chat__draft-toolbar {
  position: sticky;
  top: 8px;
  z-index: 2;
  width: min(100%, 1040px);
  margin: 0 auto;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  box-shadow: none;
}

.sffc-crm-apply-chat__draft-toolbar-status,
.sffc-crm-apply-chat__draft-toolbar-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px 16px;
  border: 1px solid #e4ddd0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(24, 34, 47, 0.04);
}

.sffc-crm-apply-chat__draft-toolbar-status strong {
  color: #1b2733;
  font-size: 12px;
  font-weight: 800;
}

.sffc-crm-apply-chat__draft-toolbar-status span,
.sffc-crm-apply-chat__draft-toolbar-meta span {
  color: #6a7682;
  font-size: 11px;
  font-weight: 700;
}

.sffc-crm-apply-chat__draft-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #35b46f;
  box-shadow: 0 0 0 6px rgba(53, 180, 111, 0.12);
}

.sffc-crm-apply-chat__draft-document {
  min-height: max-content;
  overflow: visible;
  display: grid;
  gap: 0;
  padding: 2px 4px 8px;
  scroll-behavior: smooth;
}

.sffc-crm-apply-chat__draft-sheet {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 56px 64px 82px;
  border: 1px solid #ddd4c3;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 24px 56px rgba(24, 34, 47, 0.06);
  display: grid;
  gap: 0;
  font-family: Georgia, "Times New Roman", serif;
}

.sffc-crm-apply-chat__draft-doc-head {
  padding-bottom: 28px;
  border-bottom: 0;
  display: grid;
  gap: 14px;
}

.sffc-crm-apply-chat__draft-doc-head--cv {
  justify-items: center;
  text-align: center;
}

.sffc-crm-apply-chat__draft-doc-head-inner {
  width: 100%;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.sffc-crm-apply-chat__draft-doc-head h2 {
  margin: 0;
  color: #10151d;
  font-size: 22px;
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 500;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.sffc-crm-apply-chat__draft-doc-head p {
  margin: 0;
  color: #4d5967;
  font-size: 15px;
  line-height: 1.5;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.sffc-crm-apply-chat__draft-doc-section {
  padding: 22px 0 20px;
  border-top: 0;
  display: grid;
  gap: 12px;
  position: relative;
}

.sffc-crm-apply-chat__draft-doc-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.sffc-crm-apply-chat__draft-doc-section.is-editing::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 24px;
  bottom: 18px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(53, 180, 111, 0.9), rgba(53, 180, 111, 0.18));
  box-shadow: 0 0 0 3px rgba(53, 180, 111, 0.04);
}

.sffc-crm-apply-chat__draft-doc-kicker {
  color: #6c786d;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__draft-doc-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #61716b;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.sffc-crm-apply-chat__draft-doc-status i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 999px;
  background: #35b46f;
  box-shadow: 0 0 0 4px rgba(53, 180, 111, 0.12);
}

.sffc-crm-apply-chat__draft-doc-section.is-editing .sffc-crm-apply-chat__draft-doc-status i {
  animation: sffc-crm-apply-chat-draft-pulse 1.2s ease-in-out infinite;
}

.sffc-crm-apply-chat__draft-doc-status.is-user {
  color: #7a858d;
}

.sffc-crm-apply-chat__draft-doc-status.is-user::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c7d2cb;
  box-shadow: none;
}

.sffc-crm-apply-chat__draft-doc-note {
  margin: 0 0 6px;
  padding: 0;
  border-left: 0;
  background: transparent;
  color: #6a7782;
  font-size: 13px;
  line-height: 1.75;
  font-style: italic;
}

.sffc-crm-apply-chat__draft-doc-note strong {
  color: #2f5b52;
  font-weight: 800;
}

.sffc-crm-apply-chat__draft-doc-layout {
  display: block;
}

.sffc-crm-apply-chat__draft-doc-main {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.sffc-crm-apply-chat__draft-comments {
  display: none;
}

.sffc-crm-apply-chat__draft-comment-card {
  padding: 14px 14px 15px;
  border: 1px solid #e7e0d2;
  border-radius: 14px;
  background: #fcfbf7;
  box-shadow: 0 4px 12px rgba(24, 34, 47, 0.03);
}

.sffc-crm-apply-chat__draft-comment-index {
  display: block;
  margin-bottom: 8px;
  color: #6c786d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__draft-comment-card p {
  margin: 0;
  color: #4b5966;
  font-size: 13px;
  line-height: 1.6;
}

.sffc-crm-apply-chat__draft-editable,
.sffc-crm-apply-chat__draft-user-note {
  min-height: 40px;
  padding: 2px 0;
  outline: none;
  color: #1e2b38;
  font-size: 15px;
  line-height: 1.64;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.sffc-crm-apply-chat__draft-editable:focus,
.sffc-crm-apply-chat__draft-user-note:focus {
  box-shadow: inset 0 -2px 0 rgba(47, 111, 98, 0.22);
}

.sffc-crm-apply-chat__draft-editable p,
.sffc-crm-apply-chat__draft-editable ul,
.sffc-crm-apply-chat__draft-user-note p {
  margin: 0;
}

.sffc-crm-apply-chat__draft-editable ul {
  padding-left: 24px;
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__draft-editable li,
.sffc-crm-apply-chat__draft-editable p {
  color: #233240;
  max-width: none;
  width: 100%;
  font-size: 15px;
  line-height: 1.64;
  position: relative;
  padding-right: 30px;
}

.sffc-crm-apply-chat__draft-line-block {
  display: block;
  width: 100%;
}

.sffc-crm-apply-chat__draft-line-block.is-bullet + .sffc-crm-apply-chat__draft-line-block.is-bullet,
.sffc-crm-apply-chat__draft-line-block + .sffc-crm-apply-chat__draft-line-block {
  margin-top: 10px;
}

.sffc-crm-apply-chat__draft-line-block.is-bullet ul {
  margin: 0;
}

.sffc-crm-apply-chat__draft-line-note-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 5px;
  max-width: none;
}

.sffc-crm-apply-chat__draft-line-note-list li {
  position: relative;
  padding: 6px 10px 6px 28px;
  color: #5a4a1b;
  font-size: 12px;
  line-height: 1.55;
  background: rgba(255, 239, 184, 0.72);
  border-bottom: 1px solid rgba(214, 170, 52, 0.45);
}

.sffc-crm-apply-chat__draft-line-note-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(240, 184, 43, 0.96);
  box-shadow: inset 0 0 0 1px rgba(170, 123, 21, 0.2);
}

.sffc-crm-apply-chat__draft-editable p + p,
.sffc-crm-apply-chat__draft-editable p + ul,
.sffc-crm-apply-chat__draft-editable ul + p {
  margin-top: 12px;
}

.sffc-crm-apply-chat__draft-line-text {
  display: inline;
}

.sffc-crm-apply-chat__draft-line-adjust {
  position: absolute;
  right: -2px;
  top: 0.14em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid #d9e2ec;
  border-radius: 999px;
  background: #fff;
  color: #4a5a6c;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: 0 2px 8px rgba(24, 34, 47, 0.04);
  cursor: pointer;
}

.sffc-crm-apply-chat__draft-line-adjust:hover {
  border-color: #bfcddd;
  background: #f8fbff;
  color: #1c3c66;
}

.sffc-crm-apply-chat__draft-line-adjust:focus-visible {
  outline: 2px solid rgba(28, 60, 102, 0.22);
  outline-offset: 2px;
}

.sffc-crm-apply-chat__draft-editable li.is-typing .sffc-crm-apply-chat__draft-line-adjust,
.sffc-crm-apply-chat__draft-editable p.is-typing .sffc-crm-apply-chat__draft-line-adjust {
  opacity: 0.86;
}

.sffc-crm-apply-chat__draft-editable .is-typing {
  position: relative;
}

.sffc-crm-apply-chat__draft-editable .is-typing::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1.15em;
  margin-left: 8px;
  vertical-align: -2px;
  background: rgba(47, 111, 98, 0.75);
  animation: sffc-crm-apply-chat-draft-caret 0.9s steps(1, end) infinite;
}

.sffc-crm-apply-chat__draft-editable .is-revising {
  display: block;
}

.sffc-crm-apply-chat__draft-deleted {
  color: #a36f72;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(201, 74, 94, 0.8);
  background: rgba(248, 214, 220, 0.7);
  padding: 0 3px 1px;
  border-radius: 4px;
  margin-right: 8px;
}

.sffc-crm-apply-chat__draft-inserted {
  color: #233240;
}

.sffc-crm-apply-chat__draft-doc-section.is-compare .sffc-crm-apply-chat__draft-compare-grid {
  margin-top: 0;
}

.sffc-crm-apply-chat__draft-user-note {
  min-height: 96px;
  padding: 14px 16px;
  border: 1px dashed #cdd7cf;
  border-radius: 14px;
  background: #fbfcfa;
}

.sffc-crm-apply-chat__draft-user-note:empty::before {
  content: attr(data-placeholder);
  color: #96a0a8;
}

.sffc-crm-apply-chat__draft-page-sheet {
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 28px 34px 34px;
  border: 1px solid #e7e2d7;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(24, 34, 47, 0.06);
  display: grid;
  gap: 16px;
}

.sffc-crm-apply-chat__draft-page-sheet.is-editing {
  border-color: rgba(47, 111, 98, 0.45);
  box-shadow: 0 18px 38px rgba(24, 34, 47, 0.08), 0 0 0 1px rgba(47, 111, 98, 0.12);
}

.sffc-crm-apply-chat__draft-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ece8dd;
}

.sffc-crm-apply-chat__draft-page-number {
  color: #7a857c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__draft-page-editing {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #60706a;
  font-size: 11px;
  font-weight: 700;
}

.sffc-crm-apply-chat__draft-page-editing i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 999px;
  background: #35b46f;
  box-shadow: 0 0 0 4px rgba(53, 180, 111, 0.12);
}

.sffc-crm-apply-chat__draft-page-sheet.is-editing .sffc-crm-apply-chat__draft-page-editing i {
  animation: sffc-crm-apply-chat-draft-pulse 1.2s ease-in-out infinite;
}

.sffc-crm-apply-chat__draft-page-heading {
  color: #18222f;
  font-size: 34px;
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.sffc-crm-apply-chat__draft-page-intro {
  color: #7a828c;
  font-size: 14px;
  line-height: 1.65;
}

.sffc-crm-apply-chat__draft-page-note {
  margin-top: 2px;
  padding: 12px 14px;
  border-left: 3px solid rgba(47, 111, 98, 0.6);
  background: #f7faf8;
  color: #5d6a74;
  font-size: 13px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__draft-editor-note {
  margin-top: 2px;
  padding: 12px 14px;
  border-left: 3px solid rgba(47, 111, 98, 0.6);
  background: #f7faf8;
  color: #5d6a74;
  font-size: 13px;
  line-height: 1.6;
}

.sffc-crm-apply-chat__draft-editor-note strong {
  color: #2f5b52;
  font-weight: 800;
}

.sffc-crm-apply-chat__draft-page-body {
  min-height: 180px;
  outline: none;
  color: #1f2c39;
  font-size: 15px;
  line-height: 1.82;
  position: relative;
}

.sffc-crm-apply-chat__draft-page-body:focus {
  box-shadow: inset 0 -2px 0 rgba(47, 111, 98, 0.22);
}

.sffc-crm-apply-chat__draft-page-body p,
.sffc-crm-apply-chat__draft-page-body ul {
  margin: 0;
}

.sffc-crm-apply-chat__draft-page-body ul {
  padding-left: 22px;
  display: grid;
  gap: 12px;
}

.sffc-crm-apply-chat__draft-page-body li,
.sffc-crm-apply-chat__draft-page-body p {
  color: #233240;
  font-size: 15px;
  line-height: 1.82;
}

.sffc-crm-apply-chat__draft-page-body .is-typing {
  position: relative;
}

.sffc-crm-apply-chat__draft-page-body .is-typing::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1.15em;
  margin-left: 8px;
  vertical-align: -2px;
  background: rgba(47, 111, 98, 0.75);
  animation: sffc-crm-apply-chat-draft-caret 0.9s steps(1, end) infinite;
}

.sffc-crm-apply-chat__draft-page-body p + p,
.sffc-crm-apply-chat__draft-page-body p + ul,
.sffc-crm-apply-chat__draft-page-body ul + p {
  margin-top: 14px;
}

.sffc-crm-apply-chat__draft-highlight {
  padding: 0 1px 1px;
  border-radius: 1px;
}

.sffc-crm-apply-chat__draft-highlight--yellow {
  background: linear-gradient(180deg, transparent 0, transparent calc(100% - 0.42em), rgba(255, 232, 163, 0.72) calc(100% - 0.42em), rgba(255, 232, 163, 0.72) 100%);
  border-bottom: 1px solid rgba(240, 184, 43, 0.92);
}

.sffc-crm-apply-chat__draft-highlight--blue,
.sffc-crm-apply-chat__draft-highlight--navy {
  background: linear-gradient(180deg, transparent 0, transparent calc(100% - 0.42em), rgba(220, 229, 248, 0.76) calc(100% - 0.42em), rgba(220, 229, 248, 0.76) 100%);
  border-bottom: 1px solid rgba(35, 63, 112, 0.88);
}

.sffc-crm-apply-chat__draft-highlight--green {
  background: linear-gradient(180deg, transparent 0, transparent calc(100% - 0.42em), rgba(217, 241, 225, 0.84) calc(100% - 0.42em), rgba(217, 241, 225, 0.84) 100%);
  border-bottom: 1px solid rgba(46, 163, 106, 0.88);
}

.sffc-crm-apply-chat__draft-highlight--red {
  background: linear-gradient(180deg, transparent 0, transparent calc(100% - 0.42em), rgba(248, 214, 220, 0.76) calc(100% - 0.42em), rgba(248, 214, 220, 0.76) 100%);
  border-bottom: 1px solid rgba(201, 74, 94, 0.86);
}

.sffc-crm-apply-chat__draft-page-sheet.is-cover .sffc-crm-apply-chat__draft-page-body p:first-child {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
  color: #3b4754;
}

.sffc-crm-apply-chat__draft-page-sheet.is-user-note .sffc-crm-apply-chat__draft-user-note {
  min-height: 140px;
}

@keyframes sffc-crm-apply-chat-draft-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(53, 180, 111, 0.12);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 7px rgba(53, 180, 111, 0.16);
  }
}

.sffc-crm-apply-chat__draft-head {
  padding: 16px 16px 14px;
  border: 1px solid #ebe5d8;
  border-radius: 16px;
  background: #fcfaf5;
}

.sffc-crm-apply-chat__draft-head small,
.sffc-crm-apply-chat__draft-section small,
.sffc-crm-apply-chat__draft-compare small {
  display: block;
  color: #6d786e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__draft-head strong {
  display: block;
  margin-top: 8px;
  color: #1d2b33;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.sffc-crm-apply-chat__draft-head p {
  margin: 8px 0 0;
  color: #56616b;
  font-size: 14px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__draft-cv-headline {
  margin: 2px 0 0;
  color: #323d49;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  max-width: 900px;
}

.sffc-crm-apply-chat__draft-cv-contact {
  margin: 4px 0 0;
  color: #3f4953;
  font-size: 14px;
  line-height: 1.35;
}

.sffc-crm-apply-chat__draft-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding-bottom: 2px;
}

.sffc-crm-apply-chat__draft-review-title,
.sffc-crm-apply-chat__draft-section-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  color: #111922;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", serif;
}

.sffc-crm-apply-chat__draft-review-title::after,
.sffc-crm-apply-chat__draft-section-title::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #1a1f25;
  margin-top: 0.12em;
}

.sffc-crm-apply-chat__draft-section-adjust {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 22px;
  padding: 0 8px;
  border: 1px solid #d9e2ec;
  border-radius: 999px;
  background: #fff;
  color: #4a5a6c;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", sans-serif;
  box-shadow: 0 2px 8px rgba(24, 34, 47, 0.04);
}

.sffc-crm-apply-chat__draft-section-adjust:hover {
  border-color: #bfcddd;
  background: #f8fbff;
  color: #1c3c66;
}

.sffc-crm-apply-chat__draft-review-list {
  max-width: 100%;
  display: grid;
  gap: 6px;
}

.sffc-crm-apply-chat__draft-review-list ul,
.sffc-crm-apply-chat__draft-section-review ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__draft-review-list li,
.sffc-crm-apply-chat__draft-section-review li {
  position: relative;
  padding: 0 0 8px 22px;
  color: #43515e;
  font-size: 11.5px;
  line-height: 1.45;
  border-bottom: 1px solid rgba(222, 226, 232, 0.88);
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.sffc-crm-apply-chat__draft-review-list li::before,
.sffc-crm-apply-chat__draft-section-review li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d1dae5;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.92);
}

.sffc-crm-apply-chat__draft-review-list li.is-positive,
.sffc-crm-apply-chat__draft-section-review li.is-positive {
  color: #2f6951;
  border-bottom-color: rgba(65, 171, 109, 0.28);
}

.sffc-crm-apply-chat__draft-review-list li.is-positive::before,
.sffc-crm-apply-chat__draft-section-review li.is-positive::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2ea36a;
  font-weight: 800;
  font-size: 11px;
  background: rgba(65, 171, 109, 0.14);
  box-shadow: none;
}

.sffc-crm-apply-chat__draft-review-list li.is-fix,
.sffc-crm-apply-chat__draft-section-review li.is-fix {
  color: #5a3038;
  border-bottom-color: rgba(201, 74, 94, 0.25);
}

.sffc-crm-apply-chat__draft-review-list li.is-fix::before,
.sffc-crm-apply-chat__draft-section-review li.is-fix::before {
  background: rgba(248, 214, 220, 0.92);
  box-shadow: inset 0 0 0 1px rgba(201, 74, 94, 0.24);
}

.sffc-crm-apply-chat__draft-review-list li.is-emphasis,
.sffc-crm-apply-chat__draft-section-review li.is-emphasis {
  color: #2f4465;
  border-bottom-color: rgba(35, 63, 112, 0.22);
}

.sffc-crm-apply-chat__draft-review-list li.is-emphasis::before,
.sffc-crm-apply-chat__draft-section-review li.is-emphasis::before {
  background: rgba(220, 229, 248, 0.96);
  box-shadow: inset 0 0 0 1px rgba(35, 63, 112, 0.22);
}

.sffc-crm-apply-chat__draft-review-list li.is-structure,
.sffc-crm-apply-chat__draft-section-review li.is-structure {
  color: #54503c;
  border-bottom-color: rgba(240, 184, 43, 0.24);
}

.sffc-crm-apply-chat__draft-review-list li.is-structure::before,
.sffc-crm-apply-chat__draft-section-review li.is-structure::before {
  background: rgba(255, 232, 163, 0.94);
  box-shadow: inset 0 0 0 1px rgba(240, 184, 43, 0.2);
}

.sffc-crm-apply-chat__draft-role {
  display: grid;
  gap: 8px;
  padding: 4px 0 2px;
}

.sffc-crm-apply-chat__draft-role + .sffc-crm-apply-chat__draft-role {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 0;
}

.sffc-crm-apply-chat__draft-role-headline-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
}

.sffc-crm-apply-chat__draft-role-heading {
  margin: 0;
  color: #141d28;
  font-size: 17px;
  line-height: 1.36;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
}

.sffc-crm-apply-chat__draft-role-meta {
  margin: 0;
  color: #5d6771;
  font-size: 13px;
  line-height: 1.4;
  font-style: normal;
  white-space: nowrap;
  text-align: right;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.sffc-crm-apply-chat__draft-role-summary {
  margin: 0;
  color: #4f5a66;
  font-size: 14px;
  line-height: 1.62;
  max-width: none;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.sffc-crm-apply-chat__draft-section-review {
  max-width: 74ch;
  margin-top: 4px;
}

.sffc-crm-apply-chat__draft-review-list.is-header {
  margin-top: -2px;
}

.sffc-crm-apply-chat__draft-review-list.is-summary li,
.sffc-crm-apply-chat__draft-review-list.is-experience li {
  background-image: linear-gradient(180deg, transparent 0, transparent calc(100% - 0.26em), rgba(245, 247, 250, 0.95) calc(100% - 0.26em), rgba(245, 247, 250, 0.95) 100%);
}

.sffc-crm-apply-chat__draft-header-checks {
  width: 100%;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #e7dfd0;
}

.sffc-crm-apply-chat__draft-review-list.is-header-compact ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 24px;
}

.sffc-crm-apply-chat__draft-review-list.is-header-compact li {
  padding: 0 0 6px 20px;
  font-size: 11.5px;
  border-bottom: 0;
}

.sffc-crm-apply-chat__draft-doc-section--profile {
  margin-top: 8px;
}

.sffc-crm-apply-chat__draft-editable.is-skill-grid {
  column-count: 2;
  column-gap: 56px;
  display: block;
}

.sffc-crm-apply-chat__draft-editable.is-skill-grid > .sffc-crm-apply-chat__draft-line-block.is-bullet {
  break-inside: avoid;
  display: block;
  width: 100%;
  margin: 0 0 8px;
}

.sffc-crm-apply-chat__draft-editable.is-skill-grid > .sffc-crm-apply-chat__draft-line-block.is-bullet > ul {
  margin: 0;
  padding-left: 18px;
  display: block;
}

.sffc-crm-apply-chat__draft-editable.is-skill-grid > .sffc-crm-apply-chat__draft-line-block.is-bullet li {
  max-width: none;
  width: 100%;
  padding-right: 24px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__draft-editable.is-skill-grid > .sffc-crm-apply-chat__draft-line-block.is-bullet .sffc-crm-apply-chat__draft-line-note-list {
  display: none;
}

.sffc-crm-apply-chat__draft-doc-section--skills .sffc-crm-apply-chat__draft-line-note-list,
.sffc-crm-apply-chat__draft-doc-section--highlights .sffc-crm-apply-chat__draft-line-note-list {
  max-width: 100%;
}

.sffc-crm-apply-chat__draft-doc-section--education .sffc-crm-apply-chat__draft-editable li,
.sffc-crm-apply-chat__draft-doc-section--certifications .sffc-crm-apply-chat__draft-editable li,
.sffc-crm-apply-chat__draft-doc-section--qualifications .sffc-crm-apply-chat__draft-editable li {
  max-width: 92ch;
}

@media (max-width: 980px) {
  .sffc-crm-apply-chat__draft-sheet {
    width: min(100%, 1000px);
    padding: 42px 36px 54px;
  }

  .sffc-crm-apply-chat__draft-doc-head h2 {
    font-size: 40px;
  }

  .sffc-crm-apply-chat__draft-role-headline-row,
  .sffc-crm-apply-chat__draft-review-list.is-header-compact ul,
  .sffc-crm-apply-chat__draft-section-head {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__draft-editable.is-skill-grid {
    column-count: 1;
  }

  .sffc-crm-apply-chat__draft-role-meta {
    white-space: normal;
    text-align: left;
  }
}

.sffc-crm-apply-chat__draft-compare {
  padding: 16px;
  border: 1px solid #ebe5d8;
  border-radius: 16px;
  background: #fff;
}

.sffc-crm-apply-chat__draft-compare-grid {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__draft-compare-grid article {
  padding: 14px;
  border: 1px solid #ece6da;
  border-radius: 14px;
  background: #fbfaf7;
}

.sffc-crm-apply-chat__draft-compare-grid article.is-target {
  border-color: rgba(47, 111, 98, 0.32);
  background: #f3faf6;
}

.sffc-crm-apply-chat__draft-compare-grid span {
  display: block;
  margin-bottom: 8px;
  color: #5e6b75;
  font-size: 12px;
  font-weight: 800;
}

.sffc-crm-apply-chat__draft-compare-grid p {
  margin: 0;
  color: #233240;
  font-size: 14px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__draft-section-body ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__draft-section-body li,
.sffc-crm-apply-chat__draft-section-body p {
  margin: 0;
  color: #24313f;
  font-size: 14px;
  line-height: 1.58;
}

.sffc-crm-apply-chat__draft-section-body li.is-typing,
.sffc-crm-apply-chat__draft-section-body p.is-typing {
  position: relative;
}

.sffc-crm-apply-chat__draft-section-body li.is-typing::after,
.sffc-crm-apply-chat__draft-section-body p.is-typing::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1.1em;
  margin-left: 8px;
  vertical-align: -2px;
  background: rgba(47, 111, 98, 0.7);
  animation: sffc-crm-apply-chat-draft-caret 0.9s steps(1, end) infinite;
}

.sffc-crm-apply-chat__draft-section {
  padding: 16px;
  border: 1px solid #ebe5d8;
  border-radius: 16px;
  background: #fff;
}

.sffc-crm-apply-chat__draft-section.is-confirmed {
  background: #fbfcfa;
}

.sffc-crm-apply-chat__draft-section.is-tighten {
  background: #fcfaf5;
}

.sffc-crm-apply-chat__draft-section.is-clarify {
  background: #faf7f4;
}

.sffc-crm-apply-chat__draft-section-body {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

@keyframes sffc-crm-apply-chat-draft-caret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .sffc-crm-apply-chat__shell {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 760px);
    padding-top: 34px;
  }

  .sffc-crm-apply-chat__sidebar {
    position: static;
  }

  .sffc-crm-apply-chat__meta {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__messages {
    padding: 22px 14px 126px;
    border-right: 0;
  }

  .sffc-crm-apply-chat__message {
    width: min(100%, 100%);
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }

  .sffc-crm-apply-chat__message.is-user {
    grid-template-columns: minmax(0, 1fr) 42px;
    padding-left: 24px;
    padding-right: 0;
  }

  .sffc-crm-apply-chat__mini-avatar {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .sffc-crm-apply-chat__desk-body,
  .sffc-crm-apply-chat__desk.is-workspace-open .sffc-crm-apply-chat__desk-body {
    grid-template-columns: 1fr;
    padding-top: 0;
    background: #f2f1ed;
  }

  .sffc-crm-apply-chat__workspace {
    padding: 0;
    border-left: 0;
    border-top: 1px solid #ddd8cc;
  }

  .sffc-crm-apply-chat__composer {
    width: min(100% - 24px, 100%);
    margin: -94px auto 18px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .sffc-crm-apply-chat__workspace-preview,
  .sffc-crm-apply-chat__workspace-preview-empty,
  .sffc-crm-apply-chat__workspace-preview-object,
  .sffc-crm-apply-chat__workspace-preview-html {
    min-height: 420px;
  }

  .sffc-crm-apply-chat__draft-page-sheet {
    width: 100%;
    padding: 22px 20px 24px;
  }
}

@media (max-width: 900px) {
  .sffc-crm-apply-chat__draft-doc-layout {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__draft-comments {
    order: 2;
  }

  .sffc-crm-apply-chat__draft-role-block-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .sffc-crm-apply-chat__message.is-user.is-upload {
    padding-left: 56px;
  }

  .sffc-crm-apply-chat__message.is-user.is-upload .sffc-crm-apply-chat__bubble {
    width: min(100%, 100%);
    max-width: min(100%, 296px);
    justify-self: stretch;
    border-radius: 18px 18px 12px 18px;
  }

  .sffc-crm-apply-chat__upload-preview-card,
  .sffc-crm-apply-chat__upload-preview-card.is-file-only {
    width: 100%;
    max-width: 100%;
  }

  .sffc-crm-apply-chat__upload-preview-sheet {
    aspect-ratio: 0.84;
  }

  .sffc-crm-apply-chat__upload-preview-meta {
    padding: 12px 12px 14px;
  }

  .sffc-crm-apply-chat__upload-preview-meta strong {
    font-size: 12px;
    line-height: 1.4;
  }

  .sffc-crm-apply-chat__upload-preview-meta span {
    font-size: 10px;
  }

  .sffc-crm-apply-chat__topbar {
    min-height: 72px;
  }

  .sffc-crm-apply-chat__brand img {
    width: 106px;
  }

  .sffc-crm-apply-chat__header h1 {
    font-size: 42px;
  }

  .sffc-crm-apply-chat__content {
    font-size: 17px;
  }

  .sffc-crm-apply-chat__desk-head {
    min-height: 76px;
  }

  .sffc-crm-apply-chat__desk-title strong {
    font-size: 16px;
  }

  .sffc-crm-apply-chat__desk-title span {
    font-size: 12px;
  }

  .sffc-crm-apply-chat__choices.is-launcher .sffc-crm-apply-chat__choice {
    min-height: 68px;
    padding: 0 18px;
    font-size: 16px;
  }

  .sffc-crm-apply-chat__choice-badge {
    margin-left: 12px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .sffc-crm-apply-chat__choice-content {
    gap: 12px;
  }

  .sffc-crm-apply-chat__choice-icon {
    width: 24px;
    height: 24px;
  }

  .sffc-crm-apply-chat__choice-icon svg {
    width: 20px;
    height: 20px;
  }

  .sffc-crm-apply-chat__workspace-statuses {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__workspace-tabs {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__composer {
    grid-template-columns: 1fr;
    width: calc(100% - 20px);
    margin: -82px auto 12px;
    border-radius: 22px;
  }

  .sffc-crm-apply-chat__desk.is-workspace-open .sffc-crm-apply-chat__composer {
    width: calc(100% - 20px);
    max-width: none;
    margin: -82px auto 12px;
  }

  .sffc-crm-apply-chat__send,
  .sffc-crm-apply-chat__upload {
    width: 100%;
  }
}

/* Cover letter document */
.sffc-crm-apply-chat__cover-letter-editor {
  min-height: 100%;
  display: grid;
  gap: 14px;
}

.sffc-crm-apply-chat__cover-letter-actions {
  position: sticky;
  top: 8px;
  z-index: 3;
  width: min(100%, 980px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  pointer-events: none;
}

.sffc-crm-apply-chat__cover-letter-action {
  pointer-events: auto;
  border: 1px solid #d8dee8;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  border-radius: 999px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.sffc-crm-apply-chat__cover-letter-action-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sffc-crm-apply-chat__cover-letter-action-icon svg {
  width: 16px;
  height: 16px;
}

.sffc-crm-apply-chat__cover-letter-editable[contenteditable="true"] {
  outline: none;
}

.sffc-crm-apply-chat__cover-letter {
  min-height: 100%;
  padding: 0;
  background: #f7f5ef;
}

.sffc-crm-apply-chat__cover-letter-doc {
  width: min(100%, 980px);
  min-height: 100%;
  margin: 0 auto;
  padding: 56px 68px 72px;
  border: 1px solid #dbe3ee;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 28px;
  font-family: Cambria, Georgia, serif;
}

.sffc-crm-apply-chat__cover-letter-head {
  display: grid;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d8dee8;
}

.sffc-crm-apply-chat__cover-letter-kicker {
  display: inline-block;
  color: #64748b;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__cover-letter-title-group h2 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.06;
  font-weight: 700;
}

.sffc-crm-apply-chat__cover-letter-role {
  margin: 0;
  color: #475569;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.sffc-crm-apply-chat__cover-letter-contact {
  margin: 2px 0 0;
  color: #64748b;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13.5px;
  line-height: 1.45;
}

.sffc-crm-apply-chat__cover-letter-body {
  display: grid;
  gap: 18px;
}

.sffc-crm-apply-chat__cover-letter-toolbar {
  position: sticky;
  bottom: 12px;
  z-index: 3;
  width: fit-content;
  max-width: calc(100% - 24px);
  margin: 0 auto;
  padding: 8px 10px;
  border: 1px solid #d8dee8;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
  display: none;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sffc-crm-apply-chat__cover-letter-editor.is-editing .sffc-crm-apply-chat__cover-letter-toolbar {
  display: flex;
}

.sffc-crm-apply-chat__cover-tool,
.sffc-crm-apply-chat__cover-color-tool {
  border: 0;
  background: transparent;
  color: #0f172a;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 18px;
  cursor: pointer;
}

.sffc-crm-apply-chat__cover-tool:hover,
.sffc-crm-apply-chat__cover-color-tool:hover {
  background: #f1f5f9;
}

.sffc-crm-apply-chat__cover-tool--swatch {
  color: #9f1239;
  font-weight: 700;
}

.sffc-crm-apply-chat__cover-color-tool {
  position: relative;
  overflow: hidden;
}

.sffc-crm-apply-chat__cover-color-tool input[type="color"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.sffc-crm-apply-chat__cover-letter-salutation,
.sffc-crm-apply-chat__cover-letter-signoff p {
  margin: 0;
  color: #10151d;
  font-size: 16.5px;
  line-height: 1.78;
}

.sffc-crm-apply-chat__cover-letter-paragraph {
  margin: 0;
  color: #10151d;
  font-size: 16.5px;
  line-height: 1.78;
}

.sffc-crm-apply-chat__cover-letter-signoff {
  display: grid;
  gap: 8px;
  padding-top: 8px;
}

/* Live tailoring report overhaul */
.sffc-crm-apply-chat__draft-sheet--report {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 54px 62px 64px;
  border: 1px solid #dbe3ee;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 28px;
  font-family: Calibri, Arial, sans-serif;
}

.sffc-crm-apply-chat__draft-sheet--report .sffc-crm-apply-chat__draft-doc-head {
  padding: 0 0 12px;
  border-bottom: 0;
  gap: 10px;
}

.sffc-crm-apply-chat__draft-sheet--report .sffc-crm-apply-chat__draft-doc-head-inner {
  justify-items: start;
  gap: 6px;
}

.sffc-crm-apply-chat__draft-sheet--report.sffc-crm-apply-chat__draft-sheet .sffc-crm-apply-chat__draft-doc-head--cv {
  justify-items: start;
  text-align: left;
}

.sffc-crm-apply-chat__draft-sheet--report .sffc-crm-apply-chat__draft-doc-head h2 {
  margin: 0;
  color: #0f172a;
}

.sffc-crm-apply-chat__draft-sheet--report .sffc-crm-apply-chat__draft-cv-headline {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 500;
  max-width: 100%;
}

.sffc-crm-apply-chat__draft-sheet--report .sffc-crm-apply-chat__draft-cv-contact {
  margin: 0;
  color: #334155;
  font-size: 13px;
  line-height: 1.35;
}

.sffc-crm-apply-chat__draft-review-card-head-main {
  display: grid;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}

.sffc-crm-apply-chat__draft-ats-score {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.sffc-crm-apply-chat__draft-ats-score-label {
  color: #475569;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__draft-ats-score-track {
  height: 16px;
  border-radius: 999px;
  background: #dbe3ee;
  overflow: hidden;
}

.sffc-crm-apply-chat__draft-ats-score-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ef4444 0%, #b91c1c 100%);
}

.sffc-crm-apply-chat__draft-ats-score.is-warn .sffc-crm-apply-chat__draft-ats-score-fill {
  background: linear-gradient(90deg, #f59e0b 0%, #ea580c 100%);
}

.sffc-crm-apply-chat__draft-ats-score.is-good .sffc-crm-apply-chat__draft-ats-score-fill {
  background: linear-gradient(90deg, #10b981 0%, #0f766e 100%);
}

.sffc-crm-apply-chat__draft-ats-score-value {
  color: #0f172a;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.sffc-crm-apply-chat__draft-quick-scan-list {
  display: grid;
  gap: 12px;
}

.sffc-crm-apply-chat__draft-quick-scan-item {
  padding: 14px 16px;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #fff;
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__draft-quick-scan-item.is-good {
  border-color: #86efac;
  background: #f0fdf4;
}

.sffc-crm-apply-chat__draft-quick-scan-item.is-warn {
  border-color: #fcd34d;
  background: #fffbeb;
}

.sffc-crm-apply-chat__draft-quick-scan-item.is-bad {
  border-color: #fca5a5;
  background: #fef2f2;
}

.sffc-crm-apply-chat__draft-quick-scan-label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.sffc-crm-apply-chat__draft-quick-scan-label-row strong {
  color: #0f172a;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
}

.sffc-crm-apply-chat__draft-quick-scan-label-row span {
  color: #475569;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  text-align: right;
}

.sffc-crm-apply-chat__draft-quick-scan-bar {
  height: 18px;
  border-radius: 999px;
  background: #dbe3ee;
  overflow: hidden;
}

.sffc-crm-apply-chat__draft-quick-scan-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0ea5e9 0%, #1d4ed8 100%);
}

.sffc-crm-apply-chat__draft-quick-scan-item.is-good .sffc-crm-apply-chat__draft-quick-scan-fill {
  background: linear-gradient(90deg, #10b981 0%, #0f766e 100%);
}

.sffc-crm-apply-chat__draft-quick-scan-item.is-warn .sffc-crm-apply-chat__draft-quick-scan-fill {
  background: linear-gradient(90deg, #f59e0b 0%, #ea580c 100%);
}

.sffc-crm-apply-chat__draft-quick-scan-item.is-bad .sffc-crm-apply-chat__draft-quick-scan-fill {
  background: linear-gradient(90deg, #ef4444 0%, #b91c1c 100%);
}

.sffc-crm-apply-chat__draft-quick-scan-item p {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__draft-report-score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
  width: 100%;
  min-width: 0;
}

.sffc-crm-apply-chat__draft-report-score-chip {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #f8fafc;
  overflow: hidden;
}

.sffc-crm-apply-chat__draft-report-score-chip strong {
  display: block;
  margin: 0 0 4px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.sffc-crm-apply-chat__draft-report-score-chip span {
  display: block;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: break-word;
  word-break: normal;
}

.sffc-crm-apply-chat__draft-sheet--report .sffc-crm-apply-chat__draft-report-section {
  display: grid;
  gap: 8px;
}

.sffc-crm-apply-chat__draft-sheet--report .sffc-crm-apply-chat__draft-section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
}

.sffc-crm-apply-chat__draft-sheet--report .sffc-crm-apply-chat__draft-section-title {
  align-items: flex-end;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  font-family: Cambria, Georgia, serif;
}

.sffc-crm-apply-chat__draft-sheet--report .sffc-crm-apply-chat__draft-section-title::after {
  height: 1px;
  background: #cbd5e1;
}

.sffc-crm-apply-chat__draft-sheet--report .sffc-crm-apply-chat__draft-section-adjust {
  min-width: 56px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: none;
  flex: 0 0 auto;
}

.sffc-crm-apply-chat__draft-report-issue-counts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.sffc-crm-apply-chat__draft-report-issue-pill {
  padding: 8px 10px;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.sffc-crm-apply-chat__draft-report-priority-box,
.sffc-crm-apply-chat__draft-report-prose {
  padding: 13px 14px;
  border: 1px solid #dbe3ee;
  border-radius: 6px;
  background: #f8fafc;
}

.sffc-crm-apply-chat__draft-report-priority-box {
  border-color: #f2cf82;
  background: #fff9e8;
}

.sffc-crm-apply-chat__draft-report-priority-box ul,
.sffc-crm-apply-chat__draft-report-prose p {
  margin: 0;
}

.sffc-crm-apply-chat__draft-report-priority-box ul {
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.sffc-crm-apply-chat__draft-report-priority-box li,
.sffc-crm-apply-chat__draft-report-prose p {
  color: #1f2937;
  font-size: 14px;
  line-height: 1.55;
}

.sffc-crm-apply-chat__draft-report-prose {
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat__draft-action-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sffc-crm-apply-chat__draft-action-card {
  padding: 14px;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #fff;
  display: grid;
  gap: 8px;
}

.sffc-crm-apply-chat__draft-review-card-list {
  display: grid;
  gap: 8px;
}

.sffc-crm-apply-chat__draft-review-card {
  padding: 12px 14px;
}

.sffc-crm-apply-chat__draft-review-card p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.45;
}

.sffc-crm-apply-chat__draft-review-card h4 {
  font-size: 15px;
  line-height: 1.15;
}

.sffc-crm-apply-chat__draft-review-card-head {
  gap: 10px;
}

.sffc-crm-apply-chat__draft-compact-scan {
  margin-top: 4px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.sffc-crm-apply-chat__draft-compact-scan-item {
  padding: 8px 9px;
  border-radius: 8px;
  min-width: 0;
}

.sffc-crm-apply-chat__draft-compact-scan-row {
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 8px;
}

.sffc-crm-apply-chat__draft-compact-scan-label,
.sffc-crm-apply-chat__draft-compact-scan-value {
  font-size: 11px;
  line-height: 1.2;
}

.sffc-crm-apply-chat__draft-compact-scan-label {
  min-width: 0;
  overflow-wrap: anywhere;
}

.sffc-crm-apply-chat__draft-compact-scan-value {
  white-space: nowrap;
  text-align: right;
}

.sffc-crm-apply-chat__draft-compact-scan-track {
  height: 5px;
}

.sffc-crm-apply-chat__draft-action-card.is-bad {
  border-color: #fecaca;
  background: #fef2f2;
}

.sffc-crm-apply-chat__draft-action-card.is-warn {
  border-color: #fde68a;
  background: #fffbeb;
}

.sffc-crm-apply-chat__draft-action-card.is-good {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.sffc-crm-apply-chat__draft-action-card-head {
  display: grid;
  gap: 4px;
}

.sffc-crm-apply-chat__draft-action-card-kicker {
  color: #64748b;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sffc-crm-apply-chat__draft-action-card strong {
  color: #0f172a;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.sffc-crm-apply-chat__draft-action-card p {
  margin: 0;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.6;
}

.sffc-crm-apply-chat__draft-review-card-list {
  display: grid;
  gap: 16px;
}

.sffc-crm-apply-chat__draft-review-card {
  padding: 12px 14px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
}

.sffc-crm-apply-chat__draft-review-card.is-bad {
  border-color: #fecaca;
}

.sffc-crm-apply-chat__draft-review-card.is-warn {
  border-color: #fde68a;
}

.sffc-crm-apply-chat__draft-review-card.is-good {
  border-color: #bbf7d0;
}

.sffc-crm-apply-chat__draft-review-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.sffc-crm-apply-chat__draft-review-card-head h4 {
  margin: 0;
  color: #0f172a;
  font-family: Cambria, Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  flex: 1 1 auto;
}

.sffc-crm-apply-chat__draft-review-card-meta {
  margin-bottom: 8px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
}

.sffc-crm-apply-chat__draft-review-card p {
  margin: 0 0 8px;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.45;
}

.sffc-crm-apply-chat__draft-report-example {
  margin: 10px 0 12px;
  padding: 12px 14px;
  border: 1px solid #dbe3ee;
  border-radius: 6px;
  background: #f8fafc;
}

.sffc-crm-apply-chat__draft-report-example.is-rewrite {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.sffc-crm-apply-chat__draft-report-example.is-problem {
  border-color: #fecaca;
  background: #fef2f2;
}

.sffc-crm-apply-chat__draft-report-example.is-keep {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.sffc-crm-apply-chat__draft-report-example.is-solution {
  border-color: #c7d2fe;
  background: #eef2ff;
}

.sffc-crm-apply-chat__draft-suggested-number {
  padding: 0 4px;
  border-radius: 4px;
  background: #fef3c7;
  color: #92400e;
  font-weight: 800;
}

.sffc-crm-apply-chat__draft-report-example-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.sffc-crm-apply-chat__draft-report-example p:last-child,
.sffc-crm-apply-chat__draft-review-card p:last-child {
  margin-bottom: 0;
}

.sffc-crm-apply-chat__draft-review-card ul {
  margin: 0 0 10px 18px;
  padding: 0;
  display: grid;
  gap: 7px;
  list-style: none;
}

.sffc-crm-apply-chat__draft-review-card li {
  position: relative;
  padding-left: 24px;
  font-size: 13px;
  line-height: 1.5;
}

.sffc-crm-apply-chat__draft-review-card li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.sffc-crm-apply-chat__draft-review-card li.is-good {
  color: #166534;
}

.sffc-crm-apply-chat__draft-review-card li.is-good::before {
  content: "✓";
  color: #16a34a;
}

.sffc-crm-apply-chat__draft-review-card li.is-warn {
  color: #b91c1c;
}

.sffc-crm-apply-chat__draft-review-card li.is-warn::before {
  content: "✕";
  color: #dc2626;
}

.sffc-crm-apply-chat__draft-review-card li span {
  display: inline;
}

.sffc-crm-apply-chat__draft-compact-scan {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.sffc-crm-apply-chat__draft-compact-scan-item {
  display: grid;
  gap: 5px;
  padding: 8px 9px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #f8fafc;
  min-width: 0;
}

.sffc-crm-apply-chat__draft-compact-scan-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 8px;
}

.sffc-crm-apply-chat__draft-compact-scan-label,
.sffc-crm-apply-chat__draft-compact-scan-value {
  color: #0f172a;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
}

.sffc-crm-apply-chat__draft-compact-scan-value {
  color: #475569;
  white-space: nowrap;
  text-align: right;
}

.sffc-crm-apply-chat__draft-compact-scan-label {
  min-width: 0;
  overflow-wrap: anywhere;
}

.sffc-crm-apply-chat__draft-compact-scan-track {
  height: 6px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.sffc-crm-apply-chat__draft-compact-scan-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #16a34a;
}

.sffc-crm-apply-chat__draft-compact-scan-item.is-warn .sffc-crm-apply-chat__draft-compact-scan-fill {
  background: #d97706;
}

.sffc-crm-apply-chat__draft-compact-scan-item.is-bad .sffc-crm-apply-chat__draft-compact-scan-fill {
  background: #dc2626;
}

@media (max-width: 1100px) {
  .sffc-crm-apply-chat__draft-sheet--report {
    width: 100%;
    padding: 34px 28px 40px;
  }

  .sffc-crm-apply-chat__draft-report-score-grid,
  .sffc-crm-apply-chat__draft-report-issue-counts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sffc-crm-apply-chat__draft-action-card-list {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__draft-compact-scan {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sffc-crm-apply-chat__draft-document {
    padding: 14px 12px 48px;
  }

  .sffc-crm-apply-chat__draft-sheet--report {
    padding: 24px 18px 28px;
  }

  .sffc-crm-apply-chat__draft-review-card-head,
  .sffc-crm-apply-chat__draft-sheet--report .sffc-crm-apply-chat__draft-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sffc-crm-apply-chat__draft-ats-score {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__draft-report-score-grid,
  .sffc-crm-apply-chat__draft-report-issue-counts {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__draft-quick-scan-label-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .sffc-crm-apply-chat__draft-compact-scan {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .sffc-crm-apply-chat__desk-shell {
    height: 100dvh;
  }

  .sffc-crm-apply-chat__app-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .sffc-crm-apply-chat__app-rail,
  .sffc-crm-apply-chat__lists-panel {
    display: none;
  }

  .sffc-crm-apply-chat__main-panel {
    grid-template-rows: 68px minmax(0, 1fr);
  }

  .sffc-crm-apply-chat__desk-head {
    min-height: 68px;
    padding: 0 14px;
  }

  .sffc-crm-apply-chat__desk-avatar {
    width: 42px;
    height: 42px;
  }

  .sffc-crm-apply-chat__desk-title strong {
    font-size: 15px;
  }

  .sffc-crm-apply-chat__desk-title span,
  .sffc-crm-apply-chat__desk-role {
    font-size: 11px;
  }

  .sffc-crm-apply-chat__desk-upgrade {
    min-height: 26px;
    padding: 0 8px;
    font-size: 12px;
  }

  .sffc-crm-apply-chat__desk-body,
  .sffc-crm-apply-chat__desk.is-workspace-open .sffc-crm-apply-chat__desk-body {
    grid-template-columns: 1fr;
    background: #f7f5ef;
  }

  .sffc-crm-apply-chat__conversation-panel {
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .sffc-crm-apply-chat__messages {
    padding: 18px 14px 18px;
    border-right: 0;
  }

  .sffc-crm-apply-chat__workspace {
    position: relative;
    min-height: 0;
    border-left: 0;
    background: #f7f5ef;
  }

  .sffc-crm-apply-chat__workspace-tabs {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 12px 12px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: linear-gradient(180deg, rgba(247, 245, 239, 0.98), rgba(247, 245, 239, 0.92));
    backdrop-filter: blur(12px);
  }

  .sffc-crm-apply-chat__workspace-back {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(32, 54, 49, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #31414f;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
  }

  .sffc-crm-apply-chat__workspace-tabs .sffc-crm-apply-chat__workspace-tab {
    width: auto;
  }

  .sffc-crm-apply-chat__workspace-tab {
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(32, 54, 49, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #31414f;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
    flex: 1 1 calc(50% - 8px);
  }

  .sffc-crm-apply-chat__workspace-tab.is-active {
    border-color: rgba(47, 111, 98, 0.52);
    background: #fff;
    color: #13202c;
    box-shadow: inset 0 0 0 1px rgba(47, 111, 98, 0.12), 0 8px 18px rgba(15, 23, 42, 0.06);
  }

  .sffc-crm-apply-chat__workspace-panel {
    padding: 0 0 12px;
    overflow: auto;
  }

  .sffc-crm-apply-chat__workspace-preview,
  .sffc-crm-apply-chat__workspace-draft,
  .sffc-crm-apply-chat__workspace-cover {
    min-height: calc(100dvh - 188px);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }

  .sffc-crm-apply-chat__workspace-preview-empty {
    min-height: calc(100dvh - 220px);
    padding: 24px 18px;
  }

  .sffc-crm-apply-chat__match-preview-card {
    padding: 16px;
  }

  .sffc-crm-apply-chat__match-preview-top {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat__match-preview-score {
    justify-self: start;
  }

  .sffc-crm-apply-chat__workspace-doc,
  .sffc-crm-apply-chat__workspace-preview-html {
    padding: 0;
  }

  .sffc-crm-apply-chat__desk.is-workspace-open.is-workspace-tab-draft .sffc-crm-apply-chat__workspace,
  .sffc-crm-apply-chat__desk.is-workspace-open.is-workspace-tab-cover .sffc-crm-apply-chat__workspace,
  .sffc-crm-apply-chat__desk.is-workspace-open.is-workspace-tab-roles .sffc-crm-apply-chat__workspace,
  .sffc-crm-apply-chat__desk.is-workspace-open.is-workspace-tab-membership .sffc-crm-apply-chat__workspace,
  .sffc-crm-apply-chat__desk.is-workspace-open.is-workspace-tab-support .sffc-crm-apply-chat__workspace {
    grid-row: 1 / -1;
  }

  .sffc-crm-apply-chat__desk.is-workspace-open.is-workspace-tab-draft .sffc-crm-apply-chat__workspace-panel[data-sffc-apply-chat-workspace-panel="draft"],
  .sffc-crm-apply-chat__desk.is-workspace-open.is-workspace-tab-cover .sffc-crm-apply-chat__workspace-panel[data-sffc-apply-chat-workspace-panel="cover"],
  .sffc-crm-apply-chat__desk.is-workspace-open.is-workspace-tab-roles .sffc-crm-apply-chat__workspace-panel[data-sffc-apply-chat-workspace-panel="roles"],
  .sffc-crm-apply-chat__desk.is-workspace-open.is-workspace-tab-membership .sffc-crm-apply-chat__workspace-panel[data-sffc-apply-chat-workspace-panel="membership"] {
    padding-bottom: 0;
  }

  .sffc-crm-apply-chat__desk.is-workspace-open.is-workspace-tab-support .sffc-crm-apply-chat__workspace-panel[data-sffc-apply-chat-workspace-panel="support"] {
    padding-bottom: 0;
  }

  .sffc-crm-apply-chat__composer {
    width: calc(100% - 16px);
    margin: 0 auto 8px;
    padding: 10px 10px 10px 12px;
    border-radius: 22px;
  }

  .sffc-crm-apply-chat__desk.is-mobile-workspace-fullscreen .sffc-crm-apply-chat__workspace {
    position: fixed;
    inset: 68px 0 0;
    z-index: 18;
    min-height: calc(100dvh - 68px);
    border-top: 1px solid #ddd8cc;
    background: #f7f5ef;
  }

  .sffc-crm-apply-chat__desk.is-mobile-workspace-fullscreen .sffc-crm-apply-chat__messages,
  .sffc-crm-apply-chat__desk.is-mobile-workspace-fullscreen .sffc-crm-apply-chat__composer {
    display: none !important;
  }

  .sffc-crm-apply-chat__desk.is-mobile-workspace-fullscreen .sffc-crm-apply-chat__workspace-panel {
    min-height: calc(100dvh - 145px);
    padding-bottom: 0;
  }

  .sffc-crm-apply-chat__desk.is-mobile-workspace-fullscreen .sffc-crm-apply-chat__workspace-preview,
  .sffc-crm-apply-chat__desk.is-mobile-workspace-fullscreen .sffc-crm-apply-chat__workspace-matches {
    min-height: calc(100dvh - 145px);
    height: calc(100dvh - 145px);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }

  .sffc-crm-apply-chat__desk.is-mobile-workspace-fullscreen .sffc-crm-apply-chat__workspace-preview-empty {
    min-height: calc(100dvh - 145px);
  }

  .sffc-crm-apply-chat__desk.is-mobile-workspace-fullscreen .sffc-crm-apply-chat__workspace-doc,
  .sffc-crm-apply-chat__desk.is-mobile-workspace-fullscreen .sffc-crm-apply-chat__workspace-preview-html,
  .sffc-crm-apply-chat__desk.is-mobile-workspace-fullscreen .sffc-crm-apply-chat__workspace-preview-object,
  .sffc-crm-apply-chat__desk.is-mobile-workspace-fullscreen .sffc-crm-apply-chat__workspace-matches {
    height: 100%;
    overflow: auto;
  }

  .sffc-crm-apply-chat__match-role {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .sffc-crm-apply-chat__match-role-action {
    grid-column: 2;
    justify-self: start;
  }

  .sffc-crm-apply-chat__match-recruiter {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sffc-crm-apply-chat__match-recruiter-avatar {
    width: 84px;
    height: 84px;
  }

  .sffc-crm-apply-chat__match-recruiter-side {
    gap: 12px;
  }
}

.sffc-crm-apply-chat-monitor {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 24px;
  background: #f7f4ee;
  border: 1px solid rgba(16, 21, 29, 0.08);
  border-radius: 28px;
}

.sffc-crm-apply-chat-monitor__sidebar,
.sffc-crm-apply-chat-monitor__panel {
  background: #fff;
  border: 1px solid rgba(16, 21, 29, 0.08);
  border-radius: 24px;
}

.sffc-crm-apply-chat-monitor__sidebar {
  padding: 20px;
}

.sffc-crm-apply-chat-monitor__sidebar-head h2,
.sffc-crm-apply-chat-monitor__panel-head h3 {
  margin: 0;
  color: #10151d;
}

.sffc-crm-apply-chat-monitor__sidebar-head p,
.sffc-crm-apply-chat-monitor__panel-head p {
  margin: 8px 0 0;
  color: #5b6675;
}

.sffc-crm-apply-chat-monitor__thread-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  max-height: 78vh;
  overflow: auto;
}

.sffc-crm-apply-chat-monitor__queues {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.sffc-crm-apply-chat-monitor__queue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border: 1px solid rgba(16, 21, 29, 0.1);
  border-radius: 12px;
  background: #fff;
  color: #10151d;
  text-align: left;
}

.sffc-crm-apply-chat-monitor__queue strong {
  color: #5b6675;
}

.sffc-crm-apply-chat-monitor__queue.is-active {
  border-color: rgba(47, 111, 98, 0.4);
  box-shadow: inset 0 0 0 1px rgba(47, 111, 98, 0.12);
}

.sffc-crm-apply-chat-monitor__thread {
  display: grid;
  gap: 8px;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(16, 21, 29, 0.1);
  border-radius: 18px;
  color: #10151d;
  overflow: hidden;
}

.sffc-crm-apply-chat-monitor__thread.is-active {
  border-color: rgba(47, 111, 98, 0.4);
  box-shadow: inset 0 0 0 1px rgba(47, 111, 98, 0.1);
}

.sffc-crm-apply-chat-monitor__thread-main {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 14px 16px 10px;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
}

.sffc-crm-apply-chat-monitor__thread-actions {
  display: flex;
  gap: 8px;
  padding: 0 16px 14px;
}

.sffc-crm-apply-chat-monitor__thread-action {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(16, 21, 29, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #10151d;
  font-size: 12px;
  font-weight: 700;
}

.sffc-crm-apply-chat-monitor__thread-action.is-danger {
  color: #9f1c1c;
  border-color: rgba(159, 28, 28, 0.2);
}

.sffc-crm-apply-chat-monitor__thread-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sffc-crm-apply-chat-monitor__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #f3f5f8;
  color: #5b6675;
}

.sffc-crm-apply-chat-monitor__flag.is-needs_attention {
  background: #fff2e8;
  color: #a14a00;
}

.sffc-crm-apply-chat-monitor__flag.is-live_now,
.sffc-crm-apply-chat-monitor__flag.is-live {
  background: #ecf8f4;
  color: #1f6b5c;
}

.sffc-crm-apply-chat-monitor__flag.is-waiting {
  background: #f4f6fb;
  color: #5b6675;
}

.sffc-crm-apply-chat-monitor__flag.is-archived {
  background: #f0f0f0;
  color: #757575;
}

.sffc-crm-apply-chat-monitor__flag.is-unread {
  background: #eef1ff;
  color: #364fc7;
}

.sffc-crm-apply-chat-monitor__flag.is-priority {
  background: #ffe7e7;
  color: #b42318;
}

.sffc-crm-apply-chat-monitor__thread-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.sffc-crm-apply-chat-monitor__thread-row time,
.sffc-crm-apply-chat-monitor__thread small,
.sffc-crm-apply-chat-monitor__thread-subject {
  color: #5b6675;
}

.sffc-crm-apply-chat-monitor__panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 78vh;
}

.sffc-crm-apply-chat-monitor__panel-head {
  padding: 22px 24px 16px;
  border-bottom: 1px solid rgba(16, 21, 29, 0.08);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.sffc-crm-apply-chat-monitor__panel-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sffc-crm-apply-chat-monitor__toggle,
.sffc-crm-apply-chat-monitor__secondary {
  min-width: 120px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(16, 21, 29, 0.12);
  background: #fff;
  color: #10151d;
  font-weight: 700;
}

.sffc-crm-apply-chat-monitor__toggle {
  background: #1f6b5c;
  border-color: #1f6b5c;
  color: #fff;
}

.sffc-crm-apply-chat-monitor__secondary.is-danger {
  color: #9f1c1c;
  border-color: rgba(159, 28, 28, 0.2);
}

.sffc-crm-apply-chat-monitor__summary {
  padding: 18px 24px;
  border-bottom: 1px solid rgba(16, 21, 29, 0.08);
  background: #fbfbfc;
}

.sffc-crm-apply-chat-monitor__summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sffc-crm-apply-chat-monitor__summary-grid > div {
  display: grid;
  gap: 5px;
}

.sffc-crm-apply-chat-monitor__summary-grid > div.is-wide {
  grid-column: 1 / -1;
}

.sffc-crm-apply-chat-monitor__summary-grid span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a8392;
}

.sffc-crm-apply-chat-monitor__summary-grid strong,
.sffc-crm-apply-chat-monitor__summary-grid a {
  color: #10151d;
}

.sffc-crm-apply-chat-monitor__summary-grid a {
  word-break: break-all;
}

.sffc-crm-apply-chat-monitor__messages {
  display: grid;
  gap: 14px;
  padding: 22px 24px;
  overflow: auto;
}

.sffc-crm-apply-chat-monitor__message {
  display: grid;
  gap: 8px;
  max-width: 82%;
}

.sffc-crm-apply-chat-monitor__message.is-user {
  justify-self: end;
}

.sffc-crm-apply-chat-monitor__message-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b6675;
}

.sffc-crm-apply-chat-monitor__message-body {
  padding: 14px 16px;
  background: #f7f8fb;
  border: 1px solid rgba(16, 21, 29, 0.08);
  border-radius: 18px;
  color: #10151d;
}

.sffc-crm-apply-chat-monitor__message.is-admin .sffc-crm-apply-chat-monitor__message-body {
  background: #eef7f4;
  border-color: rgba(47, 111, 98, 0.16);
}

.sffc-crm-apply-chat-monitor__message.is-emily .sffc-crm-apply-chat-monitor__message-body,
.sffc-crm-apply-chat-monitor__message.is-system .sffc-crm-apply-chat-monitor__message-body {
  background: #f8f4ea;
  border-color: rgba(184, 144, 53, 0.16);
}

.sffc-crm-apply-chat-monitor__message.is-internal-note .sffc-crm-apply-chat-monitor__message-body {
  background: #fff7e8;
  border-color: rgba(184, 144, 53, 0.2);
}

.sffc-crm-apply-chat-monitor__reply {
  display: grid;
  gap: 12px;
  padding: 18px 24px 24px;
  border-top: 1px solid rgba(16, 21, 29, 0.08);
}

.sffc-crm-apply-chat-monitor__templates {
  display: grid;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 21, 29, 0.08);
  border-radius: 16px;
  background: #f8f9fc;
}

.sffc-crm-apply-chat-monitor__templates-head {
  display: grid;
  gap: 4px;
}

.sffc-crm-apply-chat-monitor__templates-head strong {
  color: #10151d;
  font-size: 14px;
  font-weight: 700;
}

.sffc-crm-apply-chat-monitor__templates-head span {
  color: #5b6675;
  font-size: 13px;
}

.sffc-crm-apply-chat-monitor__template-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sffc-crm-apply-chat-monitor__template-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
}

.sffc-crm-apply-chat-monitor__template-use,
.sffc-crm-apply-chat-monitor__template-delete {
  appearance: none;
  border: 1px solid rgba(16, 21, 29, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #10151d;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1;
}

.sffc-crm-apply-chat-monitor__template-use {
  padding: 10px 14px;
  font-weight: 600;
}

.sffc-crm-apply-chat-monitor__template-delete {
  padding: 9px 11px;
  color: #8a3840;
}

.sffc-crm-apply-chat-monitor__template-builder {
  display: grid;
  gap: 10px;
}

.sffc-crm-apply-chat-monitor__template-builder input,
.sffc-crm-apply-chat-monitor__template-builder textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(16, 21, 29, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #10151d;
}

.sffc-crm-apply-chat-monitor__template-builder-actions {
  display: flex;
  justify-content: flex-end;
}

.sffc-crm-apply-chat-monitor__note {
  display: grid;
  gap: 12px;
  padding: 0 24px 24px;
}

.sffc-crm-apply-chat-monitor__reply textarea {
  width: 100%;
  min-height: 132px;
  padding: 14px 16px;
  resize: vertical;
  border: 1px solid rgba(16, 21, 29, 0.12);
  border-radius: 16px;
  background: #fff;
  color: #10151d;
}

.sffc-crm-apply-chat-monitor__note textarea {
  width: 100%;
  min-height: 100px;
  padding: 14px 16px;
  resize: vertical;
  border: 1px solid rgba(16, 21, 29, 0.12);
  border-radius: 16px;
  background: #fff;
  color: #10151d;
}

.sffc-crm-apply-chat-monitor__reply-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sffc-crm-apply-chat-monitor__file {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #5b6675;
}

.sffc-crm-apply-chat-monitor__file input {
  max-width: 260px;
}

.sffc-crm-apply-chat-monitor__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #5b6675;
}

.sffc-crm-apply-chat-monitor__reply-actions button {
  justify-content: flex-end;
}

.sffc-crm-apply-chat-monitor__reply button {
  min-width: 140px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: #1f6b5c;
  color: #fff;
  font-weight: 700;
}

.sffc-crm-apply-chat-monitor__empty {
  padding: 18px;
  color: #5b6675;
  border: 1px dashed rgba(16, 21, 29, 0.12);
  border-radius: 16px;
  background: #fff;
}

@media (max-width: 980px) {
  .sffc-crm-apply-chat-monitor {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .sffc-crm-apply-chat-monitor__thread-list,
  .sffc-crm-apply-chat-monitor__panel {
    max-height: none;
    min-height: 0;
  }

  .sffc-crm-apply-chat-monitor__queues,
  .sffc-crm-apply-chat-monitor__summary-grid {
    grid-template-columns: 1fr;
  }

  .sffc-crm-apply-chat-monitor__message {
    max-width: 100%;
  }

  .sffc-crm-apply-chat-monitor__panel-head,
  .sffc-crm-apply-chat-monitor__reply-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sffc-crm-apply-chat-monitor__thread-actions {
    flex-wrap: wrap;
  }

  .sffc-crm-apply-chat-monitor__template-list {
    flex-direction: column;
  }

  .sffc-crm-apply-chat-monitor__template-chip {
    width: 100%;
  }
}

.sffc-crm-apply-chat__support-attachments {
  display: grid;
  gap: 12px;
}

.sffc-crm-apply-chat__support-attachment {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid #e3ded1;
  border-radius: 8px;
  background: #fff;
  color: #18222f;
  text-decoration: none;
}

.sffc-crm-apply-chat__support-attachment strong {
  font-size: 16px;
  line-height: 1.35;
}

.sffc-crm-apply-chat__support-attachment span {
  color: #66727c;
  font-size: 13px;
}
