body {
  font-family: "EB Garamond", "Baskerville", "Georgia", serif;
  font-size: 19px;
  line-height: 1.7;
  color: #1f1f1f;
  background-color: #faf9f7;
  margin: 0;
}

/* Breadcrumbs Styles */
.breadcrumbs {
    font-family: "EB Garamond", "Baskerville", "Georgia", serif;
    font-size: 15px; /* Matches your existing .sm class size */
    color: #888;
    margin-bottom: 12px; /* Space between breadcrumbs and H1 */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    max-width: 760px;
    margin: 0 auto;
}

.breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* Ensures items wrap to the next line on small screens */
    align-items: baseline;
}

.breadcrumbs li {
    margin-right: 0.5em;
    margin-bottom: 0.5em; /* Adds breathing room if items stack on mobile */
}

/* The separator between items */
.breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: 0.75em;
    color: #c4b79a; /* Matches your blockquote border color */
    font-weight: bold;
}

.article {
  max-width: 760px;
  margin: 4rem auto 12em auto;
  padding: 0 1.5rem;
}

.article h1,
.article h2,
.article h3 {
  font-family: "Libre Baskerville", "Georgia", serif;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.article h1 {
  margin-top: 0;
  font-size: 2.1rem;
  text-align: center;
}

.article h2 {
  font-size: 1.4rem;
}

.article h3 {
  font-size: 1.4rem;
}

.article p {
  margin-bottom: 1.6rem;
  text-align: left;
}

.article p:first-of-type::first-letter {
  float: left;
  font-size: 3.4rem;
  line-height: 1;
  padding-right: 0.1em;
  padding-top: 0.05em;
}

.article blockquote {
  margin: 2.5rem 0;
  padding-left: 1.5rem;
  border-left: 3px solid #c4b79a;
  font-style: italic;
  color: #4a4a4a;
  background-color: #fff;
  text-align: left;
}

.article a {
  color: blue;
  text-decoration: none;
  border-bottom: 1px solid blue;
}

.article a:hover {
  border-bottom-color: blue;
}

.article hr {
  border: none;
  height: 1px;
  background-color: #e0dbd0;
  margin: 3rem 0;
}

.article code {
  font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  background-color: #f2efe9;
  padding: 0.15em 0.35em;
  border-radius: 4px;
  color: #2b2b2b;
  text-align: left;
}

.article pre {
  margin: 2rem 0;
  padding: 1.2rem 1.4rem;
  background-color: #f2efe9;
  border: 1px solid #e0dbd0;
  border-radius: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.article pre code {
  padding: 0;
  background: none;
  font-size: 0.9rem;
  line-height: 1.6;
  white-space: pre;
  display: block;
}

body > article > p > code {
  font-size: .733em !important;
}

.article .table-wrapper {
  margin: 2.5rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.article table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  font-size: 0.95rem;
}

.article th,
.article td {
  padding: 0.75rem 0.9rem;
  border: 1px solid #e0dbd0;
  text-align: left;
  vertical-align: top;
}

.article thead th {
  background-color: #f2efe9;
  font-weight: 600;
}

.article tbody tr:nth-child(even) {
  background-color: #faf9f7;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right !important;
}

.sm {
  font-size: .833em;
}

.xl { font-size: 1.5em; }
.lg { font-size: 1.3em; }
.sm { font-size: 0.85em; }
.xs { font-size: 0.7em; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 1em !important; }
.mt-2 { margin-top: 2em !important; }
.mt-3 { margin-top: 3em !important; }
.mt-4 { margin-top: 4em !important; }
.mt-5 { margin-top: 5em !important; }
.mt-6 { margin-top: 6em !important; }
.mt-7 { margin-top: 7em !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 1em !important; }
.mb-2 { margin-bottom: 2em !important; }
.mb-3 { margin-bottom: 3em !important; }
.mb-4 { margin-bottom: 4em !important; }
.mb-5 { margin-bottom: 5em !important; }
.mb-6 { margin-bottom: 6em !important; }
.mb-7 { margin-bottom: 7em !important; }

.ml-1 { margin-left: 1em !important; }
.ml-2 { margin-left: 2em !important; }
.ml-3 { margin-left: 3em !important; }
.ml-4 { margin-left: 4em !important; }
.ml-5 { margin-left: 5em !important; }
.ml-6 { margin-left: 6em !important; }
.ml-7 { margin-left: 7em !important; }

.mr-1 { margin-right: 1em !important; }
.mr-2 { margin-right: 2em !important; }
.mr-3 { margin-right: 3em !important; }
.mr-4 { margin-right: 4em !important; }
.mr-5 { margin-right: 5em !important; }
.mr-6 { margin-right: 6em !important; }
.mr-7 { margin-right: 7em !important; }

.article ul,
.article ol {
  margin: 2rem 0 2.5rem 1.4rem;
  padding: 0;
}

.article li {
  margin-bottom: 0.9rem;
  padding-left: 0.4rem;
  text-align: left;
}

.article li:last-child {
  margin-bottom: 0;
}

