.elementor-538 .elementor-element.elementor-element-4f409471:not(.elementor-motion-effects-element-type-background), .elementor-538 .elementor-element.elementor-element-4f409471 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-417cedda );}.elementor-538 .elementor-element.elementor-element-4f409471, .elementor-538 .elementor-element.elementor-element-4f409471 > .elementor-background-overlay{border-radius:10px 10px 10px 10px;}.elementor-538 .elementor-element.elementor-element-4f409471{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;color:var( --e-global-color-astglobalcolor5 );}.elementor-538 .elementor-element.elementor-element-4f409471 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-538 .elementor-element.elementor-element-4f409471 .elementor-heading-title{color:var( --e-global-color-d054203 );}body.elementor-page-538:not(.elementor-motion-effects-element-type-background), body.elementor-page-538 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#051D31;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-554aaa7 */H1 {
    color: #FFF;
}
/* ===== WEDOS ONLINE - API Docs (same style as Payments) ===== */

.wedos-docs {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a1a1a;
}

.wedos-docs h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.wedos-docs .wp-block-heading {
  margin-top: 0;
}

/* Use the same cards/highlights/dividers from payments */
.wedos-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  margin-bottom: 25px;
  border: 1px solid #f0f0f0;
}

.wedos-highlight {
  background: #f4f8ff;
  border: 1px solid #dbe9ff;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 16px 0;
}

.wedos-divider {
  height: 1px;
  background: #eaeaea;
  margin: 28px 0;
}

.wedos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.wedos-docs a {
  color: #0073e6;
  text-decoration: none;
}
.wedos-docs a:hover { text-decoration: underline; }

/* Better code blocks look */
.wedos-docs pre,
.wedos-docs .wp-block-syntaxhighlighter-code {
  border-radius: 10px;
  padding: 16px !important;
  overflow: auto;
  border: 1px solid #ececec;
  background: #fbfbfb;
  font-size: 14px;
  line-height: 1.5;
}

/* Small label chips */
.wedos-chip {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef6ff;
  border: 1px solid #dbe9ff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 8px;
}/* End custom CSS */