/* Bookdown stílus - Magyar hangsúlyok */
body {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
h1 {
  color: #2c3e50;
  padding-bottom: 10px;
}
h2 {
  color: #34495e;
  padding-left: 0px;
}

ol, ul {
  padding-left: 20px;
  margin-left: 0;
}

ol li, ul li {
  margin-left: 0;
  padding-left: 0;
}
blockquote {
  border-left: 5px solid #3498db;
  padding-left: 20px;
  background-color: #f8f9fa;
  padding: 15px;
}
.rmdnote {
  background-color: #e7f3fe;
  padding: 15px;
  margin: 20px 0;
}
.rmdwarning {
  background-color: #fff3cd;
  padding: 15px;
  margin: 20px 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}
table th {
  background-color: #3498db;
  color: white;
  padding: 12px;
}
table td {
  border: 1px solid #ddd;
  padding: 10px;
}
/* Címlap stílus */
.title-page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  page-break-after: always;
  margin-bottom: 50px;
}

.title-page .title-image {
  max-width: 300px;
  max-height: 300px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.title-page h1 {
  font-size: 3em;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: bold;
}

.title-page .subtitle {
  font-size: 1.5em;
  color: #555;
  font-style: italic;
  margin-bottom: 40px;
}

.title-page .author {
  font-size: 1.2em;
  margin-top: 30px;
  color: #333;
}

.title-page .date {
  font-size: 1em;
  color: #666;
  margin-top: 20px;
}

.title-page .publisher {
  margin-top: 50px;
  font-size: 0.9em;
  color: #777;
}

/* Kolofon stílus */
.colophon {
  margin-top: 100px;
  padding: 30px;
  border-top: 2px solid #ddd;
  font-size: 0.9em;
  color: #555;
  page-break-before: always;
}

.colophon h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #2c3e50;
}

.colophon p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.colophon .technical-details {
  margin-top: 30px;
  font-size: 0.85em;
  color: #666;
}

/* Elrejtjük az angol "References" címet */
#references h1:first-child::before {
  content: "Hivatkozások";
  display: block;
  font-size: inherit;
  font-weight: inherit;
}

#references h1:first-child {
  font-size: 0;
}

#references h1:first-child::before {
  font-size: 1.5em;
}

