/*

Please, use this CSS file to style all fragment on website.
When starting a new project, remove all css from this file.

*/

/* ------------------------ GENERAL ----------------------------------------- */

.print-magazine .print-magazine-link:hover {
    color: var(--aloba2);
}
h2.title-with-icon[data-id="Vijesti"].alo-icon::before {
    background-image: url('/assets/front/img/alo_icons/vesti.svg');
    background-color: var(--aloba);
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background-size: 60%;
    background-position: center;
    top: calc(50% - 24px);
}
h2.title-with-icon[data-id="BIZ"].alo-icon::before,
h2.title-with-icon[data-id="Biznis"].alo-icon::before{
    background-image: url('/assets/front/img/alo_icons/biz.svg');
    background-color: var(--aloba);
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background-size: 60%;
    background-position: center;
    top: calc(50% - 24px);
}
h2.title-with-icon[data-id="VIP"].alo-icon::before {
    background-color: var(--aloba);
}
h2.title-with-icon[data-id="Hronika"].alo-icon::before {
    background-color: var(--aloba);
}
h2.title-with-icon[data-id="Razonoda"].alo-icon::before {
    background-color: var(--aloba);
}
h2.title-with-icon[data-id="Sport"].alo-icon::before {
    background-color: var(--aloba);
}