/* assets/css/static-page.css
   Admin-editable content pages (Om Turen, Hjälp, ...) -- layout tweaks
   only; .page/.card (pink frame + white box) and .prose (markdown body
   text) both come from base.css, shared with the trip page. */

.static-page-edit-link {
    display: inline-block;
    margin: -0.5rem 0 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text-muted);
}

.static-page-edit-link:hover {
    color: var(--color-accent);
}
