/* Add inside your <style> tag */
.image-container {
    margin-bottom: 5px;
}

.text-container {
    font-size: 14px;
    color: #555;
    /* You can add more styles here */
}
/* Add inside your <style> tag */
.subtitle-preview {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
    font-style: italic;
}
/* Add inside your <style> tag */
.tags {
    margin-top: 6px;
}
.tag {
    display: inline-block;
    background: #e0e0e0;
    color: #333;
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 12px;
    margin-right: 4px;
}
.full-content a {
    color: #1976d2;
    text-decoration: underline;
}
.full-content blockquote {
    background: #f9f9f9;
    border-left: 4px solid #1976d2;
    margin: 1em 0;
    padding: 0.5em 1em;
    font-style: italic;
    color: #555;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.dropbtn {
    background-color: #000000;
    color: white;
    padding: 10px 18px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 6px;
    z-index: 1;
}
.dropdown-content a {
    color: #1976d2;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
}
.dropdown-content a:last-child {
    border-bottom: none;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #2f2f2f;
    }

nav {
    position: fixed;
    top: 20px;
    right: 40px;
    z-index: 1000;
}
.dropdown-content {
    right: 0;
    left: auto;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 320px; /* wider for two columns */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 6px;
    z-index: 1;
    right: 0;
    left: auto;
    padding: 8px 0;
    column-count: 2; /* two columns */
    column-gap: 0;
}
.dropdown-content a {
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    width: 90%; /* fit inside column */
    box-sizing: border-box;
}
.dropdown-content a:last-child {
    border-bottom: none;
}
.toc {
    margin: 40px auto;
    max-width: 700px;
    column-count: 2;
    column-gap: 40px;
}
.toc a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.toc a:last-child {
    border-bottom: none;
}
/* Add to your CSS file */
.footnote {
    font-size: 0.85em;
    color: #888;
    cursor: help;
}
.footnotes {
    font-size: 0.95em;
    color: #555;
    margin-top: 2em;
}
.footnotes ol {
    padding-left: 1.5em;
}
.footnote a {
    text-decoration: none;
    color: #1976d2;
}