<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Všechna rozlišení */

.top-panel .navigation-open-button{
display:none;
}

#top-panel-navigation-desktop{
width:auto;
}

a.hp-link&gt;div:first-child i{
color: #828282;
}

a.hp-link:hover&gt;div:first-child i{
color: #fff;
}

a.hp-link img:nth-child(2){
	display:none;
}

a.hp-link:hover img:nth-child(1){
	display:none;
}

a.hp-link:hover img:nth-child(2){
	display:inline;
}

/* Rozlišení větší nebo rovné 576px (telefony) */

@media screen and (min-width: 576px) {



}

/* Rozlišení větší nebo rovné 768px (větší telefony, tablety) */


@media screen and (min-width: 768px) {



}

/* Rozlišení větší nebo rovné 992px (velké tablety, menší počítače) */

@media screen and (min-width: 992px) {


}

/* Rozlišení větší nebo rovné 1200px (standardní počítače) */

@media screen and (min-width: 1200px) {



}


@media screen and (min-width: 1400px) {



}
</pre></body></html>