.nav-actuacio {
    font-size: 0.85em;          /* lletra més petita */
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: nowrap;          /* intenta mantenir-los en una línia */
}

.nav-actuacio-link {
    white-space: nowrap;        /* evita trencar en diverses línies */
    text-decoration: none;
    color: inherit;             /* integra’s amb el tema */
    opacity: 0.8;
}

.nav-actuacio-link:hover {
    text-decoration: underline;
    opacity: 1;
}

.recurs-url-icon {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 4px;
}

.recurs-url-text {
    font-weight: 600;
}

.recurs-url-origen {
    font-size: 0.8em;
    color: #777;
    margin-left: 4px;
}