.page-template-template-careers .open-airtable {
  height: auto;
  display: inline-block;
  padding: 14px 24px;
  color: white;
  text-decoration: none;
  margin-bottom: 20px;
}
.page-template-template-careers .lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin: 0 auto;
}
.page-template-template-careers .lightbox:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  margin: 0 auto;
}
.page-template-template-careers .lightbox:target .lightbox-content {
  transform: translateY(0);
}
.page-template-template-careers .lightbox-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.page-template-template-careers .lightbox-content {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 90dvh;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  z-index: 2;
  display: block;
  margin: 0 auto;
}
.page-template-template-careers .lightbox-content * {
  box-sizing: border-box;
}
.page-template-template-careers .lightbox-content iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
}
.page-template-template-careers .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 10;
  color: black;
  text-decoration: none;
  font-size: 42px;
  line-height: 1;
}
.page-template-template-careers #airtable-form-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}
.page-template-template-careers #airtable-form {
  width: 100% !important;
  height: 100% !important;
  min-height: 90dvh;
  display: block;
  border: 0;
  background: white;
}/*# sourceMappingURL=template-careers.css.map */