/* Image Metadata Styles (L2-L0) */
.pac-gallery-info {
    margin-top: 15px;
    text-align: left;
    font-size: 0.9em;
}

.pac-gallery-title {
    color: #333;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}

.pac-gallery-caption {
    font-style: italic;
    color: #666;
    margin-bottom: 0;
}

.pac-gallery-desc {
    font-size: 0.9em;
    color: #888;
}

/* Highlighted Terms in L0 Texts */
.kant-term-highlight {
    border: 1px dotted #888;
    padding: 2px 3px 0;
    border-radius: 3px;
}

/* Kant Argument Blocks (Moved from inline styles) */
.kant-arg-block.arg-terms {
    overflow: hidden;
    margin: 2em 0;
    padding: 0;
    border-radius: 12px;
}

/* L0 Header blocks */
.kant-l0-title {
    grid-column: 1 / -1;
    margin-bottom: 2em;
    line-height: 1.6;
}
