.popup-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 100vh;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.popup-modal-body {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.popup-modal-body img {
  display: block;
  max-width: 100vw;
  max-height: 80vh;
  width: auto;
  height: auto;
}

.popup-modal-body .popup-link {
  display: block;
  line-height: 0;
}

.popup-modal-footer {
  background-color: #333;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b3b3b3;
  font-size: 13px;
}

.popup-hide-label {
  color: #b3b3b3;
  margin: 0;
  cursor: pointer;
}

.popup-hide-today {
  margin-right: 6px;
  vertical-align: middle;
}

.popup-close-btn,
.popup-close-btn:hover,
.popup-close-btn:focus {
  color: #b3b3b3;
  text-decoration: none;
}
