/* Harbour UI – minimal style overrides */

nav a.contrast {
    text-decoration: none;
}

.actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

article.error {
    border-left: 4px solid var(--pico-color-red-550);
}

blockquote {
    font-style: italic;
}
