/* Elegant Academic Theme - Times New Roman */

body, td, th, tr, p, a {
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
}

body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #2c3e50;
}

strong {
  font-weight: 600;
  color: #1a252f;
}

a {
  color: #1d4ed8;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

a:focus, a:hover {
  color: #b45309;
  border-bottom-color: #b45309;
}

h2 {
  margin: 0;
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-weight: normal;
  font-size: 24px;
  color: #1a252f;
  letter-spacing: 0.5px;
}

.name {
  padding-top: 20px;
  margin: 0;
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 34px;
  font-weight: normal;
  color: #1a252f;
  letter-spacing: 1px;
}

.papertitle {
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a252f;
}

span.highlight {
  background-color: #f4e8c1;
  padding: 2px 4px;
  border-radius: 2px;
}

.date {
  color: #7f8c8d;
  font-size: 13px;
  font-style: italic;
}

ul {
  margin-top: 6px;
  margin-bottom: 6px;
}

li {
  margin-bottom: 6px;
}

/* BibTeX toggle styles - Elegant */
.bibtex {
  margin-top: 10px;
  padding: 0 12px;
  background: #f5f2eb;
  border: 1px solid #d4d0c5;
  border-radius: 3px;
  font-size: 13px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.35s ease;
}

.bibtex.open {
  max-height: 300px;
  opacity: 1;
  padding: 10px 12px;
}

.bibtex pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
  font-family: 'Courier New', monospace;
  color: #4a4a4a;
}

/* Section headers */
.rq-header {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #d4d0c5;
  color: #1a252f;
}

.rq-header span {
  font-weight: normal;
  color: #7f8c8d;
  font-size: 14px;
}
