.mo-slider img {
    max-width: 150px;
    max-height: 120px;
    object-fit: cover;
    border-radius: 5px;
}
.mo-slider svg {
    width: 150px;
    height: 120px;
    border-radius: 5px;
    display: block;
}
#mo-gallery { list-style: none; padding: 0; display: flex; gap: 10px; }
#mo-gallery li { display: inline-block; }
.mo-slider img {
    max-width: 150px;
    max-height: 120px;
    object-fit: cover;
    border-radius: 5px;
}
.mo-slider svg {
    width: 150px;
    height: 120px;
    border-radius: 5px;
    display: block;
}


#oglasi .row {
    display: flex;
    margin-right: 0 !important;
 margin-left: 0 !important;
 flex-wrap: nowrap !important;
}

/* Admin gallery UI */
#mo-gallery { list-style: none; padding: 0; display: flex; gap: 10px; flex-wrap: wrap; }
#mo-gallery li { position: relative; display: inline-block; }
#mo-gallery .mo-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #dc3232;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border: none;
    cursor: pointer;
}

/* Responsive YouTube wrapper ako bude korišćen */



.mo-yt-wrap {
    max-width: 660px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}
.mo-yt-wrap iframe {
    width: 660px;
    height: 100%;
    border: 0;
}

