/* ===== Base / page chrome ===== */

body {
    background: #fafafa;
    color: #1f2937;
}


/* ===== Site header ===== */

.site-header {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.site-header__accent {
    height: 6px;
    background: #1f2937;
}

.site-header__title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.site-header__title-link {
    color: #1f2937;
    text-decoration: none;
}

.site-header__title-link:hover {
    color: #1f2937;
}

.site-header__nav {
    display: flex;
    gap: 1.5rem;
}

.site-header__link {
    color: #4b5563;
    text-decoration: none;
    font-size: 0.95rem;
}

.site-header__link:hover {
    color: #1f2937;
}


/* ===== Utilities ===== */

.table-col-id {
    width: 80px;
}

.table-col-actions {
    width: 160px;
}

.text-prewrap {
    white-space: pre-wrap;
}

.image-preview {
    max-width: 240px;
    max-height: 240px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
}

.image-placeholder {
    width: 100%;
    min-height: 220px;
    border: 1px dashed #d1d5db;
    border-radius: 6px;
    background: #f9fafb;
}


/* ===== Blog post body ===== */

.blog-body h2 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
}

.blog-body h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.4rem;
}

.blog-body p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

.blog-body > :first-child {
    margin-top: 0;
}
