<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--To Reduce the space between reco block and shopwindow--*/
.skyltfonster-first {
    margin-top: 0px !important;
}
.nordic--header-left {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#reco--badge-2024{
  padding-right:10px;
}
#reco--badge-2024 a {
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 60px !important;
    width: 60px !important;
}
#reco--badge-2024 img{
  height: 60px !important;
    width: 60px !important;
}

@media only screen and (max-width:448px){
  #reco--badge-2024 img {
    height: 51px !important;
    width: 60px !important;
    padding-top: 4px;
    padding-bottom: 4px;
}
}</pre></body></html>