@import url('../design-system.css');

/* -----------------------------------------------
   DOCS INDEX — HUB CARD ROW
----------------------------------------------- */

.docs-category-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  font-size: 12px;
  opacity: 0.9;
}

.hub-card-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

/* -----------------------------------------------
   DOCS INDEX — EMPTY STATE
----------------------------------------------- */

.docs-empty {
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  opacity: 0.8;
}

/* -----------------------------------------------
   DOCS INDEX — RECOMMENDED READING
----------------------------------------------- */

.recommended-reading-body {
  margin-top: 8px;
  display: grid;
  gap: 8px;
  opacity: 0.82;
  line-height: 1.7;
}

/* -----------------------------------------------
   DOCS PAGE — HEADER ROW
----------------------------------------------- */

.docs-page-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

/* -----------------------------------------------
   DOCS PAGE — STATUS NOTE
----------------------------------------------- */

.docs-status-note {
  margin-top: 14px;
  border: 1px solid #f0d9a8;
  border-radius: 18px;
  padding: 16px;
  background: #fff8e6;
}

.docs-status-note-body {
  margin-top: 8px;
  line-height: 1.7;
  opacity: 0.88;
}

/* -----------------------------------------------
   DOCS PAGE — SECTION BLOCKS
----------------------------------------------- */

.docs-section-block {
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 16px;
  background: #fff;
}

/* -----------------------------------------------
   DOCS PAGE — BULLET ITEMS
----------------------------------------------- */

.docs-bullet {
  position: relative;
}

.docs-bullet-marker {
  position: absolute;
  left: 0;
  top: 0;
}
