/* Shared site styles used by partials and admin views */
.brand-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-home-link {
    text-decoration: none;
    color: inherit;
}

.brand-home-link:hover,
.brand-home-link:focus {
    text-decoration: none;
    color: inherit;
}

.brand-logo {
    height: 60px;
    width: auto;
}

.admin-dashboard-links {
    max-width: 400px;
}

.admin-form-narrow {
    max-width: 480px;
}

.log-pre-wrap {
    white-space: pre-wrap;
}

.log-entry-summary {
    align-items: center;
}

.log-entry-date {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.85rem;
    color: #6c757d;
    flex-shrink: 0;
}

.log-entry-message {
    min-width: 0;
}
