.mikotech-post-swiper-slider {    
    margin: 0 auto;
    padding: 0px;
}

.mikotech-post-swiper-slider .swiper {
    position: relative;
}

.mikotech-post-swiper-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
    visibility: visible !important;
}

.mikotech-post-swiper-slider .swiper-slide {
    display: flex !important;
    flex-direction: column;
    visibility: visible !important;
    opacity: 1 !important;
}

.mikotech-post-swiper-slider .post-slide-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mikotech-post-swiper-slider .post-slide-thumbnail{
    height: 260px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-decoration: none !important;
}

.mikotech-post-swiper-slider .post-slide-thumbnail img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;    
    box-shadow: none;
}

.mikotech-post-swiper-slider .post-slide-title {    
    margin-bottom: 0;
    margin-top:24px;
}
.mikotech-post-swiper-slider .post-slide-title a{
    font-size: 20px;
    font-weight: 600;
    color: #303030;
    text-decoration: none !important;
}

.mikotech-post-swiper-slider .post-slide-date {
    font-size: 12px;
    color: #666;
    margin: 0 8px 8px;
}

.mikotech-post-swiper-slider .swiper-button-prev,
.mikotech-post-swiper-slider .swiper-button-next {
    color: #333;
    transform: scale(0.8);
}

.mikotech-post-swiper-slider .swiper-pagination-bullet {
    background: #333;
}

.mikotech-post-swiper-slider .swiper-pagination-bullet-active {
    background: #007bff;
}

body.elementor-editor-active .mikotech-post-swiper-slider .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 20px !important;
    visibility: visible !important;
}

body.elementor-editor-active .mikotech-post-swiper-slider .swiper-slide {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

body.elementor-editor-active .mikotech-post-swiper-slider .swiper-button-prev,
body.elementor-editor-active .mikotech-post-swiper-slider .swiper-button-next,
body.elementor-editor-active .mikotech-post-swiper-slider .swiper-pagination {
    display: none !important;
}

.mikotech-post-swiper-slider .no-image{width: 100%;height: 100%;object-fit: cover;display: flex ; align-items: center; justify-content: center; text-transform: uppercase; color: #999; font-size: 18px; background: #f4f4f4;}

@media (max-width: 849px) {
    .mikotech-post-swiper-slider {
        padding: 5px;
    }
    .mikotech-post-swiper-slider .post-slide-thumbnail img {
        height: 100px;
    }
    .mikotech-post-swiper-slider .post-slide-title {
        font-size: 12px;
    }
    .mikotech-post-swiper-slider .post-slide-date {
        font-size: 9px;
    }
    body.elementor-editor-active .mikotech-post-swiper-slider .swiper-wrapper {
        gap: 8px !important;
    }
    .mikotech-post-swiper-slider .post-slide-title{text-align: center;}
    .mikotech-post-swiper-slider .post-slide-title a{font-size: 16px;text-align: center;}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .mikotech-post-swiper-slider .post-slide-thumbnail img {
        height: 120px;
    }
    .mikotech-post-swiper-slider .post-slide-title {
        font-size: 14px;
    }
    .mikotech-post-swiper-slider .post-slide-date {
        font-size: 10px;
    }
    body.elementor-editor-active .mikotech-post-swiper-slider .swiper-wrapper {
        gap: 10px !important;
    }
}