.elementor-field-type-recaptcha_v3 {
  display: none !important;
}

.elementor-element-18b540c .elementor-button-text {
  white-space: nowrap;
}

#off-canvas-2b37987 a[href*="off_canvas%3Aclose"],
#off-canvas-7de16b8 a[href*="off_canvas%3Aclose"] {
  align-items: center;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  text-decoration: none;
  width: 36px;
}

#off-canvas-2b37987 a[href*="off_canvas%3Aclose"]::before,
#off-canvas-7de16b8 a[href*="off_canvas%3Aclose"]::before {
  color: currentColor;
  content: "×";
  font: 400 34px/1 Arial, sans-serif;
}

.teachercard-form-message {
  width: 100%;
  margin: 12px 0 0;
  font: 700 18px/1.35 "ALMONI", Arial, sans-serif;
  text-align: right;
}

.teachercard-form-message[data-state="success"] {
  color: #18865f;
}

.teachercard-form-message[data-state="error"] {
  color: #b42318;
}

.teachercard-accessibility-toggle {
  align-items: center;
  background: #ee9b36;
  border: 1px solid #1d2128;
  border-radius: 999px;
  bottom: 18px;
  color: #11141a;
  cursor: pointer;
  display: flex;
  height: 46px;
  justify-content: center;
  left: 18px;
  padding: 0;
  position: fixed;
  width: 46px;
  z-index: 2147483000;
}

.teachercard-accessibility-toggle svg {
  height: 25px;
  width: 25px;
}

.teachercard-accessibility-panel {
  background: #fff;
  border: 1px solid #1d2128;
  border-radius: 16px;
  bottom: 74px;
  box-shadow: 0 12px 34px rgba(17, 20, 26, .22);
  display: grid;
  gap: 8px;
  left: 18px;
  max-width: calc(100vw - 36px);
  padding: 14px;
  position: fixed;
  width: 230px;
  z-index: 2147483000;
}

.teachercard-accessibility-panel[hidden] { display: none; }
.teachercard-accessibility-panel strong { font: 700 20px/1.2 "ALMONI", Arial, sans-serif; }
.teachercard-accessibility-panel button {
  background: #f6f7f7;
  border: 1px solid #d7d9dc;
  border-radius: 9px;
  color: #151820;
  cursor: pointer;
  font: 600 17px/1.2 "ALMONI", Arial, sans-serif;
  padding: 9px 11px;
  text-align: right;
}

html.teachercard-large-text { font-size: 118%; }
html.teachercard-high-contrast { filter: grayscale(1) contrast(1.35); }
html.teachercard-underlined-links a { text-decoration: underline !important; }

.teachercard-directory-empty {
  color: #555b64;
  font: 700 22px/1.35 "ALMONI", Arial, sans-serif;
  grid-column: 1 / -1;
  margin: 24px 0;
  text-align: center;
  width: 100%;
}

.teachercard-directory-status {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.teachercard-store-popup {
  color: #20232b;
  direction: rtl;
  font: 500 18px/1.45 "ALMONI", Arial, sans-serif;
  min-width: min(300px, calc(100vw - 64px));
  padding: 18px;
  text-align: right;
}

.teachercard-store-popup h3 {
  font-size: 27px;
  line-height: 1.1;
  margin: 0 0 12px;
}

.teachercard-store-popup p { margin: 7px 0; }
.teachercard-store-popup a { color: #1d2128; font-weight: 700; }

.teachercard-snapshot-dialog {
  align-items: center;
  background: rgba(15, 18, 25, .66);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 2147482990;
}

.teachercard-snapshot-dialog[hidden] { display: none; }

.teachercard-snapshot-dialog__panel {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .3);
  max-height: min(86vh, 900px);
  max-width: 940px;
  overflow: auto;
  padding: 24px;
  position: relative;
  width: min(94vw, 940px);
}

.teachercard-snapshot-dialog__close {
  align-items: center;
  background: #f2f3f4;
  border: 1px solid #d8dade;
  border-radius: 999px;
  color: #151820;
  cursor: pointer;
  display: inline-flex;
  font: 400 30px/1 Arial, sans-serif;
  height: 42px;
  justify-content: center;
  left: 14px;
  position: sticky;
  top: 0;
  width: 42px;
  z-index: 2;
}

.teachercard-map-sentinel {
  height: 2px;
  pointer-events: none;
  width: 100%;
}

.teachercard-map-sentinel[hidden] { display: none; }

.teachercard-chain-summary > img {
  display: block;
  margin: 0 auto 18px;
  max-height: 190px;
  max-width: min(100%, 360px);
  object-fit: contain;
}

.teachercard-chain-summary h2,
.teachercard-chain-summary h3 { margin: 10px 0; }

.teachercard-chain-branches {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-inline-start: 22px;
}

.jet-active-tags .teachercard-active-filter {
  align-items: center;
  background: #f1f2f3;
  border: 0;
  border-radius: 999px;
  color: #22252c;
  cursor: pointer;
  display: inline-flex;
  font: 600 17px/1 "ALMONI", Arial, sans-serif;
  gap: 7px;
  margin: 4px;
  padding: 8px 12px;
}

.jet-active-tags .teachercard-active-filter::after { content: "×"; font-size: 21px; }

@media (max-width: 767px) {
  .teachercard-accessibility-toggle { bottom: 14px; left: 14px; }
  .teachercard-accessibility-panel { bottom: 68px; left: 14px; }
}
