/* =========================================================
   CENTRALNI SWITCH PRIKAZA OGLASA — SuperOGLASI V4
   mreža = kvadratne kartice
   lista = horizontalne kartice
   ========================================================= */

.grid:not(.list-view) > .so-horizontalna-render{
    display:none !important;
}

.grid.list-view > .so-kvadrat-render{
    display:none !important;
}

.grid.list-view{
    display:block;
}
