/* Targets only THIS slideshow — the unique class keeps every other slideshow gadget untouched */
.slideshow-card {
  background-color: #ffffff;
  border-radius: 16px;                          /* outer rounded corners */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);   /* soft drop shadow */
  padding: 12px;                                 /* white frame around the slides */
  overflow: hidden;                              /* clips slides to match the corners */
}

/* Round the slide images to sit nicely inside the white frame */
.slideshow-card .camera_wrap,
.slideshow-card img {
  border-radius: 10px;
}