<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Cookies */
.cookies{
	position: fixed;
    bottom: 0;
    background: #222;
    width: 100%;
    left: 0;
    z-index: 999;
	color: #fff;
	padding: 10px;
	font-size: 12px;
}

.cookies &gt; p{
	display: inline-block;
}

.cookies &gt; button{
	float: right;
}</pre></body></html>