/* Chatlnked Help Center page */

.cl-help-page {
  overflow: hidden;
}

/* ==========================================================
   Hero
   ========================================================== */

.cl-help-hero {
  padding: clamp(54px, 8vw, 94px) 0 clamp(34px, 5vw, 58px);
}

.cl-help-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
}

.cl-help-hero-copy {
  max-width: 760px;
}

.cl-help-hero-copy h1 {
  margin: 0 0 18px;
  color: var(--cl-text-strong);
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.cl-help-hero-copy p {
  max-width: 68ch;
  margin: 0;
  color: var(--cl-text-main);
  font-size: clamp(1.08rem, 1.9vw, 1.32rem);
  line-height: 1.55;
}

.cl-help-search-card {
  padding: clamp(20px, 3vw, 26px);
  background:
    radial-gradient(circle at 16% 0%, rgba(46, 156, 202, 0.16), rgba(46, 156, 202, 0) 46%),
    var(--cl-surface-panel);
}

.cl-help-search-label {
  display: block;
  margin: 0 0 10px;
  color: var(--cl-text-strong);
  font-size: 0.92rem;
  font-weight: 800;
}

.cl-help-search-input {
  width: 100%;
  min-height: 54px;
  padding: 15px 18px !important;
  color: var(--cl-text-main) !important;
  font-size: 1rem;
  font-weight: 700;
}

.cl-help-search-input::-webkit-search-decoration,
.cl-help-search-input::-webkit-search-cancel-button,
.cl-help-search-input::-webkit-search-results-button,
.cl-help-search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.cl-help-topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.cl-help-pill {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  padding: 8px 12px !important;
  border-radius: var(--cl-radius-pill) !important;
  border: 1px solid rgba(170, 171, 184, 0.24) !important;
  background: rgba(170, 171, 184, 0.10) !important;
  color: var(--cl-text-soft) !important;
  box-shadow: var(--cl-halo-soft) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transition:
    transform 160ms ease,
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.cl-help-pill:hover,
.cl-help-pill:focus,
.cl-help-pill:focus-visible {
  color: var(--cl-text-strong) !important;
  border-color: rgba(46, 156, 202, 0.38) !important;
  background: rgba(46, 156, 202, 0.14) !important;
  box-shadow: var(--cl-halo-accent) !important;
  outline: none !important;
  transform: translateY(-1px);
}

.cl-help-pill.is-active {
  color: #ffffff !important;
  border-color: rgba(46, 156, 202, 0.38) !important;
  background: linear-gradient(135deg, rgba(46, 156, 202, 0.88), rgba(41, 100, 138, 0.88)) !important;
  box-shadow: var(--cl-halo-accent) !important;
}

/* ==========================================================
   Start cards and checklist
   ========================================================== */

.cl-help-start-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cl-help-start-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: clamp(20px, 3vw, 26px);
  overflow: hidden;
  text-align: left;
}

.cl-help-start-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(46, 156, 202, 0.12), transparent 36%),
    radial-gradient(circle at 90% 86%, rgba(170, 171, 184, 0.06), transparent 34%);
  pointer-events: none;
}

.cl-help-start-card > * {
  position: relative;
}

.cl-help-card-tag {
  align-self: flex-start;
  border-radius: var(--cl-radius-pill);
  border: 1px solid rgba(46, 156, 202, 0.24);
  background: rgba(46, 156, 202, 0.12);
  color: #d7f1ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 8px 11px;
  text-transform: uppercase;
}

.cl-help-start-card .cl-help-card-tag {
  align-self: center;
  border-color: rgba(34, 197, 94, 0.28);
  background: rgba(34, 197, 94, 0.13);
  color: #d9ffe8;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  padding: 10px 15px;
  box-shadow:
    0 0 0 1px rgba(34, 197, 94, 0.10),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

.cl-help-start-card h3 {
  margin: 0;
  text-align: center;
  color: var(--cl-text-strong);
  font-size: clamp(1.32rem, 2.4vw, 1.75rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.cl-help-start-card p {
  margin: 0;
  color: var(--cl-text-soft);
  font-size: 0.99rem;
}

.cl-help-start-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding-left: 1.1rem;
}

.cl-help-start-card li {
  color: var(--cl-text-soft);
}

.cl-help-start-card .cl-btn {
  align-self: center;
  margin-top: auto;
}

.cl-help-checklist {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: clamp(20px, 4vw, 34px);
  align-items: start;
  padding: clamp(22px, 3vw, 30px);
  background:
    radial-gradient(circle at 10% 0%, rgba(46, 156, 202, 0.13), rgba(46, 156, 202, 0) 46%),
    var(--cl-surface-elevated);
}

.cl-help-checklist-copy {
  max-width: 620px;
}

.cl-help-checklist h2 {
  margin: 0 0 12px;
  color: var(--cl-text-strong);
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.cl-help-checklist p {
  margin: 0;
  max-width: 76ch;
}

.cl-help-question-list {
  display: grid;
  gap: 10px;
}

.cl-help-question-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border-radius: var(--cl-radius-md);
  border: 1px solid rgba(170, 171, 184, 0.14);
  background:
    radial-gradient(circle at 12% 0%, rgba(46, 156, 202, 0.08), transparent 42%),
    rgba(170, 171, 184, 0.07);
  box-shadow: var(--cl-halo-soft);
  padding: 14px 15px;
}

.cl-help-question-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  background: rgba(34, 197, 94, 0.13);
  color: #d9ffe8;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  box-shadow:
    0 0 0 1px rgba(34, 197, 94, 0.10),
    0 10px 22px rgba(0, 0, 0, 0.20);
}

.cl-help-question-item h3 {
  margin: 1px 0 5px;
  color: var(--cl-text-strong);
  font-size: 1rem;
  line-height: 1.28;
  letter-spacing: -0.012em;
}

.cl-help-question-item p {
  margin: 0;
  color: var(--cl-text-soft);
  font-size: 0.94rem;
  line-height: 1.45;
}

/* ==========================================================
   FAQ groups
   ========================================================== */

.cl-help-faq-section {
  padding-top: 58px;
}

.cl-help-faq-group {
  padding-top: 28px;
  scroll-margin-top: 110px;
}

.cl-help-faq-group + .cl-help-faq-group {
  margin-top: 24px;
}

.cl-help-group-header {
  margin-bottom: 14px;
}

.cl-help-group-header h3 {
  margin: 10px 0 8px;
  color: var(--cl-text-strong);
  font-size: clamp(1.42rem, 2.5vw, 2.05rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.cl-help-group-header p {
  max-width: 76ch;
  margin: 0;
}

.cl-help-accordion {
  display: grid;
  gap: 12px;
}

.cl-help-faq-item {
  padding: 0;
  overflow: hidden;
}

.cl-help-faq-item[hidden],
.cl-help-faq-group[hidden] {
  display: none !important;
}

.cl-help-faq-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 68px;
  padding: 20px 22px;
  color: var(--cl-text-strong);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

.cl-help-faq-question::-webkit-details-marker {
  display: none;
}

.cl-help-faq-question:hover {
  background: rgba(170, 171, 184, 0.06);
}

.cl-help-faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(46, 156, 202, 0.26);
  background: rgba(46, 156, 202, 0.12);
  flex: 0 0 auto;
}

.cl-help-faq-icon::before,
.cl-help-faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #d7f1ff;
  transform: translate(-50%, -50%);
  transition: transform 160ms ease, opacity 160ms ease;
}

.cl-help-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.cl-help-faq-item[open] .cl-help-faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.cl-help-faq-answer {
  border-top: 1px solid rgba(170, 171, 184, 0.12);
  padding: 20px 22px 22px;
}

.cl-help-answer-block + .cl-help-answer-block,
.cl-help-answer-block + .cl-help-media-slot,
.cl-help-media-slot + .cl-help-callout,
.cl-help-callout + .cl-help-cta-row {
  margin-top: 18px;
}

.cl-help-answer-label,
.cl-help-media-kicker {
  margin-bottom: 7px;
  color: var(--cl-accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cl-help-answer-block p,
.cl-help-answer-block ol {
  margin: 0;
}

.cl-help-answer-block ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 1.25rem;
}

.cl-help-answer-block li {
  color: var(--cl-text-soft);
}

.cl-help-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cl-help-detail-card {
  min-width: 0;
  border-radius: var(--cl-radius-md);
  border: 1px solid rgba(46, 156, 202, 0.20);
  background:
    radial-gradient(circle at 14% 0%, rgba(46, 156, 202, 0.10), rgba(46, 156, 202, 0) 44%),
    rgba(170, 171, 184, 0.07);
  box-shadow: var(--cl-halo-soft);
  padding: 15px 16px;
}

.cl-help-detail-card h4 {
  margin: 0 0 8px;
  color: var(--cl-text-strong);
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.012em;
}

.cl-help-detail-card p {
  margin: 0;
  color: var(--cl-text-soft);
  font-size: 0.96rem;
  line-height: 1.52;
}

.cl-help-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cl-help-path-card {
  border-radius: var(--cl-radius-md);
  border: 1px solid rgba(46, 156, 202, 0.24);
  background:
    radial-gradient(circle at 14% 0%, rgba(46, 156, 202, 0.11), rgba(46, 156, 202, 0) 44%),
    rgba(7, 14, 32, 0.22);
  box-shadow: var(--cl-halo-soft);
  padding: 16px;
}

.cl-help-path-card h4 {
  margin: 0 0 12px;
  color: var(--cl-text-strong);
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.012em;
}

.cl-help-path-card ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding-left: 1.25rem;
}

.cl-help-path-card li {
  color: var(--cl-text-soft);
  line-height: 1.55;
}

.cl-help-path-card code {
  display: inline-flex;
  align-items: center;
  min-height: 1.7em;
  border-radius: 8px;
  border: 1px solid rgba(46, 156, 202, 0.30);
  background: rgba(0, 0, 0, 0.28);
  color: #d7f1ff;
  padding: 0.05em 0.42em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.94em;
  font-weight: 850;
  line-height: 1.35;
  white-space: nowrap;
}

.cl-help-video-jump {
  color: #d7f1ff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(125, 211, 252, 0.55);
  text-underline-offset: 3px;
}

.cl-help-video-jump:hover,
.cl-help-video-jump:focus {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.78);
}

.cl-help-inline-button-image {
  display: inline-block;
  width: auto;
  max-width: min(220px, 100%);
  max-height: 34px;
  margin: 0 0.18em;
  vertical-align: middle;
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.10),
    0 8px 18px rgba(0, 0, 0, 0.24);
}

.cl-help-path-note {
  margin: 14px 0 0;
  color: #d7f1ff;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.45;
}

.cl-help-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cl-help-media-grid.cl-help-media-grid-single {
  grid-template-columns: minmax(0, min(880px, 100%));
  justify-content: center;
}

.cl-help-media-grid.cl-help-media-grid-single .cl-help-media-card {
  width: 100%;
}

.cl-help-media-card {
  min-width: 0;
}

.cl-help-media-card h4 {
  margin: 0 0 10px;
  color: var(--cl-text-strong);
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -0.012em;
}

.cl-help-media-card p {
  margin-top: 10px;
}

.cl-help-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--cl-radius-md);
  border: 1px solid rgba(46, 156, 202, 0.28);
  background: rgba(0, 0, 0, 0.24);
  box-shadow: var(--cl-halo-soft);
  scroll-margin-top: 110px;
}

.cl-help-video-wrap.is-video-cued {
  border-color: rgba(125, 211, 252, 0.60);
  box-shadow:
    var(--cl-halo-soft),
    0 0 0 3px rgba(125, 211, 252, 0.16);
}

.cl-help-video-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.cl-help-image-figure {
  margin: 0;
}

.cl-help-image-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--cl-radius-md);
  box-shadow:
    0 0 0 1px rgba(10, 22, 38, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.18);
}

.cl-help-media-slot.cl-help-media-slot-diagram {
  border-style: solid;
  border-color: rgba(46, 156, 202, 0.22);
  background:
    radial-gradient(circle at 18% 0%, rgba(46, 156, 202, 0.10), rgba(46, 156, 202, 0) 42%),
    rgba(255, 255, 255, 0.08);
  padding: clamp(14px, 2.4vw, 20px);
}

.cl-help-media-slot.cl-help-media-slot-diagram .cl-help-media-kicker {
  color: #d7f1ff;
}

.cl-help-media-slot.cl-help-media-slot-diagram .cl-help-media-card p {
  color: var(--cl-text-soft);
  font-size: 0.96rem;
  line-height: 1.52;
}

.cl-help-media-slot {
  position: relative;
  overflow: hidden;
  min-height: 128px;
  border-radius: var(--cl-radius-md);
  border: 1px dashed rgba(46, 156, 202, 0.34);
  background:
    radial-gradient(circle at 18% 0%, rgba(46, 156, 202, 0.14), rgba(46, 156, 202, 0) 42%),
    rgba(7, 14, 32, 0.25);
  box-shadow: var(--cl-halo-soft);
  padding: 18px;
}

.cl-help-media-slot p {
  max-width: 72ch;
  margin: 0;
  color: var(--cl-text-soft);
}

.cl-help-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  border-radius: var(--cl-radius-md);
  border: 1px solid rgba(46, 156, 202, 0.22);
  background: rgba(46, 156, 202, 0.10);
  color: #d7f1ff;
  padding: 14px 16px;
  box-shadow: var(--cl-halo-soft);
}

.cl-help-callout strong {
  color: #ffffff;
}

.cl-help-callout span {
  color: #d7f1ff;
  line-height: 1.55;
}

.cl-help-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cl-help-empty {
  border-radius: var(--cl-radius-lg);
  border: 1px solid rgba(46, 156, 202, 0.24);
  background: rgba(46, 156, 202, 0.10);
  color: #d7f1ff;
  box-shadow: var(--cl-halo-accent);
  margin: 20px 0 8px;
  padding: 18px 20px;
  font-weight: 800;
}

/* ==========================================================
   Support footer
   ========================================================== */

.cl-help-support-footer p {
  max-width: 74ch;
}

/* ==========================================================
   Search/filter state
   ========================================================== */

.cl-help-page.is-searching .cl-help-faq-item:not([hidden]) {
  border-color: rgba(46, 156, 202, 0.26);
}

.cl-help-page.is-filtered .cl-help-pill.is-active {
  border-color: rgba(46, 156, 202, 0.46);
}

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

@media (max-width: 991.98px) {
  .cl-help-hero-inner,
  .cl-help-checklist {
    grid-template-columns: 1fr;
  }

  .cl-help-search-card {
    max-width: 820px;
  }
}

@media (max-width: 760px) {
  .cl-help-hero {
    padding-top: 42px;
  }

  .cl-help-hero-copy h1 {
    font-size: clamp(2.8rem, 14vw, 4.15rem);
  }

  .cl-help-start-grid,
  .cl-help-path-grid,
  .cl-help-detail-grid,
  .cl-help-media-grid {
    grid-template-columns: 1fr;
  }

  .cl-help-topic-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .cl-help-pill {
    white-space: nowrap;
  }

  .cl-help-faq-question {
    min-height: 62px;
    padding: 18px;
  }

  .cl-help-faq-answer {
    padding: 18px;
  }

  .cl-help-callout {
    grid-template-columns: 1fr;
  }

  .cl-help-start-card .cl-btn,
  .cl-help-cta-row .cl-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cl-help-search-card,
  .cl-help-start-card,
  .cl-help-checklist,
  .cl-help-faq-question,
  .cl-help-faq-answer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cl-help-checklist li {
    padding-right: 10px;
  }
}


/* ==========================================================
   Public Help Center support request bubble
   ========================================================== */

.cl-help-support-widget {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 2400 !important;
  font-family: inherit !important;
}

.cl-help-support-widget-button {
  all: unset !important;
  box-sizing: border-box !important;
  position: relative !important;
  width: 80px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.32)) !important;
  transform: translateY(0) !important;
  transition: transform 160ms ease, filter 160ms ease !important;
  -webkit-tap-highlight-color: transparent !important;
}

.cl-help-support-widget-button:hover,
.cl-help-support-widget-button:focus-visible {
  transform: translateY(-2px) !important;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.36)) !important;
}

.cl-help-support-widget-button:focus-visible {
  outline: 3px solid rgba(125, 211, 252, 0.55) !important;
  outline-offset: 4px !important;
  border-radius: 24px !important;
}

.cl-help-support-widget-icon {
  display: block !important;
  width: 80px !important;
  height: 64px !important;
  flex: 0 0 auto !important;
  pointer-events: none !important;
}

.cl-help-support-widget-tooltip {
  box-sizing: border-box !important;
  position: absolute !important;
  right: 2px !important;
  bottom: calc(100% + 12px) !important;
  width: max-content !important;
  max-width: min(286px, calc(100vw - 44px)) !important;
  border: 1px solid rgba(170, 171, 184, 0.16) !important;
  border-radius: 14px !important;
  background: rgba(37, 39, 77, 0.96) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.30) !important;
  padding: 9px 12px !important;
  font-size: 0.84rem !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(5px) !important;
  transition: opacity 160ms ease, transform 160ms ease !important;
  white-space: normal !important;
}

.cl-help-support-widget-tooltip::after {
  content: "" !important;
  position: absolute !important;
  right: 24px !important;
  bottom: -7px !important;
  width: 14px !important;
  height: 14px !important;
  background: rgba(37, 39, 77, 0.96) !important;
  transform: rotate(45deg) !important;
}

.cl-help-support-widget-button:hover .cl-help-support-widget-tooltip,
.cl-help-support-widget-button:focus-visible .cl-help-support-widget-tooltip {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.cl-help-support-widget-panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  width: min(392px, calc(100vw - 28px));
  border-radius: 22px;
  border: 1px solid rgba(170, 171, 184, 0.16);
  background:
    radial-gradient(circle at 18% 0%, rgba(46, 156, 202, 0.18), rgba(46, 156, 202, 0) 42%),
    var(--cl-surface-panel);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #ffffff;
  overflow: hidden;
}

.cl-help-support-widget-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 20px 12px;
  border-bottom: 1px solid rgba(170, 171, 184, 0.12);
}

.cl-help-support-widget-eyebrow {
  color: #7dd3fc;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.cl-help-support-widget-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
}

.cl-help-support-widget-close {
  appearance: none;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(170, 171, 184, 0.18);
  background: rgba(170, 171, 184, 0.08);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.cl-help-support-widget-copy,
.cl-help-support-widget-form {
  padding-left: 20px;
  padding-right: 20px;
}

.cl-help-support-widget-copy {
  margin: 14px 0 0;
  color: var(--cl-text-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.cl-help-support-widget-form {
  display: grid;
  gap: 10px;
  padding-top: 16px;
  padding-bottom: 20px;
}

.cl-help-support-widget-label {
  color: var(--cl-text-soft);
  font-size: 0.86rem;
  font-weight: 900;
}

.cl-help-support-widget-label span {
  color: var(--cl-text-muted);
  font-weight: 700;
}

.cl-help-support-widget-input,
.cl-help-support-widget-textarea {
  width: 100%;
  border-radius: 14px !important;
  border: 1px solid rgba(41, 100, 138, 0.24) !important;
  background: #ffffff !important;
  color: #111111 !important;
  padding: 11px 13px !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
}

.cl-help-support-widget-textarea {
  min-height: 118px;
  resize: vertical;
}

.cl-help-support-widget-counter {
  color: var(--cl-text-muted);
  font-size: 0.8rem;
}

.cl-help-support-widget-turnstile {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}

.cl-help-support-widget-error,
.cl-help-support-widget-success {
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.88rem;
  line-height: 1.4;
}

.cl-help-support-widget-error {
  border: 1px solid rgba(239, 68, 68, 0.24);
  background: rgba(127, 29, 29, 0.30);
  color: #fecaca;
}

.cl-help-support-widget-success {
  border: 1px solid rgba(34, 197, 94, 0.28);
  background: rgba(20, 83, 45, 0.28);
  color: #dcfce7;
}

.cl-help-support-widget-submit {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 44px !important;
  border: 1px solid rgba(46, 156, 202, 0.38) !important;
  border-radius: var(--cl-radius-pill) !important;
  background: linear-gradient(135deg, var(--cl-accent), var(--cl-accent-deep)) !important;
  color: #ffffff !important;
  padding: 11px 16px !important;
  font-size: 0.95rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  box-shadow: 0 14px 26px rgba(16, 71, 102, 0.24) !important;
  cursor: pointer !important;
}

.cl-help-support-widget-submit:hover,
.cl-help-support-widget-submit:focus-visible {
  border-color: rgba(46, 156, 202, 0.58) !important;
  background: linear-gradient(135deg, #36abd8, var(--cl-accent-deep)) !important;
  color: #ffffff !important;
  outline: none !important;
  transform: translateY(-1px);
}

.cl-help-support-widget-submit:focus-visible {
  box-shadow: 0 0 0 3px rgba(46, 156, 202, 0.24), 0 14px 26px rgba(16, 71, 102, 0.24) !important;
}

.cl-help-support-widget-submit[disabled] {
  opacity: 0.56 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

@media (max-width: 576px) {
  .cl-help-support-widget {
    right: 14px;
    bottom: 14px;
  }

  .cl-help-support-widget-button,
  .cl-help-support-widget-icon {
    width: 72px !important;
    height: 58px !important;
  }

  .cl-help-support-widget-tooltip {
    display: none !important;
  }

  .cl-help-support-widget-panel {
    right: 0;
    bottom: 70px;
  }
}
