.close-button {
  transform: scale(0.6) !important;
  transform-origin: top left !important;
  display: inline-block;
  padding: 4px !important;   /* optional: reduce space around icons */
}

/* Shrink both SVG icons */
.close-button .icon svg,
.close-button .close-icon svg {
  width: 18px !important;
  height: 18px !important;
}
