/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 16:08:07 */
.card-default-top .safe-svg-cover {
  margin: 0;
  padding: 0;
}
.card-default-top .safe-svg-cover svg {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  margin-bottom: -5px;
}
.card-default:hover .safe-svg-cover svg {
  opacity: 1;
}
