body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #000;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border-bottom: 1px solid #ddd;
}

.nav a {
  margin-right: 20px;
}

.nav a:last-child {
  margin-right: 0;
}

main {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.center {
  text-align: center;
}

.home-links {
  list-style: none;
  padding: 0;
}

.home-links li {
  margin: 15px 0;
}

.entry-list {
  list-style: none;
  padding: 0;
}

.entry-list li {
  margin: 20px 0;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.image-placeholder {
  margin-top: 60px;
  height: 300px;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
}
.nav a.active {
  font-weight: bold;
  text-decoration: underline;
}
.layout {
  display: flex;
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

.sidebar {
  width: 250px;
  margin-right: 40px;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fafafa;
}


.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  margin: 10px 0;
}

.sidebar a {
  color: blue;
  text-decoration: none;
}

.sidebar a.active {
  font-weight: bold;
  text-decoration: underline;
}

.article-content {
  flex: 1;
  max-width: 700px;
}
.small-note {
  font-size: 0.9em;
  margin: 30px 0;
}
.plane-image {
  margin: 40px 0;
  text-align: center;
}

.plane-image img {
  max-width: 100%;
  height: auto;
}
.svod-part {
  background: none;
  border: none;
  padding: 0;
  margin: 20px 0 10px 0;
  font-size: 1.1rem;
  cursor: pointer;
  color: blue;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
}

.svod-chapters {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 35px;
  display: none;
}

.svod-chapters.open {
  display: block;
}

.svod-chapters li {
  margin: 8px 0;
}

.svod-chapters a {
  display: block;
}

.svod-book-title {
  margin: 50px 20px 0 20px;
  text-align: center;
}

.svod-book-title + main {
  margin-top: 35px;
}

.svod-chapter-kicker {
  margin: 0 0 4px 0;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}

.svod-chapter-title {
  margin: 0 0 32px 0;
  font-size: 2rem;
  text-align: center;
}

.verse-number {
  font-weight: bold;
  margin-right: 6px;
}
