.wp-block-kraken-core-slider .swiper-slide .wp-block-kraken-core-content-card{
    border-radius: 0;
    margin: 0;
}
.wp-block-kraken-core-slider .swiper-slide .wp-block-kraken-core-content-card:focus-within,
.wp-block-kraken-core-slider .swiper-slide .wp-block-kraken-core-content-card:hover {
    transform: none !important;
}
.wp-block-kraken-core-slider .swiper-slide .wp-block-kraken-core-content-card .primary-card-link  {
    padding: 0;
}
.wp-block-kraken-core-slider .swiper-slide .wp-block-kraken-core-content-card .featured-media,
.wp-block-kraken-core-slider .swiper-slide .wp-block-kraken-core-content-card .featured-media figure img,
.wp-block-kraken-core-slider .swiper-slide .wp-block-kraken-core-content-card .featured-media img,
.wp-block-kraken-core-slider .swiper-slide .wp-block-kraken-core-content-card .content{
    border-radius: 0 !important;
}
.wp-block-kraken-core-slider .swiper-navigation-wrapper [role="button"]{
    border-radius: 0;
    --arrow-background-color: #F25B5C;
}
.wp-block-kraken-core-slider .swiper-coverflow .swiper-slide > * {
    box-shadow: none !important;
}
.wp-block-kraken-core-slider.slides-fit .swiper-navigation-wrapper {
    display: none;
}
/* Manual override: add "hide-slider-nav" in the block's
   Advanced > Additional CSS class(es) field to force-hide the prev/next
   arrows (and pagination) regardless of the auto fit-detection. Use this when
   the slides visually fit but their layout width slightly overflows the column
   (e.g. coverflow, where side slides are scaled down). */
.wp-block-kraken-core-slider.hide-slider-nav .swiper-navigation-wrapper {
    display: none !important;
}
/* Coverflow effect: hide Swiper's dark side-shadow overlays so outer slides
   don't look dimmed. Keeps the rotate/scale (center stays bigger). */
.wp-block-kraken-core-slider .swiper-slide-shadow,
.wp-block-kraken-core-slider .swiper-slide-shadow-left,
.wp-block-kraken-core-slider .swiper-slide-shadow-right,
.wp-block-kraken-core-slider .swiper-slide-shadow-top,
.wp-block-kraken-core-slider .swiper-slide-shadow-bottom {
    display: none !important;
}
/* Coverflow builds a 3D rendering context (perspective + preserve-3d on the
   wrapper/slides). In Chromium that context breaks click hit-testing: pointer
   events land on .swiper-wrapper instead of the card's button/link, so the
   in-card CTAs are unclickable. We already force coverflow rotate to 0
   (kraken-core-coverflow-rotate-zero.js), so flattening the 3D context costs
   nothing visually and restores the clicks. */
.wp-block-kraken-core-slider .swiper-coverflow,
.wp-block-kraken-core-slider .swiper-coverflow .swiper-wrapper {
    transform-style: flat !important;
    perspective: none !important;
}
