/*
Theme Name: MangaReader Child
Theme URI: https://themesia.com/mangareader-wordpress-theme
Template: mangareader
Author: Themesia
Author URI: https://themesia.com
Description: theme for read manga.
Tags: black,yellow,blue,purple,light,two-columns,right-sidebar,custom-header,custom-menu,featured-images
Version: 2.5.1
Updated: 2025-06-14 00:00:00

*/

/* =======================================
   Swiper slider visibility rules
   ---------------------------------------
   Show desktop slide on large screens and
   automatically switch to the mobile card
   when viewport width shrinks (tablets/mobiles)
   ======================================= */
.swiper-slide .desktop-slide {
    display: block;
}

.swiper-slide .mobile-slide {
    display: none;
}

@media (max-width: 1024px) {
    .swiper-slide .desktop-slide {
        display: none;
    }

    .swiper-slide .mobile-slide {
        display: block;
    }
}

.bigbanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: auto;
}

/* Lock screen & premium UI styling now in redesign.css and public.css */
