/* Add custom CSS styles below */ 
.dunia-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.dunia-popup-card {
  position: relative;
  max-width: 600px;
  width: 92%;
}

.dunia-popup-card img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.dunia-popup-close {
  position: absolute;
  top: -38px;
  right: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}