/*
 * Glossary Engine — front-end template styles
 * Provides a content container that works across themes.
 * Theme styles take precedence; this only supplies basic layout.
 */

.jtge-content-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 2em 20px;
    box-sizing: border-box;
}

.jtge-az-nav {
    margin-bottom: 1.5em;
}

.jtge-az-nav a {
    display: inline-block;
    margin-right: 0.5em;
    font-weight: bold;
}

.jtge-letter-heading {
    margin-top: 1.5em;
    border-bottom: 1px solid currentColor;
    padding-bottom: 0.25em;
}

.jtge-term-list {
    list-style: none;
    padding: 0;
    margin: 0.5em 0 1em;
}

.jtge-term-item {
    padding: 0.2em 0;
}

.jtge-breadcrumb {
    font-size: 0.9em;
    margin-bottom: 1em;
    opacity: 0.75;
}

.jtge-term-aliases,
.jtge-term-category {
    margin-top: 1em;
    font-size: 0.95em;
}
