.wiki-info-line {
    font-size: 1.125rem;
}

.wiki-link {
    background-color: rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 0.1em 0.25em;
}

/* Manual theme selection via Bulma's data-theme attribute */
[data-theme="dark"] .wiki-link {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Fallback for "system" mode (no data-theme attribute) */
@media (prefers-color-scheme: dark) {
    :root:not([data-theme]) .wiki-link {
        background-color: rgba(255, 255, 255, 0.1);
    }
}
