/* Force 4 column layout on WordPress Gallery */
.wp-block-gallery,
.blocks-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 15px !important;
}

.blocks-gallery-item {
  width: auto !important;
  margin: 0 !important;
}