/* Minimal B&W override for ReadTheOrg theme */

body {
    font-family: system-ui, -apple-system, sans-serif;
    color: #222;
    background: #f5f5f5;
}

/* Drop Google Fonts */

/* Title / h1 */
h1.title {
    background: none;
    color: #111;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0 0.3em 0;
    padding: 0.6em 0 0.4em 0;
    font-size: 2em;
    display: block;
    border-bottom: 2px solid #222;
    box-shadow: none;
}

h2 {
    font-family: system-ui, -apple-system, sans-serif;
    color: #111;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

h3 {
    font-family: system-ui, -apple-system, sans-serif;
    color: #222;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

h4 {
    font-family: system-ui, -apple-system, sans-serif;
    color: #333;
    font-weight: 600;
}

/* Links */
a, a:link {
    color: #222;
    text-decoration: underline;
}

a:visited {
    color: #444;
}

a:hover {
    color: #555;
}

/* Content area */
div#content {
    background: #fff;
    border: none;
    box-shadow: none;
}

/* Hide search bar */
#searchbox,
#search-input,
.search-input,
#table-of-contents input,
#table-of-contents form {
    display: none;
}

/* Sidebar / TOC */
#table-of-contents {
    background: #fafafa;
    border-right: 1px solid #e0e0e0;
}

#table-of-contents h2 {
    background: #111;
    color: #fff;
    border-bottom: none;
    padding: 0.5em 1em;
    margin: 0;
}

#table-of-contents a, #table-of-contents a:link {
    color: #222;
    text-decoration: none;
}

#table-of-contents a:hover {
    color: #555;
    text-decoration: underline;
}

/* Portrait image */
#my-image {
    float: right;
    width: 250px;
    max-width: 250px;
    border-radius: 4px;
    margin: 0 0 1em 1.5em;
}

@media (max-width: 1100px) {
    #my-image {
        display: none;
    }
}

/* Social icons */
.social-icons {
    display: flex;
    gap: 1em;
    margin: 0.5em 0 1em 0;
    flex-wrap: wrap;
}

.social-icons a, .social-icons a:link {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    color: #222;
    text-decoration: none;
    padding: 0.3em 0.7em;
    border: 1px solid #555;
    border-radius: 3px;
    font-size: 0.9em;
    transition: background 0.15s, color 0.15s;
}

.social-icons a:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
}

/* Postamble */
div#postamble {
    color: #888;
    font-size: 80%;
}

div#postamble a {
    color: #888;
}

div#postamble a:hover {
    color: #555;
}

/* Created timestamp */
.timestamp, .timestamp-kwd,
#postamble p.date,
#postamble .date {
    color: #888 !important;
}

/* Bold */
b, strong {
    font-weight: 700;
}

/* Home/up nav */
div#org-div-home-and-up {
    background: #111;
    color: #fff;
}

div#org-div-home-and-up a:link,
div#org-div-home-and-up a:visited {
    color: #fff;
    background: #111;
}

div#org-div-home-and-up a:hover {
    color: #aaa;
}
