.fslightbox-slide-number-container {display:none}
.fslightbox-toolbar > div:nth-child(1) {display:none}

:root {
 
--bulma-primary-h: 300deg;
--bulma-primary-l: 55%;
--bulma-link-h: 265deg;
--bulma-link-l: 55%;
--bulma-info-h: 180deg;
--bulma-info-l: 55%;
--bulma-success-h: 150deg;
--bulma-success-s: 100%;
--bulma-success-l: 55%;
--bulma-warning-h: 55deg;
--bulma-warning-l: 55%;
--bulma-danger-h: 320deg;
--bulma-danger-l: 55%; 
}
 
 /* --- MAINTENACE --- */ 
.maintenance {max-height:100dvh; overflow:hidden;  margin:0 auto} 
  
 
 
 
 /* --- LAYOUT --- */ 
 
.layout { max-width:768px; margin: 0 auto; }
 	
 
    
/* --- HEADER --- */ 
.header {background-color:var(--bulma-background)!important; border-bottom:1px solid var(--bulma-border-weak);}
.header-wrapper {width:100%;}
.header-left {width:52px;}
.header-right {width:52px;}
.navbar-button {height:52px; width:52px} 
.navbar-button:hover {background-color:transparent!important} 
.header-center > * {color: var(--bulma-text-strong)!important;}
.header .header-logo svg {max-height:1.25rem}

 /* --- ARTICLE --- */ 
.article {   }
.article-title {color:var(--bulma-text-strong);}
.article .article-image img {max-width:384px; display:block}
.article .article-gallery {max-width:384px}
.article-content p:not(:last-child) { margin-bottom: 0.5rem }
.article-category-button {text-decoration:none!important}
.article-category-button .icon {border-radius:var(--bulma-radius-small);} 
.article-category-button span:not(.icon) {text-decoration:underline} 
.article-time {color:var(--bulma-text-weak)} 
.article-views {color:var(--bulma-text-weak)} 

 
/* mobile */ 
@media screen and (max-width:768px){  
	 
}

/*tablet and below*/
@media screen and (min-width:769px),print{
	
 .article { max-width:384px }
	
}

/*touch*/ 
@media screen and (max-width:1023px){
	 
}

/*desktop*/
@media screen and (min-width:1024px){
 
 
	
}	 

/*wide*/
@media screen and (min-width:1216px){
	 
}

/*full*/
@media screen and (min-width:1408px){
	  
} 

/*#query-monitor-main {display:none!important}*/