/* InfoKeeper local overrides only. Shared layout/theme comes from chads-tools-os.css. */

.infokeeper-shell .brand::after {
    content: "Project Records";
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: var(--muted);
    margin-top: 2px;
}

.infokeeper-shell .card h2 {
    margin-bottom: 8px;
}

.infokeeper-shell .item strong {
    color: var(--text);
}
