
.breadcrumb {
    font-size: 0.9em;
    margin-bottom: 15px;
    color: #776b5d;
}
.breadcrumb a {
    color: #5c5142;
}
.passage-nav-top, .passage-nav-bottom {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.nav-prev, .nav-next {
    color: #5c5142;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #5c5142;
    border-radius: 4px;
}
.nav-prev:hover, .nav-next:hover {
    background-color: #eee9e3;
}
.classification-badges {
    margin-bottom: 15px;
}
.badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.85em;
    margin-right: 8px;
}
.badge-mythic { background-color: #fde8e4; color: #cc3300; }
.badge-historical { background-color: #e4eefb; color: #0066cc; }
.badge-skeptical { background-color: #e4f5e9; color: #009933; }
.badge-non-skeptical { background-color: #fef3e4; color: #cc6600; }
.translation-greek, .translation-english {
    margin-bottom: 20px;
}
.greek-passage {
    font-size: 1.1em;
    line-height: 1.8;
}
.translation-english p {
    line-height: 1.7;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    border-left: 3px solid #5c5142;
}
.translation-nouns {
    margin: 20px 0;
    padding: 15px;
    background-color: #faf9f7;
    border-radius: 5px;
    border: 1px solid #eee9e3;
}
.noun-entry {
    padding: 6px 0;
    border-bottom: 1px solid #eee9e3;
}
.noun-entry:last-child {
    border-bottom: none;
}
.noun-name {
    font-weight: bold;
}
.noun-greek {
    color: #555;
    font-style: italic;
}
.noun-type {
    display: inline-block;
    font-size: 0.75em;
    padding: 1px 6px;
    border-radius: 8px;
    background-color: #eee9e3;
    color: #5c5142;
    margin-left: 4px;
}
.noun-link {
    font-size: 0.8em;
    margin-left: 6px;
    color: #5c5142;
}
.noun-xrefs {
    font-size: 0.8em;
    color: #776b5d;
    margin-top: 3px;
    margin-left: 10px;
}
.noun-xrefs a {
    margin-right: 4px;
    color: #5c5142;
}
.passage-links {
    margin: 20px 0;
    font-size: 0.9em;
}
.passage-links a {
    color: #5c5142;
}
.passage-list li {
    margin-bottom: 6px;
}
.preview {
    color: #776b5d;
    font-size: 0.85em;
    margin-left: 8px;
}
.passage-summary {
    color: #555;
    font-style: italic;
    margin-top: -0.5em;
    margin-bottom: 1em;
}
.noun-index-list li {
    margin-bottom: 6px;
    font-size: 1.1em;
}
.noun-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}
.noun-table th, .noun-table td {
    border: 1px solid #ddd;
    padding: 6px 8px;
    text-align: left;
    vertical-align: top;
}
.noun-table th {
    background: #f5f0eb;
}
.noun-table .greek {
    font-family: serif;
}
.noun-table .noun-refs {
    font-size: 0.85em;
}
.noun-table .noun-refs a {
    margin-right: 4px;
}
