/* Written to C:\Virtual\hugo-blog\assets\css\extended */



.content img {
    margin: 40px 0 40px 0;
    max-width: 100%;
    height: auto;
	  display: block;
    margin: 0 auto;	}
  .content img[src*="image1.png"] {
  display: none;
  }
  
 a[href="https://www.x-refs.com"] {
    font-weight: bold;
}

/* TOC container */
.toc {
  background: #f9f9f9;
  border-left: 3px solid #ccc;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* TOC heading */
.toc::before {
  content: "Table of Contents";
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #444;
  padding-left: 0; /* stays flush left */
}

/* First-level TOC list */
.toc > nav > ul {
  list-style: none;
  padding-left: 1rem;  /* <-- indent first level */
  margin: 0;
}

/* First-level TOC items */
.toc > nav > ul > li {
  margin-bottom: 0.25rem;
}

/* Nested TOC levels (H3 and deeper) */
.toc ul ul {
  margin-left: 1rem;
  padding-left: 0.75rem;
  border-left: 2px dotted #ddd;
  font-size: 0.875rem;
  color: #555;
}

/* Deeper nesting (H4+) */
.toc ul ul ul {
  margin-left: 1.5rem;
  font-size: 0.8rem;
  color: #666;
}

/* TOC links */
.toc a {
  color: #333;
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
  color: #007acc;
}

.faq-wrapper {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 2px solid #ddd;
}

.faq-master {
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

.faq-item {
  margin-top: 1rem;
  padding-left: 1rem;
}

.faq-item > summary {
  font-weight: 500;
  cursor: pointer;
  color: var(--accent, #0056b3);
  margin-bottom: 0.5rem;
}

.faq-item[open] > summary {
  color: #000;
}
.custom {
    background: red;
}