/**
 * API Docs frontend styles (source).
 */
.ezd-api-docs {
  width: 100%;
}
.ezd-api-docs .nav-sidebar .dropdown_nav .ezd-api-method {
  min-width: 40px;
  height: 18px;
  padding: 0 4px;
  margin-right: 8px;
  font-size: 10px;
}
.ezd-api-docs.ezd-api-docs--embed {
  border: 1px solid var(--border_on_white);
  border-radius: 8px;
  padding: 16px;
}

.doc-middle-content .ezd-api-docs__description,
.doc-middle-content .ezd-api-docs__auth-details,
.doc-middle-content .ezd-api-endpoint__description {
  color: var(--p_color);
}
.doc-middle-content .ezd-api-docs__description {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
}
.doc-middle-content .ezd-api-docs__description strong {
  color: var(--black_800);
  font-weight: 700;
}
.doc-middle-content .ezd-api-docs__description p {
  margin: 0 0 12px;
}
.doc-middle-content .ezd-api-docs__description p:last-child {
  margin-bottom: 0;
}
.doc-middle-content .ezd-api-docs__collection-title,
.doc-middle-content .ezd-api-endpoint__title,
.doc-middle-content .ezd-api-endpoint__section h4 {
  color: var(--black_800);
}
.doc-middle-content .ezd-meta,
.doc-middle-content .ezd-api-docs__base-url {
  color: var(--black_500);
}
.doc-middle-content {
  /* Match Docs summary / alert shell. */
}
.doc-middle-content .doc-excerpt.ezd-alert {
  position: relative;
  padding: 15px 20px;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.doc-middle-content .ezd-alert.ezd-alert-info {
  background: var(--black_25);
  border-color: var(--border_on_white);
  color: var(--black_800);
  margin-bottom: 24px;
}
.doc-middle-content code:not(.ezd-api-impl-code code) {
  background: var(--black_25);
  color: var(--black_800);
  border: 1px solid var(--border_on_white);
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 0.9em;
}
.doc-middle-content .ezd-api-endpoint__path {
  color: var(--black_800);
}

.ezd-api-docs__base-url {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ezd-api-docs__auth-details {
  margin: 0 0 16px;
}

.ezd-api-docs__collection {
  margin: 32px 0 0;
}

.ezd-api-docs__collection-title {
  margin: 0 0 15px;
  font-size: 1.35rem;
}

.ezd-api-method {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 0 8px;
  height: 24px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
  line-height: 1;
}
.ezd-api-method--get {
  background: var(--green_color);
}
.ezd-api-method--post {
  background: var(--ezd_brand_color);
}
.ezd-api-method--put, .ezd-api-method--patch {
  background: #d97706;
}
.ezd-api-method--delete {
  background: #dc2626;
}

.ezd-api-endpoint {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border_on_white);
  color: var(--p_color);
}
.ezd-api-endpoint__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.ezd-api-endpoint__path {
  display: inline-block;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--black_25);
  border: 1px solid var(--border_on_white);
  color: var(--black_800);
  font-size: 0.95rem;
  word-break: break-all;
}
.ezd-api-endpoint__title {
  margin: 0 0 15px;
}
.ezd-api-endpoint__section {
  margin-top: 16px;
}
.ezd-api-endpoint__section h4 {
  margin: 0 0 10px;
}
.ezd-api-endpoint__section p,
.ezd-api-endpoint__section small {
  color: var(--p_color);
}

.ezd-api-docs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.925rem;
  color: var(--p_color);
  background: transparent;
}
.ezd-api-docs-table th,
.ezd-api-docs-table td {
  border: 1px solid var(--border_on_white);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.ezd-api-docs-table th {
  background: var(--black_25);
  color: var(--black_800);
  font-weight: 600;
}
.ezd-api-docs-table td {
  background: var(--body_bg);
  color: var(--p_color);
}
.ezd-api-docs-table tbody tr:nth-child(even) td {
  background: var(--black_25);
}
.ezd-api-docs-table code {
  background: var(--black_50);
  color: var(--black_800);
  border: 1px solid var(--border_on_white);
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 0.9em;
  white-space: nowrap;
}
.ezd-api-docs-table small {
  color: var(--black_500);
}

.ezd-api-response__status {
  display: inline-block;
  min-width: 42px;
  margin-right: 8px;
  padding: 2px 6px;
  border-radius: 4px;
  background: color-mix(in srgb, var(--green_color) 18%, transparent);
  color: var(--green_color);
  font-weight: 700;
}

.ezd-api-docs-copy {
  border: 1px solid var(--border_on_white, #e2e8f0);
  background: var(--black_25, #f8fafc);
  color: var(--black_800, #334155);
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 12px;
  cursor: pointer;
  line-height: 1.3;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.ezd-api-docs-copy:hover {
  background: var(--ezd_brand_color, #4c4cf1);
  color: #ffffff !important;
  border-color: var(--ezd_brand_color, #4c4cf1);
}

body.body_dark .ezd-api-docs-copy,
body.dark_version .ezd-api-docs-copy {
  border-color: #384c59;
  background: #2c303a;
  color: #eaeaea;
}
body.body_dark .ezd-api-docs-copy:hover,
body.dark_version .ezd-api-docs-copy:hover {
  background: var(--ezd_brand_color, #4c4cf1);
  color: #ffffff !important;
  border-color: var(--ezd_brand_color, #4c4cf1);
}

.ezd-api-docs__right .pageSideSection {
  padding-right: 0;
}

.ezd-api-docs__impl-widgets {
  width: 100%;
}

.ezd-api-endpoint__impl {
  display: none;
  background: var(--secondary_color);
  color: #eaeaea;
  border-radius: 12px;
  padding: 14px;
  margin: 0 0 12px;
  box-shadow: var(--bs_md);
}
.ezd-api-endpoint__impl.is-active:not([hidden]) {
  display: block;
}
.ezd-api-endpoint__impl .ezd-api-docs-copy {
  border-color: #384c59;
  background: #2c303a;
  color: #eaeaea;
}
.ezd-api-endpoint__impl .ezd-api-docs-copy:hover {
  background: var(--ezd_brand_color, #4c4cf1);
  color: #ffffff !important;
  border-color: var(--ezd_brand_color, #4c4cf1);
}

.ezd-api-impl-endpoint {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
}
.ezd-api-impl-endpoint__path {
  flex: 1;
  min-width: 0;
  display: block;
  padding: 6px 10px;
  border-radius: 6px;
  background: #131417;
  border: 1px solid #2c303a;
  color: #eaeaea;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ezd-api-impl-endpoint__copy {
  flex-shrink: 0;
}

.ezd-api-examples__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.ezd-api-examples__tab {
  border: 1px solid #384c59;
  background: #131417;
  color: #c7c9d3;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
}
.ezd-api-examples__tab:hover {
  border-color: #5a5f73;
  color: #fff;
}
.ezd-api-examples__tab.is-active {
  background: #2c303a;
  border-color: var(--ezd_brand_color);
  color: #fff;
}
.ezd-api-examples__panel {
  display: none;
}
.ezd-api-examples__panel.is-active:not([hidden]) {
  display: block;
}

.ezd-api-impl-block {
  margin-top: 14px;
}
.ezd-api-impl-block__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.ezd-api-impl-block__label {
  font-size: 12px;
  font-weight: 600;
  color: #8f94a6;
  letter-spacing: 0.02em;
}

.ezd-api-impl-code {
  margin: 0;
  padding: 12px;
  overflow: auto;
  background: #131417;
  border: 1px solid #2c303a;
  border-radius: 8px;
  max-height: 240px;
  scrollbar-width: thin;
  scrollbar-color: #5a5f73 transparent;
}
.ezd-api-impl-code::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ezd-api-impl-code::-webkit-scrollbar-thumb {
  background: #5a5f73;
  border-radius: 8px;
}
.ezd-api-impl-code::-webkit-scrollbar-track {
  background: transparent;
}
.ezd-api-impl-code code {
  display: block;
  color: #eaeaea;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.55;
  white-space: pre;
  word-break: normal;
  font-family: "JetBrains Mono", "Fira Code", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.ezd-api-impl-code code .ezd-token-cmd {
  color: #c084fc;
  font-weight: 600;
}
.ezd-api-impl-code code .ezd-token-flag {
  color: #fbbf24;
}
.ezd-api-impl-code code .ezd-token-key {
  color: #7dd3fc;
}
.ezd-api-impl-code code .ezd-token-string {
  color: #4ade80;
}
.ezd-api-impl-code code .ezd-token-url {
  color: #38bdf8;
  text-decoration: underline;
  text-decoration-color: rgba(56, 189, 248, 0.4);
}
.ezd-api-impl-code code .ezd-token-number {
  color: #fb923c;
}
.ezd-api-impl-code code .ezd-token-boolean,
.ezd-api-impl-code code .ezd-token-null {
  color: #f472b6;
  font-weight: 500;
}
.ezd-api-impl-code code .ezd-token-keyword {
  color: #c084fc;
  font-weight: 600;
}
.ezd-api-impl-code code .ezd-token-builtin {
  color: #60a5fa;
}
.ezd-api-impl-code code .ezd-token-method {
  color: #34d399;
  font-weight: 600;
}
.ezd-api-impl-code code .ezd-token-var {
  color: #93c5fd;
}
.ezd-api-impl-code code .ezd-token-tag {
  color: #f472b6;
  font-weight: 600;
}
.ezd-api-impl-code code .ezd-token-operator {
  color: #f43f5e;
}
.ezd-api-impl-code code .ezd-token-comment {
  color: #64748b;
  font-style: italic;
}
.ezd-api-impl-code code .ezd-token-punc {
  color: #94a3b8;
}

.ezd-api-endpoint__impl-empty {
  margin: 0;
  padding: 8px 2px;
  color: #8f94a6;
  font-size: 0.9rem;
}

/* Match Docs Articles list: flush with heading, shared row rhythm. */
.eazydocs-api-docs .doc-btm {
  margin-bottom: 60px;
}
.eazydocs-api-docs #content_elements {
  margin-top: 50px;
}
.eazydocs-api-docs #content_elements .c_head {
  font-weight: 500;
  margin-bottom: 12px;
}
.eazydocs-api-docs .details_cont.recently_added .article_list {
  margin: 0;
  padding-left: 0 !important;
}
.eazydocs-api-docs .details_cont.recently_added .article_list li > a {
  gap: 10px;
  padding: 6px 0;
  border-radius: 0;
  background: transparent !important;
}
.eazydocs-api-docs .details_cont.recently_added .article_list li > a:hover, .eazydocs-api-docs .details_cont.recently_added .article_list li > a:focus-visible {
  background: transparent !important;
  color: var(--ezd_brand_color);
}
.eazydocs-api-docs .details_cont.recently_added .article_list li.current_page_item > a {
  background: transparent !important;
}
.eazydocs-api-docs .details_cont.recently_added .article_list .ezd-api-method {
  margin-right: 0;
}
.eazydocs-api-docs .ezd-api-docs__collections.d-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-top: 25px;
  margin: 0;
}
@media (max-width: 768px) {
  .eazydocs-api-docs .ezd-api-docs__collections.d-items {
    grid-template-columns: 1fr;
  }
}
.eazydocs-api-docs .ezd-api-docs__collections.d-items .documentation_item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none !important;
  color: inherit;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.eazydocs-api-docs .ezd-api-docs__collections.d-items .documentation_item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-color: var(--black_50);
  text-decoration: none !important;
}
.eazydocs-api-docs .ezd-api-docs__collections.d-items .documentation_item:hover .title {
  color: var(--ezd_brand_color);
}
.eazydocs-api-docs .ezd-api-docs__collections.d-items .documentation_item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 10px;
  margin: 0;
  border: 1px solid var(--black_50);
  border-radius: 8px;
  box-sizing: content-box;
  line-height: 1.4;
  background: #fff;
}
.eazydocs-api-docs .ezd-api-docs__collections.d-items .documentation_item .icon img {
  max-width: 32px !important;
  height: auto !important;
}
.eazydocs-api-docs .ezd-api-docs__collections.d-items .documentation_item .media-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.eazydocs-api-docs .ezd-api-docs__collections.d-items .documentation_item .media-body .doc-sec-header {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.eazydocs-api-docs .ezd-api-docs__collections.d-items .documentation_item .media-body .title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--black_900);
  transition: color 0.2s linear;
}
.eazydocs-api-docs .ezd-api-docs__collections.d-items .documentation_item .media-body p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.6;
  color: var(--black_500);
}
.eazydocs-api-docs .ezd-api-docs__impl-heading {
  margin-bottom: 0;
}
.eazydocs-api-docs .ezd-api-docs__impl-heading .toc-heading {
  margin-bottom: 15px;
}

.ezd-api-docs__collections .documentation_item .ezd-api-method {
  margin-right: 6px;
}

/* -------------------------------------------------------------------------
 * API Docs archive
 * ---------------------------------------------------------------------- */
.ezd-api-docs-archive {
  padding: 100px 0;
  background: transparent;
  min-height: 60vh;
}

.ezd-api-docs-archive__header {
  margin: 0 0 40px;
  max-width: 720px;
}

.ezd-api-docs-archive__title {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--black_900, #0c0d0e);
}

.ezd-api-docs-archive__description {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--p_color);
}

.ezd-api-docs-archive__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ezd-api-docs-archive__grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ezd-api-docs-archive__grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ezd-api-docs-archive__grid--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .ezd-api-docs-archive__grid--cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .ezd-api-docs-archive__grid, .ezd-api-docs-archive__grid--cols-2, .ezd-api-docs-archive__grid--cols-3, .ezd-api-docs-archive__grid--cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .ezd-api-docs-archive__grid, .ezd-api-docs-archive__grid--cols-2, .ezd-api-docs-archive__grid--cols-3, .ezd-api-docs-archive__grid--cols-4 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.ezd-api-docs-archive__card.categories_guide_item {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 50px 120px 0 rgba(4, 73, 89, 0.08);
  padding: 40px 35px 50px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.ezd-api-docs-archive__card.categories_guide_item:hover {
  box-shadow: 0 40px 90px 0 rgba(4, 73, 89, 0.12);
  transform: translateY(-2px);
}
.ezd-api-docs-archive__card.categories_guide_item .doc-top {
  margin-bottom: 24px;
}
.ezd-api-docs-archive__card.categories_guide_item a.doc_tag_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.ezd-api-docs-archive__card.categories_guide_item a.doc_tag_title .title {
  flex: 1 0 100%;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--black_900, #0c0d0e);
}
.ezd-api-docs-archive__card.categories_guide_item a.doc_tag_title .ezd-badge {
  margin: 0;
}
.ezd-api-docs-archive__card.categories_guide_item .ezd-doc-btn-wrap {
  margin-top: auto;
}

.ezd-api-docs-archive__version {
  background: #eef2ff;
  color: #4338ca;
}

.ezd-api-docs-archive__list.article_list {
  margin: 0 0 32px;
  padding: 0;
  flex: 1 1 auto;
}
.ezd-api-docs-archive__list.article_list li > a {
  gap: 12px;
}
.ezd-api-docs-archive__list.article_list li > a::before {
  content: none !important;
  display: none !important;
}

.ezd-api-docs-archive__ep-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  letter-spacing: -0.01em;
}

.ezd-api-docs-archive__list .ezd-api-method {
  min-width: 48px;
  height: 22px;
  font-size: 10px;
}

.ezd-api-docs-archive__empty {
  padding: 56px 24px;
  border: 1px dashed #d1d5db;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  color: #6b7280;
  box-shadow: 0 50px 120px 0 rgba(4, 73, 89, 0.08);
}