.modal-trigger-link {
  display: inline-block;
  padding: 12px 24px;
  margin-bottom: 15px;
  background-color: #0076d6;
  color: #ffffff;
  text-decoration: underline;
  border-radius: 4px;
  font-weight: bold;
}
.modal-trigger-link:hover,
.modal-trigger-link:focus {
  background-color: #00529b;
  color: #ffffff;
  outline: 3px solid #ffbe2e;
  outline-offset: 2px;
}
.inline-map-iframe {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}
.fullscreen-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  z-index: 99999;
}
.fullscreen-modal:target {
  display: block;
}
.fullscreen-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-close-btn {
  position: fixed;
  top: 120px;
  right: 20px;
  z-index: 100000;
  padding: 14px 28px;
  background-color: #b50909;
  color: #ffffff !important;
  border: 4px solid #ffffff;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
  line-height: 1;
}
.modal-close-btn:hover,
.modal-close-btn:focus {
  background-color: #8b0000;
  outline: 4px solid #ffbe2e;
  outline-offset: 3px;
  color: #ffffff !important;
  text-decoration: none !important;
}