.ecs-comments-slider {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}

.ecs-comments-slider .swiper-wrapper {
    align-items: stretch;
}

.ecs-comment {
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    min-height: 120px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.ecs-avatar img {
    border-radius: 50%;
    display: block;
}

.ecs-meta {
    margin-bottom: 8px;
}

.ecs-author {
    font-weight: 700;
    margin-bottom: 4px;
}

.ecs-date {
    font-size: 13px;
    opacity: 0.7;
}

.ecs-comment-content {
    margin-top: 6px;
    line-height: 1.5;
}

/* Swiper controls positioning */
.ecs-comments-slider .swiper-button-prev,
.ecs-comments-slider .swiper-button-next {
    color: #111;
}

.ecs-comments-slider .swiper-pagination-bullet-active {
    opacity: 1;
}
