/* Base */
.psb-swiper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }
.psb-card { background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 2px 10px rgba(0,0,0,.06); }
.psb-media, .psb-media img { display:block; width:100% !important; max-width:100% !important; height:auto; margin:0; }
.psb-content { padding:16px; }
.psb-title { margin:0 0 6px; font-size:1.125rem; line-height:1.3; }
.psb-title a { text-decoration:none; }
.psb-meta { font-size:.85rem; color:#666; margin-bottom:8px; }
.psb-excerpt { margin:0 0 12px; color:#333; }
.psb-readmore { display:inline-block; text-decoration:none; }
.psb-empty { padding:12px; color:#666; }

/* Swiper flex safety */
.psb-swiper .swiper-wrapper { box-sizing:border-box; }
.psb-swiper .swiper-slide { min-width:0; }

/* Editor placeholder */
.psb-placeholder { border:1px dashed #c3c4c7; padding:24px; border-radius:8px; background:#f8f9fa; }
.psb-placeholder-inner { max-width:600px; }

/* Column-safe defaults */
.wp-block-columns > .wp-block-column { min-width: 0; }
.wp-block-column .psb-swiper { max-width: 100%; overflow: hidden; }
.wp-block-column .psb-swiper .swiper-button-prev,
.wp-block-column .psb-swiper .swiper-button-next { width: 32px; height: 32px; line-height: 32px; }

/* No horizontal scroll within slider */
.psb-swiper { overflow-x: clip; }