.elementor-1339 .elementor-element.elementor-element-bbd81a1{--display:flex;}body.elementor-page-1339:not(.elementor-motion-effects-element-type-background), body.elementor-page-1339 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121314;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-196551f *//* ==================== PLUGIN DOCS STYLES (DARK THEME) ==================== */

.plugin-docs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #e0e0e0;
}

/* Header */
.docs-header {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 2px solid #2a2b2e;
}

.docs-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}

.docs-intro {
  font-size: 1.1rem;
  color: #b0b0b0;
  max-width: 800px;
  margin: 0 auto;
}

/* Sections */
.plugin-docs-section {
  margin-bottom: 64px;
}

.plugin-docs-section > h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 3px solid #09a9ff;
  color: #ffffff;
}

.section-intro {
  font-size: 1.05rem;
  color: #c0c0c0;
  margin-bottom: 32px;
  padding: 16px 20px;
  background: #1a1b1e;
  border-left: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.param-note-inline {
  font-size: 0.95rem;
  color: #ffc107;
  background: #2d2416;
  padding: 12px 16px;
  border-left: 4px solid #ffc107;
  border-radius: 4px;
  margin-bottom: 24px;
}

/* Subsections */
.subsection-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 32px 0 20px 0;
  color: #f0f0f0;
}

/* Parameter Cards */
.param-card {
  background: #1a1b1e;
  border: 1px solid #2a2b2e;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  transition: all 0.2s ease;
}

.param-card:hover {
  background: #1f2023;
  border-color: #09a9ff;
  box-shadow: 0 4px 12px rgba(9, 169, 255, 0.15);
}

.param-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2a2b2e;
}

.param-header h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}

.badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.85rem;
  font-weight: 500;
  background: #09a9ff;
  color: #ffffff;
  border-radius: 12px;
}

.param-note {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.85rem;
  font-weight: 500;
  background: #ffc107;
  color: #121314;
  border-radius: 12px;
  margin-left: 8px;
}

/* Definition Lists */
.param-details {
  margin: 0;
}

.param-details dt {
  font-weight: 600;
  color: #a0a0a0;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 0.95rem;
}

.param-details dd {
  margin-left: 0;
  margin-bottom: 12px;
  color: #c0c0c0;
  line-height: 1.6;
}

.param-details dd:last-child {
  margin-bottom: 0;
}

.param-details ul {
  margin: 8px 0 0 0;
  padding-left: 20px;
}

.param-details li {
  margin-bottom: 4px;
  color: #c0c0c0;
}

.param-details a {
  color: #09a9ff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.param-details a:hover {
  color: #4dc3ff;
  border-bottom-color: #09a9ff;
}

/* Quick Reference Table */
.quick-reference {
  background: #1a1b1e;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #2a2b2e;
}

.quick-reference h2 {
  border-bottom-color: #d264fb;
}


.param-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  background: #1f2023;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.param-table thead {
  background: #09a9ff;
  color: #ffffff;
}

.param-table th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
}

.param-table td {
  padding: 16px;
  border-bottom: 1px solid #2a2b2e;
  color: #c0c0c0;
}

.param-table tbody tr:last-child td {
  border-bottom: none;
}

.param-table tbody tr:hover {
  background: #252629;
}

/* Responsive */
@media (max-width: 768px) {
  .plugin-docs {
    padding: 16px;
  }

  .docs-header h1 {
    font-size: 2rem;
  }

  .plugin-docs-section > h2 {
    font-size: 1.6rem;
  }

  .param-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .badge {
    margin-top: 8px;
  }

  .param-table {
    font-size: 0.9rem;
  }

  .param-table th,
  .param-table td {
    padding: 12px 8px;
  }
}

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}/* End custom CSS */