/* Ensure the source icon in navbar matches theme styling */
.navbar-icon-links [data-doc-source-icon="true"] {
    color: var(--pst-color-text-muted);
    transition: color 0.2s ease;
}

.navbar-icon-links [data-doc-source-icon="true"]:hover {
    color: var(--pst-color-primary);
}

.navbar-icon-links [data-doc-source-icon="true"] svg {
    width: 1em;
    height: 1em;
    display: block;
}

