/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/

/* Remove horizontal gap between columns */
.wp-block-columns {
  column-gap: 0 !important;
}

/* Ensure images fill the columns and align uniformly */
.wp-block-column img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover; /* optional: ensures consistent fit */
}