/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 04:42:26 */
/* .customCard {
  position: relative;
  width: 260px;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.5);
  /* other styles, clip-path etc. */
}

.cornerImage {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px; /* adjust as needed */
  height: auto;
  pointer-events: none; /* avoids blocking clicks */
  z-index: 2; /* optional, in case of stacking */
}
 */