#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  width: 90%;
  max-width: 600px;
  overflow: hidden;
}

#facebox table {
  border-collapse: collapse;
  width: 100%;
}

#facebox td {
  padding: 0;
}

#facebox .body {
  padding: 20px 24px;
  background: #fff;
}

#facebox .content {
  padding: 0;
}

#facebox .content h2 {
  font-size: 20px;
  margin: 0 0 16px;
  color: #333;
}

#facebox .content p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.img_new_box img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 16px;
}

#facebox .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  z-index: 1;
}

#facebox .close img {
  height: 16px;
  opacity: 0.6;
  transition: opacity 0.2s;
  border: none;
}

#facebox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 99;
}
