/* 10man Styles Reset */

.logo_10man_wrapper {
  position: relative;
  display: inline-block; /* Fit to content (image) */
  width: auto;
  min-height: auto;
  line-height: 0; /* Remove bottom gap */
  width: 150%;
  margin-left: -25%;
}

/* Canvas generated by Three.js */
.logo_10man_wrapper canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none; /* Let clicks pass through if needed */
}

/* Original image hidden but takes up space */
.cashback_logo2 {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0; /* Invisible but present for layout */
  visibility: hidden; /* Ensure it's not visible */
}
/*
@keyframes fukiPop {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
*/
