/* Scoped docs.cybersiara.com content — does not override header/footer. */

.docs-page .docs-content {
  overflow: hidden;
}
.docs-page .docs-content > .container,
.docs-page .docs-content .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.docs-page .docs-content .row {
  margin-left: 0;
  margin-right: 0;
}
.docs-page .docs-content .global_title,
.docs-page .docs-content h2.global_title {
  margin: 0 0 16px;
  font-family: 'Michroma-Regular', 'Inter-SemiBold', sans-serif;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.35;
  color: #0E0E0E;
}
.docs-page .docs-content h3,
.docs-page .docs-content h4,
.docs-page .docs-content h5,
.docs-page .docs-content .intrg_title {
  margin: 22px 0 12px;
  font-family: 'Inter-SemiBold', sans-serif;
  color: #111827;
}
.docs-page .docs-content h3 { font-size: 20px; }
.docs-page .docs-content h4,
.docs-page .docs-content h5,
.docs-page .docs-content .intrg_title { font-size: 16px; }
.docs-page .docs-content p,
.docs-page .docs-content li {
  font-family: 'Inter-Regular', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.8);
}
.docs-page .docs-content p { margin: 0 0 14px; }
.docs-page .docs-content a {
  color: #EA5802;
  font-family: 'Inter-SemiBold', sans-serif;
  word-break: break-word;
}
.docs-page .docs-content a:hover { color: #c2410c; }

.docs-page .docs-content .info_lists,
.docs-page .docs-content ul.info_lists,
.docs-page .docs-content ui.info_lists {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: block;
}
.docs-page .docs-content .info_lists > li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
}
.docs-page .docs-content .info_lists > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #EA5802;
}

.docs-page .docs-content figure,
.docs-page .docs-content .width_auto {
  margin: 16px 0 22px;
  max-width: 100%;
}
.docs-page .docs-content figure img,
.docs-page .docs-content .width_auto img,
.docs-page .docs-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  background: #fff;
}
.docs-page .docs-content iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 280px;
  border: 0;
  border-radius: 12px;
}

.docs-page .docs-content .tech_title {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.docs-page .docs-content .tech_title figure {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  margin: 0;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.docs-page .docs-content .tech_title figure img {
  max-height: 48px;
  width: auto;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.docs-page .docs-content .tech_title .tech_r {
  font-family: 'Inter-SemiBold', sans-serif;
  font-size: 16px;
  color: #111827;
}
.docs-page .docs-content .select_card,
.docs-page .docs-content a .select_card {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.docs-page .docs-content .select_card:hover,
.docs-page .docs-content a:hover .select_card {
  border-color: rgba(234, 88, 2, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  text-decoration: none;
}
.docs-page .docs-content > .col-xl-4,
.docs-page .docs-content .col-xl-4.select_card,
.docs-page .docs-content a > .col-xl-4 {
  float: none;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .docs-page .docs-content > .col-xl-4,
  .docs-page .docs-content .col-xl-4.select_card,
  .docs-page .docs-content a > .col-xl-4 {
    display: inline-flex;
    width: calc(50% - 8px);
    vertical-align: top;
    margin-right: 8px;
  }
}
@media (min-width: 1100px) {
  .docs-page .docs-content > .col-xl-4,
  .docs-page .docs-content .col-xl-4.select_card,
  .docs-page .docs-content a > .col-xl-4 {
    width: calc(33.33% - 10px);
  }
}

.docs-page .docs-content .integ_list .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.docs-page .docs-content .integ_list [class*="col-"] {
  width: 100%;
  max-width: 100%;
  padding: 0;
  float: none;
}
.docs-page .docs-content .integ_block {
  height: 100%;
  margin: 0;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.docs-page .docs-content .integ_block a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.docs-page .docs-content .integ_block figure {
  margin: 0;
  padding: 22px 16px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}
.docs-page .docs-content .integ_block figure img {
  max-height: 56px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.docs-page .docs-content .integ_block h6 {
  margin: 0;
  padding: 14px 16px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  font-family: 'Inter-SemiBold', sans-serif;
  font-size: 14px;
  color: #111827;
  text-align: center;
}
.docs-page .docs-content .integ_block:hover {
  border-color: rgba(234, 88, 2, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
@media (min-width: 992px) {
  .docs-page .docs-content .integ_list .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.docs-page .docs-content .trial_btn,
.docs-page .docs-content .btn_link,
.docs-page .docs-content .code_details .btn-block a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 18px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #EA5802;
  color: #fff !important;
  font-family: 'Inter-SemiBold', sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.docs-page .docs-content .trial_btn:hover,
.docs-page .docs-content .btn_link:hover {
  background: #d14e01;
  color: #fff !important;
  text-decoration: none;
}

.docs-page .docs-content pre,
.docs-page .docs-content code,
.docs-page .docs-content .codediv pre {
  font-family: Consolas, 'Roboto Mono', monospace;
}
.docs-page .docs-content pre {
  margin: 0;
  padding: 20px 18px;
  overflow-x: auto;
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.55;
}
.docs-page .docs-content devsite-code {
  display: block;
  position: relative;
  margin: 16px 0 22px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(17, 24, 39, 0.1);
}
.docs-page .docs-content .devsite-code-buttons-container {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
.docs-page .docs-content .devsite-code-buttons-container button {
  width: auto;
  min-width: 36px;
  height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: rgba(234, 88, 2, 0.16);
  color: #EA5802;
  font-family: 'Inter-SemiBold', sans-serif;
  font-size: 11px;
  cursor: pointer;
}
.docs-page .docs-content .devsite-icon-copy::before { content: 'Copy'; }
.docs-page .docs-content .devsite-toggle-light { display: none !important; }
.docs-page .docs-content .kwd { color: #93c5fd; }
.docs-page .docs-content .typ { color: #c4b5fd; }
.docs-page .docs-content .str { color: #86efac; }
.docs-page .docs-content .pln { color: #e2e8f0; }
.docs-page .docs-content .pun { color: #cbd5e1; }
.docs-page .docs-content .tag { color: #7dd3fc; }
.docs-page .docs-content .atn { color: #f0abfc; }
.docs-page .docs-content .atv { color: #86efac; }
.docs-page .docs-content .dec { color: #fda4af; }
.docs-page .docs-content aside.note,
.docs-page .docs-content .note {
  margin: 16px 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(234, 88, 2, 0.08);
  border-left: 4px solid #EA5802;
  color: #111827;
  font-family: 'Inter-Medium', sans-serif;
  font-size: 15px;
}

.docs-page .docs-content .docs_vid { margin: 18px 0 8px; }
.docs-page .docs-content .docs_home { margin: 0; }
.docs-page .docs-content .docs_faq { margin: 0; }
.docs-page .docs-content .card-header {
  margin: 0 0 12px;
  padding: 0;
  background: transparent;
  border: 0;
}
.docs-page .docs-content .card-title p {
  margin: 0 0 12px;
  font-family: 'Inter-SemiBold', sans-serif;
  font-size: 16px;
  color: #111827;
}
.docs-page .docs-content .uderline {
  border: 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  width: 100%;
  margin: 18px 0;
}
.docs-page .docs-content label h2 {
  font-size: 20px;
  color: #EA5802;
}

.docs-page .docs-nav {
  max-height: calc(100vh - 120px);
  overflow: auto;
}
@media (max-width: 991px) {
  .docs-page .docs-nav {
    max-height: none;
    overflow: visible;
  }
  .docs-page .docs-content iframe {
    min-height: auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .docs-page .docs-content .integ_list .row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .docs-page .docs-content .integ_list .row,
  .docs-page .docs-content > .col-xl-4,
  .docs-page .docs-content a > .col-xl-4 {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .docs-page .docs-content .integ_list .row {
    grid-template-columns: 1fr;
  }
}
