
.spikpa-overlay[data-v-15347739] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.spikpa-image-wrapper[data-v-15347739] {
  position: relative;
  display: inline-block;
}
.spikpa-img[data-v-15347739] {
  display: block;
  width: 100%;
  max-width: 600px; 
  border-radius: 0;   
  box-shadow: none;
}
.spikpa-close-btn[data-v-15347739] {
  position: absolute;
  top: 16px;        
  right: 16px;       
  background-color: aliceblue;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  z-index: 2;        
  transition: background-color 0.2s;
}
.spikpa-close-btn[data-v-15347739]:hover {
  background-color: #d4e7f7;
}

