/* Simple Look - Komentari: osnovni stilovi */
.slk-comments-widget-wrapper {
    width: 100%;
}

.slk-comments-inner {
    position: relative;
}

.slk-comments-list {
    display: flex;
    flex-wrap: nowrap;
}

/* kada nije karusel možeš ručno da stiluješ kroz Elementor gap/padding itd. */
.slk-no-carousel .slk-comments-list {
    flex-wrap: wrap;
    gap: 20px;
}

.slk-comment-item {
    box-sizing: border-box;
}

/* Naslov */
.slk-comment-post-title {
    display: block;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 6px;
}

/* Meta */
.slk-comment-meta {
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 6px;
}

/* Tekst komentara */
.slk-comment-content {
    font-size: 14px;
    line-height: 1.5;
}

/* Strelice */
.slk-comments-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    padding: 6px 10px;
    background: rgba(0,0,0,0.08);
    border-radius: 999px;
    font-size: 14px;
    user-select: none;
}

/* Strelice izvan / unutar */
.slk-arrows-outside .slk-comments-prev {
    left: -18px;
}
.slk-arrows-outside .slk-comments-next {
    right: -18px;
}

.slk-arrows-inside .slk-comments-prev {
    left: 8px;
}
.slk-arrows-inside .slk-comments-next {
    right: 8px;
}

/* Tačkice */
.slk-comments-dots {
    text-align: center;
    margin-top: 10px;
}

/* Tačkice unutar boxa */
.slk-dots-inside .slk-comments-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin-top: 0;
}

/* Tačkice izvan (ispod) boxa */
.slk-dots-outside .slk-comments-dots {
    position: relative;
}

/* Stil za pojedinačne tačke */
.slk-comments-dots button.slk-dot {
    border: 0;
    padding: 0;
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
}

.slk-comments-dots button.slk-dot.active {
    background: rgba(0,0,0,0.7);
}

/* Malo responsiva kada nije karusel */
@media (max-width: 767px) {
    .slk-no-carousel .slk-comment-item {
        width: 100%;
    }
}
