/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2026 | 12:31:53 */
/* ---- Base table ---- */
.ja-blog-toc-scope table {
  width: 100% !important;
  min-width: 600px !important; /* ensures horizontal scroll */
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  font-family: "DM Sans", serif !important;
  font-size: 13.5px !important;
  table-layout: auto !important;
  border: 1px solid #BF9874 !important;
}

/* ---- Remove inline height/width issues ---- */
.ja-blog-toc-scope table[style] {
  height: auto !important;
  width: 100% !important;
}

/* ---- Header row (first row) ---- */
.ja-blog-toc-scope table tbody tr:first-child {
  background: #001025 !important;
}

.ja-blog-toc-scope table tbody tr:first-child td {
  color: #BF9874 !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 14px 18px !important;
  border: 1px solid #BF9874 !important;
  white-space: nowrap !important;
}

/* ---- Body rows ---- */
.ja-blog-toc-scope table tbody tr {
  background: #001025 !important;
  border-bottom: 1px solid #BF9874 !important;
  transition: background 0.2s ease;
}

.ja-blog-toc-scope table tbody tr:hover {
  background: #001a3a !important;
}

/* ---- Cells ---- */
.ja-blog-toc-scope table tbody td {
  color: #e8e4db !important;
  font-size: 13.5px !important;
  padding: 13px 18px !important;
  line-height: 1.6 !important;
  border: 1px solid #BF9874 !important;
  vertical-align: top !important;
}

/* ---- Override inline spans ---- */
.ja-blog-toc-scope table tbody td span {
  font-weight: 400 !important;
  color: inherit !important;
}

/* ==============================================
   RESPONSIVE — Tablet
   ============================================== */
@media (max-width: 768px) {
  .ja-blog-toc-scope table {
    min-width: 560px !important;
    font-size: 12.5px !important;
  }

  .ja-blog-toc-scope table tbody td {
    padding: 10px 14px !important;
    font-size: 12.5px !important;
  }

  .ja-blog-toc-scope table tbody tr:first-child td {
    font-size: 10px !important;
    padding: 10px 14px !important;
  }
}

/* ==============================================
   RESPONSIVE — Mobile (SCROLL, no stacking)
   ============================================== */
@media (max-width: 540px) {
  .ja-blog-toc-scope table {
    min-width: 520px !important;
    font-size: 12px !important;
  }

  .ja-blog-toc-scope table tbody td {
    padding: 10px 12px !important;
    font-size: 12px !important;
  }

  .ja-blog-toc-scope table tbody tr:first-child td {
    font-size: 10px !important;
  }
}