.elementor-1058 .elementor-element.elementor-element-71c45aa{--display:flex;}.elementor-1058 .elementor-element.elementor-element-ef26d1b{--spacer-size:100px;}/* Start custom CSS for html, class: .elementor-element-607aaf0 */.tc-install {
  text-align: center;
  margin: 40px 0;
}

.tc-install h2 {
  margin-bottom: 12px;
}

.tc-install p {
  color: #334155;
}

.tc-install-command {
  background: #050505;
  color: #00ff66;
  padding: 18px;
  border-radius: 10px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.6;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  white-space: pre;
  text-align: left;
  max-width: 1000px;
  margin: 20px auto;
  border: 1px solid rgba(255,255,255,.08);
}

.tc-copy-btn {
  background: #0073aa;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.tc-copy-btn:hover {
  background: #005f8f;
}

.tc-install-note {
  margin-top: 10px;
  color: #555;
}

.tc-accordion-wrap {
  max-width: 1000px;
  margin: 30px auto;
  text-align: left;
}

.tc-accordion {
  background: #f7f9fc;
  border: 1px solid #d9e3ef;
  border-radius: 14px;
  overflow: hidden;
}

.tc-accordion summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 700;
  font-size: 18px;
  color: #0f172a;
  background: #ffffff;
  list-style: none;
}

.tc-accordion summary::-webkit-details-marker {
  display: none;
}

.tc-accordion summary:hover {
  background: #f1f7ff;
}

.tc-accordion-content {
  padding: 28px;
  color: #334155;
  line-height: 1.8;
}

.tc-accordion-content h3,
.tc-accordion-content h4 {
  color: #0f172a;
  margin-top: 24px;
}

.tc-accordion-content code {
  background: #eef3f8;
  color: #0f172a;
  padding: 2px 6px;
  border-radius: 5px;
  font-size: .95em;
}

.tc-code {
  background: #050505;
  color: #00ff66;
  padding: 28px;
  border-radius: 14px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.7;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  white-space: pre;
  word-break: normal;
  max-height: 620px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 10px 30px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.06);
}

.tc-code::selection,
.tc-install-command::selection {
  background: #1f5f3a;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39e0c2f */.tc-uninstall {
  text-align: center;
  margin: 40px 0;
}

.tc-uninstall h2 {
  margin-bottom: 12px;
}

.tc-uninstall p {
  color: #334155;
}

.tc-uninstall-command {
  background: #050505;
  color: #00ff66;
  padding: 18px;
  border-radius: 10px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.6;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  white-space: pre;
  text-align: left;
  max-width: 1000px;
  margin: 20px auto;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 10px 30px rgba(0,0,0,.20);
}

.tc-uninstall-command::selection {
  background: #1f5f3a;
  color: #ffffff;
}

.tc-uninstall-btn {
  background: #0073aa;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: .2s ease;
}

.tc-uninstall-btn:hover {
  background: #005f8f;
  transform: translateY(-1px);
}

.tc-uninstall-note {
  margin-top: 12px;
  color: #64748b;
}/* End custom CSS */