#ohcc-consent-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ohcc-consent-box {
  max-width: 620px;
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  font-family: Arial, sans-serif;
  border-top: 6px solid #2c6bed;
}

#ohcc-consent-box h3 {
  margin-top: 0;
  color: #2c6bed;
}

.ohcc-row {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}

.ohcc-actions {
  text-align: right;
  margin-top: 20px;
}

.ohcc-actions button {
  padding: 10px 16px;
  margin-left: 8px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.ohcc-accept { background: #2c6bed; color: #fff; }
.ohcc-save { background: #4caf50; color: #fff; }
.ohcc-reject { background: #ccc; }

.ohcc-links {
  font-size: 12px;
  margin-top: 15px;
}

.ohcc-links a {
  margin-right: 6px;
  color: #2c6bed;
  text-decoration: none;
}
