.burc-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  align-items: center; /* Dikey ortalama */
  justify-content: center; /* Yatay ortalama */
  z-index: 9999;
}

.burc-popup-content {
  background: var(--popup-bg, #fff);
  max-width: 520px;
  width: 92%;
  padding: 22px 26px;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
  position: relative;
  text-align: center;
}

/* Başlık bold */
#burc-popup-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* Tanım normal */
#burc-popup-text {
  font-weight: normal;
  line-height: 1.6;
  color: var(--text-color, #333);
}
