
#bc-agegate-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.bc-agegate-popup {
  max-width: 420px;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.agegate-logo {
  max-width: 120px;
  margin-bottom: 20px;
}
.bc-agegate-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.bc-agegate-buttons button {
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
