/* items */
html, body {
    padding: 0;
    margin: 0;
}

#W24 {
    font-family: TazRegular, sans-serif;
    max-width: 390px;
}

/* header */
#W24 .header {
    padding: 16px;
    border-bottom: 2px solid #E0E0E0;
    display: flex;
    flex-direction: row;
}

#W24 .header .tabs {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    gap: 25px;
    justify-items: center;
    align-items: center;
}

#W24 .header .tabs a {
    color: #333333;
    opacity: 0.35;
    font-family: TazRegular;
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
}

#W24 .header .tabs a.active {
    color: #333333;
    opacity: 1;
    font-family: TazRegular;
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    border-bottom: 2px solid #EB5757;
}

#W24 .header .logo-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#W24 .header .logo-wrap span {
    font-family: TazRegular;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    margin-right: 10px;
}

/*items */
#W24 .items {
    padding: 0 15.5px;
}

#W24 .item {
    box-sizing: border-box;
    height: 120px;
    padding: 15.5px 0;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    border-bottom: 1px solid #E0E0E0;
}

#W24 .item:last-child {
    border-bottom: none;
}

#W24 .item .tag {
    display: inline-block;
    padding: 4px;
    margin-bottom: 9px;
    background: #F2994A;
    color: white;
    font-size: 12px;
    line-height: 13.2px;
}

#W24 .item.even .tag {
    background: #EB5757;
}



#W24 .item h2 {
    margin: 0;
    color: #333333;

    font-size: 18px;
    line-height: 19.8px;
    height: 60px;
    overflow: hidden;
}

#W24 .item img {
    margin-right: 15px;
    max-width: 89px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media (max-width: 366px) {
    #W24 .header .logo-wrap span {
        display: none;
    }
}

@media (max-width: 268px) {
    #W24 .header .tabs {
        gap: 10px;
    }
}

@media (max-width: 240px) {
    #W24 .header .tabs {
        gap: 10px;
    }

    #W24 .header {
        padding: 15px 5px;
    }

    #W24 .items {
        padding: 0 5px;
    }

    #W24 .item .tag {
        margin-bottom: 5px;
    }

    #W24 .item h2 {
        font-size: 15px;
        line-height: 1;
    }

    #W24 .item img {
        margin-right: 10px
    }
}


.sport {
    background-color: #40b14d !important;
}

.show {
    background-color: #f5a528 !important;
}

.lifestyle {
    background-color: #efc10d !important;
}

.vijesti {
    background-color: #d22328 !important;
}

.video {
    background-color: #9757f6 !important;
}

.tech {
    background-color: #297af6 !important;
}