.wp-sbs-gallery {
    display: flex !important;
    gap: 10px !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    margin: 1em 0 !important;
    clear: both !important;
}
.wp-sbs-gallery > * {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.wp-sbs-gallery img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    max-width: 100% !important;
}
/* 캡션이나 링크가 있는 경우 */
.wp-sbs-gallery figure, 
.wp-sbs-gallery a {
    display: block !important;
    margin: 0 !important;
}
