:root {
    --lumx-app-background: white;
}

html {
  background-color: #fff;
}
.theme-lumapps .main-nav {
	box-shadow: none;
}
.header-top__contribution, .header-top__bookmarked-apps {
	display:none!important;
}
.instance-logo img {
    max-height: 61%;
}

/* hp */
.widget--list-content-hp .lumx-grid-column {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}
.widget--list-content-hp .block-page-preview__link {
    font-size: 13px;
    text-transform: uppercase;
}

.widget--list-content-hp .block-grid__item a{
    background-color:#403F33;
    color:#FFFFB1;
    transition: background 1s;
    padding:1px 20px;
    border-radius: 10px;
    display: block;
    text-decoration:none;
}
.widget--list-content-hp .block-grid__item a:hover{
    background-color:#887B7B;
    color:#FFFFB1;
}
.widget--list-content-hp.widget--dark .block-grid__item a{
    background-color:#FFFFB1;
    color:#403F33;
    transition: background 1s;
    padding:1px 20px;
    border-radius: 10px;
    display: block;
    text-decoration:none;
}
.widget--list-content-hp.widget--dark .block-grid__item a:hover{
    background-color:#887B7B;
    color:#FFFFB1;

}
.widget--user-horizontale .block-list--vertical {
  flex-direction: row;
}