
#ccm-toggle {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 9999;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
}

#ccm-toggle img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

#ccm-popup {
  position: fixed;
  bottom: 5rem;
  left: 1rem;
  background: #fff;
  color: #000;
  border: 2px solid #FF8F2B;
  padding: 1rem;
  border-radius: 0.5rem;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  display: none;
  max-width: 300px;
  font-size: 0.9rem;
}

#ccm-info-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
}

.ccm-info-content {
  background: white;
  padding: 2rem;
  max-width: 500px;
  text-align: center;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}

.ccm-info-content h2 {
  margin-top: 0;
  color: #FF8F2B;
  font-size: 1.2rem;
}

.ccm-info-content p {
  margin-bottom: 1.5rem;
}

#ccm-info-box button {
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  background: #FF8F2B;
  border: none;
  color: white;
  border-radius: 0.3rem;
  cursor: pointer;
}
