/* Base card shell styles for swiper mode */
.pc-swiper .card-container{ width:100vw; height:100vh; margin:0; }
.pc-swiper .swiper{ width:100%; height:100%; }
.pc-swiper .swiper-slide{ width:70vw; max-width:1100px; height:100%; display:flex; align-items:stretch; justify-content:center; }
@media (min-width:1280px){ .pc-swiper .swiper-slide{ width:70vw; max-width:1100px; height:100%; display:flex; align-items:stretch; justify-content:center; } }
.pc-swiper .card{ position:relative !important; height:100%; box-sizing:border-box; }
.pc-swiper .text-overlay{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:90%; max-width:1000px; max-height:calc(100% - 180px); overflow:auto; padding:24px; box-sizing:border-box; }
.pc-swiper .card{ opacity:1 !important; visibility:visible !important; pointer-events:auto !important; }
