/* Escape hatch under kalenderen: chips + e-mail. Match sparring-skallen. */
.bk-contact-hatch {
  position: relative;
  margin-top: 1.4rem;
  padding: 1.25rem 1.3rem 1.4rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
.bk-contact-hatch h3 {
  font: 700 17px/1.24 "Inter Tight", system-ui, sans-serif;
  letter-spacing: -0.03em;
  margin: 0 0 0.4rem;
  color: #2b2b2b;
}
.bk-contact-hatch__lede {
  margin: 0 0 0.9rem;
  font: 400 15px/1.5 "Inter Tight", system-ui, sans-serif;
  color: #6e6e6e;
}
.bk-contact-hatch__nap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.2rem;
  margin: 0 0 1rem;
}
.bk-contact-hatch__nap a {
  font: 500 15px/1.3 "Inter Tight", system-ui, sans-serif;
  color: #2b2b2b;
  text-decoration: underline;
  text-underline-offset: 2px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.bk-contact-hatch__toggle {
  font: 500 15px/1.3 "Inter Tight", system-ui, sans-serif;
  color: #6f2fd0;
  background: none;
  border: 0;
  padding: 0;
  min-height: 44px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bk-contact-hatch__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0.8rem 0 1rem;
}
.bk-contact-hatch__chips button {
  font: 500 14px/1.2 "Inter Tight", system-ui, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  color: #2b2b2b;
  border-radius: 500px;
  padding: 0.55rem 1rem;
  min-height: 44px;
  cursor: pointer;
}
.bk-contact-hatch__chips button[aria-pressed="true"] {
  background: #8b3df0;
  border-color: #8b3df0;
  color: #fff;
}
.bk-contact-hatch label {
  display: block;
  font: 700 13px/1.3 "Inter Tight", system-ui, sans-serif;
  color: #6e6e6e;
  margin: 0 0 0.35rem;
}
.bk-contact-hatch input,
.bk-contact-hatch textarea {
  width: 100%;
  font: 400 16px/1.4 "Inter Tight", system-ui, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  padding: 0.7rem 0.85rem;
  color: #2b2b2b;
  background: #f1f3f6;
  margin: 0 0 0.85rem;
}
.bk-contact-hatch input:focus-visible,
.bk-contact-hatch textarea:focus-visible,
.bk-contact-hatch button:focus-visible {
  outline: 3px solid #8b3df0;
  outline-offset: 2px;
}
.bk-contact-hatch input:focus,
.bk-contact-hatch textarea:focus {
  border-color: #8b3df0;
}
.bk-contact-hatch .hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}
.bk-contact-hatch [type="submit"] {
  font: 700 15px/1.2 "Inter Tight", system-ui, sans-serif;
  background: #2b2b2b;
  color: #fff;
  border: 0;
  border-radius: 500px;
  padding: 0.7rem 1.4rem;
  min-height: 48px;
  cursor: pointer;
}
.bk-contact-hatch [type="submit"]:hover {
  background: #000;
}
.bk-contact-hatch [type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.bk-contact-hatch [data-contact-error] {
  color: #9c3d2a;
  font: 400 14px/1.4 "Inter Tight", system-ui, sans-serif;
  margin: 0 0 0.7rem;
}
.bk-contact-hatch [data-contact-done] {
  font: 400 15px/1.5 "Inter Tight", system-ui, sans-serif;
  color: #2c6b50;
  margin: 0.6rem 0 0;
}
.bk-contact-hatch__fine {
  margin: 0.7rem 0 0;
  font: 400 13px/1.45 "Inter Tight", system-ui, sans-serif;
  color: #6e6e6e;
}
