
#dppm-footer-menu {
  background: #f1f1f1;
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #ccc;
  font-size: 0.95rem;
  font-family: sans-serif;
}
#dppm-footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#dppm-footer-menu ul li {
  display: inline-block;
  margin: 0 15px;
}
#dppm-footer-menu ul li a {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}

#dppm-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.65);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dppm-popup .dppm-content {
  background: #fff;
  padding: 2rem;
  width: 90%;
  max-width: 800px;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  position: relative;
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

#dppm-popup .dppm-content h2,
#dppm-popup .dppm-content h3,
#dppm-popup .dppm-content h4 {
  margin-top: 1.5em;
  color: #2c3e50;
}

#dppm-popup .dppm-content ul {
  margin: 1em 0 1em 1.5em;
  padding-left: 1em;
  list-style: disc;
}

.dppm-close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 1.8rem;
  color: #999;
  cursor: pointer;
}
