/* Language Switcher - samo krugovi sa zastavicama */
#select-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
#select-container:hover {
    box-shadow: none !important;
}
#select-container button {
    background: transparent !important;
}

/* Article detail - slika manja visina */
.article-details .article-full-image {
    max-height: 400px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}
.article-details .article-full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 400px;
}

/* Header - meni blize logu, switcher na desni kraj */
#sp-menu .sp-column {
    justify-content: flex-start !important;
}
#sp-menu .sp-column > .sp-module {
    margin-left: auto !important;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
}
.sp-megamenu-parent {
    flex-wrap: nowrap !important;
    display: flex !important;
}
#sp-logo .logo-image,
#sp-logo .logo-image-phone {
    height: 48px !important;
}
#select-container {
    flex-shrink: 0;
}

/* Sakrij kategoriju, broj pregleda i autora */
.article-info .category-name,
.article-info .hits,
.article-info .createdby {
    display: none !important;
}
