cookie-consent.html (and some others, I think) uses some css classes that are not included in the html include itself -- they look like they assume Bootstrap is installed?:
class="btn btn-primary btn-sm"
class="btn btn-primary btn-sm"
<div id="cookie-notice">
<span>We would like to use third party cookies and scripts to improve the functionality of this website.</span>
<a id="cookie-notice-accept" class="btn btn-primary btn-sm">Approve</a> <!-- here -->
<a href="/privacy" class="btn btn-primary btn-sm">More info</a> <!-- and here -->
</div>
cookie-consent.html (and some others, I think) uses some css classes that are not included in the html include itself -- they look like they assume Bootstrap is installed?:
class="btn btn-primary btn-sm"
class="btn btn-primary btn-sm"