.gc-overlay-applied { cursor: not-allowed !important; }
.gc-overlay-applied * { cursor: not-allowed !important; }

.gc-overlay-applied a,
.gc-overlay-applied button {
  pointer-events: none !important;
  box-shadow: none !important;
}

.gc-product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
}

.gc-product-overlay__text {
  font-size: 14px;
  line-height: 1.3;
  color: #222;
  max-width: 90%;
  pointer-events: none;
}
