/* Custom styles for Grapefruitmoon.net */

/* Image sizing - prevent overlap and ensure responsiveness */
.content__body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5em auto;
    border: 1px solid var(--base02);
}

/* Increase text size for better readability */
.content__body {
    font-size: 1.125rem;  /* 18px if base is 16px */
    line-height: 1.7;
}

.content__body p {
    margin-bottom: 1.2em;
}

.content__body h1 {
    font-size: 2rem;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.content__body h2 {
    font-size: 1.75rem;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.content__body h3 {
    font-size: 1.5rem;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
}

.content__body code {
    font-size: 0.95em;
}

.content__body pre {
    font-size: 0.9em;
    line-height: 1.5;
}

/* Recent posts sidebar styling */
.aside__recent h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1em;
    font-weight: bold;
}

.aside__recent ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.aside__recent li {
    margin-bottom: 1em;
    line-height: 1.4;
}

.aside__recent small {
    opacity: 0.7;
    font-size: 0.85em;
}

/* Homepage latest post styling */
.content {
    margin-bottom: 2em;
}

.content__footer {
    margin-top: 1em;
    opacity: 0.7;
    font-size: 0.9em;
}
