/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 11 2025 | 14:54:06 */
/* Style the close icon to be white and larger */
.dialog-lightbox-close-button svg.eicon-close {
  width: 32px; /* Adjust size as needed */
  height: 32px;
  fill: white;
  color: white;
}

/* Optional: Add hover effect */
.dialog-lightbox-close-button:hover svg.eicon-close {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
