.insites-candle-popup {
  position: fixed;
  top: 9rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;

  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;
  max-width: 26rem;
  max-height: 26rem;
  margin: auto;
  padding: 2rem;
  border-radius: 1rem;

  background: rgb(52 52 52);
  display: none;
  text-align: center;
}
.single-post-candle {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.insites-candle-popup .single-post-submit {
  background-color: #f7c222;
  color: rgb(52 52 52);
  border: none;
}
.insites-candle-popup .single-post-submit:hover {
  color: #f7c222;
  background-color: rgb(52 52 52);
  outline: 1px solid #f7c222;
}
.single-post-candle input {
  border-radius: 0.3rem;
}
.insites-candle-popup h3 {
  margin-bottom: 4rem;

  color: #fff;
}
.popup {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  min-width: 250px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.insites-candle-popup-close {
  position: absolute;
  left: 1rem;
  top: 1rem;

  width: 2rem;
  height: 2rem;
  padding: 0;

  font-size: 1.3rem;
  line-height: 0;
  border: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.insites-candle-popup-close:hover {
  background-color: #fff;
  color: #000;
}

.insites-candle-note {
  color: aliceblue;
  margin: 0;
  font-size: 12px;
}

.insites-memory-comments .memory-comment {
  background: #f8f9fa;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  margin: 5px;
  font-family: sans-serif;
}
.insites-memory-comments .memory-comment strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.insites-memory-comments .memory-comment span {
  font-size: 14px;
  color: #555;
}

.memory-global-count .active-candle-icon {
  display: none;
}

.memory-global-count.active-candle .normal-icon {
  display: none;
}

.memory-global-count.active-candle .active-candle-icon {
  display: inline-block;
}
