/* Custom styles for The Type-Safe Jabberwolk */

.post-created {
    color: #666;
    font-style: italic;
    display: block;
    margin-bottom: 1.5em;
}

/* Code block styling */
pre code {
    font-size: 0.9em;
}

/* Table styling */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f5f5f5;
}

/* Image styling */
img {
    max-width: 100%;
    height: auto;
}

.figure {
    text-align: center;
    margin: 1.5em 0;
}

.caption {
    color: #666;
    font-style: italic;
    margin-top: 0.5em;
}
