.cpp-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.cpp-box {
  background: #fff;
  padding: 20px;
  width: 650px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.cpp-box img {
  width: 600px;
  height: 400px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.cpp-text {
  margin-top: 15px;
  font-size: 18px;
}

.cpp-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #999;
}
