.custom-image-wrapper {
  display: flex;
  flex-wrap: wrap;           /* Allows images to stack on smaller viewports */
  justify-content: center;   /* Centers the images horizontally */
  gap: 20px;                 /* Adjusts the space between images (20px is a small gap) */
}

.custom-image-wrapper img {
  width: 330px;              /* Forces each image to be 330px wide */
  max-width: 100%;           /* Ensures responsiveness */
  height: auto;              /* Maintains aspect ratio */
}

/* Target that specific field section */
figure.fieldSection.entity--0 {
  max-width: 400px !important;
  margin: 0 auto;  /* Center the field in its container */
}

[data-key="bcc52"] .btn-raised {
  padding: 5px 8px !important;
}

[data-key="bcc52"] .Choices img {
  margin-top: 0 !important;
}

.submit span[data-testid="submitbutton"] {
  display: none !important;
}



