/* Copyright 2017-2021 Sean Williams
    This file is part of Modern Footnotes.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
.modern-footnotes-footnote{padding-left:2px;padding-right:2px;line-height:initial}.modern-footnotes-footnote--selected{background:#eee;border-radius:2px}.modern-footnotes-footnote__connector{background:#000;position:absolute;width:.9px}.modern-footnotes-footnote a{text-decoration:none}.modern-footnotes-footnote__note{display:none;font-size:80%;color:#777}.modern-footnotes-footnote__note a{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.modern-footnotes-footnote__note--tooltip{position:absolute;left:0;border:1px solid #666;background:#fff;padding:.7em 1em;border-radius:3px;max-width:300px;box-shadow:1px 1px 1px #eee;box-sizing:border-box;z-index:1}.modern-footnotes-footnote__note--tooltip:focus{outline:0}.modern-footnotes-footnote__note--expandable{display:block;margin-top:1em;margin-bottom:1em}.modern-footnotes-list{list-style-type:none;font-size:.8em;margin:1em 0;padding-left:0}.modern-footnotes-list li{display:flex;margin-bottom:.3em}.modern-footnotes-list li>span{margin-right:1.5em;color:#777;word-wrap:normal;word-break:normal}.modern-footnotes-list--show-only-for-print,.modern-footnotes-list-heading--show-only-for-print{display:none}@media print{.modern-footnotes-list--show-only-for-print,.modern-footnotes-list-heading--show-only-for-print{display:block}.modern-footnotes-list--hide-for-print,.modern-footnotes-list-heading--hide-for-print{display:none}}#ttd-all-topics-display {
    margin: 4px 0px 32px 0px;
    column-count: 2;
    column-gap: 2em;
}

#ttd-all-topics-display-entity-group {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 16px 0px;
    break-inside: avoid-column;
}

#ttd-all-topics-display-entity-group a {
    font-size: 18px;
    margin: 2px 0px 12px 0px;
    line-height: 1.2em;
}

#ttd-post-topics-display {
    margin: 4px 0px 32px 0px;
    column-count: 2;
    column-gap: 2em;
}

#ttd-post-topics-display-title {
    margin: 16px 0px 16px 0px;
}

#ttd-post-topics-display-entity-group {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 16px 0px;
    break-inside: avoid-column;
}

#ttd-post-topics-display-entity-group a {
    font-size: 18px;
    margin: 2px 0px 12px 0px;
    line-height: 1.2em;
}

#ttd-cases-display {
    margin: 4px 0px 32px 0px;
    column-count: 2;
    column-gap: 2em;
}

#ttd-cases-display a {
    display: block;
    font-size: 18px;
    margin: 2px 0px 12px 0px;
    line-height: 1.2em;
}

#ttd-post-listing {
    display: flex;
    flex-direction: column;
}

.ttd-topics-display {
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 12px 0px 12px 0px;
    margin: 0px 0px 48px 0px;
}

.ttd-topics-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

.ttd-topics-content a {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    line-height: 1.4;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

/* Non-skeleton style */
body:not(.ttd-skeleton-style) .ttd-topics-content a {
    color: rgb(122, 122, 122);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
}

.ttd-topics-show-extra-button {
    margin: 4px 0px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a.ttd-topics-display-hidden {
    display: none;
}

.ttd-topics-content > h1,
.ttd-topics-content > h2,
.ttd-topics-content > h3,
.ttd-topics-content > h4,
.ttd-topics-content > h5,
.ttd-topics-content > h6,
.ttd-topics-links {
    display: block;
    flex: 0 0 100%;
    width: 100%;
}

.ttd-topics-content > h1,
.ttd-topics-content > h2,
.ttd-topics-content > h3,
.ttd-topics-content > h4,
.ttd-topics-content > h5,
.ttd-topics-content > h6 {
    margin-bottom: 0.25rem;
}

.ttd-topics-content > h5 {
    font-size: 1.25rem;
}