/* Custom overrides for screenshots sizing */
.dashboard-section .dashboard-screenshot-item { text-align: right !important; }
.dashboard-section .dashboard-screenshot-item img { width: 200px !important; height: auto !important; transform: none !important; border-radius: 12px !important; }
.dashboard-section .dashboard-screenshot-item.slick-active img { width: 200px !important; transform: none !important; }
.dashboard-screenshot-wrap { max-width: 900px; margin: 0 auto; }
/* Yan görsellerin görünebilmesi için opaklık ve ölçek */
.dashboard-screenshot-item { opacity: 0.35 !important; }
.dashboard-screenshot-item.slick-center { opacity: 1 !important; text-align: center !important; }
.dashboard-screenshot-item.slick-center + .dashboard-screenshot-item { text-align: left !important; }
.dashboard-screenshot-item img { display: inline-block; }
.dashboard-screenshot-item:not(.slick-center) img { opacity: 0.6; }


.browswr-support-section .browswr-support-content .theme-btn.style-three {
    margin-top: 10px !important;
}

/* Funikid dashboard görseli: masaüstü %70, mobil %100 */
@media (min-width: 992px) {
    .browswr-support-section .browswr-support-image .funikid-dashboard-img {
        width: 70% !important;
        max-width: 70% !important;
        height: auto !important;
    }
}
@media (max-width: 991.98px) {
    .browswr-support-section .browswr-support-image .funikid-dashboard-img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Mobil: dashboard screenshot görsellerini eşit ve küçük yap */
@media (max-width: 767.98px) {
    .dashboard-section .dashboard-screenshot-item img {
        width: 200px !important;
        height: 260px !important;
        object-fit: contain !important;
    }
}
@media (max-width: 575.98px) {
    .dashboard-section .dashboard-screenshot-item img {
        width: 180px !important;
        height: 240px !important;
        object-fit: contain !important;
    }
}
