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

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

.infrakeeper-shell .forms {
    margin-top: 12px;
}

.infrakeeper-shell code {
    word-break: break-word;
}

.infrakeeper-shell .card form {
    margin-bottom: 8px;
}
