/* Colophon Page Specific Styles */

.colophon-page {
    /* Inherits from .post styling */
}

.colophon-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95rem;
}

.colophon-page th,
.colophon-page td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--gray-300);
}

.colophon-page th {
    font-family: var(--code-font);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gray-600);
    font-weight: normal;
}

.colophon-page td:first-child {
    font-weight: 600;
}

/* Code blocks inherit site's default styling (matcha-tinted background) */

/* Color swatches for the palette section */
.color-swatch {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 0.3em;
}
