@font-face {
  font-display: swap;
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400 900;
  src: url("../fonts/hanken-grotesk-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 900;
  src: url("../fonts/inter-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  font-size: 14px;
  --hpj-font-sans: Aptos, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --hpj-font-display: "Aptos Display", Aptos, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
  color: #17201d;
  background: #f7faf8;
  font-family: var(--hpj-font-sans);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hpj-page-head h1,
.hpj-page-header h1,
.hpj-home-list__title h2,
.hpj-form-section h2,
.hpj-search-result-card h3,
.hpj-search-option__head strong,
.hpj-action,
button,
.hpj-home-filter button {
  font-family: var(--hpj-font-display);
}

.hpj-navbar-brand {
  align-items: center;
  display: inline-flex;
  min-width: 170px;
  padding-bottom: 0;
  padding-top: 0;
}

.hpj-navbar-logo {
  display: block;
  height: 34px;
  max-width: 210px;
  object-fit: contain;
  width: auto;
}

.hpj-mobile-account-menu {
  display: none;
}

.hpj-mobile-account-menu__button {
  align-items: center;
  background: #fff;
  border: 1px solid #cfe0d9;
  border-radius: 8px;
  color: #006d55;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 46px;
}

.hpj-mobile-account-menu__button:hover,
.hpj-mobile-account-menu__button:focus-visible,
.hpj-mobile-account-menu__button[aria-expanded="true"] {
  background: #eef8f4;
  border-color: #95cdbb;
  color: #004f3f;
}

.hpj-mobile-account-menu__button svg {
  fill: currentColor;
  height: 25px;
  width: 25px;
}

.hpj-mobile-bottom-nav {
  display: none;
}

.hpj-mobile-bottom-nav__item {
  align-items: center;
  color: #52645e;
  display: grid;
  font-size: .72rem;
  font-weight: 850;
  gap: 3px;
  justify-items: center;
  line-height: 1.1;
  min-width: 0;
  padding: 8px 4px 9px;
  text-align: center;
  text-decoration: none;
}

.hpj-mobile-bottom-nav__item svg {
  display: block;
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.hpj-mobile-bottom-nav__item span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hpj-mobile-bottom-nav__item:hover,
.hpj-mobile-bottom-nav__item:focus-visible,
.hpj-mobile-bottom-nav__item.is-active {
  color: #007f65;
}

.hpj-icon-button {
  align-items: center;
  background: #e7f1ed;
  border: 0;
  border-radius: 8px;
  color: #006d55;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.hpj-icon-button:hover,
.hpj-icon-button:focus {
  background: #d7ebe3;
  color: #004f3f;
}

.hpj-icon-button svg {
  fill: currentColor;
  height: 20px;
  width: 20px;
}

.hpj-icon-button--danger {
  background: #fdecec;
  color: #b42318;
}

.hpj-icon-button--danger:hover,
.hpj-icon-button--danger:focus {
  background: #fbd5d5;
  color: #8a1c14;
}

.hpj-icon-button--subtle-cancel {
  background: #e7f1ed;
  color: #007f65;
}

.hpj-icon-button--subtle-cancel:hover,
.hpj-icon-button--subtle-cancel:focus {
  background: #d7ebe3;
  color: #004f3f;
}

.hpj-sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.hpj-action--danger {
  background: #b42318;
  color: #fff;
}

.hpj-action--ghost {
  background: transparent;
  color: #33413c;
}

.hpj-danger-text {
  color: #b42318;
  font-weight: 800;
}

.hpj-definition-list {
  display: grid;
  gap: 8px 16px;
  grid-template-columns: max-content 1fr;
  margin: 0 0 14px;
}

.hpj-definition-list dt {
  color: #33413c;
  font-weight: 850;
}

.hpj-definition-list dd {
  margin: 0;
}

.hpj-pending-payment-alert {
  border-bottom: 1px solid #b7e1d0;
  background: #eaf8f1;
  color: #173f31;
}

.hpj-pending-payment-alert__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hpj-pending-payment-alert strong,
.hpj-pending-payment-alert span {
  display: inline-block;
}

.hpj-pending-payment-alert a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  background: #007f5f;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.hpj-pending-payment-alert__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.hpj-pending-payment-alert__actions button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #8fc8b6;
  border-radius: 8px;
  background: #fff;
  color: #173f31;
  font-weight: 800;
}

.hpj-home {
  display: grid;
  align-items: center;
}

.hpj-home--marketplace {
  padding: 26px 0 22px;
}

.hpj-home__hero {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.hpj-home__copy {
  min-width: 0;
}

.hpj-eyebrow {
  color: #007f5f;
  font-size: .86rem !important;
  font-weight: 850;
  letter-spacing: .08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.hpj-home h1 {
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.hpj-home-logo-title {
  line-height: 1;
}

.hpj-home-logo-title img {
  display: block;
  height: auto;
  max-width: min(620px, 100%);
  width: 100%;
}

.hpj-home p {
  max-width: 620px;
  font-size: 1.08rem;
  color: #46534e;
  margin-bottom: 0;
}

.hpj-home__panel {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(23, 32, 29, .06);
  display: grid;
  gap: 10px;
  padding: 18px;
}

.hpj-home__panel strong {
  font-size: 1.12rem;
  font-weight: 900;
}

.hpj-home__panel span {
  color: #52645e;
}

.hpj-home__action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: #007f5f;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

.hpj-home__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hpj-home__actions--single {
  grid-template-columns: 1fr;
}

.hpj-home__actions--featured .hpj-home__action {
  min-height: 46px;
  padding-inline: 18px;
  justify-content: center;
}

.hpj-home__action--button {
  border: 0;
  cursor: pointer;
  font: inherit;
  width: 100%;
}

.hpj-home__action.secondary {
  color: #1c2824;
  background: #e7f1ed;
}

.hpj-home-list {
  padding: 10px 0 46px;
}

.hpj-home-list__toolbar {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(260px, 1fr) minmax(440px, auto) auto;
  margin: 0 0 18px;
}

.hpj-home-list__title h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.05rem);
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 6px;
  white-space: nowrap;
}

.hpj-home-list__title p {
  color: #52645e;
  margin: 0;
}

.cb2-home {
  background:
    radial-gradient(circle at 80% 8%, rgba(0, 107, 96, .08), transparent 30%),
    radial-gradient(circle at 8% 24%, rgba(250, 189, 50, .08), transparent 28%),
    #f6f9ff;
  color: #001d32;
  font-family: "Inter", var(--hpj-font-sans);
  margin: 0 0 -1rem;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}

body:has(.cb2-home) > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

html:has(.hpj-public-establishment-page),
body:has(.hpj-public-establishment-page) {
  overflow-x: clip;
}

.cb2-home *,
.cb2-home *::before,
.cb2-home *::after {
  box-sizing: border-box;
}

.cb2-shell {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.cb2-nav {
  background: rgba(247, 249, 255, .84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(189, 201, 198, .55);
  box-shadow: 0 2px 16px rgba(0, 29, 50, .05);
  position: sticky;
  top: 0;
  z-index: 30;
}

.cb2-nav__inner {
  align-items: center;
  display: flex;
  gap: 32px;
  height: 60px;
  justify-content: space-between;
  min-height: 60px;
}

.cb2-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  text-decoration: none;
}

.cb2-brand img {
  display: block;
  height: 42px;
  max-width: 210px;
  object-fit: contain;
  width: auto;
}

.cb2-brand img.cb2-brand__custom-logo {
  height: 42px;
  max-width: none;
  object-fit: fill;
  width: 210px;
}

.cb2-nav__links {
  align-items: center;
  display: flex;
  gap: 28px;
  height: 100%;
  margin-right: auto;
}

.cb2-nav__links a,
.cb2-account__link,
.cb2-footer a {
  color: #3e4947;
  font-weight: 600;
  text-decoration: none;
}

.cb2-nav__links a {
  align-items: center;
  border-bottom: 3px solid transparent;
  display: inline-flex;
  font-family: Aptos, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 100%;
  padding: 0;
}

.cb2-nav__links a:hover,
.cb2-nav__links a.is-active,
.cb2-account__link:hover,
.cb2-footer a:hover {
  color: #006b60;
}

.cb2-nav__links a.is-active {
  border-bottom-color: #006b60;
}

.cb2-nav__quick-action {
  align-items: center;
  background: #e7f5f1;
  border: 1px solid rgba(0, 107, 96, .16);
  border-radius: 11px;
  color: #006b60;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  width: 38px;
}

.cb2-nav__quick-action:hover,
.cb2-nav__quick-action:focus-visible {
  background: #d6eee8;
  border-color: rgba(0, 107, 96, .34);
  box-shadow: 0 8px 18px rgba(0, 107, 96, .12);
  color: #00584f;
  transform: translateY(-1px);
}

.cb2-nav__quick-action svg {
  fill: currentColor;
  height: 21px;
  width: 21px;
}

.cb2-account {
  align-items: center;
  display: flex;
  gap: 16px;
  height: 60px;
  justify-content: flex-end;
}

.cb2-account form {
  align-items: center;
  display: flex;
  margin: 0;
}

.cb2-account__link {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  line-height: 1;
  white-space: nowrap;
}

.cb2-account__toggle {
  appearance: none;
  background: transparent !important;
  border: 0 !important;
  color: #3e4947;
  cursor: pointer;
  font-family: Aptos, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  height: 34px;
  padding: 0 !important;
}

.cb2-account__toggle--icon {
  background: #fff !important;
  border: 1px solid rgba(189, 201, 198, .7) !important;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 29, 50, .08);
  color: #3e4947;
  height: 42px;
  justify-content: center;
  min-width: 42px;
  padding: 0 14px !important;
  width: auto;
}

.cb2-account__toggle--icon:hover,
.cb2-account-menu.show .cb2-account__toggle--icon {
  background: #eef8f4 !important;
  border-color: #95cdbb !important;
  color: #006b60;
}

.cb2-account__toggle--icon::after {
  display: none;
}

.cb2-account__toggle:focus,
.cb2-account__toggle:active,
.cb2-account__toggle.show,
.cb2-account-menu.show .cb2-account__toggle {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.cb2-account__toggle:focus-visible {
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(0, 107, 96, .16) !important;
  outline: none !important;
}

.cb2-account__toggle::after {
  margin-left: 2px;
}

.cb2-account__dropdown {
  border: 1px solid rgba(189, 201, 198, .65);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0, 29, 50, .14);
  padding: 8px;
}

.cb2-account__dropdown .dropdown-item {
  border-radius: 8px;
  color: #233833;
  font-weight: 600;
  padding: 9px 12px;
}

.cb2-account__dropdown .dropdown-item:hover,
.cb2-account__dropdown .dropdown-item:focus {
  background: #eef8f4;
  color: #006b60;
}

.cb2-account__dropdown form {
  display: block;
  margin: 0;
}

.cb2-account__logout {
  background: transparent;
  border: 0;
  text-align: left;
  width: 100%;
}

.cb2-account__icon {
  display: block;
  height: 20px;
  width: 20px;
}

.cb2-account__toggle--icon .cb2-account__icon {
  height: 24px;
  width: 24px;
}

.cb2-account__label {
  display: inline-block;
}

.cb2-account__icon circle:first-child,
.cb2-account__icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.cb2-account__icon circle:nth-child(2) {
  fill: currentColor;
  stroke: none;
}

.cb2-button,
.cb2-soft-button,
.cb2-outline-button,
.cb2-join-card__button {
  align-items: center;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  padding: 0 22px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}

.cb2-button {
  background: #006b60;
  box-shadow: 0 8px 20px rgba(0, 107, 96, .22);
  color: #fff;
}

.cb2-button:hover,
.cb2-soft-button:hover,
.cb2-outline-button:hover,
.cb2-join-card__button:hover {
  transform: translateY(-1px);
}

.cb2-button--compact {
  border-radius: 999px;
  height: 38px;
  min-height: 34px;
  padding-inline: 22px;
}

.cb2-button.cb2-button--compact {
  min-height: 38px;
  padding-bottom: 0;
  padding-top: 0;
}

.cb2-button--search {
  gap: 8px;
  height: 44px;
  margin-top: 24px;
}

.cb2-soft-button {
  background: #d8eaff;
  border: 1px solid #b0d8f7;
  color: #005048;
  min-height: 34px;
  padding-inline: 18px;
}

.cb2-hero {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 580px);
  padding-bottom: 118px;
  padding-top: 42px;
  position: relative;
}

.cb2-hero__copy {
  align-self: center;
  max-width: 620px;
  padding-bottom: 96px;
}

.cb2-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: .88rem;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-weight: 600;
  margin-bottom: 22px;
  padding: 7px 18px;
}

.cb2-pill--gold {
  background: rgba(253, 191, 53, .22);
  color: #6e4f00;
}

.cb2-hero h1 {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: clamp(2.25rem, 3.6vw, 3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0 0 22px;
}

.cb2-hero h1 span {
  color: #006b60;
}

.cb2-hero__copy p {
  color: #314863;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  max-width: 560px;
}

.cb2-hero__media {
  align-self: start;
  background:
    linear-gradient(135deg, rgba(0, 107, 96, .18), rgba(0, 29, 50, .05)),
    linear-gradient(135deg, #e3efff, #ffffff);
  background-position: center;
  background-size: cover;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 29, 50, .14);
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.cb2-hero__media::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(0, 29, 50, .16));
  content: "";
  inset: 0;
  position: absolute;
}

.cb2-hero__media-badge {
  background: rgba(0, 107, 96, .88);
  bottom: 96px;
  color: #fff;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-weight: 700;
  left: 50%;
  padding: 12px 42px;
  position: absolute;
  transform: translateX(-50%);
}

.cb2-search {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(189, 201, 198, .48);
  border-radius: 16px;
  bottom: 0;
  box-shadow: 0 24px 52px rgba(0, 29, 50, .12);
  grid-column: 1 / -1;
  left: 24px;
  padding: 24px;
  position: absolute;
  right: 24px;
  transform: translateY(42%);
  z-index: 2;
}

.cb2-search__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: default;
  display: flex;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  width: 100%;
}

.cb2-search__toggle-icon {
  display: none;
}

.cb2-search__fields.collapse {
  display: block;
}

.cb2-section-title {
  align-items: center;
  display: flex;
  gap: 10px;
}

.cb2-section-title h2 {
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.cb2-section-title span {
  background: #006b60;
  border-radius: 999px;
  display: block;
  height: 28px;
  width: 5px;
}

.cb2-search__grid {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(150px, .85fr) minmax(180px, 1.15fr) minmax(145px, .8fr) minmax(130px, .7fr) minmax(130px, .7fr) auto;
  margin-top: 22px;
}

.cb2-search label,
.cb2-filter span {
  color: #3e4947;
  display: grid;
  font-size: .88rem;
  font-weight: 500;
  gap: 7px;
}

.cb2-search input,
.cb2-search select,
.cb2-filter select {
  background: #edf4ff;
  border: 1px solid #bdc9c6;
  border-radius: 12px;
  color: #001d32;
  min-height: 44px;
  padding: 9px 14px;
  width: 100%;
}

.cb2-distance-filter {
  align-items: center;
  background: #f6fbf9;
  border: 1px solid rgba(0, 107, 96, .13);
  border-radius: 14px;
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  padding: 14px 16px;
}

.cb2-distance-filter .cb2-distance-filter__control {
  align-items: center;
  color: #263b36;
  display: flex;
  flex-wrap: wrap;
  font-size: .92rem;
  font-weight: 800;
  gap: 10px;
}

.cb2-distance-filter .cb2-distance-filter__control > input[type="checkbox"] {
  accent-color: #006b60;
  flex: 0 0 auto;
  height: 18px;
  min-height: 18px;
  padding: 0;
  width: 18px;
}

.cb2-distance-filter .cb2-distance-filter__control span {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.cb2-search .cb2-distance-filter__input,
.cb2-card .cb2-distance-filter__input {
  display: inline-block;
  flex: 0 0 86px;
  min-height: 36px;
  padding: 6px 10px;
  text-align: center;
  width: 86px;
}

.cb2-distance-filter p {
  color: #52645e;
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.cb2-distance-filter p a {
  color: #006b60;
  font-weight: 900;
  text-decoration: none;
}

.cb2-distance-filter p a:hover,
.cb2-distance-filter p a:focus-visible {
  text-decoration: underline;
}

.cb2-section {
  padding-bottom: 42px;
  padding-top: 88px;
}

.cb2-hero + .cb2-section {
  padding-top: 132px;
}

.cb2-section + .cb2-section {
  padding-top: 36px;
}

.cb2-section__head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.cb2-section__head h2 {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: clamp(1.8rem, 2.5vw, 2rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 8px;
}

.cb2-section__head p {
  color: #3e4947;
  margin: 0;
}

.cb2-filter {
  align-items: center;
  display: flex;
  gap: 16px;
}

.cb2-filter form {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
}

.cb2-filter select {
  font-weight: 500;
  min-height: 34px;
  min-width: 170px;
  padding: 5px 14px;
}

.cb2-establishment-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cb2-place-card,
.cb2-pro-card,
.cb2-empty {
  background: #fff;
  border: 1px solid rgba(189, 201, 198, .55);
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(0, 29, 50, .07);
  overflow: hidden;
}

.cb2-place-card__image {
  background:
    linear-gradient(135deg, rgba(0, 107, 96, .22), rgba(0, 29, 50, .05)),
    #d8eaff;
  background-position: center;
  background-size: cover;
  min-height: 220px;
  padding: 18px;
  position: relative;
}

.cb2-place-card__location {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(189, 201, 198, .7);
  border-radius: 10px;
  color: #3e4947;
  font-size: .82rem;
  font-weight: 600;
  padding: 8px 12px;
  position: absolute;
  right: 16px;
  top: 16px;
}

.cb2-place-card__body {
  padding: 24px;
}

.hpj-establishments-directory__summary {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 8px;
}

.hpj-establishments-directory__summary > div {
  align-items: center;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(189, 201, 198, .58);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 29, 50, .05);
  display: flex;
  justify-content: space-between;
  padding: 18px 22px;
}

.hpj-establishments-directory__summary span {
  color: #52645e;
  font-size: .9rem;
  font-weight: 700;
}

.hpj-establishments-directory__summary strong {
  color: #007f68;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.65rem;
  font-weight: 900;
}

.hpj-establishments-directory__results {
  padding-bottom: 0;
  padding-top: 34px;
}

.hpj-establishments-directory-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
}

.hpj-establishments-directory-card__image {
  min-height: 210px;
}

.hpj-establishments-directory-card__logo {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(189, 201, 198, .65);
  border-radius: 14px;
  bottom: -30px;
  box-shadow: 0 9px 24px rgba(0, 29, 50, .14);
  color: #007f68;
  display: flex;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.65rem;
  font-weight: 900;
  height: 66px;
  justify-content: center;
  left: 20px;
  overflow: hidden;
  position: absolute;
  width: 66px;
}

.hpj-establishments-directory-card__logo img {
  height: 100%;
  object-fit: contain;
  padding: 5px;
  width: 100%;
}

.hpj-establishments-directory-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 22px;
  justify-content: space-between;
  padding-top: 46px;
}

.hpj-establishments-directory-card__body .cb2-meta {
  margin-bottom: 0;
}

.hpj-establishments-directory__empty {
  padding: 42px 28px;
  text-align: center;
}

.hpj-establishments-directory__empty .cb2-soft-button {
  margin-top: 14px;
}

.cb2-place-card h3,
.cb2-pro-card h3,
.cb2-join-card h3,
.cb2-empty h3 {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 8px;
}

.cb2-meta {
  align-items: center;
  color: #3e4947;
  display: flex;
  font-size: .9rem;
  gap: 6px;
  margin: 0 0 14px;
}

.cb2-meta__pin {
  display: inline-block;
  flex: 0 0 auto;
  height: 17px;
  width: 17px;
}

.cb2-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 22px;
}

.cb2-tags span {
  background: #d9f4ec;
  border-radius: 999px;
  color: #005048;
  font-size: .72rem;
  font-weight: 700;
  padding: 5px 9px;
  text-transform: uppercase;
}

.cb2-outline-button {
  background: #fff;
  border: 1px solid #cfe0d9;
  color: #005048;
  gap: 8px;
  width: 100%;
}

.cb2-outline-button:hover {
  background: #eef8f4;
}

.cb2-join-card {
  align-items: center;
  background: #118574;
  border-radius: 18px;
  color: #e6fff8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 390px;
  padding: 34px;
  text-align: center;
}

.cb2-join-card__icon {
  align-items: center;
  color: #abfff0;
  display: inline-flex;
  height: 128px;
  justify-content: center;
  margin-bottom: 22px;
  width: 128px;
}

.cb2-join-card__icon svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}

.cb2-join-card__icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.cb2-join-card__icon-bg {
  fill: rgba(171, 255, 240, .14);
}

.cb2-join-card__icon-pin,
.cb2-join-card__icon-dot,
.cb2-join-card__icon-plus {
  fill: #abfff0;
}

.cb2-join-card h3 {
  color: #fff;
}

.cb2-join-card p {
  color: #d5fff8;
  line-height: 1.5;
  margin: 0 0 24px;
}

.cb2-join-card__button {
  background: #abfff0;
  color: #005048;
  min-width: 170px;
}

.cb2-professional-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cb2-pro-card {
  display: grid;
  gap: 24px;
  grid-template-columns: 96px 1fr;
  padding: 26px;
}

.cb2-pro-card__photo {
  align-items: center;
  background: #d8eaff;
  border-radius: 16px;
  color: #006b60;
  display: flex;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 2rem;
  font-weight: 700;
  height: 96px;
  justify-content: center;
  overflow: hidden;
  width: 96px;
}

.cb2-pro-card__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cb2-pro-card__head {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.cb2-pro-card__head span {
  background: rgba(253, 191, 53, .22);
  border-radius: 8px;
  color: #6e4f00;
  flex: 0 0 auto;
  font-size: .72rem;
  font-weight: 600;
  padding: 5px 8px;
  text-transform: uppercase;
}

.cb2-pro-card__body > p:not(.cb2-meta) {
  color: #314863;
  line-height: 1.55;
  margin: 0 0 12px;
}

.cb2-pro-card__link {
  color: #005048;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-weight: 600;
  text-decoration: none;
}

.cb2-empty {
  padding: 28px;
}

.cb2-empty p {
  color: #3e4947;
  margin: 0;
}

.cb2-footer {
  background: #fff;
  border-top: 1px solid rgba(189, 201, 198, .45);
  margin-top: 48px;
  padding: 40px 0;
}

.cb2-footer__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.cb2-footer__brand {
  min-width: 0;
}

.cb2-footer img {
  display: block;
  height: 36px;
  margin-bottom: 10px;
  max-width: 190px;
  object-fit: contain;
}

.cb2-footer p {
  color: #3e4947;
  font-size: .85rem;
  margin: 0;
}

.cb2-footer nav {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, max-content);
}

.cb2-footer__icons {
  display: none;
}

.cb2-footer nav a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #33413c;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 700;
  gap: 8px;
  min-height: 32px;
  padding: 2px 0;
}

.cb2-footer nav a:hover,
.cb2-footer nav a:focus-visible {
  background: transparent;
  color: #006b60;
}

.cb2-footer__link-icon {
  align-items: center;
  background: transparent;
  border-radius: 999px;
  color: #007f6f;
  display: inline-flex;
  flex: 0 0 auto;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.cb2-footer__link-icon svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 17px;
}

.cb2-page-main {
  padding-bottom: 48px;
  padding-top: 42px;
}

.cb2-page-hero {
  align-items: center;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(189, 201, 198, .55);
  border-left: 7px solid #006b60;
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(0, 29, 50, .06);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 28px 32px;
}

.cb2-page-hero h1 {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 10px;
}

.cb2-page-hero p {
  color: #314863;
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 0;
}

.cb2-page-hero .cb2-pill {
  margin-bottom: 14px;
}

.cb2-page-hero--split {
  align-items: stretch;
}

.hpj-public-establishment-page {
  min-height: 100vh;
}

.hpj-public-establishment-hero {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--hpj-primary, #006b60) 82%, transparent) 0%, color-mix(in srgb, var(--hpj-primary, #006b60) 48%, transparent) 45%, rgba(255, 255, 255, .12) 100%),
    var(--hpj-public-cover, linear-gradient(135deg, rgba(0, 127, 95, .12), rgba(32, 147, 142, .08)));
  background-position: center;
  background-size: cover;
  border-left-color: var(--hpj-primary, #006b60);
  overflow: hidden;
  position: relative;
}

.hpj-public-establishment-hero::after {
  background: radial-gradient(circle, rgba(255, 255, 255, .34), rgba(255, 255, 255, 0) 66%);
  border-radius: 999px;
  bottom: -96px;
  content: "";
  height: 220px;
  opacity: .72;
  position: absolute;
  right: -84px;
  width: 220px;
}

.hpj-public-establishment-hero__content,
.hpj-public-establishment-hero__aside {
  position: relative;
  z-index: 1;
}

.hpj-public-establishment-hero__content {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.hpj-public-establishment-hero .cb2-pill--gold {
  align-items: center;
  background: rgba(255, 218, 106, .96);
  border: 1px solid rgba(255, 240, 170, .82);
  box-shadow: 0 10px 28px rgba(0, 29, 50, .22);
  color: #4f3700;
  font-weight: 850;
  justify-self: start;
  line-height: 1;
  margin-bottom: 6px;
  max-width: 100%;
  padding: 10px 22px;
  text-shadow: none;
  width: max-content;
}

.hpj-public-establishment-hero__brand {
  align-items: center;
  display: flex;
  gap: 18px;
  min-width: 0;
}

.hpj-public-establishment-hero__logo {
  background: var(--hpj-logo-bg, #fff);
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(0, 29, 50, .12);
  flex: 0 0 auto;
  height: 116px;
  object-fit: contain;
  padding: 10px;
  width: 116px;
}

.hpj-public-establishment-hero h1,
.hpj-public-establishment-hero p,
.hpj-public-establishment-hero__address {
  text-shadow: 0 3px 18px rgba(0, 0, 0, .55), 0 1px 2px rgba(0, 0, 0, .55);
}

.hpj-public-establishment-hero h1 {
  color: var(--hpj-title-color, #fff);
  margin-bottom: 8px;
}

.hpj-public-establishment-hero p,
.hpj-public-establishment-hero__address {
  color: #fff;
}

.hpj-public-establishment-hero__address {
  font-weight: 750;
}

.hpj-public-establishment-hero__aside {
  align-content: center;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(213, 225, 220, .88);
  border-radius: 14px;
  display: grid;
  gap: 10px;
  justify-items: start;
  min-width: min(320px, 100%);
  padding: 20px;
}

.hpj-public-establishment-hero__aside span {
  color: #006b50;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hpj-public-establishment-hero__aside strong {
  color: #001d32;
  font-size: 1.2rem;
  line-height: 1.25;
}

.hpj-public-hero-action {
  gap: 8px;
}

.hpj-public-hero-action svg {
  fill: none;
  flex: 0 0 auto;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 17px;
}

.hpj-public-establishment-hero__aside .hpj-public-hero-action span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.hpj-establishment-info-shell {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
  margin: 28px 0 52px;
}

.hpj-establishment-info-main,
.hpj-establishment-info-side {
  align-content: start;
  display: grid;
  gap: 22px;
}

.hpj-establishment-info-card {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(189, 201, 198, .65);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(4, 29, 51, .08);
  padding: 24px;
}

.hpj-establishment-info-heading {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.hpj-establishment-info-heading h2 {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 4px;
}

.hpj-establishment-info-heading p {
  color: #52645e;
  line-height: 1.45;
  margin: 0;
}

.hpj-establishment-info-icon {
  align-items: center;
  background: #e8f6f2;
  border-radius: 12px;
  color: var(--hpj-primary, #007f5f);
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.hpj-establishment-info-icon svg,
.hpj-establishment-info-card svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hpj-establishment-info-icon svg {
  height: 22px;
  width: 22px;
}

.hpj-establishment-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hpj-establishment-gallery--compact {
  align-items: start;
}

.hpj-establishment-gallery-areas {
  display: grid;
  gap: 22px;
}

.hpj-establishment-gallery-area {
  display: grid;
  gap: 12px;
}

.hpj-establishment-gallery-area__title {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.hpj-establishment-gallery-area__title h3 {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  margin: 0;
}

.hpj-establishment-gallery-area__title span {
  color: #60716a;
  font-size: .88rem;
  font-weight: 600;
}

.hpj-establishment-gallery a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.hpj-establishment-gallery figure {
  background: #eef5f9;
  border: 1px solid rgba(213, 225, 220, .8);
  border-radius: 12px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.hpj-establishment-gallery--compact figure {
  aspect-ratio: 4 / 3;
}

.hpj-establishment-gallery figure.is-cover {
  grid-column: 1 / -1;
  min-height: 320px;
}

.hpj-establishment-gallery img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hpj-establishment-gallery figcaption {
  background: linear-gradient(180deg, rgba(0, 29, 50, 0), rgba(0, 29, 50, .72));
  bottom: 0;
  color: #fff;
  display: grid;
  font-size: .84rem;
  gap: 2px;
  font-weight: 600;
  left: 0;
  line-height: 1.2;
  padding: 28px 10px 10px;
  position: absolute;
  right: 0;
}

.hpj-establishment-gallery figcaption strong {
  font-size: .92rem;
}

.hpj-establishment-gallery figcaption span {
  opacity: .92;
}

.hpj-establishment-map {
  border: 0;
  border-radius: 14px;
  min-height: 360px;
  width: 100%;
}

.hpj-establishment-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.hpj-establishment-contact-list {
  display: grid;
  gap: 10px;
}

.hpj-establishment-contact-list a {
  background: #f8fbfa;
  border: 1px solid rgba(213, 225, 220, .84);
  border-radius: 14px;
  color: #001d32;
  display: grid;
  gap: 3px;
  padding: 13px 14px;
  text-decoration: none;
}

.hpj-establishment-contact-list a:hover,
.hpj-establishment-contact-list a:focus-visible {
  border-color: rgba(0, 127, 95, .45);
  box-shadow: 0 10px 28px rgba(0, 127, 95, .1);
}

.hpj-establishment-contact-list strong {
  color: #006b60;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hpj-establishment-contact-list span {
  color: #314863;
  overflow-wrap: anywhere;
}

.hpj-establishment-contact-form {
  display: grid;
  gap: 14px;
}

.hpj-establishment-contact-form label {
  color: #33433f;
  display: grid;
  font-weight: 600;
  gap: 7px;
}

.hpj-establishment-contact-form input,
.hpj-establishment-contact-form textarea {
  background: #f4f9ff;
  border: 1px solid #bcd2e7;
  border-radius: 12px;
  color: #001d32;
  font: inherit;
  font-weight: 500;
  outline: none;
  padding: 12px 13px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
  width: 100%;
}

.hpj-establishment-contact-form input:focus,
.hpj-establishment-contact-form textarea:focus {
  background: #fff;
  border-color: var(--hpj-primary, #007f5f);
  box-shadow: 0 0 0 4px rgba(0, 127, 95, .12);
}

.hpj-establishment-contact-form textarea {
  min-height: 112px;
  resize: vertical;
}

.hpj-establishment-contact-form span[data-valmsg-for] {
  color: #a74430;
  font-size: .84rem;
  font-weight: 800;
}

.hpj-establishment-house-rules {
  color: #40534d;
  line-height: 1.6;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.hpj-honeypot {
  height: 1px !important;
  left: -10000px !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.hpj-establishment-info-empty {
  background: #f8fbfa;
  border: 1px dashed rgba(135, 160, 153, .65);
  border-radius: 14px;
  color: #52645e;
  font-weight: 600;
  padding: 18px;
}

.hpj-public-faq-list {
  display: grid;
  gap: 10px;
}

.hpj-public-faq-item {
  background: #f8fbfa;
  border: 1px solid rgba(213, 225, 220, .84);
  border-radius: 14px;
  overflow: hidden;
}

.hpj-public-faq-item summary {
  color: #001d32;
  cursor: pointer;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
  padding: 14px 16px;
}

.hpj-public-faq-item summary::-webkit-details-marker {
  display: none;
}

.hpj-public-faq-item summary::after {
  color: #007f5f;
  content: "+";
  float: right;
  font-weight: 900;
  margin-left: 12px;
}

.hpj-public-faq-item[open] summary::after {
  content: "-";
}

.hpj-public-faq-item p {
  border-top: 1px solid rgba(213, 225, 220, .84);
  color: #52645e;
  line-height: 1.55;
  margin: 0;
  padding: 14px 16px 16px;
  white-space: pre-line;
}

body.hpj-gallery-lightbox-open {
  overflow: hidden;
}

.hpj-gallery-lightbox[hidden] {
  display: none;
}

.hpj-gallery-lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 28px;
  position: fixed;
  z-index: 3000;
}

.hpj-gallery-lightbox__backdrop {
  background: rgba(0, 18, 32, .78);
  backdrop-filter: blur(10px);
  inset: 0;
  position: absolute;
}

.hpj-gallery-lightbox__dialog {
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  max-height: min(86vh, 900px);
  max-width: min(94vw, 1180px);
  position: relative;
  width: 100%;
  z-index: 1;
}

.hpj-gallery-lightbox__figure {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 18, 32, .38);
  display: grid;
  margin: 0;
  overflow: hidden;
}

.hpj-gallery-lightbox__figure img {
  background: #071827;
  display: block;
  max-height: calc(86vh - 92px);
  object-fit: contain;
  width: 100%;
}

.hpj-gallery-lightbox__figure figcaption {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: space-between;
  padding: 14px 18px;
}

.hpj-gallery-lightbox__figure strong {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.08rem;
  font-weight: 700;
}

.hpj-gallery-lightbox__figure span {
  color: #52645e;
  font-weight: 600;
}

.hpj-gallery-lightbox__close,
.hpj-gallery-lightbox__nav {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  color: #006b60;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.hpj-gallery-lightbox__close:hover,
.hpj-gallery-lightbox__close:focus-visible,
.hpj-gallery-lightbox__nav:hover,
.hpj-gallery-lightbox__nav:focus-visible {
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 18, 32, .24);
  transform: translateY(-1px);
}

.hpj-gallery-lightbox__close svg,
.hpj-gallery-lightbox__nav svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.hpj-gallery-lightbox__close {
  height: 44px;
  position: absolute;
  right: -10px;
  top: -54px;
  width: 44px;
}

.hpj-gallery-lightbox__close svg,
.hpj-gallery-lightbox__nav svg {
  height: 24px;
  width: 24px;
}

.hpj-gallery-lightbox__nav {
  height: 52px;
  width: 52px;
}

.hpj-information-sport-trigger {
  font: inherit;
}

.hpj-sport-choice-modal[hidden] {
  display: none;
}

.hpj-sport-choice-modal {
  align-items: center;
  background: rgba(4, 29, 51, .56);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 2000;
}

.hpj-sport-choice-modal__panel {
  background: #fff;
  border: 1px solid rgba(0, 127, 111, .18);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 29, 50, .24);
  color: #102d3d;
  display: grid;
  gap: 16px;
  max-width: min(520px, 100%);
  padding: 24px;
  width: 100%;
}

.hpj-sport-choice-modal__head {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.hpj-sport-choice-modal__head h2 {
  color: #001d32;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
}

.hpj-sport-choice-modal__head p {
  color: #4b6270;
  line-height: 1.45;
  margin: 8px 0 0;
}

.hpj-sport-choice-modal__close {
  align-items: center;
  background: #eef7f3;
  border: 1px solid rgba(0, 127, 111, .16);
  border-radius: 999px;
  color: #006b60;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.25rem;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 36px;
}

.hpj-sport-choice-modal__options {
  display: grid;
  gap: 10px;
}

.hpj-sport-choice-modal__option {
  align-items: center;
  background: #f4fbf8;
  border: 1px solid rgba(0, 127, 111, .18);
  border-radius: 12px;
  color: #005c53;
  display: flex;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.04rem;
  font-weight: 850;
  justify-content: space-between;
  min-height: 48px;
  padding: 12px 14px;
  text-decoration: none;
}

.hpj-sport-choice-modal__option::after {
  content: ">";
  font-weight: 900;
}

.hpj-sport-choice-modal__option:hover,
.hpj-sport-choice-modal__option:focus-visible {
  background: #e7f6f1;
  color: #003f39;
}

.hpj-establishment--modern .hpj-cover {
  display: none;
}

.hpj-establishment--modern .hpj-booking-shell {
  padding: 0 0 56px;
}

.hpj-establishment #hpj-checkout-form.is-loading {
  opacity: .72;
  pointer-events: none;
  transition: opacity .16s ease;
}

.cb2-ledger-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cb2-ledger-hero-actions .cb2-soft-button {
  white-space: nowrap;
}

.cb2-soft-button--highlight {
  background: #fff1f5;
  border-color: #f2b8c9;
  color: #8a1538;
}

.cb2-soft-button--highlight:hover,
.cb2-soft-button--highlight:focus-visible {
  background: #ffe4ec;
  border-color: #e49aaf;
  color: #7a102f;
}

.cb2-create-aside {
  align-items: center;
  background: #118574;
  border-radius: 14px;
  color: #fff;
  display: flex;
  flex: 0 0 300px;
  flex-direction: column;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  padding: 22px;
  text-align: center;
}

.cb2-create-aside img {
  height: 92px;
  object-fit: contain;
  width: 92px;
}

.cb2-card,
.cb2-result-card,
.cb2-option-card {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(189, 201, 198, .55);
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(0, 29, 50, .07);
}

.cb2-card {
  padding: 26px;
}

.cb2-result-card__route {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.cb2-result-card__route a {
  color: #006b60;
  font-weight: 900;
  text-decoration: none;
}

.cb2-result-card__route a:hover,
.cb2-result-card__route a:focus-visible {
  text-decoration: underline;
}

.cb2-search-card {
  margin-bottom: 32px;
}

.cb2-page-search-grid {
  grid-template-columns: minmax(150px, .75fr) minmax(190px, 1.15fr) minmax(145px, .72fr) minmax(130px, .62fr) minmax(130px, .62fr) auto;
}

.cb2-card label,
.cb2-option-card label,
.cb2-create-form label {
  color: #3e4947;
  display: grid;
  font-size: .9rem;
  font-weight: 600;
  gap: 7px;
}

.cb2-card input,
.cb2-card select,
.cb2-create-form input,
.cb2-create-form select,
.cb2-create-form textarea {
  background: #edf4ff;
  border: 1px solid #bdc9c6;
  border-radius: 12px;
  color: #001d32;
  min-height: 46px;
  padding: 9px 14px;
  width: 100%;
}

.cb2-card input:focus,
.cb2-card select:focus,
.cb2-create-form input:focus,
.cb2-create-form select:focus,
.cb2-create-form textarea:focus {
  border-color: #006b60;
  box-shadow: 0 0 0 3px rgba(0, 107, 96, .14);
  outline: none;
}

.cb2-results-section {
  padding-bottom: 0;
  padding-top: 26px;
}

.cb2-result-list {
  display: grid;
  gap: 22px;
}

.cb2-result-card {
  padding: 24px;
}

.cb2-result-card--muted {
  background: rgba(255, 255, 255, .64);
}

.cb2-result-card__header {
  align-items: center;
  background: #f3faf7;
  border: 1px solid rgba(189, 201, 198, .5);
  border-radius: 12px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 16px;
}

.cb2-result-card__header h3 {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 4px;
}

.cb2-result-card__header p,
.cb2-result-card__description,
.cb2-muted {
  color: #3e4947;
  line-height: 1.5;
  margin: 0;
}

.cb2-establishment-result-card__identity {
  align-items: center;
  display: flex;
  gap: 16px;
  min-width: 0;
}

.cb2-establishment-result-card__logo {
  align-items: center;
  border: 1px solid rgba(0, 107, 96, .14);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 29, 50, .08);
  color: #007a6d;
  display: flex;
  flex: 0 0 76px;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.75rem;
  font-weight: 900;
  height: 76px;
  justify-content: center;
  overflow: hidden;
  width: 76px;
}

.cb2-establishment-result-card__logo img {
  height: 100%;
  object-fit: contain;
  padding: 6px;
  width: 100%;
}

.cb2-establishment-result-card__details {
  min-width: 0;
}

.cb2-establishment-courts {
  background: rgba(243, 250, 247, .72);
  border: 1px solid rgba(0, 107, 96, .2);
  border-radius: 14px;
  overflow: hidden;
}

.cb2-establishment-courts > summary {
  align-items: center;
  color: #005048;
  cursor: pointer;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  list-style: none;
  padding: 16px 18px;
  transition: background-color .18s ease;
}

.cb2-establishment-courts > summary::-webkit-details-marker {
  display: none;
}

.cb2-establishment-courts > summary:hover {
  background: rgba(217, 244, 236, .62);
}

.cb2-establishment-courts > summary:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(0, 107, 96, .2);
  outline: none;
}

.cb2-establishment-courts__summary-copy {
  display: grid;
  gap: 2px;
}

.cb2-establishment-courts__summary-copy strong {
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.05rem;
  font-weight: 800;
}

.cb2-establishment-courts__summary-copy small {
  color: #52645e;
  font-size: .87rem;
}

.cb2-establishment-courts__chevron {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  flex: 0 0 10px;
  height: 10px;
  margin-right: 4px;
  transform: rotate(45deg);
  transition: transform .18s ease;
  width: 10px;
}

.cb2-establishment-courts[open] .cb2-establishment-courts__chevron {
  transform: rotate(225deg);
}

.cb2-establishment-courts__content {
  border-top: 1px solid rgba(0, 107, 96, .16);
  padding: 18px;
}

.cb2-result-card__description {
  margin-bottom: 18px;
}

.cb2-result-avatar {
  flex: 0 0 72px;
  height: 72px;
  width: 72px;
}

.cb2-professional-result-card .cb2-result-card__header {
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.cb2-option-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cb2-option-card {
  padding: 18px;
}

.cb2-option-card__head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.cb2-option-card__head strong {
  color: #005048;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.cb2-option-card__head span {
  background: #d9f4ec;
  border: 1px solid #b7e1d0;
  border-radius: 999px;
  color: #005048;
  font-weight: 700;
  padding: 7px 12px;
  white-space: nowrap;
}

.cb2-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.cb2-chip-list span {
  background: #fff;
  border: 1px solid rgba(189, 201, 198, .65);
  border-radius: 8px;
  color: #001d32;
  font-weight: 600;
  padding: 8px 10px;
}

.cb2-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.cb2-create-form {
  display: grid;
  gap: 22px;
}

.cb2-create-section {
  display: grid;
  gap: 18px;
}

.cb2-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cb2-form-grid--address {
  grid-template-columns: minmax(0, 1fr) 140px;
}

.cb2-field span[data-valmsg-for],
.cb2-field > span:not(:empty) {
  color: #b42318;
  font-size: .86rem;
  font-weight: 600;
}

.cb2-color-field input[type="color"] {
  cursor: pointer;
  height: 54px;
  padding: 6px;
}

.cb2-create-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.cb2-status-message {
  background: #e9f8f1;
  border: 1px solid #b9e5d2;
  border-radius: 14px;
  color: #005c45;
  font-weight: 800;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.cb2-notification-settings {
  gap: 18px;
  margin-top: 24px;
}

.cb2-notification-matrix {
  background: #fff;
  border: 1px solid rgba(189, 201, 198, .62);
  border-radius: 14px;
  display: grid;
  overflow: hidden;
}

.cb2-notification-matrix__header,
.cb2-notification-matrix__row {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) 130px 130px 130px;
}

.cb2-notification-matrix__header {
  background: #eef8f4;
  color: #3e4947;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 14px 18px;
  text-transform: uppercase;
}

.cb2-notification-matrix__row {
  border-top: 1px solid #dfe8e4;
  padding: 18px;
}

.cb2-notification-matrix__label {
  display: grid;
  gap: 5px;
}

.cb2-notification-matrix__label strong {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.05rem;
  font-weight: 800;
}

.cb2-notification-matrix__label span {
  color: #52645e;
  line-height: 1.5;
}

.cb2-notification-matrix__channel {
  display: flex;
  justify-items: center;
  justify-content: center;
  text-align: center;
}

.cb2-notification-matrix__channel .hpj-switch {
  justify-content: center;
  justify-self: center;
}

.cb2-notification-matrix__unavailable {
  color: #657670;
  font-size: .86rem;
  font-weight: 800;
}

.cb2-profile-settings {
  gap: 18px;
}

.cb2-profile-option-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cb2-profile-option {
  min-width: 0;
}

.cb2-profile-option label {
  align-items: start;
  background: #f7fbfa;
  border: 1px solid rgba(189, 201, 198, .72);
  border-radius: 14px;
  cursor: pointer;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 0;
  min-height: 146px;
  padding: 18px;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.cb2-profile-option label:hover,
.cb2-profile-option label:has(input[type="checkbox"]:checked) {
  background: #eef8f4;
  border-color: #95cdbb;
  box-shadow: 0 12px 30px rgba(0, 29, 50, .07);
}

.cb2-profile-option input[type="checkbox"] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.cb2-profile-option__mark {
  align-items: center;
  background: #fff;
  border: 2px solid #bdc9c6;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  margin-top: 2px;
  width: 28px;
}

.cb2-profile-option__mark::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 10px;
  transform: rotate(45deg) translate(-1px, -1px);
  width: 6px;
}

.cb2-profile-option input[type="checkbox"]:checked + .cb2-profile-option__mark {
  background: #006b60;
  border-color: #006b60;
}

.cb2-profile-option input[type="checkbox"]:focus-visible + .cb2-profile-option__mark {
  box-shadow: 0 0 0 4px rgba(0, 107, 96, .16);
}

.cb2-profile-option__content {
  display: grid;
  gap: 6px;
}

.cb2-profile-option__content strong {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.14rem;
  font-weight: 850;
}

.cb2-profile-option__content small,
.cb2-profile-note {
  color: #52645e;
  font-size: .96rem;
  line-height: 1.5;
}

.cb2-profile-note {
  background: #f4faf7;
  border: 1px solid rgba(189, 201, 198, .5);
  border-radius: 12px;
  margin: 0;
  padding: 14px 16px;
}

.hpj-account-profile-page {
  display: grid;
  gap: 22px;
}

.hpj-account-profile-page > .cb2-page-hero,
.hpj-account-profile-page > .cb2-status-message {
  margin-bottom: 0;
}

@media (max-width: 620px) {
  .hpj-account-profile-page {
    gap: 14px;
  }
}

.cb2-address-section svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.cb2-account-data-form {
  margin-top: 18px;
}

.cb2-account-data-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.cb2-account-data-grid .cb2-field:first-child {
  grid-column: 1 / -1;
}

.cb2-account-data-grid input[readonly] {
  background: #f3faf7;
  color: #52645e;
}

.cb2-account-section .cb2-section-title span {
  align-items: center;
  background: #e8f6f2;
  border-radius: 12px;
  color: #007f6f;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.cb2-account-section .cb2-section-title span svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.cb2-account-section .cb2-section-title h2 {
  font-weight: 600;
}

.cb2-address-section {
  display: grid;
  gap: 18px;
}

.cb2-address-section > .cb2-muted {
  margin-bottom: 0;
}

.cb2-address-section .cb2-section-title span {
  align-items: center;
  background: #e8f6f2;
  border-radius: 12px;
  color: #007f6f;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.cb2-address-section .cb2-section-title span svg {
  height: 21px;
  width: 21px;
}

.cb2-address-lookup {
  align-items: end;
  background: #f8fbfa;
  border: 1px solid rgba(189, 201, 198, .72);
  border-radius: 14px;
  display: grid;
  gap: 10px 14px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(240px, 1fr) minmax(150px, 220px) 180px;
  padding: 14px;
}

.cb2-address-lookup__intro {
  align-items: center;
  align-self: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.cb2-address-lookup__intro strong {
  color: #001d32;
  display: block;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1rem;
  font-weight: 850;
}

.cb2-address-lookup__intro small {
  color: #52645e;
  display: block;
  line-height: 1.35;
  margin-top: 2px;
}

.cb2-address-field-icon {
  align-items: center;
  background: #e8f6f2;
  border-radius: 12px;
  color: #007f6f;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.cb2-address-field-icon svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.cb2-address-lookup > .cb2-field {
  min-width: 0;
}

.cb2-address-lookup .cb2-address-lookup__button {
  align-self: start;
  display: inline-flex;
  gap: 8px;
  height: 46px;
  justify-content: center;
  margin-top: 27px;
  min-height: 46px;
  padding-inline: 14px;
  width: 100%;
}

.cb2-address-lookup__button svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 17px;
}

.cb2-address-feedback {
  color: #006b60;
  font-weight: 800;
  grid-column: 2 / -1;
  line-height: 1.35;
  margin: -2px 0 0;
  min-height: 0;
}

.cb2-address-feedback.is-error {
  color: #b42318;
}

.cb2-address-grid {
  display: grid;
  gap: 16px 18px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.cb2-address-grid > .cb2-field:nth-of-type(1) {
  grid-column: span 7;
}

.cb2-address-grid > .cb2-field:nth-of-type(2) {
  grid-column: span 2;
}

.cb2-address-grid > .cb2-field:nth-of-type(3) {
  grid-column: span 3;
}

.cb2-address-grid > .cb2-field:nth-of-type(4) {
  grid-column: span 4;
}

.cb2-address-grid > .cb2-field:nth-of-type(5) {
  grid-column: span 6;
}

.cb2-address-grid > .cb2-field:nth-of-type(6) {
  grid-column: span 2;
}

.cb2-field--with-icon > span:first-child {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.cb2-field--with-icon > span:first-child svg {
  color: #007f6f;
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

.cb2-password-grid {
  display: grid;
  gap: 18px;
  margin-top: 20px;
  max-width: 720px;
}

.cb2-account-access-note {
  align-items: flex-start;
  background: #eef9f5;
  border: 1px solid rgba(0, 130, 111, .18);
  border-radius: 16px;
  color: #3e4947;
  display: grid;
  gap: 5px;
  line-height: 1.5;
  margin-top: 20px;
  padding: 16px;
}

.cb2-account-access-note strong {
  color: #006b60;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1rem;
  font-weight: 800;
}

.cb2-identification-card {
  margin-top: 18px;
}

.cb2-identification-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.cb2-identification-row {
  align-items: center;
  background: #f8fcfb;
  border: 1px solid rgba(189, 201, 198, .62);
  border-radius: 16px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px;
}

.cb2-identification-row div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.cb2-identification-row span:first-child {
  color: #52645e;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cb2-identification-row strong {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.08rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.cb2-identification-row--access strong {
  font-family: var(--hpj-font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.cb2-confirmation-badge {
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .88rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  padding: 9px 12px;
  white-space: nowrap;
}

.cb2-confirmation-badge.is-confirmed {
  background: #d8f6e6;
  color: #006b46;
}

.cb2-confirmation-badge.is-pending {
  background: #fff0c2;
  color: #7c4b00;
}

.cb2-identification-actions {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.cb2-action-card {
  align-items: center;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(189, 201, 198, .66);
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(0, 45, 60, .08);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 22px;
}

.cb2-action-card.is-pending {
  border-color: rgba(0, 130, 111, .28);
}

.cb2-action-card.is-confirmed {
  background: #f1fbf5;
}

.cb2-action-card h2 {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.36rem;
  font-weight: 850;
  margin: 10px 0 6px;
}

.cb2-action-card p {
  color: #3e4947;
  line-height: 1.55;
  margin: 0;
}

.cb2-action-card form {
  margin: 0;
}

.cb2-auth-page {
  background:
    radial-gradient(circle at 12% 14%, rgba(0, 107, 96, .12), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #eef7f5 52%, #f9fbff 100%);
  min-height: 100vh;
}

.cb2-auth-nav {
  background: rgba(255, 255, 255, .9);
}

.cb2-auth-nav__inner {
  height: 57px;
  min-height: 57px;
}

.cb2-auth-nav__home {
  align-items: center;
  display: none;
  gap: 8px;
  min-height: 38px;
  padding: 0 18px;
}

.cb2-auth-nav__home svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 18px;
}

.cb2-auth-main {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 520px);
  padding-bottom: 72px;
  padding-top: 68px;
}

.cb2-auth-hero {
  align-self: center;
  display: grid;
  gap: 18px;
  max-width: 620px;
}

.cb2-auth-hero h1 {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.cb2-auth-hero p {
  color: #314863;
  font-size: 1.12rem;
  line-height: 1.55;
  margin: 0;
  max-width: 520px;
}

.cb2-auth-card {
  align-self: start;
  padding: 30px;
}

.cb2-auth-form {
  display: grid;
  gap: 17px;
}

.cb2-field {
  color: #3e4947;
  display: grid;
  font-size: .94rem;
  font-weight: 700;
  gap: 7px;
}

.cb2-field input,
.cb2-field select {
  background: #edf4ff;
  border: 1px solid #bdc9c6;
  border-radius: 12px;
  color: #001d32;
  min-height: 48px;
  padding: 10px 14px;
  width: 100%;
}

.cb2-field input:focus,
.cb2-field select:focus {
  border-color: #006b60;
  box-shadow: 0 0 0 3px rgba(0, 107, 96, .14);
  outline: none;
}

.cb2-field small,
.cb2-field-hint {
  color: #52645e;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.45;
}

.cb2-field span[data-valmsg-for],
.cb2-validation {
  color: #b42318;
  font-size: .88rem;
  font-weight: 700;
}

.cb2-password-control {
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
}

.cb2-password-control input {
  padding-right: 52px;
}

.cb2-password-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: #40514f;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color .16s ease, color .16s ease;
  width: 38px;
}

.cb2-password-toggle:hover,
.cb2-password-toggle:focus-visible,
.cb2-password-toggle.is-visible {
  background: #d9f4ec;
  color: #006b60;
  outline: none;
}

.cb2-password-toggle svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 21px;
}

.cb2-password-toggle__icon--closed {
  display: none;
}

.cb2-password-toggle.is-visible .cb2-password-toggle__icon--open {
  display: none;
}

.cb2-password-toggle.is-visible .cb2-password-toggle__icon--closed {
  display: block;
}

.cb2-auth-check {
  align-items: center;
  color: #3e4947;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  justify-content: flex-start;
  justify-self: flex-start;
  width: max-content;
}

.cb2-auth-card label.cb2-auth-check {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
}

.cb2-auth-check input {
  flex: 0 0 18px;
  height: 18px;
  margin: 0;
  min-height: 18px;
  width: 18px !important;
}

.cb2-auth-submit {
  border: 0;
  min-height: 50px;
  width: 100%;
}

.cb2-auth-divider {
  align-items: center;
  color: #65736f;
  display: flex;
  font-size: .82rem;
  font-weight: 800;
  gap: 12px;
  margin: 20px 0;
  text-transform: uppercase;
}

.cb2-auth-divider::before,
.cb2-auth-divider::after {
  background: #d8e1df;
  content: "";
  flex: 1;
  height: 1px;
}

.cb2-google-button {
  align-items: center;
  background: #fff;
  border: 1px solid #b9c5c2;
  border-radius: 12px;
  color: #243331;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 50px;
  padding: 10px 18px;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
  width: 100%;
}

.cb2-google-button:hover,
.cb2-google-button:focus-visible {
  background: #f7faf9;
  border-color: #7d918c;
  box-shadow: 0 0 0 3px rgba(0, 107, 96, .1);
  outline: none;
}

.cb2-google-button svg {
  flex: 0 0 22px;
  height: 22px;
  width: 22px;
}

.cb2-auth-provider-note {
  color: #5a6c67;
  font-size: .82rem;
  line-height: 1.45;
  margin: 10px 2px 0;
  text-align: center;
}

.cb2-auth-message--notice {
  background: #fff8e6;
  border-color: #efd28a;
  color: #624600;
  margin-bottom: 18px;
}

.cb2-auth-message {
  background: #e9f8f1;
  border: 1px solid #b9e5d2;
  border-radius: 12px;
  color: #075d44;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  padding: 13px 15px;
}

.cb2-auth-link,
.cb2-auth-links {
  color: #3e4947;
  margin: 18px 0 0;
}

.cb2-auth-link a,
.cb2-auth-links a {
  color: #006b60;
  font-weight: 800;
  text-decoration: none;
}

.cb2-auth-link a:hover,
.cb2-auth-links a:hover {
  text-decoration: underline;
}

.cb2-auth-links--login {
  display: grid;
  gap: 12px;
}

.cb2-auth-links__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.cb2-auth-link-form {
  margin: 0;
}

.cb2-auth-link-form button {
  background: #eef8f4;
  border: 0;
  border-radius: 12px;
  color: #006b50;
  font: inherit;
  font-weight: 800;
  min-height: 42px;
  padding: 0 14px;
  width: 100%;
}

.cb2-auth-link-form button:hover {
  background: #dff1eb;
  color: #004a38;
}

.cb2-auth-link-form button:disabled {
  background: #e8edf0;
  color: #60716a;
  cursor: not-allowed;
}

@media (max-width: 1080px) {
  .cb2-nav__links {
    gap: 16px;
  }

  .cb2-hero {
    grid-template-columns: 1fr;
    padding-bottom: 56px;
  }

  .cb2-hero__copy {
    padding-bottom: 0;
  }

  .cb2-hero__media {
    display: none;
  }

  .cb2-search {
    margin-top: 28px;
    position: static;
    transform: none;
  }

  .cb2-search__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb2-page-search-grid,
  .cb2-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb2-button--search {
    margin-top: 0;
  }

  .cb2-section {
    padding-top: 48px;
  }

  .cb2-hero + .cb2-section {
    padding-top: 48px;
  }

  .cb2-establishment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb2-address-lookup {
    grid-template-columns: minmax(180px, 1fr) 180px;
  }

  .cb2-address-lookup__intro {
    grid-column: 1 / -1;
  }

  .cb2-address-feedback {
    grid-column: 1 / -1;
    margin: 0;
  }

  .cb2-address-grid > .cb2-field:nth-of-type(n) {
    grid-column: span 6;
  }

  .cb2-address-grid > .cb2-field:nth-of-type(1),
  .cb2-address-grid > .cb2-field:nth-of-type(3) {
    grid-column: 1 / -1;
  }

  .hpj-establishment-info-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .cb2-home {
    margin-top: 0;
  }

  .cb2-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hpj-establishments-directory__summary {
    grid-template-columns: 1fr;
  }

  .hpj-establishments-directory__summary > div {
    padding: 15px 18px;
  }

  .cb2-nav__inner {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(120px, 1fr) auto;
    height: auto;
    min-height: 0;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .cb2-brand img {
    height: 32px;
  }

  .cb2-brand img.cb2-brand__custom-logo {
    height: 32px;
    width: 160px;
  }

  .cb2-nav__links {
    display: none;
  }

  .cb2-nav__quick-action {
    display: none;
  }

  .cb2-account {
    align-items: center;
    display: contents;
    height: auto;
    justify-content: initial;
  }

  .cb2-account-menu {
    align-items: center;
    display: flex;
  }

  .cb2-account__toggle {
    background: #eef8f4 !important;
    border-radius: 999px;
    color: #006b60;
    font-size: .92rem;
    height: 34px;
    padding: 0 8px !important;
  }

  .cb2-account__toggle--icon {
    height: 36px;
    padding: 0 !important;
    min-width: 36px;
    width: 36px;
  }

  .cb2-account__label {
    display: none;
  }

  .cb2-account__icon {
    height: 18px;
    width: 18px;
  }

  .cb2-account__toggle--icon .cb2-account__icon {
    height: 21px;
    width: 21px;
  }

  .cb2-button.cb2-button--compact {
    box-shadow: none;
    font-size: .88rem;
    height: 32px;
    min-height: 32px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .cb2-hero {
    gap: 24px;
    padding-bottom: 18px;
    padding-top: 28px;
  }

  .cb2-page-main {
    padding-top: 24px;
  }

  .cb2-page-hero,
  .cb2-page-hero--split {
    align-items: stretch;
    flex-direction: column;
    padding: 22px;
  }

  .cb2-page-hero h1 {
    font-size: 2rem;
  }

  .hpj-public-establishment-hero__brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .hpj-public-establishment-hero__logo {
    height: 96px;
    width: 96px;
  }

  .hpj-public-establishment-hero__aside {
    min-width: 0;
    width: 100%;
  }

  .hpj-establishment-info-shell {
    margin: 22px 0 42px;
  }

  .hpj-establishment-info-card {
    border-radius: 16px;
    padding: 18px;
  }

  .hpj-establishment-gallery {
    grid-template-columns: 1fr;
  }

  .hpj-establishment-gallery figure,
  .hpj-establishment-gallery figure.is-cover {
    min-height: 220px;
  }

  .hpj-establishment-map {
    min-height: 280px;
  }

  .hpj-establishment-info-actions .cb2-button,
  .hpj-establishment-info-actions .cb2-soft-button {
    width: 100%;
  }

  .hpj-gallery-lightbox {
    padding: 14px;
  }

  .hpj-gallery-lightbox__dialog {
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .hpj-gallery-lightbox__figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .hpj-gallery-lightbox__figure img {
    max-height: calc(86vh - 136px);
  }

  .hpj-gallery-lightbox__nav {
    grid-row: 2;
    height: 46px;
    width: 100%;
  }

  .hpj-gallery-lightbox__nav--prev {
    grid-column: 1;
  }

  .hpj-gallery-lightbox__nav--next {
    grid-column: 2;
  }

  .hpj-gallery-lightbox__close {
    right: 8px;
    top: 8px;
    z-index: 2;
  }

  .cb2-create-aside {
    display: none;
  }

  .cb2-hero h1 {
    font-size: 2rem;
  }

  .cb2-search {
    border-radius: 14px;
    padding: 18px;
  }

  .cb2-search__toggle {
    cursor: pointer;
  }

  .cb2-search__toggle:focus-visible {
    border-radius: 10px;
    box-shadow: 0 0 0 3px rgba(0, 107, 96, .16);
    outline: none;
  }

  .cb2-search__toggle-icon {
    align-items: center;
    background: #eef8f4;
    border-radius: 999px;
    color: #006b60;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.35rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    margin-left: 14px;
    transition: transform .18s ease;
    width: 34px;
  }

  .cb2-search__toggle-icon svg {
    display: block;
    height: 19px;
    width: 19px;
  }

  .cb2-search__toggle-icon path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.6;
  }

  .cb2-search__toggle[aria-expanded="true"] .cb2-search__toggle-icon {
    transform: rotate(180deg);
  }

  .cb2-search__fields.collapse:not(.show) {
    display: none;
  }

  .cb2-search__fields.collapse.show {
    display: block;
  }

  .cb2-search__grid,
  .cb2-establishment-grid,
  .cb2-professional-grid,
  .cb2-page-search-grid,
  .cb2-option-grid,
  .cb2-profile-option-grid,
  .cb2-account-data-grid,
  .cb2-address-lookup,
  .cb2-address-grid,
  .cb2-form-grid,
  .cb2-form-grid--address,
  .cb2-professional-result-card .cb2-result-card__header {
    grid-template-columns: 1fr;
  }

  .cb2-account-data-grid .cb2-field:first-child,
  .cb2-address-grid .cb2-field:first-child {
    grid-column: auto;
  }

  .cb2-address-lookup .cb2-soft-button {
    width: 100%;
  }

  .cb2-identification-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .cb2-confirmation-badge {
    align-self: flex-start;
  }

  .cb2-identification-actions,
  .cb2-action-card {
    grid-template-columns: 1fr;
  }

  .cb2-action-card .cb2-button,
  .cb2-action-card .cb2-soft-button {
    width: 100%;
  }

  .cb2-notification-matrix__header {
    display: none;
  }

  .cb2-notification-matrix {
    background: transparent;
    border: 0;
    border-radius: 0;
    gap: 12px;
    overflow: visible;
  }

  .cb2-notification-matrix__row {
    background: #fff;
    border: 1px solid rgba(189, 201, 198, .62);
    border-radius: 14px;
    gap: 14px 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cb2-notification-matrix__label {
    grid-column: 1 / -1;
  }

  .cb2-notification-matrix__channel {
    display: grid;
    gap: 6px;
    justify-content: start;
  }

  .cb2-notification-matrix__channel::before {
    color: #52645e;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .cb2-notification-matrix__channel:nth-of-type(2)::before {
    content: "WhatsApp";
  }

  .cb2-notification-matrix__channel:nth-of-type(3)::before {
    content: "E-mail";
  }

  .cb2-notification-matrix__channel:nth-of-type(4)::before {
    content: "Alertas";
  }

  .cb2-result-card__header {
    align-items: stretch;
    flex-direction: column;
  }

  .cb2-establishment-result-card__header > .cb2-soft-button {
    width: 100%;
  }

  .cb2-establishment-result-card__identity {
    align-items: flex-start;
  }

  .cb2-establishment-result-card__logo {
    flex-basis: 64px;
    height: 64px;
    width: 64px;
  }

  .cb2-result-avatar {
    height: 88px;
    width: 88px;
  }

  .cb2-create-actions,
  .cb2-inline-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .cb2-create-actions .cb2-button,
  .cb2-create-actions .cb2-soft-button,
  .cb2-inline-actions .cb2-button,
  .cb2-inline-actions .cb2-soft-button {
    width: 100%;
  }

  .cb2-section__head,
  .cb2-filter,
  .cb2-filter form,
  .cb2-footer__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .cb2-filter select,
  .cb2-soft-button {
    width: 100%;
  }

  .cb2-place-card__image {
    min-height: 180px;
  }

  .cb2-pro-card {
    grid-template-columns: 1fr;
  }

  .cb2-section {
    padding-top: 26px;
  }

  .cb2-hero + .cb2-section {
    padding-top: 26px;
  }

  .cb2-address-lookup,
  .cb2-address-grid {
    grid-template-columns: 1fr;
  }

  .cb2-address-grid > .cb2-field:nth-of-type(n) {
    grid-column: auto;
  }

  .cb2-footer nav {
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .cb2-footer nav a {
    font-size: .86rem;
    justify-content: flex-start;
    min-width: 0;
    padding: 3px 0;
    width: 100%;
  }

  .cb2-footer nav a span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cb2-footer__brand {
    width: 100%;
  }

  .cb2-footer {
    padding-bottom: 72px;
  }
}

.hpj-home-filter {
  align-items: end;
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(190px, 260px) auto auto;
  padding: 10px;
}

.hpj-home-filter label {
  color: #33413c;
  font-weight: 650;
}

.hpj-home-filter select,
.hpj-home-filter button {
  border-radius: 8px;
  min-height: 40px;
  padding: 0 12px;
}

.hpj-home-filter select {
  border: 1px solid #cfdad5;
}

.hpj-home-filter button {
  background: #007f5f;
  border: 0;
  color: #fff;
  font-weight: 700;
}

.hpj-home-filter a {
  align-items: center;
  color: #006b50;
  display: inline-flex;
  font-weight: 850;
  min-height: 40px;
  text-decoration: none;
}

.hpj-home-availability-search {
  margin: 0 0 26px;
}

.hpj-home-availability-form {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(150px, .9fr) minmax(180px, 1.25fr) repeat(3, minmax(120px, .75fr)) auto;
}

.hpj-home-availability-form label {
  color: #33413c;
  display: grid;
  font-weight: 600;
  gap: 5px;
}

.hpj-home-availability-form input,
.hpj-home-availability-form select {
  border: 1px solid #cfdad5;
  border-radius: 8px;
  min-height: 44px;
  padding: 0 12px;
}

.hpj-search-result-list {
  display: grid;
  gap: 14px;
}

.hpj-search-result-card {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.hpj-search-result-card--muted {
  background: #fbfcfb;
}

.hpj-search-result-card > header {
  align-items: center;
  background: #f4faf7;
  border: 1px solid #e0ece7;
  border-radius: 8px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 12px;
}

.hpj-search-result-card h3,
.hpj-search-option h3 {
  color: #14231d;
  font-size: 1.08rem;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.hpj-search-result-card p {
  color: #52645e;
  font-size: .94rem;
  margin: 5px 0 0;
}

.hpj-search-options {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
}

.hpj-search-option {
  background: #f7fbf9;
  border: 1px solid #d8e8e2;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.hpj-search-option__head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.hpj-search-option__head strong,
.hpj-search-option__head span {
  font-weight: 650;
}

.hpj-search-option__head strong {
  color: #005c48;
  font-size: 1rem;
}

.hpj-search-option__head span {
  background: #eaf7f2;
  border: 1px solid #cae4da;
  border-radius: 999px;
  color: #00523f;
  font-size: .86rem;
  padding: 5px 9px;
}

.hpj-search-slot-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hpj-search-slot-list span {
  background: #fff;
  border: 1px solid #dbe7e2;
  border-radius: 8px;
  color: #22342d;
  font-size: .86rem;
  font-weight: 600;
  padding: 7px 9px;
}

.hpj-search-option form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hpj-search-option .hpj-action {
  justify-content: center;
}

.hpj-search-professional-head {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.hpj-search-professional-avatar {
  flex: 0 0 auto;
  height: 58px;
  width: 58px;
}

.hpj-search-professional-services {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
}

.hpj-search-professional-service {
  background: #f7fbf9;
  border: 1px solid #d8e8e2;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.hpj-search-professional-service strong {
  color: #005c48;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.hpj-search-professional-service p {
  margin: 5px 0 0;
}

.hpj-search-professional-service .hpj-action {
  justify-content: center;
}

@media (max-width: 820px) {
  .hpj-home-list__title h2 {
    white-space: normal;
  }

  .hpj-home-availability-form {
    grid-template-columns: 1fr;
  }

  .hpj-search-result-card > header,
  .hpj-search-option__head {
    align-items: stretch;
    flex-direction: column;
  }

  .hpj-search-result-card > header .hpj-action,
  .hpj-search-option .hpj-action,
  .hpj-search-professional-service .hpj-action {
    width: 100%;
  }
}

.hpj-sport-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.hpj-sport-tags span {
  background: #eef8f4;
  border-radius: 999px;
  color: #006b50;
  font-size: .8rem;
  font-weight: 850;
  padding: 4px 8px;
}

.hpj-home-professionals {
  margin-top: 30px;
}

.hpj-home-professionals > .hpj-home-list__title {
  margin-bottom: 14px;
}

.hpj-professional-card__head {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
}

.hpj-professional-avatar {
  align-items: center;
  background: #e7f1ed;
  border: 1px solid #cde2db;
  border-radius: 999px;
  color: #007f5f;
  display: inline-grid;
  font-size: 1.35rem;
  font-weight: 900;
  height: 64px;
  justify-items: center;
  overflow: hidden;
  text-transform: uppercase;
  width: 64px;
}

.hpj-professional-avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hpj-professional-avatar--large {
  font-size: 2.8rem;
  height: 168px;
  width: 168px;
}

.hpj-professional-photo-preview {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0 0 14px;
}

.hpj-professional-photo-preview img {
  border-radius: 999px;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.hpj-professional-photo-editor {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr);
}

@media (max-width: 1100px) {
  .hpj-home__hero,
  .hpj-home-list__toolbar {
    grid-template-columns: 1fr;
  }

  .hpj-home__panel {
    max-width: 520px;
  }

  .hpj-home-list__toolbar > .hpj-action {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .hpj-home--marketplace {
    padding-top: 18px;
  }

  .hpj-home__hero {
    gap: 16px;
  }

  .hpj-home__actions,
  .hpj-home-filter {
    grid-template-columns: 1fr;
  }

  .hpj-home-filter label {
    margin-bottom: -2px;
  }

  .hpj-home-list__toolbar > .hpj-action,
  .hpj-home-filter button,
  .hpj-home-filter a {
    width: 100%;
    justify-content: center;
  }

  .hpj-professional-photo-editor {
    grid-template-columns: 1fr;
  }
}

.hpj-cover {
  min-height: 280px;
  background: linear-gradient(120deg, #115e59, #1f7a5f);
  background-position: center;
  background-size: cover;
  border-radius: 0 0 8px 8px;
  color: #fff;
  display: flex;
  align-items: end;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.hpj-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .34);
}

.hpj-cover__content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hpj-cover h1,
.hpj-cover p,
.hpj-cover span {
  color: var(--hpj-title-color, #fff);
}

.hpj-cover h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1;
  margin: 0 0 10px;
  font-weight: 850;
  letter-spacing: 0;
}

.hpj-cover p {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.hpj-logo {
  width: 129px;
  height: 129px;
  object-fit: contain;
  background: var(--hpj-logo-bg, #fff);
  border-radius: 8px;
  padding: 10px;
}

.hpj-booking-shell {
  padding: 24px 0 56px;
}

.hpj-filters {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 18px;
}

.hpj-filters form {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 12px;
  align-items: end;
}

.hpj-filters label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  color: #33413c;
}

.hpj-filters input,
.hpj-filters select,
.hpj-filters button {
  min-height: 42px;
  border-radius: 8px;
  border: 1px solid #cfdad5;
  padding: 0 12px;
}

.hpj-filters button {
  border: 0;
  background: var(--hpj-primary, #007f5f);
  color: var(--hpj-primary-text, #fff);
  font-weight: 800;
  order: 4;
}

.hpj-date-filter {
  display: grid;
  gap: 8px;
  grid-column: 1 / span 3;
  max-width: none;
  order: 3;
  position: relative;
}

.hpj-date-filter__label {
  color: #33413c;
  font-weight: 800;
}

.hpj-date-strip {
  align-items: stretch;
  display: flex;
  gap: 8px;
  max-width: 100%;
  overflow-x: auto;
  padding: 2px 2px 6px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.hpj-date-card,
.hpj-date-picker-card {
  align-items: center;
  background: #fff;
  border: 1px solid #d5e1dc;
  border-radius: 8px;
  color: #11211c;
  display: inline-flex;
  flex: 0 0 72px;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  min-height: 76px;
  padding: 8px 10px;
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.hpj-date-card:hover,
.hpj-date-card:focus-visible,
.hpj-date-picker-card:hover,
.hpj-date-picker-card:focus-visible {
  border-color: var(--hpj-primary, #007f5f);
  box-shadow: 0 10px 22px rgba(0, 127, 95, .14);
  outline: none;
  transform: translateY(-1px);
}

.hpj-date-card.is-selected {
  background: linear-gradient(135deg, var(--hpj-primary, #007f5f), var(--hpj-secondary, #119f91));
  border-color: var(--hpj-primary, #007f5f);
  box-shadow: 0 12px 24px rgba(0, 127, 95, .22);
  color: var(--hpj-primary-text, #fff);
}

.hpj-date-card__weekday,
.hpj-date-card__month,
.hpj-date-picker-card span {
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
}

.hpj-date-card strong {
  font-size: 1.45rem;
  line-height: 1;
}

.hpj-date-card--range {
  flex-basis: 86px;
}

.hpj-date-card--range strong {
  font-size: 1.08rem;
  white-space: nowrap;
}

.hpj-date-card__month {
  text-transform: uppercase;
}

.hpj-date-picker-card {
  color: var(--hpj-primary, #007f5f);
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
}

.hpj-filters .hpj-date-picker-card {
  background: #fff;
  border: 1px solid #d5e1dc;
  color: var(--hpj-primary, #007f5f);
  min-height: 76px;
  order: initial;
  padding: 8px 10px;
}

.hpj-date-picker-card svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 24px;
}

.hpj-date-filter__controls--legacy {
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}

.hpj-date-filter__controls--legacy .hpj-date-step {
  display: none;
}

.hpj-date-filter__controls--legacy .hpj-date-strip__native {
  height: 1px;
  min-height: 1px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.hpj-date-filter__controls {
  display: grid;
  grid-template-columns: 38px minmax(136px, 1fr) 38px;
  gap: 6px;
  align-items: center;
}

.hpj-date-filter__controls input {
  width: 100%;
  min-width: 0;
}

.hpj-date-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #cfdad5;
  border-radius: 8px;
  background: #eef7f4;
  color: var(--hpj-primary, #007f5f);
  text-decoration: none;
}

.hpj-date-step:hover {
  background: var(--hpj-primary, #007f5f);
  color: var(--hpj-primary-text, #fff);
}

.hpj-date-step svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hpj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.hpj-court {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  padding: 16px;
}

.hpj-court h2 {
  font-size: 1.05rem;
  margin: 0 0 12px;
  font-weight: 800;
}

.hpj-collapsible-card {
  margin-bottom: 12px;
}

.hpj-collapsible-card > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}

.hpj-collapsible-card > summary::-webkit-details-marker {
  display: none;
}

.hpj-collapsible-card > summary h2 {
  margin: 0;
}

.hpj-collapsible-card > summary p {
  margin: 4px 0 0;
  color: #5b6a64;
  font-size: .95rem;
}

.hpj-collapsible-card > summary span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  background: #e7f1ed;
  color: #006b50;
  font-size: .85rem;
  font-weight: 850;
}

.hpj-collapsible-card[open] > summary {
  margin-bottom: 14px;
}

.hpj-collapsible-card[open] > summary span {
  font-size: 0;
}

.hpj-collapsible-card[open] > summary span::before {
  content: "Recolher";
  font-size: .85rem;
}

.hpj-original-calendar {
  margin-top: 16px;
}

.hpj-cancellation-public-card {
  margin-top: 16px;
}

.hpj-cancellation-public-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.hpj-cancellation-public-list li {
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #f8fbfa;
  padding: 10px 12px;
  color: #263833;
}

.hpj-profile-settings .hpj-form-section {
  gap: 14px;
}

.hpj-profile-option {
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #fff;
}

.hpj-profile-option label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  padding: 16px;
  cursor: pointer;
}

.hpj-profile-option input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.hpj-profile-option span {
  display: grid;
  gap: 4px;
}

.hpj-profile-option strong {
  font-size: 1.05rem;
}

.hpj-profile-option small {
  color: #4b5e58;
  font-size: .96rem;
  line-height: 1.45;
}

.hpj-original-calendar .hpj-grid {
  display: block;
}

.hpj-original-calendar .hpj-grid > .hpj-court {
  padding: 0;
  border: 0;
  background: transparent;
}

.hpj-establishment .hpj-original-calendar .hpj-grid {
  display: grid;
}

.hpj-establishment .hpj-original-calendar .hpj-grid > .hpj-court {
  padding: 16px;
  border: 1px solid #dfe8e4;
  background: #fff;
}

.hpj-original-calendar__intro {
  margin-bottom: 14px;
}

.hpj-original-calendar__intro h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 850;
}

.hpj-location-picker {
  margin-bottom: 18px;
}

.hpj-location-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.hpj-location-option {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 14px;
  border: 1px solid #d5e2dd;
  border-radius: 8px;
  background: #f9fbfa;
  color: #1c2824;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.hpj-location-option:hover {
  border-color: #8fc8b6;
  background: #f4fbf8;
}

.hpj-location-option:focus-within {
  border-color: #007f5f;
  box-shadow: 0 0 0 3px rgba(0, 127, 95, .16);
}

.hpj-location-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hpj-location-option__marker {
  width: 20px;
  height: 20px;
  border: 2px solid #8ea19a;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

.hpj-location-option__content {
  display: grid;
  gap: 3px;
}

.hpj-location-option__content strong {
  font-weight: 850;
}

.hpj-location-option__content span {
  color: #52645e;
}

.hpj-location-option__content b {
  color: #17201d;
}

.hpj-location-option__status {
  align-self: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e7f1ed;
  color: #34564a;
  font-size: .82rem;
  font-weight: 800;
  white-space: nowrap;
}

.hpj-location-option.is-selected {
  border-color: #007f5f;
  background: #eef8f4;
  box-shadow: 0 0 0 2px rgba(0, 127, 95, .12);
}

.hpj-location-option.is-selected .hpj-location-option__marker {
  border-color: #007f5f;
  background: #007f5f;
}

.hpj-location-option.is-selected .hpj-location-option__status {
  background: #007f5f;
  color: #fff;
}

.hpj-location-option.is-unavailable:not(.is-selected) {
  background: #fbfcfb;
  opacity: .72;
}

.hpj-location-options__submit {
  display: none;
}

.hpj-slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 8px;
}

.hpj-slot {
  min-height: 58px;
  border-radius: 8px;
  border: 1px solid #d5e2dd;
  background: #f9fbfa;
  color: #1c2824;
}

.hpj-slot--link {
  display: block;
  padding: 8px;
  text-align: center;
  text-decoration: none;
}

.hpj-slot--link:hover {
  color: #1c2824;
}

.hpj-slot--link.hpj-waitlist-slot {
  display: grid;
  place-content: center;
}

.hpj-slot strong,
.hpj-slot span {
  display: block;
}

.hpj-slot.is-open {
  border-color: var(--hpj-primary, #007f5f);
  background: #eef8f4;
}

.hpj-slot.is-extension {
  border-color: #007f5f;
  background: #dff7ef;
  box-shadow: inset 0 0 0 1px rgba(0, 127, 95, .16);
}

.hpj-slot.is-selected {
  border-color: #1c2824;
  background: var(--hpj-primary, #007f5f);
  color: var(--hpj-primary-text, #fff);
}

.hpj-slot.is-user-booking {
  background: #e0f2fe;
  border-color: #0284c7;
  color: #075985;
  opacity: 1;
}

.hpj-slot.is-closed {
  opacity: .52;
}

.hpj-slot.is-organization-conflict,
.hpj-timeline-cell.is-organization-conflict {
  background: #edf1ef;
  border-color: #c8d1cd;
  color: #68756f;
  cursor: not-allowed;
  opacity: .68;
}

.hpj-slot.is-organization-conflict small,
.hpj-timeline-cell.is-organization-conflict small {
  color: inherit;
}

.hpj-organization-conflict-modal__message {
  align-items: flex-start;
  background: #f3f9f7;
  border: 1px solid #cee2dc;
  border-radius: 8px;
  color: #29463e;
  display: flex;
  gap: 12px;
  margin-top: 18px;
  padding: 14px;
}

.hpj-organization-conflict-modal__message p {
  line-height: 1.55;
  margin: 0;
}

.hpj-organization-conflict-modal__icon {
  align-items: center;
  background: #dff2ec;
  border-radius: 7px;
  color: var(--hpj-primary, #007f5f);
  display: inline-flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
}

.hpj-organization-conflict-modal__icon svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.hpj-organization-conflict-modal__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.hpj-owner-slot {
    cursor: pointer;
}

.hpj-owner-slot:hover,
.hpj-owner-slot:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(0, 127, 95, .45);
    transform: translateY(-1px);
}

.hpj-owner-slot-modal__panel {
    width: min(620px, calc(100vw - 32px));
}

.hpj-owner-slot-modal__eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #007f5f;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hpj-owner-slot-modal__loading,
.hpj-owner-slot-modal__message {
    padding: 16px;
    border: 1px solid #d8e4df;
    border-radius: 8px;
    background: #f5faf8;
    color: #31453e;
}

.hpj-owner-slot-modal__message.is-error {
    border-color: #efb5bb;
    background: #fff0f2;
    color: #8f1f2d;
}

.hpj-owner-slot-modal__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hpj-owner-slot-modal__detail {
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #dfe8e4;
    border-radius: 8px;
    background: #fff;
}

.hpj-owner-slot-modal__detail span {
    display: block;
    margin-bottom: 3px;
    color: #607169;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hpj-owner-slot-modal__detail strong {
    display: block;
    overflow-wrap: anywhere;
    color: #17231f;
    font-size: .98rem;
}

.hpj-owner-slot-modal__detail-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    padding-top: 2px;
}

.hpj-owner-slot-modal__detail-actions .hpj-action {
    width: auto;
}

.hpj-owner-slot-modal__form {
    margin-top: 16px;
}

.hpj-owner-slot-modal__fields {
    display: grid;
    grid-template-columns: minmax(170px, .75fr) minmax(240px, 1.25fr);
    gap: 14px;
}

.hpj-owner-slot-modal__fields label,
.hpj-owner-slot-modal__fields label > span {
    display: block;
}

.hpj-owner-slot-modal__fields label {
    min-width: 0;
    color: #33413c;
    font-size: .94rem;
    font-weight: 750;
}

.hpj-owner-slot-modal__fields label > span {
    margin-bottom: 6px;
    font-weight: 800;
}

.hpj-owner-slot-modal__fields select,
.hpj-owner-slot-modal__fields input:not([type="checkbox"]):not([type="hidden"]) {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #bdc9c6;
    border-radius: 12px;
    background: #edf4ff;
    color: #001d32;
    font: inherit;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.hpj-owner-slot-modal__fields select:focus,
.hpj-owner-slot-modal__fields input:not([type="checkbox"]):not([type="hidden"]):focus {
    border-color: #006b60;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 107, 96, .14);
    outline: none;
}

.hpj-owner-slot-modal__fields input::placeholder {
    color: #71817b;
    opacity: 1;
}

.hpj-owner-slot-modal__units {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
    align-items: end;
    gap: 10px 18px;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #d8e4df;
    border-radius: 12px;
    background: #f7faf9;
}

.hpj-owner-slot-modal__units[hidden],
.hpj-owner-slot-modal__unit-count[hidden] {
    display: none;
}

.hpj-owner-slot-modal__units-title {
    grid-column: 1 / -1;
    margin: 0 !important;
    color: #33413c;
    font-size: .94rem;
    font-weight: 800;
}

.hpj-owner-slot-modal__all-units {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    margin: 0;
    cursor: pointer;
}

.hpj-owner-slot-modal__all-units > span {
    margin: 0 !important;
    color: #17231f;
    font-size: .94rem;
    font-weight: 700 !important;
}

.hpj-owner-slot-modal__all-units input[type="checkbox"] {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    min-height: 0;
    margin: 0;
    padding: 0;
    accent-color: #007f5f;
}

.hpj-owner-slot-modal__unit-count {
    display: block;
    min-width: 0;
}

.hpj-owner-slot-modal__unit-count > span {
    display: block;
    margin-bottom: 6px;
    color: #52645d;
    font-size: .78rem;
    font-weight: 800;
}

.hpj-owner-slot-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

@media (max-width: 640px) {
    .hpj-owner-slot-modal__details,
    .hpj-owner-slot-modal__fields {
        grid-template-columns: 1fr;
    }

    .hpj-owner-slot-modal__units {
        grid-template-columns: 1fr;
    }

    .hpj-owner-slot-modal__units-title {
        grid-column: auto;
    }
}

.hpj-slot small {
  display: block;
  font-weight: 800;
}

.hpj-timeline {
  margin-top: 16px;
}

.hpj-calendar-date-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: #33413c;
}

.hpj-calendar-date-heading span {
  color: #5b6a64;
  font-size: .9rem;
  font-weight: 750;
  text-transform: uppercase;
}

.hpj-calendar-date-heading strong {
  color: #14211d;
  font-size: 1.15rem;
}

.hpj-establishment-timeline__court,
.hpj-establishment-timeline__group {
  border-top: 1px solid #edf2ef;
  margin-top: 16px;
  padding-top: 16px;
}

.hpj-establishment-timeline__court:first-of-type,
.hpj-establishment-timeline__group:first-of-type {
  border-top: 0;
  margin-top: 10px;
  padding-top: 0;
}

.hpj-establishment-timeline__court h3 {
  font-size: 1rem;
  font-weight: 850;
  margin: 0 0 10px;
}

.hpj-establishment-slot-track {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  gap: 8px;
}

.hpj-establishment-schedule-scroll {
  -ms-overflow-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0;
  scrollbar-color: #008767 #e7f1ed;
  scrollbar-width: none;
  transition: opacity .13s ease;
}

.hpj-establishment-schedule-window.is-paging .hpj-establishment-schedule-scroll {
  opacity: .42;
}

.hpj-establishment-schedule-scroll::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

.hpj-establishment-schedule-scroll::-webkit-scrollbar-track {
  background: #e7f1ed;
  border-radius: 999px;
}

.hpj-establishment-schedule-scroll::-webkit-scrollbar-thumb {
  background: #008767;
  border: 2px solid #e7f1ed;
  border-radius: 999px;
}

.hpj-establishment-schedule-window {
  position: relative;
}

.hpj-establishment-schedule-window__nav {
  align-items: center;
  background: #008767;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: none;
  flex: 0 0 38px;
  justify-content: center;
  min-height: 42px;
  padding: 0;
}

.hpj-establishment-schedule-window__nav svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  width: 22px;
}

.hpj-establishment-schedule-window__nav:focus-visible {
  outline: 3px solid rgba(0, 127, 95, .28);
  outline-offset: 2px;
}

.hpj-establishment-schedule-grid {
  --hpj-slot-columns: 1;
  display: grid;
  grid-template-columns: minmax(92px, 132px) repeat(var(--hpj-slot-columns), minmax(34px, 1fr));
  gap: 4px;
  min-width: 100%;
  width: 100%;
}

.hpj-establishment-schedule-grid__corner,
.hpj-establishment-schedule-grid__header,
.hpj-establishment-schedule-grid__court {
  align-items: center;
  background: #f1f6f3;
  border: 1px solid #dce6e1;
  border-radius: 4px;
  color: #33413c;
  display: grid;
  font-size: .72rem;
  font-weight: 850;
  justify-items: center;
  line-height: 1.05;
  min-height: 34px;
  padding: 3px;
}

.hpj-establishment-schedule-grid__corner,
.hpj-establishment-schedule-grid__court {
  justify-items: start;
  padding-left: 8px;
  position: sticky;
  left: 0;
  z-index: 3;
}

.hpj-establishment-schedule-grid__corner {
  z-index: 4;
}

.hpj-establishment-schedule-grid__header small {
  color: #6b7b75;
  font-size: .64rem;
  font-weight: 750;
}

.hpj-establishment-empty-group {
  display: grid;
  gap: 4px;
}

.hpj-establishment-slot-cell {
  aspect-ratio: auto;
  min-height: 30px;
  padding: 2px;
}

.hpj-establishment-slot-cell span {
  display: none;
}

.hpj-establishment-slot-cell small {
  font-size: .68rem;
}

.hpj-establishment-slot-cell .hpj-slot-price-detail,
.hpj-establishment-slot-cell .hpj-slot-capacity-detail {
  display: inline;
}

.hpj-establishment-slot-cell .hpj-slot-capacity-detail::before {
  content: " · ";
}

@media (min-width: 721px) {
  .hpj-establishment-schedule-grid--dense {
    grid-template-columns: minmax(82px, 112px) repeat(var(--hpj-slot-columns), minmax(28px, 1fr));
    gap: 3px;
  }

  .hpj-establishment-schedule-grid--dense .hpj-establishment-schedule-grid__header,
  .hpj-establishment-schedule-grid--dense .hpj-establishment-slot-cell {
    min-width: 0;
    padding: 2px;
  }

  .hpj-establishment-schedule-grid--dense .hpj-establishment-schedule-grid__header {
    font-size: .66rem;
  }

  .hpj-establishment-schedule-grid--dense .hpj-establishment-schedule-grid__header small,
  .hpj-establishment-schedule-grid--dense .hpj-establishment-slot-cell small {
    font-size: .6rem;
  }
}

.hpj-timeline-rows {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.hpj-timeline-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: center;
}

.hpj-timeline-row__label {
  color: #33413c;
  font-weight: 850;
}

.hpj-timeline-track {
  display: grid;
  grid-template-columns: repeat(8, minmax(132px, 1fr));
  gap: 4px;
  overflow-x: auto;
}

.hpj-timeline-hour {
  border: 1px solid #dce6e1;
  border-radius: 4px;
  display: grid;
  gap: 3px;
  padding: 3px;
}

.hpj-timeline-hour.is-even {
  background: #f7faf8;
}

.hpj-timeline-hour.is-odd {
  background: #eef4f1;
}

.hpj-timeline-hour__label {
  color: #33413c;
  font-size: .72rem;
  font-weight: 850;
  line-height: 1;
  min-height: 14px;
  text-align: center;
}

.hpj-timeline-hour__cells {
  display: grid;
  grid-template-columns: repeat(4, minmax(8px, 1fr));
  gap: 3px;
}

.hpj-timeline-cell {
  aspect-ratio: 1;
  border: 1px solid rgba(23, 32, 29, .16);
  border-radius: 3px;
  display: grid;
  gap: 1px;
  align-content: center;
  justify-items: center;
  min-height: 30px;
  padding: 2px;
  text-decoration: none;
}

/* Ocupa toda a largura da coluna sem deixar intervalos longos aumentarem a
   altura da linha. Em telas pequenas, a regra responsiva mantém células de toque. */
.hpj-timeline-cell.hpj-establishment-slot-cell {
  aspect-ratio: auto;
  height: 48px;
  max-height: 48px;
  width: 100%;
}

.hpj-timeline-cell:hover {
  outline: 2px solid rgba(23, 32, 29, .28);
  outline-offset: 1px;
}

.hpj-timeline-cell span {
  display: none;
}

.hpj-timeline-cell small {
  color: inherit;
  display: block;
  font-size: .64rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.hpj-timeline-cell.is-lowest-price small {
  color: #b42318;
}

.hpj-timeline-cell.is-free,
.hpj-timeline-legend i.is-free {
  background: #f7fffb;
  border-color: #00a676;
}

.hpj-timeline-cell.is-extension {
  background: #dff7ef;
  border-color: #007f5f;
  box-shadow: inset 0 0 0 1px rgba(0, 127, 95, .16);
}

.hpj-timeline-cell .hpj-slot-extension-detail {
  color: #006b50;
  display: block;
  font-weight: 900;
  text-transform: uppercase;
}

.hpj-timeline-cell.is-selected {
  background: #006bff;
  border-color: #0047ad;
  box-shadow: 0 0 0 2px rgba(0, 107, 255, .22);
  color: #fff;
}

.hpj-timeline-cell.is-selection-range,
.hpj-timeline-legend i.is-selection-range {
  background: #a9ccff;
  border-color: #4f8df0;
  color: #0c285c;
}

.hpj-timeline-cell.is-selected {
  background: #006bff;
  border-color: #0047ad;
  color: #fff;
}

.hpj-timeline-cell.is-selected small {
  color: #fff;
}

.hpj-timeline-legend i.is-selected {
  background: #006bff;
  border-color: #0047ad;
}

.hpj-timeline-cell.is-venue-unavailable,
.hpj-timeline-legend i.is-venue-unavailable {
  background: #ffe8a3;
  border-color: #f59e0b;
}

.hpj-timeline-cell.is-venue-busy,
.hpj-timeline-legend i.is-venue-busy {
  background: #ef4444;
  border-color: #b91c1c;
}

.hpj-timeline-cell.hpj-waitlist-slot {
  cursor: pointer;
  outline: 1px solid rgba(255, 255, 255, .5);
}

.hpj-timeline-cell.hpj-waitlist-slot:hover {
  box-shadow: 0 0 0 2px rgba(0, 107, 255, .38);
  outline-color: #fff;
  transform: translateY(-1px);
}

.hpj-timeline-cell.is-pro-busy,
.hpj-timeline-legend i.is-pro-busy {
  background: #b9655d;
  border-color: #91443d;
}

.hpj-timeline-cell.is-pro-blocked,
.hpj-timeline-legend i.is-pro-blocked {
  background: #f2c76f;
  border-color: #c5962a;
}

.hpj-timeline-cell.is-travel,
.hpj-timeline-legend i.is-travel {
  background: #8d75bd;
  border-color: #6f589e;
}

.hpj-timeline-cell.is-interval,
.hpj-timeline-legend i.is-interval {
  background: #f97316;
  border-color: #c2410c;
}

.hpj-timeline-cell.is-user-booking,
.hpj-timeline-legend i.is-user-booking {
  background: #0ea5e9;
  border-color: #0369a1;
  color: #fff;
}

.hpj-timeline-cell.is-unavailable,
.hpj-timeline-legend i.is-unavailable {
  background: #cbd5e1;
  border-color: #94a3b8;
}

.hpj-timeline-cell.is-past,
.hpj-timeline-legend i.is-past {
  background: #f1f5f9;
  border-color: #cbd5e1;
  opacity: .55;
}

.hpj-timeline-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 14px;
}

.hpj-timeline-legend span {
  align-items: center;
  color: #33413c;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 750;
  gap: 6px;
}

.hpj-timeline-legend__note {
  flex-basis: 100%;
}

.hpj-timeline-legend i {
  border: 1px solid rgba(23, 32, 29, .16);
  border-radius: 3px;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.hpj-timeline-selection {
  align-items: center;
  background: #fff;
  border: 1px solid #d5e2dd;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 32, 29, .08);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: 14px;
  padding: 12px;
}

.hpj-timeline-selection[hidden] {
  display: none;
}

.hpj-timeline-selection__content {
  display: grid;
  flex: 1 1 auto;
  gap: 4px;
  min-width: 0;
}

.hpj-timeline-selection strong {
  font-weight: 850;
}

.hpj-timeline-selection span {
  color: #52645e;
}

.hpj-timeline-selection__items {
  display: grid;
  gap: 6px;
  margin-top: 6px;
}

.hpj-timeline-selection__item {
  align-items: center;
  background: #f3f8f6;
  border: 1px solid #d8e6e1;
  border-radius: 7px;
  display: grid;
  gap: 2px 12px;
  grid-template-columns: minmax(180px, .8fr) minmax(220px, 1.5fr) auto;
  padding: 8px 10px;
}

.hpj-timeline-selection__item strong,
.hpj-timeline-selection__item span,
.hpj-timeline-selection__item b {
  font-size: .9rem;
}

.hpj-timeline-selection__item b {
  color: #006f61;
  white-space: nowrap;
}

.hpj-timeline-selection__actions {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.hpj-timeline-selection__actions .hpj-action {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
}

.hpj-action--secondary {
  background: #eef5f2;
  border: 1px solid #c9ddd6;
  box-shadow: none;
  color: #006f61;
}

.hpj-action--secondary:hover {
  background: #e2efea;
  color: #00584d;
}

.hpj-booking-instruction {
  margin: 0 0 14px;
}

.hpj-booking-instruction h2 {
  font-size: 1.15rem;
  font-weight: 850;
  margin: 0;
}

.hpj-reservation-summary {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  padding: 12px;
}

.hpj-reservation-summary[hidden] {
  display: none;
}

.hpj-reservation-summary div {
  display: grid;
  gap: 2px;
}

.hpj-reservation-units {
  align-items: center;
  display: flex;
  font-weight: 750;
  gap: 8px;
}

.hpj-reservation-units[hidden] {
  display: none;
}

.hpj-reservation-units input {
  border: 1px solid #cbd9d4;
  border-radius: 8px;
  font: inherit;
  min-height: 40px;
  padding: 6px 10px;
  width: 88px;
}

.hpj-selected-slots-panel {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  margin: 12px 0;
  padding: 14px;
}

.hpj-selected-slots-panel[hidden] {
  display: none;
}

.hpj-selected-slots-panel__head,
.hpj-selected-slots-panel__item {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.hpj-selected-slots-panel__head h2 {
  font-size: 1.05rem;
  margin: 0;
}

.hpj-selected-slots-panel__list {
  display: grid;
  gap: 8px;
}

.hpj-selected-slots-panel__item {
  background: #f8fbfa;
  border: 1px solid #edf2ef;
  border-radius: 8px;
  padding: 10px 12px;
}

.hpj-selected-slots-panel__item div {
  display: grid;
  gap: 2px;
}

.hpj-selected-slots-panel__item span {
  color: #52645e;
}

.hpj-selected-slots-panel__item b {
  color: #006b50;
  white-space: nowrap;
}

.hpj-inline-filter-form {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 16px;
}

.hpj-inline-filter-form label {
  color: #1c2824;
  display: grid;
  flex: 1 1 220px;
  font-weight: 800;
  gap: 6px;
}

.hpj-inline-filter-form select {
  border: 1px solid #cbd8d3;
  border-radius: 8px;
  color: #1c2824;
  font: inherit;
  min-height: 46px;
  padding: 10px 12px;
}

.hpj-professional-consult {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  margin: 0 0 16px;
  padding: 16px;
}

.hpj-professional-consult[hidden] {
  display: none;
}

.hpj-professional-consult__head {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}

.hpj-professional-consult__head h2,
.hpj-professional-consult__head p {
  margin: 0;
}

.hpj-professional-consult__list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hpj-professional-consult__card {
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.hpj-professional-consult__card .hpj-professional-card__head {
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.hpj-professional-consult__card h3,
.hpj-professional-consult__card p {
  margin: 0;
}

.hpj-professional-consult__amount {
  color: #007f5f;
  font-size: 1.3rem;
}

.hpj-professional-consult__badge {
  align-self: start;
  background: #e8f6f1;
  border-radius: 999px;
  color: #006b52;
  font-size: 0.78rem;
  font-weight: 800;
  margin-left: auto;
  padding: 6px 10px;
  white-space: nowrap;
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .navbar .container-fluid {
    gap: 10px;
  }

  .navbar-collapse {
    display: none !important;
  }

  .hpj-navbar-brand {
    min-width: 0;
  }

  .hpj-navbar-logo {
    max-width: min(240px, calc(100vw - 86px));
  }

  .hpj-mobile-account-menu {
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 1150;
  }

  .hpj-mobile-account-menu .dropdown-menu {
    min-width: 220px;
    z-index: 1160;
  }

  .hpj-mobile-bottom-nav {
    align-items: stretch;
    background: rgba(255, 255, 255, .98);
    border-top: 1px solid #d7e5df;
    bottom: 0;
    box-shadow: 0 -12px 32px rgba(23, 32, 29, .16);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 0;
    padding: 4px 8px calc(4px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 1100;
  }

  .hpj-mobile-bottom-nav--four-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hpj-mobile-bottom-nav--four-items .hpj-mobile-bottom-nav__item {
    font-size: .68rem;
    padding-left: 2px;
    padding-right: 2px;
  }

  .hpj-mobile-bottom-nav--four-items .hpj-mobile-bottom-nav__item span {
    display: -webkit-box;
    line-height: 1.05;
    overflow: hidden;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .hpj-cover {
    padding: 24px 18px;
  }

  .hpj-cover__content {
    align-items: flex-start;
    flex-direction: column;
  }

  .hpj-filters form {
    grid-template-columns: 1fr;
  }

  .hpj-date-filter {
    grid-column: 1;
    max-width: none;
  }

  .hpj-date-card,
  .hpj-date-picker-card,
  .hpj-filters .hpj-date-picker-card {
    flex-basis: 64px;
    min-height: 70px;
    padding: 7px 8px;
  }

  .hpj-date-card strong {
    font-size: 1.3rem;
  }

  .hpj-date-card--range {
    flex-basis: 82px;
  }

  .hpj-date-card--range strong {
    font-size: 1.02rem;
  }

  .hpj-reservation-summary {
    border-radius: 8px 8px 0 0;
    border-width: 1px 0 0;
    bottom: calc(72px + env(safe-area-inset-bottom));
    box-shadow: 0 -12px 28px rgba(23, 32, 29, .14);
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr) minmax(0, .9fr);
    left: 0;
    margin: 0;
    padding: 12px 16px;
    position: fixed;
    right: 0;
    z-index: 20;
  }

  .hpj-reservation-summary > div {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .hpj-reservation-summary .hpj-reservation-units {
    display: grid;
    gap: 5px;
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: auto minmax(0, 1fr);
    min-width: 0;
  }

  .hpj-reservation-summary .hpj-reservation-units[hidden] {
    display: none;
  }

  .hpj-reservation-summary .hpj-reservation-units input {
    min-width: 0;
    width: 100%;
  }

  .hpj-reservation-summary [data-hpj-view-selection] {
    grid-column: 3;
    grid-row: 1;
  }

  .hpj-reservation-summary [data-hpj-clear-selection] {
    grid-column: 1;
    grid-row: 2;
  }

  .hpj-reservation-summary [data-hpj-consult-professionals] {
    grid-column: 2;
    grid-row: 2;
    line-height: 1.1;
    min-width: 0;
    white-space: normal;
  }

  .hpj-reservation-summary [data-hpj-proceed] {
    grid-column: 3;
    grid-row: 2;
  }

  .hpj-reservation-summary .hpj-action {
    height: 100%;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
  }

  .hpj-timeline-row {
    grid-template-columns: 1fr;
  }

  .hpj-timeline-track {
    gap: 3px;
    grid-template-columns: repeat(2, minmax(132px, 1fr));
  }

  .hpj-establishment-timeline {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hpj-establishment-timeline__group {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hpj-establishment-timeline__group--scroll-hint::after {
    color: #6b7b75;
    content: "Arraste para ver todos os horários";
    display: block;
    font-size: .78rem;
    font-weight: 750;
    margin-top: 6px;
  }

  .hpj-establishment-schedule-grid {
    grid-template-columns: minmax(74px, 86px) repeat(var(--hpj-slot-columns), 42px);
    gap: 5px;
  }

  .hpj-establishment-schedule-window:has(.hpj-establishment-schedule-grid--sparse-mobile) {
    width: 100%;
  }

  .hpj-establishment-schedule-window:has(.hpj-establishment-schedule-grid--sparse-mobile) .hpj-establishment-schedule-scroll {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }

  .hpj-establishment-schedule-grid--sparse-mobile {
    grid-template-columns: minmax(96px, 128px) repeat(var(--hpj-slot-columns), minmax(0, 1fr));
  }

  .hpj-establishment-schedule-grid--sparse-mobile .hpj-establishment-slot-cell {
    height: 64px;
    max-height: 64px;
    min-width: 0;
    overflow: hidden;
    padding: 4px 3px;
  }

  .hpj-establishment-schedule-grid--sparse-mobile .hpj-establishment-slot-cell small {
    line-height: 1.08;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hpj-establishment-schedule-grid--sparse-mobile .hpj-slot-price-detail,
  .hpj-establishment-schedule-grid--sparse-mobile .hpj-slot-capacity-detail {
    display: block;
  }

  .hpj-establishment-schedule-grid--sparse-mobile .hpj-slot-capacity-detail {
    margin-top: 3px;
  }

  .hpj-establishment-schedule-grid--sparse-mobile .hpj-slot-capacity-detail::before {
    content: none;
  }

  .hpj-establishment-timeline__group--scroll-hint::after {
    content: "Use as setas ou arraste o dedo para ver mais horários";
  }

  .hpj-calendar-date-heading.hpj-calendar-date-heading--continued {
    margin-bottom: 0;
    padding-top: 4px;
  }

  .hpj-calendar-date-heading--continued span {
    display: none;
  }

  .hpj-calendar-date-heading--continued strong {
    min-width: 0;
    text-align: right;
    width: 100%;
  }

  .hpj-establishment-timeline__group.hpj-establishment-timeline__group--continued {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .hpj-establishment-schedule-window {
    align-items: flex-start;
    display: flex;
    gap: 6px;
    max-width: 100%;
    position: relative;
  }

  .hpj-establishment-schedule-window__nav {
    display: inline-flex;
    flex: 0 0 38px;
    height: 42px;
    min-height: 42px;
    opacity: .72;
    position: absolute;
    top: 0;
    transition: opacity .16s ease;
    width: 38px;
    z-index: 20;
  }

  .hpj-establishment-schedule-window__nav--previous {
    left: 0;
  }

  .hpj-establishment-schedule-window__nav--next {
    right: 0;
  }

  .hpj-establishment-schedule-window__nav:hover,
  .hpj-establishment-schedule-window__nav:focus-visible {
    opacity: .95;
  }

  .hpj-establishment-schedule-window__nav.is-hidden {
    display: none;
  }

  .hpj-establishment-schedule-scroll {
    -ms-overflow-style: none;
    flex: 0 1 calc(86px + (6 * 42px) + (6 * 5px));
    margin-left: 0;
    margin-right: 0;
    max-width: calc(86px + (6 * 42px) + (6 * 5px));
    min-width: 0;
    overflow-x: auto;
    padding: 0;
    scrollbar-width: none;
  }

  .hpj-establishment-schedule-scroll::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
  }

  .hpj-establishment-schedule-grid__corner,
  .hpj-establishment-schedule-grid__header,
  .hpj-establishment-schedule-grid__court {
    border-radius: 6px;
    font-size: .68rem;
    min-height: 42px;
  }

  .hpj-establishment-schedule-grid__court,
  .hpj-establishment-schedule-grid__corner {
    box-shadow: 8px 0 12px rgba(247, 250, 248, .9);
    overflow-wrap: anywhere;
    padding-left: 6px;
  }

  .hpj-establishment-schedule-grid__header small {
    font-size: .6rem;
  }

  .hpj-establishment-slot-cell {
    border-radius: 6px;
    min-height: 42px;
    min-width: 42px;
  }

  .hpj-establishment-slot-cell small {
    font-size: .68rem;
  }

  .hpj-establishment-slot-cell:hover {
    outline: none;
  }

  .hpj-establishment-slot-cell:focus-visible {
    outline: 3px solid rgba(0, 127, 95, .28);
    outline-offset: 2px;
  }

  .hpj-timeline-legend {
    gap: 8px 10px;
  }

  .hpj-timeline-legend span {
    font-size: .82rem;
  }

  .hpj-timeline-selection {
    align-items: stretch;
    border-radius: 8px 8px 0 0;
    border-width: 1px 0 0;
    bottom: calc(72px + env(safe-area-inset-bottom));
    box-shadow: 0 -12px 28px rgba(23, 32, 29, .14);
    left: 0;
    margin: 0;
    padding: 12px 16px;
    position: fixed;
    right: 0;
    flex-direction: column;
    z-index: 20;
  }

  .hpj-timeline-selection__content {
    max-height: 34vh;
    overflow-y: auto;
  }

  .hpj-timeline-selection__item {
    grid-template-columns: 1fr auto;
  }

  .hpj-timeline-selection__item span {
    grid-column: 1 / -1;
  }

  .hpj-timeline-selection__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hpj-timeline-selection__actions .hpj-action {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
  }
}

@media (max-width: 430px) {
  .hpj-establishment-schedule-scroll {
    -ms-overflow-style: none;
    overflow-x: auto;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .hpj-establishment-schedule-scroll::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
  }
}

.hpj-auth {
  min-height: calc(100vh - 180px);
  display: grid;
  place-items: center;
  padding: 40px 0 64px;
}

.hpj-auth__panel {
  width: min(100%, 460px);
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 18px 48px rgba(23, 32, 29, .08);
}

.hpj-auth__brand {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.hpj-auth__brand img {
  display: block;
  height: auto;
  max-width: min(300px, 100%);
  width: 100%;
}

.hpj-auth__brand strong {
  font-size: 1.65rem;
  line-height: 1.1;
}

.hpj-auth-form {
  display: grid;
  gap: 10px;
}

.hpj-auth-form label {
  font-weight: 750;
  color: #33413c;
}

.hpj-auth-form input,
.hpj-auth-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfdad5;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
}

.hpj-auth-form input:focus,
.hpj-auth-form select:focus {
  outline: 3px solid rgba(0, 127, 95, .16);
  border-color: #007f5f;
}

.hpj-auth-form button:not(.cb2-password-toggle) {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: #007f5f;
  color: #fff;
  font-weight: 800;
  margin-top: 6px;
}

.hpj-auth-form span[data-valmsg-for],
.hpj-form span[data-valmsg-for],
.hpj-validation {
  color: #a33a2a;
  font-size: .92rem;
}

.hpj-field-hint {
  color: #52645e;
  font-size: .86rem;
  margin-top: -4px;
}

.hpj-checkbox {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 4px 0;
}

.hpj-checkbox input {
  width: 18px;
  min-height: 18px;
}

.hpj-auth__link,
.hpj-auth__links,
.hpj-auth__message {
  margin: 16px 0 0;
  color: #46534e;
}

.hpj-auth__message--success {
  background: #e9f8f1;
  border: 1px solid #b9e5d2;
  border-radius: 8px;
  color: #075d44;
  font-weight: 800;
  padding: 12px 14px;
}

.hpj-auth__success-action {
  margin: 18px 0 0;
}

.hpj-auth__success-action a {
  align-items: center;
  background: #007f5f;
  border: 1px solid #007f5f;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
}

.hpj-auth__success-action a:hover,
.hpj-auth__success-action a:focus-visible {
  background: #006b50;
  border-color: #006b50;
  color: #fff;
}

.hpj-phone-code {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hpj-auth-form .hpj-phone-code__digit {
  aspect-ratio: 1;
  border: 1px solid #bfd4cc;
  border-radius: 10px;
  color: #082235;
  font-size: clamp(1.45rem, 8vw, 2rem);
  font-weight: 850;
  min-height: 0;
  padding: 0;
  text-align: center;
}

.hpj-auth-form .hpj-phone-code__digit:focus {
  background: #f2fbf7;
  border-color: #007f5f;
  outline: 3px solid rgba(0, 127, 95, .16);
}

.hpj-auth__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.hpj-auth__links--login {
  display: grid;
  gap: 12px;
}

.hpj-auth__links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.hpj-auth__link-form {
  margin: 0;
}

.hpj-auth__link-form button {
  border: 0;
  border-radius: 8px;
  background: #eef8f4;
  color: #006b50;
  font: inherit;
  font-weight: 800;
  min-height: 40px;
  padding: 0 12px;
  width: 100%;
}

.hpj-auth__link-form button:hover {
  background: #dff1eb;
  color: #004a38;
}

.hpj-auth__link-form button:disabled {
  background: #e8edf0;
  color: #60716a;
  cursor: not-allowed;
}

.hpj-auth a {
  color: #006b50;
  font-weight: 750;
}

.hpj-auth--manage {
  align-items: start;
}

.hpj-manage-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.hpj-manage-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #d5e2dd;
  border-radius: 8px;
  text-decoration: none;
  background: #f9fbfa;
}

.hpj-checkbox-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid #d5e2dd;
  border-radius: 8px;
  background: #f9fbfa;
}

.hpj-checkbox-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #007f5f;
}

.hpj-checkbox-row small {
  display: block;
  margin-top: 4px;
  color: #50635d;
  line-height: 1.45;
}

.hpj-notification-settings {
  gap: 14px;
}

.hpj-page-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin: 0 0 18px;
}

.hpj-page-header h1 {
  margin: 0;
  color: #17231f;
}

.hpj-page-header p {
  margin: 4px 0 0;
  color: #50635d;
}

.hpj-eyebrow {
  margin: 0 0 4px;
  color: #007f5f;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hpj-status-message {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #a9decf;
  border-radius: 8px;
  background: #eefbf6;
  color: #005c45;
  font-weight: 800;
}

.hpj-notification-settings__intro {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid #d5e2dd;
  border-radius: 8px;
  background: #f9fbfa;
}

.hpj-notification-settings__intro strong {
  color: #17231f;
}

.hpj-notification-settings__intro span {
  color: #50635d;
  line-height: 1.55;
}

.hpj-notification-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid #d5e2dd;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(20, 45, 38, .06);
}

.hpj-notification-card > div {
  display: grid;
  gap: 6px;
}

.hpj-notification-card strong {
  color: #17231f;
}

.hpj-notification-card span {
  color: #50635d;
  line-height: 1.5;
}

.hpj-switch {
  display: inline-grid;
  grid-template-columns: 54px minmax(34px, auto);
  gap: 10px;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.hpj-switch input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.hpj-switch > span {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 30px;
  border-radius: 999px;
  background: #d7e2de;
  transition: background .18s ease;
}

.hpj-switch > span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(20, 45, 38, .18);
  transition: transform .18s ease;
}

.hpj-switch input:checked + span {
  background: #007f5f;
}

.hpj-switch input:checked + span::after {
  transform: translateX(24px);
}

.hpj-switch input:focus-visible + span {
  outline: 3px solid rgba(0, 127, 95, .25);
  outline-offset: 3px;
}

.hpj-switch small {
  color: #17231f;
  font-weight: 800;
}

.hpj-notification-matrix {
  display: grid;
  overflow: hidden;
  border: 1px solid #d5e2dd;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(20, 45, 38, .06);
}

.hpj-notification-matrix__header,
.hpj-notification-matrix__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px 160px;
  gap: 14px;
  align-items: center;
}

.hpj-notification-matrix__header {
  padding: 14px 18px;
  background: #eef8f4;
  color: #3c514b;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hpj-notification-matrix__row {
  padding: 18px;
  border-top: 1px solid #dbe7e2;
}

.hpj-notification-matrix__label {
  display: grid;
  gap: 6px;
}

.hpj-notification-matrix__label strong {
  color: #17231f;
}

.hpj-notification-matrix__label span {
  color: #50635d;
  line-height: 1.5;
}

.hpj-notification-matrix__channel {
  display: flex;
  justify-content: center;
}

.hpj-switch--compact {
  grid-template-columns: 54px minmax(30px, auto);
}

@media (max-width: 640px) {
  .hpj-notification-card {
    grid-template-columns: 1fr;
  }

  .hpj-switch {
    justify-self: start;
  }

  .hpj-notification-matrix__header {
    display: none;
  }

  .hpj-notification-matrix__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .hpj-notification-matrix__label {
    grid-column: 1 / -1;
  }

  .hpj-notification-matrix__channel {
    justify-content: flex-start;
  }

  .hpj-notification-matrix__channel::before {
    display: block;
    margin: 0 0 6px;
    color: #50635d;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .hpj-notification-matrix__channel:nth-of-type(2)::before {
    content: "WhatsApp";
  }

  .hpj-notification-matrix__channel:nth-of-type(3)::before {
    content: "E-mail";
  }

  .hpj-notification-matrix__channel {
    display: grid;
    gap: 4px;
  }
}

.hpj-personal-data {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8px 16px;
  margin: 18px 0 0;
}

.hpj-personal-data dt {
  font-weight: 800;
  color: #33413c;
}

.hpj-personal-data dd {
  margin: 0;
}

.hpj-identification {
  display: grid;
  gap: 14px;
}

.hpj-confirmation-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 8px;
  font-size: .82rem;
}

.hpj-confirmation-badge.is-confirmed {
  background: #edf8f1;
  color: #1d5d3a;
}

.hpj-confirmation-badge.is-pending {
  background: #fff8e6;
  color: #805b10;
}

.hpj-phone-confirm-card {
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f2fbf8 100%);
  border: 1px solid #d4e8e2;
  border-left: 6px solid #7aa39a;
  border-radius: 14px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px;
}

.hpj-phone-confirm-card.is-pending {
  border-left-color: #00866f;
  box-shadow: 0 14px 30px rgba(0, 120, 100, .08);
}

.hpj-phone-confirm-card.is-confirmed {
  background: #f0fbf4;
  border-left-color: #248a4d;
}

.hpj-phone-confirm-card strong {
  color: #09251f;
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.hpj-phone-confirm-card p {
  color: #4b625d;
  margin: 0;
}

.hpj-phone-confirm-card form {
  flex-shrink: 0;
  margin: 0;
}

@media (max-width: 640px) {
  .hpj-phone-confirm-card {
    align-items: stretch;
    flex-direction: column;
  }

  .hpj-phone-confirm-card .hpj-action,
  .hpj-phone-confirm-card button {
    width: 100%;
  }
}

.hpj-page-head {
  background: linear-gradient(135deg, #ffffff 0%, #f3fbf8 100%);
  border: 1px solid #dce9e4;
  border-left: 6px solid #007f65;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(23, 32, 29, .045);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 22px;
  padding: 18px 20px;
}

.hpj-page-head h1 {
  margin: 0 0 6px;
  color: #14231d;
  font-size: clamp(1.45rem, 2.7vw, 1.95rem);
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.12;
}

.hpj-page-head p {
  margin: 0;
  color: #52645e;
  font-size: clamp(.98rem, 1.5vw, 1.08rem);
  line-height: 1.45;
  max-width: 860px;
}

.hpj-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: #007f5f;
  color: #fff;
  text-decoration: none;
  font-weight: 650;
}

.hpj-action:hover {
  color: #fff;
}

.hpj-action--secondary {
  background: #e7f1ed;
  color: #1c2824;
}

.hpj-action--secondary:hover {
  color: #1c2824;
}

.hpj-action--ghost {
  background: #eef8f4;
  color: #00523e;
}

.hpj-action--ghost:hover {
  background: #d9eae5;
  color: #004a38;
}

.hpj-empty {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  padding: 22px;
  margin: 18px 0;
}

.hpj-empty h2 {
  font-size: 1.2rem;
  font-weight: 800;
}

.hpj-muted {
  color: #52645e;
  margin: 0;
}

.hpj-inline-link {
  color: #006b50;
  font-weight: 850;
  text-decoration: none;
}

.hpj-inline-link:hover {
  color: #004a38;
  text-decoration: underline;
}

.hpj-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.hpj-executive-insights {
  background:
    radial-gradient(circle at 5% 0%, rgba(0, 133, 108, .1), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f8fcfa 100%);
  border: 1px solid #dbe8e3;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(18, 54, 43, .07);
  display: grid;
  gap: 22px;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 25px;
}

.hpj-executive-insights__head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.hpj-executive-insights__eyebrow {
  color: #00785f;
  display: block;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .09em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.hpj-executive-insights__head h2 {
  color: #10251f;
  font: 900 1.7rem/1.1 "Hanken Grotesk", var(--hpj-font-display);
  margin: 0;
}

.hpj-executive-insights__head p {
  color: #5b6c66;
  margin: 7px 0 0;
}

.hpj-executive-insights__period {
  background: #eaf7f2;
  border: 1px solid #d5ebe2;
  border-radius: 999px;
  color: #006f58;
  flex: 0 0 auto;
  font-size: .82rem;
  font-weight: 850;
  padding: 8px 12px;
}

.hpj-executive-insights__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hpj-executive-card {
  --insight-accent: #276d9c;
  --insight-soft: #eef6fb;
  background: rgba(255, 255, 255, .94);
  border: 1px solid #e0e9e5;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(22, 55, 45, .045);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 17px;
  transition: box-shadow .18s ease, transform .18s ease;
}

.hpj-executive-card.is-up {
  --insight-accent: #00856c;
  --insight-soft: #eaf8f3;
}

.hpj-executive-card.is-down {
  --insight-accent: #c24e55;
  --insight-soft: #fff0f1;
}

.hpj-executive-card:hover {
  box-shadow: 0 13px 28px rgba(22, 55, 45, .09);
  transform: translateY(-2px);
}

.hpj-executive-card__top {
  align-items: start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.hpj-executive-card__label {
  color: #52645e;
  display: block;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.25;
  min-height: 2.05em;
}

.hpj-executive-card__top strong {
  color: #10251f;
  display: block;
  font: 900 clamp(1.45rem, 2vw, 2rem)/1.1 "Hanken Grotesk", var(--hpj-font-display);
  letter-spacing: -.025em;
  margin-top: 7px;
}

.hpj-executive-card__visual {
  background: var(--insight-soft);
  border-radius: 12px;
  flex: 0 0 70px;
  height: 58px;
  overflow: hidden;
  position: relative;
}

.hpj-executive-card__visual > span {
  background: color-mix(in srgb, var(--insight-accent) 16%, transparent);
  bottom: 8px;
  position: absolute;
  width: 8px;
}

.hpj-executive-card__visual > span:nth-child(1) { height: 12px; left: 9px; }
.hpj-executive-card__visual > span:nth-child(2) { height: 22px; left: 24px; }
.hpj-executive-card__visual > span:nth-child(3) { height: 18px; left: 39px; }
.hpj-executive-card__visual > span:nth-child(4) { height: 31px; left: 54px; }
.hpj-executive-card.is-down .hpj-executive-card__visual > span:nth-child(1) { height: 31px; }
.hpj-executive-card.is-down .hpj-executive-card__visual > span:nth-child(2) { height: 23px; }
.hpj-executive-card.is-down .hpj-executive-card__visual > span:nth-child(3) { height: 17px; }
.hpj-executive-card.is-down .hpj-executive-card__visual > span:nth-child(4) { height: 10px; }

.hpj-executive-card__visual svg {
  inset: 10px 6px 8px;
  overflow: visible;
  position: absolute;
  width: 58px;
}

.hpj-executive-card__visual polyline,
.hpj-executive-card__visual path {
  fill: none;
  stroke: var(--insight-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.hpj-executive-card__trend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.hpj-executive-card__trend span {
  background: var(--insight-soft);
  border-radius: 999px;
  color: var(--insight-accent);
  font-size: .82rem;
  font-weight: 900;
  padding: 5px 8px;
}

.hpj-executive-card__trend small {
  color: #64756f;
  font-size: .75rem;
  font-weight: 700;
}

.hpj-executive-card > p {
  color: #60716b;
  font-size: .78rem;
  line-height: 1.45;
  margin: 13px 0 16px;
}

.hpj-executive-card__reference {
  border-top: 1px solid #edf2f0;
  display: grid;
  gap: 3px;
  margin-top: auto;
  padding-top: 11px;
}

.hpj-executive-card__reference span {
  color: #52645e;
  font-size: .75rem;
}

.hpj-executive-card__reference strong {
  color: #263d35;
}

.hpj-executive-card__reference small {
  color: #84918c;
  font-size: .68rem;
  line-height: 1.35;
}

.hpj-executive-insights__footer {
  align-items: center;
  border-top: 1px solid #e5ece9;
  color: #7a8984;
  display: flex;
  font-size: .72rem;
  gap: 18px;
  justify-content: space-between;
  padding-top: 13px;
}

.hpj-executive-insights__footer form {
  flex: 0 0 auto;
}

.hpj-executive-insights__refresh {
  align-items: center;
  background: transparent;
  border: 0;
  color: #487169;
  cursor: pointer;
  display: inline-flex;
  font: 800 .72rem/1 "Inter", var(--hpj-font-body);
  gap: 5px;
  padding: 5px;
}

.hpj-executive-insights__refresh:hover {
  color: #00785f;
  text-decoration: underline;
}

.hpj-executive-insights__refresh:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(0, 133, 108, .18);
}

.hpj-executive-insights__refresh svg {
  fill: none;
  height: 15px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 15px;
}

.hpj-report-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.hpj-report-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 210px;
  padding: 18px;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #fff;
}

.hpj-report-card.is-available {
  border-color: #9ddac8;
  background: #f5fffb;
}

.hpj-report-card header {
  display: flex;
  gap: 12px;
  align-items: start;
  justify-content: space-between;
}

.hpj-report-card h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 850;
  color: #17231f;
}

.hpj-report-card header span {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e7f1ed;
  color: #00523e;
  font-size: .78rem;
  font-weight: 850;
}

.hpj-report-card p {
  margin: 0;
  color: #52645e;
  line-height: 1.55;
}

.hpj-report-card .hpj-action {
  justify-self: start;
  align-self: end;
}

.hpj-report-filter {
  margin-bottom: 18px;
}

.hpj-report-filter .hpj-form-section {
  gap: 18px;
  padding: 24px 28px;
}

.hpj-report-filter-grid {
  align-items: start;
  gap: 18px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.hpj-report-filter-field {
  grid-column: span 4;
}

.hpj-report-filter-grid .hpj-report-period-presets,
.hpj-report-filter-grid > label:not(.hpj-report-filter-field) {
  grid-column: 1 / -1;
}

.hpj-report-filter-grid > label:not(.hpj-report-filter-field) {
  grid-column: span 6;
}

.hpj-report-filter .hpj-action {
  justify-self: end;
  min-width: 260px;
  width: min(100%, 360px);
}

.hpj-report-period-presets {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.hpj-report-granularity {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}

.hpj-report-period-panel {
  display: grid;
  grid-column: 1 / -1;
  gap: 12px;
  padding-top: 4px;
}

.hpj-report-manual-period {
  grid-column: 1 / -1;
}

.hpj-report-filter input[type="date"].is-readonly,
.hpj-report-filter input[type="month"].is-readonly,
.hpj-report-filter input[type="number"].is-readonly {
  background: #f6faf8;
  color: #52645e;
  cursor: default;
}

.hpj-report-summary-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin: 14px 0 18px;
  padding: 14px 16px;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #fff;
}

.hpj-report-summary-note span {
  color: #52645e;
}

.hpj-report-table {
  display: grid;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.hpj-report-table__head,
.hpj-report-table__row {
  display: grid;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
}

.hpj-report-table--daily-revenue .hpj-report-table__head,
.hpj-report-table--daily-revenue .hpj-report-table__row,
.hpj-report-table--grouped-revenue .hpj-report-table__head,
.hpj-report-table--grouped-revenue .hpj-report-table__row,
.hpj-report-table--cancellations .hpj-report-table__head,
.hpj-report-table--cancellations .hpj-report-table__row {
  grid-template-columns: 1.1fr .8fr 1fr 1fr 1fr;
}

.hpj-report-table--time-revenue .hpj-report-table__head,
.hpj-report-table--time-revenue .hpj-report-table__row {
  grid-template-columns: 1.15fr .65fr .8fr .8fr .9fr .85fr .95fr;
}

.hpj-report-table__head {
  background: #f2f7f5;
  color: #52645e;
  font-size: .82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hpj-report-sort-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
}

.hpj-report-sort-button:hover,
.hpj-report-sort-button:focus-visible,
.hpj-report-sort-button.is-active {
  color: #007f65;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hpj-report-row-link {
  color: #006b50;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hpj-report-row-link:hover,
.hpj-report-row-link:focus-visible {
  color: #004f3f;
}

.hpj-report-table__row {
  border-top: 1px solid #e8efec;
}

.hpj-report-table__row.is-empty {
  color: #7b8985;
  background: #fbfcfc;
}

.hpj-loyal-customers {
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(17, 51, 40, .07);
  margin: 20px 0 26px;
  overflow: hidden;
}

.hpj-loyal-customers__head {
  align-items: end;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 133, 108, .1), transparent 38%),
    #fbfefd;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 22px 24px;
}

.hpj-loyal-customers__head span {
  color: #00785f;
  display: block;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hpj-loyal-customers__head h2 {
  color: #10251f;
  font: 900 1.45rem/1.15 "Hanken Grotesk", var(--hpj-font-display);
  margin: 4px 0 0;
}

.hpj-loyal-customers__head > small {
  color: #71817b;
  font-size: .76rem;
  max-width: 310px;
  text-align: right;
}

.hpj-loyal-customers__table-head,
.hpj-loyal-customer-row {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 64px minmax(180px, 1.35fr) minmax(125px, .75fr) minmax(105px, .7fr) minmax(105px, .7fr) minmax(130px, .85fr) minmax(120px, .8fr);
}

.hpj-loyal-customers__table-head {
  background: #edf7f3;
  color: #496159;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .035em;
  padding: 12px 22px;
  text-transform: uppercase;
}

.hpj-loyal-customer-row {
  border-top: 1px solid #e8efec;
  min-width: 0;
  padding: 16px 22px;
  transition: background-color .15s ease;
}

.hpj-loyal-customer-row:hover {
  background: #fbfefd;
}

.hpj-loyal-customer-row > div {
  color: #354a43;
  display: grid;
  gap: 3px;
  min-width: 0;
}

.hpj-loyal-customer-row > div > strong {
  color: #10251f;
}

.hpj-loyal-customer-row > div > small,
.hpj-loyal-customer-row > div > span:not(.hpj-loyal-customer-row__sport) {
  color: #6f807a;
  font-size: .76rem;
}

.hpj-loyal-customer-row__rank span {
  align-items: center;
  background: #edf3f1;
  border-radius: 50%;
  color: #50645d;
  display: inline-flex;
  font: 900 .88rem/1 "Hanken Grotesk", var(--hpj-font-display);
  height: 34px;
  justify-content: center;
  width: 34px;
}

.hpj-loyal-customer-row.is-top-1 .hpj-loyal-customer-row__rank span {
  background: linear-gradient(135deg, #fff3b5, #e8b83f);
  box-shadow: 0 5px 13px rgba(191, 139, 14, .24);
  color: #674700;
}

.hpj-loyal-customer-row.is-top-2 .hpj-loyal-customer-row__rank span {
  background: linear-gradient(135deg, #f5f8f8, #bac8c8);
  color: #405052;
}

.hpj-loyal-customer-row.is-top-3 .hpj-loyal-customer-row__rank span {
  background: linear-gradient(135deg, #f6d2b9, #bd7950);
  color: #59321f;
}

.hpj-loyal-customer-row__customer small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hpj-loyal-customer-row__reservations i {
  background: #e5efeb;
  border-radius: 999px;
  display: block;
  height: 5px;
  margin-top: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hpj-loyal-customer-row__reservations i::after {
  background: linear-gradient(90deg, #00a383, #00775e);
  border-radius: inherit;
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--customer-share, 0%);
}

.hpj-loyal-customer-row__sport {
  background: #edf7f3;
  border-radius: 999px;
  color: #006f58;
  display: inline-block;
  font-size: .75rem;
  font-weight: 800;
  justify-self: start;
  max-width: 100%;
  overflow: hidden;
  padding: 6px 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .hpj-loyal-customers__table-head {
    display: none;
  }

  .hpj-loyal-customers__table {
    display: grid;
    gap: 12px;
    padding: 14px;
  }

  .hpj-loyal-customer-row {
    border: 1px solid #e0eae6;
    border-radius: 13px;
    gap: 14px 18px;
    grid-template-columns: 46px repeat(3, minmax(0, 1fr));
    padding: 16px;
  }

  .hpj-loyal-customer-row__rank {
    grid-row: span 2;
  }

  .hpj-loyal-customer-row__customer {
    grid-column: span 3;
  }

  .hpj-loyal-customer-row > div:not(.hpj-loyal-customer-row__rank):not(.hpj-loyal-customer-row__customer)::before {
    color: #7b8984;
    content: attr(data-label);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
  }
}

@media (max-width: 620px) {
  .hpj-loyal-customers {
    border-radius: 13px;
  }

  .hpj-loyal-customers__head {
    align-items: flex-start;
    flex-direction: column;
    padding: 19px;
  }

  .hpj-loyal-customers__head > small {
    text-align: left;
  }

  .hpj-loyal-customer-row {
    grid-template-columns: 42px repeat(2, minmax(0, 1fr));
  }

  .hpj-loyal-customer-row__customer {
    grid-column: span 2;
  }

  .hpj-loyal-customer-row__rank {
    grid-row: span 3;
  }

  .hpj-loyal-customer-row > div:last-child {
    grid-column: 2 / -1;
  }
}

.cb2-professional-service-form label.cb2-service-checkbox {
  align-items: flex-start;
  align-self: stretch;
  background: #f3faf7;
  border: 1px solid #c9ded7;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 10px;
  min-height: 48px;
  padding: 13px 14px;
}

.cb2-service-checkbox-grid {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cb2-professional-service-form .cb2-form-grid {
  align-items: start;
}

.cb2-professional-service-form .cb2-service-checkbox input[type="checkbox"] {
  accent-color: #007f6d;
  flex: 0 0 20px;
  height: 20px;
  margin: 1px 0 0;
  min-height: 20px;
  padding: 0;
  width: 20px;
}

.cb2-professional-service-form .cb2-service-checkbox > span {
  color: #001d32;
  line-height: 1.3;
  min-width: 0;
}

.cb2-service-checkbox__content {
  display: grid;
  gap: 4px;
}

.cb2-service-checkbox__content strong {
  font-weight: 800;
}

.cb2-service-checkbox__content small {
  color: #52645e;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.4;
}

.cb2-service-help-field {
  position: relative;
}

.cb2-service-help-field > label {
  display: block;
}

.cb2-service-help-trigger {
  align-items: center;
  background: #fff;
  border: 2px solid #8a4e00;
  border-radius: 50%;
  color: #8a4e00;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 24px;
  font-size: .82rem;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 24px;
}

.cb2-service-help-trigger:hover,
.cb2-service-help-trigger:focus-visible {
  background: #fff2d6;
  box-shadow: 0 0 0 3px rgba(224, 145, 25, .2);
  outline: none;
}

.cb2-service-help-content {
  background: #fff8e8;
  border: 1px solid rgba(224, 145, 25, .35);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(52, 39, 14, .14);
  color: #614316;
  font-size: .88rem;
  font-weight: 500;
  left: 0;
  line-height: 1.5;
  padding: 11px 12px;
  position: absolute;
  top: calc(100% + 7px);
  width: min(430px, 100%);
  z-index: 5;
}

@media (max-width: 900px) {
  .cb2-service-checkbox-grid {
    grid-template-columns: 1fr;
  }
}

.hpj-report-filter-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hpj-delinquency-filter-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hpj-delinquency-filter-grid .hpj-report-filter-field {
  grid-column: span 1;
}

.hpj-delinquency-report {
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(17, 51, 40, .07);
  margin: 20px 0 26px;
  overflow: hidden;
}

.hpj-delinquency-report__head {
  align-items: end;
  background:
    radial-gradient(circle at 8% 0%, rgba(181, 116, 18, .12), transparent 38%),
    #fffdf8;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 22px 24px;
}

.hpj-delinquency-report__head span {
  color: #9b5e08;
  display: block;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hpj-delinquency-report__head h2 {
  color: #10251f;
  font: 900 1.45rem/1.15 "Hanken Grotesk", var(--hpj-font-display);
  margin: 4px 0 0;
}

.hpj-delinquency-report__head > small {
  color: #71817b;
  font-size: .76rem;
  max-width: 340px;
  text-align: right;
}

.hpj-delinquency-table-head,
.hpj-delinquency-customer > summary {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(180px, 1.35fr) minmax(82px, .55fr) minmax(105px, .72fr) minmax(125px, .85fr) minmax(130px, .9fr) minmax(145px, 1fr) 24px;
}

.hpj-delinquency-table-head {
  background: #edf7f3;
  color: #496159;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .035em;
  padding: 12px 22px;
  text-transform: uppercase;
}

.hpj-delinquency-customer {
  border-top: 1px solid #e8efec;
}

.hpj-delinquency-customer > summary {
  cursor: pointer;
  list-style: none;
  padding: 17px 22px;
  transition: background-color .15s ease;
}

.hpj-delinquency-customer > summary::-webkit-details-marker {
  display: none;
}

.hpj-delinquency-customer > summary:hover,
.hpj-delinquency-customer[open] > summary {
  background: #fbfefd;
}

.hpj-delinquency-customer > summary:focus-visible {
  outline: 3px solid rgba(0, 136, 108, .24);
  outline-offset: -3px;
}

.hpj-delinquency-customer > summary > span {
  color: #354a43;
  display: grid;
  gap: 3px;
  min-width: 0;
}

.hpj-delinquency-customer > summary strong {
  color: #10251f;
}

.hpj-delinquency-customer > summary small {
  color: #6f807a;
  font-size: .75rem;
  overflow-wrap: anywhere;
}

.hpj-delinquency-customer__identity small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hpj-delinquency-status {
  border-radius: 999px;
  display: inline-flex;
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  justify-self: start;
  line-height: 1.15;
  padding: 7px 10px;
}

.hpj-delinquency-status.is-grace {
  background: #fff3d5;
  color: #835000;
}

.hpj-delinquency-status.is-ended {
  background: #fee9e5;
  color: #a23125;
}

.hpj-delinquency-customer__toggle {
  border: solid #557068;
  border-width: 0 2px 2px 0;
  display: block !important;
  height: 9px;
  justify-self: center;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .18s ease;
  width: 9px;
}

.hpj-delinquency-customer[open] .hpj-delinquency-customer__toggle {
  transform: rotate(225deg) translate(-2px, -2px);
}

.hpj-delinquency-obligations {
  background: #f4f8f6;
  border-top: 1px solid #dfe9e5;
  display: grid;
  gap: 12px;
  padding: 16px 22px 20px;
}

.hpj-delinquency-obligation {
  background: #fff;
  border: 1px solid #dce7e3;
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(20, 51, 42, .045);
  padding: 17px 18px;
}

.hpj-delinquency-obligation > header {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.hpj-delinquency-obligation > header span {
  color: #00785f;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.hpj-delinquency-obligation > header h3 {
  color: #10251f;
  font: 850 1rem/1.25 "Hanken Grotesk", var(--hpj-font-display);
  margin: 4px 0 2px;
}

.hpj-delinquency-obligation > header small {
  color: #71817b;
}

.hpj-delinquency-obligation > header > strong {
  color: #a23125;
  font-size: 1.12rem;
  white-space: nowrap;
}

.hpj-delinquency-obligation dl {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 16px 0;
}

.hpj-delinquency-obligation dl > div {
  border-top: 1px solid #edf2f0;
  display: grid;
  gap: 3px;
  padding-top: 9px;
}

.hpj-delinquency-obligation dt {
  color: #72827c;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hpj-delinquency-obligation dd {
  color: #263d35;
  margin: 0;
  overflow-wrap: anywhere;
}

.hpj-delinquency-obligation > footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hpj-delinquency-obligation > footer .hpj-action,
.hpj-delinquency-obligation > footer .cb2-soft-button {
  min-height: 40px;
  padding: 9px 14px;
}

@media (max-width: 1050px) {
  .hpj-delinquency-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hpj-delinquency-table-head {
    display: none;
  }

  .hpj-delinquency-list {
    display: grid;
    gap: 12px;
    padding: 14px;
  }

  .hpj-delinquency-customer {
    border: 1px solid #e0eae6;
    border-radius: 13px;
    overflow: hidden;
  }

  .hpj-delinquency-customer > summary {
    gap: 14px 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 24px;
    padding: 16px;
  }

  .hpj-delinquency-customer > summary > span:not(.hpj-delinquency-customer__toggle)::before {
    color: #7b8984;
    content: attr(data-label);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
  }

  .hpj-delinquency-customer__identity {
    grid-column: span 3;
  }

  .hpj-delinquency-customer__toggle {
    grid-column: 4;
    grid-row: 1;
  }
}

@media (max-width: 680px) {
  .hpj-delinquency-filter-grid {
    grid-template-columns: 1fr;
  }

  .hpj-delinquency-report {
    border-radius: 13px;
  }

  .hpj-delinquency-report__head {
    align-items: flex-start;
    flex-direction: column;
    padding: 19px;
  }

  .hpj-delinquency-report__head > small {
    text-align: left;
  }

  .hpj-delinquency-customer > summary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) 20px;
  }

  .hpj-delinquency-customer__identity {
    grid-column: span 2;
  }

  .hpj-delinquency-customer__toggle {
    grid-column: 3;
  }

  .hpj-delinquency-obligations {
    padding: 12px;
  }

  .hpj-delinquency-obligation > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hpj-delinquency-obligation dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .hpj-delinquency-customer > summary,
  .hpj-delinquency-obligation dl {
    grid-template-columns: 1fr 20px;
  }

  .hpj-delinquency-customer__identity,
  .hpj-delinquency-customer > summary > span:not(.hpj-delinquency-customer__toggle),
  .hpj-delinquency-obligation dl > div {
    grid-column: 1;
  }

  .hpj-delinquency-customer__toggle {
    grid-column: 2;
  }
}

.hpj-time-occupancy-chart {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(4, 29, 51, .08);
  margin-top: 22px;
  padding: 24px;
}

.hpj-time-occupancy-chart__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.hpj-time-occupancy-chart__head h2 {
  color: #041d33;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  margin: 0;
}

.hpj-time-occupancy-chart__head p {
  color: #405565;
  margin: 6px 0 0;
}

.hpj-time-occupancy-chart__plot {
  align-items: end;
  border-bottom: 1px solid #d8e5e0;
  display: grid;
  gap: clamp(4px, .55vw, 9px);
  grid-template-columns: repeat(var(--hpj-chart-count, 1), minmax(0, 1fr));
  min-height: 260px;
  overflow-x: visible;
  padding: 18px 2px 0;
}

.hpj-time-occupancy-chart__item {
  align-items: center;
  display: grid;
  gap: 8px;
  min-width: 0;
  position: relative;
}

.hpj-time-occupancy-chart__item::after {
  background: #041d33;
  border-radius: 10px;
  bottom: calc(var(--hpj-occupancy, 0%) + 58px);
  box-shadow: 0 14px 30px rgba(4, 29, 51, .18);
  color: #fff;
  content: attr(data-chart-tooltip);
  font-size: .82rem;
  font-weight: 700;
  left: 50%;
  line-height: 1.35;
  max-width: 230px;
  opacity: 0;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  transform: translate(-50%, 8px);
  transition: opacity .15s ease, transform .15s ease;
  width: max-content;
  z-index: 5;
}

.hpj-time-occupancy-chart__item:hover::after,
.hpj-time-occupancy-chart__item:focus-within::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.hpj-time-occupancy-chart__bar {
  align-items: end;
  background: linear-gradient(180deg, rgba(0, 127, 111, .12), rgba(0, 127, 111, .04));
  border-radius: 12px 12px 4px 4px;
  display: flex;
  height: 210px;
  justify-content: center;
  justify-self: center;
  overflow: hidden;
  position: relative;
  width: min(100%, 54px);
}

.hpj-time-occupancy-chart__bar::before {
  background: linear-gradient(180deg, #14b8a6, #007f6f);
  border-radius: 12px 12px 4px 4px;
  bottom: 0;
  content: "";
  height: max(4px, var(--hpj-occupancy, 0%));
  left: 0;
  position: absolute;
  right: 0;
}

.hpj-time-occupancy-chart__bar span {
  color: #041d33;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.hpj-time-occupancy-chart__item strong {
  color: #405565;
  font-size: .78rem;
  font-weight: 850;
  text-align: center;
}

@media (max-width: 1100px) {
  .hpj-executive-insights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hpj-report-filter-field {
    grid-column: span 6;
  }

  .hpj-report-period-presets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .hpj-executive-insights {
    border-radius: 14px;
    padding: 19px;
  }

  .hpj-executive-insights__head,
  .hpj-executive-insights__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hpj-executive-insights__grid {
    grid-template-columns: 1fr;
  }

  .hpj-executive-insights__period {
    align-self: flex-start;
  }

  .hpj-executive-insights__footer {
    gap: 8px;
  }

  .hpj-report-filter .hpj-form-section {
    padding: 18px;
  }

  .hpj-report-filter-grid {
    grid-template-columns: 1fr;
  }

  .hpj-report-filter-field,
  .hpj-report-filter-grid .hpj-report-period-presets,
  .hpj-report-filter-grid > label:not(.hpj-report-filter-field) {
    grid-column: 1 / -1;
  }

  .hpj-report-period-presets {
    grid-template-columns: 1fr;
  }

  .hpj-report-filter .hpj-action {
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }

  .hpj-time-occupancy-chart__plot {
    gap: 4px;
    grid-auto-columns: 38px;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-inline: 0;
  }

  .hpj-time-occupancy-chart__bar {
    width: 50%;
  }
}

.hpj-establishment-card,
.hpj-list-row,
.hpj-admin-panel,
.hpj-form-section {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
}

.hpj-anchor-target {
  scroll-margin-top: 1.5rem;
}

.hpj-participant-directory {
  background: #f7fbf9;
  border: 1px solid #d8e8e2;
  border-radius: 14px;
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1rem;
}

.hpj-participant-directory .hpj-section-heading h3,
.hpj-participant-form-heading h3 {
  margin: 0;
}

.hpj-participant-directory .hpj-section-heading p {
  color: #5d6f68;
  margin: .25rem 0 0;
}

.hpj-participant-search {
  align-items: end;
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
}

.hpj-participant-search label {
  color: #40544c;
  display: grid;
  font-size: .82rem;
  font-weight: 800;
  gap: .35rem;
}

.hpj-participant-search input {
  background: #fff;
  border: 1px solid #cbd9d4;
  border-radius: 9px;
  font: inherit;
  min-height: 42px;
  min-width: 0;
  padding: .55rem .7rem;
  width: 100%;
}

.hpj-participant-directory__privacy {
  font-size: .82rem;
  margin: -.35rem 0 0;
}

.hpj-participant-directory__feedback {
  color: #40544c;
  min-height: 1.25rem;
}

.hpj-participant-directory__feedback.is-error {
  color: #a12424;
  font-weight: 700;
}

.hpj-participant-directory__results {
  display: grid;
  gap: .65rem;
}

.hpj-participant-directory__result {
  align-items: center;
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 12px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: .85rem;
}

.hpj-participant-directory__result > div {
  display: grid;
  gap: .18rem;
  min-width: 0;
}

.hpj-participant-directory__result span,
.hpj-participant-directory__result small {
  color: #607169;
  overflow-wrap: anywhere;
}

.hpj-participant-directory__result--private {
  background: #fff9e9;
  border-color: #ead9a7;
}

.hpj-participant-directory__already {
  background: #e6f5ef;
  border-radius: 999px;
  color: #006b50 !important;
  font-size: .78rem;
  font-weight: 850;
  padding: .35rem .6rem;
  white-space: nowrap;
}

.hpj-participant-form-heading {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.hpj-link-button {
  background: transparent;
  border: 0;
  color: #007f65;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: .25rem;
  text-decoration: underline;
  text-underline-offset: .2rem;
}

.hpj-participant-selected {
  margin: 0 0 .85rem;
}

@media (max-width: 900px) {
  .hpj-participant-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .hpj-participant-search {
    grid-template-columns: 1fr;
  }

  .hpj-participant-directory__result {
    align-items: stretch;
    flex-direction: column;
  }

  .hpj-participant-directory__result .hpj-action {
    justify-content: center;
    width: 100%;
  }
}

.hpj-template-tabs {
  align-items: end;
  border-bottom: 1px solid #dfe8e4;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  margin: 18px 0 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 0 8px;
  scrollbar-width: thin;
}

.hpj-template-tabs a {
  background: #eef8f4;
  border: 1px solid #dfe8e4;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  color: #005f4c;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .96rem;
  font-weight: 850;
  line-height: 1.15;
  min-height: 48px;
  padding: 13px 20px 12px;
  position: relative;
  text-decoration: none;
}

.hpj-template-tabs a:hover,
.hpj-template-tabs a:focus-visible {
  background: #e5f4ef;
  color: #004f3f;
}

.hpj-template-tabs a.is-active {
  background: #fff;
  color: #14231d;
  z-index: 1;
}

.hpj-template-tabs a.is-active::after {
  background: #fff;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.hpj-template-tabs-group {
  margin-top: 14px;
}

.hpj-template-tabs-group > strong {
  color: #40534b;
  display: block;
  font-size: .82rem;
  letter-spacing: .04em;
  margin: 0 0 6px 8px;
  text-transform: uppercase;
}

.hpj-template-tabs--monthly {
  margin-top: 0;
}

.hpj-template-tabs-group + .hpj-status,
.hpj-template-tabs-group + .hpj-status + .hpj-status,
.hpj-template-tabs-group ~ .hpj-grid {
  margin-top: 0;
}

.hpj-template-tabs + .hpj-status,
.hpj-template-tabs + .hpj-status + .hpj-status,
.hpj-template-tabs ~ .hpj-grid {
  margin-top: 0;
}

.hpj-template-tabs ~ .hpj-grid .hpj-form-section:first-child {
  border-top-left-radius: 0;
}

@media (max-width: 680px) {
  .hpj-template-tabs {
    padding-left: 4px;
  }

  .hpj-template-tabs a {
    font-size: .9rem;
    min-height: 44px;
    padding: 11px 14px 10px;
    white-space: nowrap;
  }
}

.hpj-establishment-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.hpj-establishment-card__media {
  aspect-ratio: 16 / 3.3;
  min-height: 142px;
  background: linear-gradient(120deg, #115e59, #2a7f67);
  background-position: center;
  background-size: cover;
}

.hpj-establishment-card__body {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 16px;
}

.hpj-establishment-card h2,
.hpj-list-row h2,
.hpj-admin-panel h2,
.hpj-form-section h2 {
  align-items: center;
  color: #14231d;
  display: flex;
  gap: 9px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 12px;
  font-size: 1.02rem;
  font-weight: 650;
}

.hpj-list-row h2::before,
.hpj-admin-panel h2::before,
.hpj-form-section h2::before {
  background: #008568;
  border-radius: 999px;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 18px;
  width: 5px;
}

.hpj-establishment-card p,
.hpj-list-row p {
  color: #52645e;
  margin: 0;
}

.hpj-establishment-card a {
  display: inline-flex;
  justify-self: start;
  margin-top: 8px;
  font-weight: 800;
  color: #006b50;
}

.hpj-list {
  display: grid;
  gap: 10px;
}

.hpj-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
}

.hpj-list-row--stack {
  align-items: flex-start;
}

.hpj-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hpj-row-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #d5e2dd;
  border-radius: 8px;
  color: #006b50;
  background: #f9fbfa;
  font-weight: 800;
  text-decoration: none;
}

.hpj-manage-menu-shell {
  margin: 0 0 16px;
}

.hpj-manage-menu-shell > summary {
  display: none;
}

.hpj-manage-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 10px;
  background: #f3f8f6;
  border: 1px solid #dce9e4;
  border-radius: 8px;
}

.hpj-manage-menu a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #cfe0da;
  border-radius: 8px;
  color: #006b50;
  background: #fff;
  font-weight: 850;
  text-decoration: none;
}

.hpj-manage-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.hpj-manage-menu__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.hpj-manage-menu a.is-active {
  background: #006b50;
  border-color: #006b50;
  color: #fff;
}

.hpj-manage-options {
  display: grid;
  gap: 30px;
  margin-bottom: 36px;
}

.hpj-manage-options__group {
  display: grid;
  gap: 14px;
}

.hpj-manage-options__heading {
  align-items: center;
  border-bottom: 1px solid #dce9e4;
  display: flex;
  min-height: 38px;
  padding: 0 2px 10px;
}

.hpj-manage-options__heading h2 {
  color: #041d33;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.hpj-manage-options__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.hpj-publication-panel {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe8e4;
  border-left: 6px solid #008c6b;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(4, 29, 51, .08);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 22px 24px;
}

.hpj-publication-panel.is-unpublished {
  background: #fffbef;
  border-left-color: #e0a100;
}

.hpj-publication-panel h2 {
  color: #041d33;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 10px 0 6px;
}

.hpj-publication-panel p {
  color: #405565;
  line-height: 1.45;
  margin: 0;
  max-width: 760px;
}

.hpj-publication-panel form {
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 720px) {
  .hpj-publication-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .hpj-publication-panel .cb2-button,
  .hpj-publication-panel .cb2-soft-button {
    width: 100%;
  }
}

.hpj-manage-option-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 132px;
  padding: 18px;
  border: 1px solid #dce9e4;
  border-radius: 8px;
  background: #fff;
  color: #17231f;
  text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.hpj-manage-option-form {
  margin: 0;
}

.hpj-manage-option-card--button {
  cursor: pointer;
  font: inherit;
  min-height: 132px;
  text-align: left;
  width: 100%;
}

.hpj-manage-option-card:hover,
.hpj-manage-option-card:focus {
  border-color: #00866b;
  box-shadow: 0 10px 24px rgba(0, 80, 60, .12);
  color: #17231f;
  transform: translateY(-1px);
}

.hpj-manage-option-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #eef8f4;
  color: #006b50;
}

.hpj-manage-option-card__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.hpj-manage-option-card strong {
  display: block;
  margin-bottom: 6px;
  color: #006b50;
  font-size: 1.05rem;
  line-height: 1.2;
}

.hpj-manage-option-card small {
  display: block;
  color: #4c5f59;
  font-size: .94rem;
  line-height: 1.45;
}

.hpj-owner-menu-hero {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 127, 95, .10), rgba(32, 147, 142, .06));
  border: 1px solid #cfe7df;
  border-radius: 8px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 0 16px;
  padding: 20px;
}

.hpj-owner-menu-hero span {
  color: #007f5f;
  display: block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.hpj-owner-menu-hero h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  margin: 0 0 6px;
}

.hpj-owner-menu-hero p {
  color: #3e514b;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.hpj-owner-menu-hero a,
.hpj-owner-menu-empty a {
  align-items: center;
  background: #007f5f;
  border: 1px solid #007f5f;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  text-decoration: none;
  white-space: nowrap;
}

.hpj-owner-menu-hero a:hover,
.hpj-owner-menu-hero a:focus-visible,
.hpj-owner-menu-empty a:hover,
.hpj-owner-menu-empty a:focus-visible {
  background: #006b50;
  border-color: #006b50;
  color: #fff;
}

.hpj-owner-menu-empty {
  margin-bottom: 16px;
}

.hpj-owner-menu-empty a {
  margin-top: 8px;
}

.hpj-owner-menu-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-bottom: 36px;
}

.hpj-owner-menu-card {
  align-items: start;
  background: #fff;
  border: 1px solid #dce9e4;
  border-radius: 8px;
  color: #17231f;
  display: grid;
  gap: 14px;
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 128px;
  padding: 18px;
  text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.hpj-owner-menu-card:hover,
.hpj-owner-menu-card:focus-visible {
  border-color: #00866b;
  box-shadow: 0 10px 24px rgba(0, 80, 60, .12);
  color: #17231f;
  transform: translateY(-1px);
}

.hpj-owner-menu-card__icon {
  align-items: center;
  background: #eef8f4;
  border-radius: 8px;
  color: #006b50;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.hpj-owner-menu-card__icon svg {
  display: block;
  height: 24px;
  width: 24px;
}

.hpj-owner-menu-card__content strong {
  color: #006b50;
  display: block;
  font-size: 1.08rem;
  line-height: 1.2;
  margin-bottom: 6px;
}

.hpj-owner-menu-card__content small {
  color: #4c5f59;
  display: block;
  font-size: .95rem;
  line-height: 1.45;
}

.hpj-establishments-mine-hero {
  align-items: center;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(189, 201, 198, .62);
  border-left: 7px solid #006b60;
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(0, 29, 50, .06);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 0 16px;
  padding: 26px 30px;
}

.hpj-establishments-mine-hero h1 {
  color: #001d32;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 10px;
}

.hpj-establishments-mine-hero p {
  color: #314863;
  font-size: 1.04rem;
  line-height: 1.5;
  margin: 0;
  max-width: 720px;
}

.hpj-establishments-mine-hero__pill {
  background: #eff8f5;
  border: 1px solid #cfe8df;
  border-radius: 999px;
  color: #006b60;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 14px;
  padding: 7px 12px;
  text-transform: uppercase;
}

.hpj-establishments-mine-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  min-width: 280px;
}

.hpj-establishments-mine-hero__actions a {
  align-items: center;
  background: rgba(255, 255, 255, .78);
  border: 1px solid #d7e5df;
  border-radius: 8px;
  color: #006b50;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
}

.hpj-establishments-mine-hero__actions a:hover,
.hpj-establishments-mine-hero__actions a:focus-visible {
  background: #eef8f4;
  border-color: #b9dbd0;
  color: #006b50;
}

.hpj-establishments-mine-hero__actions a.is-primary {
  background: #007f5f;
  border-color: #007f5f;
  color: #fff;
}

.hpj-establishments-mine-hero__actions a.is-primary:hover,
.hpj-establishments-mine-hero__actions a.is-primary:focus-visible {
  background: #006b50;
  border-color: #006b50;
  color: #fff;
}

.hpj-establishments-mine-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 0 0 16px;
}

.hpj-establishments-mine-summary div {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 16px;
}

.hpj-establishments-mine-summary span {
  color: #52645e;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hpj-establishments-mine-summary strong {
  color: #006b50;
  font-size: 1.6rem;
  line-height: 1;
}

.hpj-establishments-mine-empty {
  margin-top: 4px;
}

.hpj-establishments-mine-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-bottom: 36px;
}

.hpj-establishment-mine-card {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.hpj-establishment-mine-card header {
  display: grid;
  gap: 7px;
}

.hpj-establishment-mine-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hpj-establishment-mine-card header > span,
.hpj-establishment-mine-card__badges span {
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  padding: 6px 10px;
  text-transform: uppercase;
}

.hpj-establishment-mine-card header > span {
  justify-self: start;
}

.hpj-establishment-mine-card header > span.is-active,
.hpj-establishment-mine-card__badges span.is-active {
  background: #eaf8f1;
  color: #006b50;
}

.hpj-establishment-mine-card header > span.is-inactive,
.hpj-establishment-mine-card__badges span.is-inactive {
  background: #f3f4f6;
  color: #52645e;
}

.hpj-establishment-mine-card h2 {
  color: #001d32;
  font-size: 1.35rem;
  line-height: 1.15;
  margin: 0;
}

.hpj-establishment-mine-card p {
  color: #52645e;
  line-height: 1.45;
  margin: 0;
}

.hpj-establishment-mine-card__meta {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hpj-establishment-mine-card__meta div {
  background: #fbfdfc;
  border: 1px solid #edf2ef;
  border-radius: 8px;
  display: grid;
  gap: 3px;
  padding: 12px;
}

.hpj-establishment-mine-card__meta span {
  color: #52645e;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hpj-establishment-mine-card__meta strong {
  color: #006b50;
  font-size: 1.15rem;
}

.hpj-establishment-mine-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hpj-establishment-mine-card__actions a {
  align-items: center;
  border: 1px solid #d7e5df;
  border-radius: 8px;
  color: #006b50;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 40px;
  padding: 0 13px;
  text-decoration: none;
}

.hpj-establishment-mine-card__actions a:first-child {
  background: #007f5f;
  border-color: #007f5f;
  color: #fff;
}

.hpj-establishment-mine-card__actions a:hover,
.hpj-establishment-mine-card__actions a:focus-visible {
  background: #eef8f4;
  border-color: #b9dbd0;
  color: #006b50;
}

.hpj-establishment-mine-card__actions a:first-child:hover,
.hpj-establishment-mine-card__actions a:first-child:focus-visible {
  background: #006b50;
  border-color: #006b50;
  color: #fff;
}

@media (max-width: 720px) {
  .hpj-owner-menu-hero {
    align-items: stretch;
    flex-direction: column;
    padding: 16px;
  }

  .hpj-owner-menu-hero a,
  .hpj-owner-menu-empty a {
    width: 100%;
  }

  .hpj-owner-menu-grid {
    grid-template-columns: 1fr;
  }

  .hpj-establishments-mine-hero {
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
  }

  .hpj-establishments-mine-hero__actions {
    min-width: 0;
  }

  .hpj-establishments-mine-hero__actions a,
  .hpj-establishment-mine-card__actions a {
    flex: 1 1 auto;
  }

  .hpj-establishments-mine-grid {
    grid-template-columns: 1fr;
  }
}

.hpj-admin-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 10px;
  background: #f3f8f6;
  border: 1px solid #dce9e4;
  border-radius: 8px;
}

.hpj-admin-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #cfe0da;
  border-radius: 8px;
  color: #006b50;
  background: #fff;
  font-weight: 850;
  text-decoration: none;
}

.hpj-admin-menu a.is-active {
  background: #006b50;
  border-color: #006b50;
  color: #fff;
}

.hpj-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.hpj-admin-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid #dce9e4;
  border-radius: 8px;
  background: #fff;
  color: #1b2622;
  text-decoration: none;
}

.hpj-admin-card strong {
  color: #006b50;
  font-size: 1.1rem;
}

.hpj-admin-card span {
  color: #40514b;
}

.hpj-admin-fee-establishments {
  display: grid;
  gap: 8px;
}

.hpj-admin-fee-establishments div {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px;
}

.hpj-admin-fee-establishments span {
  display: grid;
  gap: 2px;
}

.hpj-admin-fee-establishments small {
  color: #52645e;
}

.hpj-tabs a.is-active {
  background: #006b50;
  border-color: #006b50;
  color: #fff;
}

.hpj-form {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.hpj-form--wide {
  max-width: none;
}

.hpj-form-section {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.hpj-form-subsection {
  display: grid;
  gap: 10px;
  border-top: 1px solid #dfe8e4;
  padding-top: 14px;
  margin-top: 4px;
}

.hpj-form-subsection h3 {
  margin: 0;
  color: #33413c;
  font-size: 0.95rem;
  font-weight: 850;
}

.hpj-choice-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
}

.hpj-choice-group__label {
  color: #33413c;
  font-weight: 850;
  grid-column: 1 / -1;
}

.hpj-choice-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  grid-column: 1 / -1;
}

.hpj-link-button {
  border: 0;
  background: transparent;
  color: #006b50;
  font-weight: 850;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}

.hpj-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border: 1px solid #d6e2dd;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: #18251f;
  cursor: pointer;
}

.hpj-choice span {
  overflow-wrap: anywhere;
}

.hpj-choice input {
  min-height: 0;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.hpj-choice:has(input:checked) {
  border-color: #008c6b;
  background: #eefaf5;
  color: #006b50;
}

.hpj-choice:has(input:disabled) {
  opacity: 0.55;
  cursor: not-allowed;
}

.hpj-waitlist-establishment-choices {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.hpj-form .hpj-choice.hpj-waitlist-establishment-choice {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: 78px;
  padding: 12px 42px 12px 12px;
  position: relative;
}

.hpj-form .hpj-waitlist-establishment-choice > input[type="checkbox"] {
  height: 1px;
  margin: 0;
  min-height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.hpj-waitlist-establishment-choice:has(input:focus-visible) {
  outline: 3px solid rgba(0, 140, 107, .18);
  outline-offset: 2px;
}

.hpj-waitlist-establishment-logo {
  align-items: center;
  background: #e7f1ee;
  border-radius: 10px;
  color: #4d7068;
  display: inline-flex;
  flex: 0 0 40px;
  font-size: .86rem;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  width: 40px;
}

.hpj-waitlist-establishment-logo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hpj-waitlist-establishment-logo svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 21px;
}

.hpj-waitlist-establishment-name {
  color: #243c38;
  font-weight: 800;
  line-height: 1.3;
  min-width: 0;
}

.hpj-waitlist-establishment-check {
  align-items: center;
  background: transparent;
  border: 1px solid #bdcbc6;
  border-radius: 50%;
  color: transparent;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 22px;
}

.hpj-waitlist-establishment-choice:has(input:checked) .hpj-waitlist-establishment-check {
  background: #008c6b;
  border-color: #008c6b;
  color: #fff;
}

.hpj-waitlist-establishment-choice:has(input:checked) .hpj-waitlist-establishment-logo {
  background: #008c6b;
  color: #fff;
}

.hpj-waitlist-establishment-select-field {
  max-width: 680px;
}

.hpj-form .hpj-waitlist-establishment-select-field select[multiple] {
  min-height: 244px;
  padding: 6px;
}

.hpj-waitlist-establishment-select-field option {
  border-radius: 6px;
  padding: 8px 10px;
}

.hpj-waitlist-result-group {
  border-top: 1px solid #dfe8e4;
  display: grid;
  gap: 10px;
  padding-top: 12px;
}

.hpj-waitlist-result-group:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.hpj-waitlist-result-group header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.hpj-waitlist-result-group h3 {
  font-size: 1.05rem;
  font-weight: 900;
  margin: 0;
}

.hpj-waitlist-result-group header span {
  color: #5b6b65;
  font-size: .92rem;
  font-weight: 750;
}

.hpj-waitlist-options-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.hpj-waitlist-option-card {
  align-content: space-between;
  background: #fff;
  border: 1px solid #d6e2dd;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 14px;
}

.hpj-waitlist-option-card h2 {
  font-size: 1.05rem;
  font-weight: 900;
  margin: 0 0 6px;
}

.hpj-waitlist-option-card p {
  color: #33413c;
  margin: 0;
}

.hpj-waitlist-option-card form {
  display: grid;
  gap: 12px;
}

.hpj-waitlist-option-card .hpj-action {
  justify-content: center;
  width: 100%;
}

.hpj-waitlist-sport-picker {
  display: grid;
  gap: 6px;
}

.hpj-waitlist-sport-picker span {
  color: #5b6b65;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hpj-waitlist-sport-picker select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #007f5f 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, #007f5f 50%, transparent 50%) calc(100% - 13px) 50% / 6px 6px no-repeat,
    #f7fbf9;
  border: 1px solid #bfd4cc;
  border-radius: 8px;
  color: #16231f;
  font: inherit;
  font-weight: 750;
  min-height: 44px;
  padding: 0 38px 0 12px;
  width: 100%;
}

.hpj-waitlist-sport-picker select:focus {
  border-color: #008866;
  box-shadow: 0 0 0 3px rgba(0, 127, 95, .14);
  outline: none;
}

.hpj-waitlist-summary {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(210px, .45fr) minmax(210px, .45fr) minmax(360px, 1.1fr);
  margin: 0 0 18px;
}

.hpj-waitlist-summary--compact {
  grid-template-columns: minmax(260px, 460px);
}

.hpj-waitlist-stat,
.hpj-wallet-row,
.hpj-waitlist-opportunity,
.hpj-waitlist-intent {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
}

.hpj-waitlist-stat {
  align-content: start;
  display: grid;
  gap: 7px;
  min-height: 130px;
  padding: 18px;
}

.hpj-waitlist-stat__icon,
.hpj-waitlist-section-icon {
  align-items: center;
  background: #e8f6f2;
  border-radius: 12px;
  color: #007f6f;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.hpj-waitlist-stat__icon {
  margin-bottom: 4px;
}

.hpj-waitlist-section-icon {
  margin: 0;
}

.hpj-waitlist-stat__icon svg,
.hpj-waitlist-section-icon svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 21px;
}

.hpj-waitlist-stat > span,
.hpj-waitlist-section-head > div > span {
  color: #33413c;
  font-weight: 850;
}

.hpj-waitlist-stat > .hpj-waitlist-stat__icon,
.hpj-waitlist-section-head > div > .hpj-waitlist-stat__icon,
.hpj-waitlist-section-head > div > .hpj-waitlist-section-icon {
  color: #007f6f;
  font-weight: 400;
}

.hpj-waitlist-stat strong {
  color: #17201d;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.1;
}

.hpj-waitlist-stat small {
  color: #52645e;
  line-height: 1.45;
}

.hpj-waitlist-stat--wide {
  min-height: 0;
}

.hpj-waitlist-stat--wide .hpj-waitlist-section-head > div {
  align-items: center;
  display: grid;
  gap: 2px 10px;
  grid-template-columns: 48px minmax(0, auto) minmax(0, 1fr);
}

.hpj-waitlist-stat--wide .hpj-waitlist-stat__icon {
  grid-row: span 2;
  margin: 0;
}

.hpj-waitlist-stat--wide .hpj-waitlist-section-head small {
  align-self: center;
}

.hpj-waitlist-empty-note {
  background: #f8fbfa;
  border: 1px dashed rgba(135, 160, 153, .55);
  border-radius: 12px;
  color: #52645e;
  line-height: 1.4;
  margin: 8px 0 0;
  padding: 12px 14px;
}

.hpj-wallet-row {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px;
}

.hpj-wallet-row strong {
  color: #17201d;
  font-weight: 900;
}

.hpj-wallet-row p,
.hpj-wallet-row span {
  color: #52645e;
  margin: 0;
}

.hpj-wallet-row span {
  font-weight: 800;
  white-space: nowrap;
}

.hpj-waitlist-section {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.hpj-waitlist-section-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.hpj-waitlist-section-head > div:first-child {
  align-items: start;
  display: grid;
  gap: 3px 12px;
  grid-template-columns: 52px minmax(0, 1fr);
}

.hpj-waitlist-section-head > div:first-child > .hpj-waitlist-section-icon {
  grid-row: span 2;
}

.hpj-waitlist-section-head h2 {
  margin-bottom: 3px;
}

.hpj-waitlist-count {
  background: #eef8f4;
  border-radius: 8px;
  color: #006b50;
  font-weight: 850;
  padding: 8px 10px;
  white-space: nowrap;
}

.hpj-waitlist-opportunity {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
  padding: 18px 20px;
}

.hpj-waitlist-opportunity__main {
  display: grid;
  gap: 12px;
}

.hpj-waitlist-opportunity__title {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.hpj-waitlist-opportunity__title h3 {
  color: #17201d;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.hpj-waitlist-opportunity__title span {
  background: #eef8f4;
  border-radius: 8px;
  color: #006b50;
  font-weight: 850;
  padding: 4px 9px;
}

.hpj-waitlist-facts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  margin: 0;
}

.hpj-waitlist-facts div {
  background: #f7faf8;
  border-radius: 8px;
  padding: 10px;
}

.hpj-waitlist-facts dt {
  color: #52645e;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hpj-waitlist-facts dd {
  color: #17201d;
  font-weight: 850;
  margin: 3px 0 0;
}

.hpj-waitlist-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hpj-waitlist-badges span {
  background: #f1f5f3;
  border-radius: 8px;
  color: #33413c;
  font-size: .92rem;
  font-weight: 800;
  padding: 6px 9px;
}

.hpj-waitlist-deadline,
.hpj-waitlist-note {
  border-radius: 8px;
  color: #33413c;
  margin: 0;
  padding: 11px 12px;
}

.hpj-waitlist-deadline {
  background: #fff8e6;
  border: 1px solid #f2d48a;
  font-weight: 800;
}

.hpj-waitlist-note {
  background: #f7faf8;
  border: 1px solid #e0e9e5;
  grid-column: 1 / -1;
  line-height: 1.5;
}

.hpj-waitlist-opportunity__actions {
  align-content: start;
  display: grid;
  gap: 9px;
}

.hpj-waitlist-opportunity__actions form {
  display: grid;
  gap: 8px;
}

.hpj-waitlist-opportunity__actions .hpj-action,
.hpj-waitlist-opportunity__actions .hpj-waitlist-sport-picker {
  width: 100%;
}

.hpj-waitlist-opportunity__actions .hpj-action {
  justify-content: center;
}

.hpj-waitlist-intent {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 16px 18px;
}

.hpj-waitlist-intent h2 {
  font-size: 1.08rem;
  margin: 0 0 6px;
}

.hpj-waitlist-intent p {
  color: #52645e;
  margin: 0;
}

.hpj-waitlist-infographic {
  background: rgba(255, 255, 255, .9);
  border: 1px solid #dfe8e4;
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(0, 29, 50, .06);
  display: grid;
  gap: 16px;
  margin: 0 0 18px;
  padding: 18px;
}

.hpj-waitlist-infographic__head {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.hpj-waitlist-infographic__head > div {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.hpj-waitlist-infographic__head h2 {
  color: #041d33;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 3px;
}

.hpj-waitlist-infographic__head p {
  color: #52645e;
  line-height: 1.35;
  margin: 0;
}

.hpj-waitlist-infographic__image {
  background: #f8fbfa;
  border: 1px solid rgba(189, 201, 198, .72);
  border-radius: 14px;
  display: block;
  overflow: hidden;
}

.hpj-waitlist-infographic__image img {
  display: block;
  height: auto;
  width: 100%;
}

.hpj-waitlist-rules-section {
  border-left: 4px solid rgba(0, 127, 111, .5);
  position: relative;
}

.hpj-waitlist-rules-section > h2 {
  align-items: center;
  display: flex;
  gap: 8px;
}

.hpj-waitlist-rules-section > h2::before {
  background: #007f6f;
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 9px;
  width: 9px;
}

.hpj-waitlist-rules-section p {
  max-width: 980px;
}

@media (max-width: 1180px) {
  .hpj-waitlist-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hpj-waitlist-stat--wide {
    grid-column: 1 / -1;
  }

  .hpj-waitlist-facts {
    grid-template-columns: repeat(2, minmax(110px, 1fr));
  }
}

@media (max-width: 820px) {
  .hpj-waitlist-summary,
  .hpj-waitlist-opportunity,
  .hpj-waitlist-intent {
    grid-template-columns: 1fr;
  }

  .hpj-waitlist-infographic__head {
    align-items: stretch;
    flex-direction: column;
  }

  .hpj-waitlist-infographic__head .hpj-action {
    justify-content: center;
    width: 100%;
  }

  .hpj-waitlist-section-head,
  .hpj-wallet-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .hpj-waitlist-count,
  .hpj-wallet-row span {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .hpj-waitlist-facts {
    grid-template-columns: 1fr;
  }

  .hpj-waitlist-opportunity,
  .hpj-waitlist-intent,
  .hpj-waitlist-stat {
    padding: 14px;
  }
}

.hpj-form label,
.hpj-form-section > label {
  display: grid;
  gap: 6px;
  font-weight: 750;
  color: #33413c;
}

.hpj-form .hpj-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
}

.hpj-form input {
  min-height: 42px;
  border: 1px solid #cfdad5;
  border-radius: 8px;
  padding: 0 12px;
}

/* Checkboxes must not inherit the dimensions of text fields. */
.hpj-form input[type="checkbox"],
.hpj-form-section input[type="checkbox"] {
  appearance: auto;
  accent-color: #007f6d;
  align-self: start;
  border: 0;
  border-radius: 4px;
  flex: 0 0 20px;
  height: 20px;
  margin: 2px 0 0;
  min-height: 20px;
  padding: 0;
  width: 20px;
}

.hpj-form label.hpj-checkbox-card,
.hpj-form-section label.hpj-checkbox-card,
.hpj-checkbox-card {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.hpj-checkbox-card__content {
  display: grid;
  flex: 1 1 auto;
  gap: 2px;
  min-width: 0;
}

.hpj-form textarea,
.hpj-form select {
  min-height: 42px;
  border: 1px solid #cfdad5;
  border-radius: 8px;
  padding: 10px 12px;
}

.hpj-form input[type="color"] {
  padding: 4px;
}

.hpj-form label.is-disabled {
  color: #7a8984;
}

.hpj-form label.is-disabled input,
.hpj-form label.is-disabled select {
  background: #eef3f1;
  color: #7a8984;
}

.hpj-form-grid__note {
  color: #33413c;
  font-weight: 800;
  grid-column: 1 / -1;
  margin-top: 2px;
}

.hpj-form-grid__note.is-disabled {
  color: #7a8984;
}

.hpj-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hpj-checkbox-field {
  align-items: center;
  flex-direction: row;
  gap: 10px;
  min-height: 54px;
}

.hpj-checkbox-field input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.hpj-section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hpj-price-lines {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.hpj-price-lines span {
  color: #33413c;
}

.hpj-price-lines em {
  color: #7a4d10;
  font-style: normal;
  font-weight: 800;
  margin-left: 6px;
}

.hpj-hire-summary {
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
  background: #f9fbfa;
}

.hpj-hire-summary__row,
.hpj-hire-summary__total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.hpj-hire-summary__row span,
.hpj-hire-summary__group small {
  color: #52645e;
  font-weight: 750;
}

.hpj-hire-summary__row strong {
  color: #17201d;
  font-size: 1.05rem;
}

.hpj-hire-summary__group {
  border-top: 1px solid #dfe8e4;
  display: grid;
  gap: 6px;
  padding-top: 10px;
}

.hpj-hire-summary__details {
  display: grid;
  gap: 4px;
  padding-left: 12px;
}

.hpj-hire-summary__details span {
  align-items: center;
  color: #33413c;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.hpj-hire-summary__details em {
  color: #7a4d10;
  font-style: normal;
  font-weight: 800;
}

.hpj-hire-summary__total {
  background: #eef8f4;
  border-radius: 8px;
  color: #17201d;
  font-weight: 900;
  margin-top: 2px;
  padding: 12px;
}

.hpj-hire-summary__total strong {
  font-size: 1.2rem;
}

.hpj-price-editor {
  display: grid;
  gap: 12px;
}

.hpj-price-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 12px;
  padding: 12px;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #f9fbfa;
}

.cb2-professional-service-form .hpj-price-row > label.cb2-service-checkbox,
.cb2-professional-service-form .hpj-price-row > button[data-hpj-remove-price] {
  align-self: start;
  height: 48px;
  margin-top: 27px;
  min-height: 48px;
}

.cb2-professional-service-form .hpj-price-row > label.cb2-service-checkbox {
  align-items: center;
  padding-block: 8px;
}

.cb2-professional-service-form .hpj-price-row > button[data-hpj-remove-price] {
  justify-content: center;
  padding-block: 8px;
}

@media (max-width: 720px) {
  .cb2-professional-service-form .hpj-price-row > label.cb2-service-checkbox,
  .cb2-professional-service-form .hpj-price-row > button[data-hpj-remove-price] {
    margin-top: 0;
  }
}

.hpj-branding-assets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hpj-branding-asset {
  display: grid;
  gap: 10px;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  padding: 12px;
  background: #f9fbfa;
}

.hpj-branding-asset label {
  display: grid;
  gap: 6px;
  font-weight: 750;
  color: #33413c;
}

.hpj-branding-asset__preview {
  align-items: center;
  background: #fff;
  border: 1px dashed #bfd0c9;
  border-radius: 8px;
  color: #52645e;
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 112px;
  overflow: hidden;
}

.hpj-branding-asset__preview img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.hpj-branding-asset__preview--cover {
  aspect-ratio: 8 / 3;
}

.hpj-branding-asset__preview--cover img {
  object-fit: cover;
}

.hpj-branding-asset__preview--favicon {
  aspect-ratio: 1;
  margin-inline: auto;
  min-height: 80px;
  width: 112px;
}

.hpj-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.hpj-admin-panel {
  padding: 16px;
}

.hpj-compact-list {
  display: grid;
  gap: 8px;
}

.hpj-compact-list div {
  display: grid;
  gap: 2px;
  padding: 10px;
  border-radius: 8px;
  background: #f7faf8;
}

.hpj-compact-list span {
  color: #52645e;
}

.hpj-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hpj-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  background: #eef8f4;
  color: #1c5c4a;
  font-weight: 800;
}

.hpj-swatch {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid #cfdad5;
  margin-right: 6px;
  vertical-align: middle;
}

.hpj-status {
  border: 1px solid #badbcc;
  border-radius: 8px;
  background: #edf8f1;
  color: #1d5d3a;
  font-weight: 800;
  margin: 0 0 16px;
  padding: 12px 16px;
}

.hpj-establishment-bookings-filter {
  margin-bottom: 16px;
}

.hpj-status--warning {
  background: #fff8e6;
  border-color: #f2d48a;
  color: #805b10;
}

.hpj-status--warning.is-attention {
  animation: hpj-checkout-message-attention 720ms ease-in-out;
  border-color: #d58a00;
  box-shadow: 0 0 0 4px rgba(213, 138, 0, 0.2);
}

@keyframes hpj-checkout-message-attention {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  25%, 75% {
    opacity: 0.45;
    transform: scale(0.995);
  }
  50% {
    opacity: 1;
    transform: scale(1.005);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hpj-status--warning.is-attention {
    animation: none;
    outline: 3px solid rgba(213, 138, 0, 0.4);
    outline-offset: 2px;
  }
}

.hpj-status--error {
  background: #fff0ed;
  border-color: #e7b0a6;
  color: #91331f;
}

.hpj-checkline {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  gap: 8px !important;
}

.hpj-checkline input[type="checkbox"] {
  min-height: 18px;
  width: 18px;
}

.hpj-table {
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  overflow: hidden;
}

.hpj-table__head,
.hpj-table__row {
  display: grid;
  gap: 8px;
  grid-template-columns: 1.2fr .7fr .8fr .8fr 1fr;
  padding: 10px;
}

.hpj-table__head {
  background: #eef8f4;
  color: #33413c;
  font-size: .9rem;
  font-weight: 850;
}

.hpj-table__row {
  align-items: center;
  background: #fff;
  border-top: 1px solid #edf2ef;
}

.hpj-table__row input {
  width: 100%;
}

.hpj-table-field {
  display: grid;
  gap: 4px;
  margin: 0;
}

.hpj-table-field__label {
  display: none;
}

.hpj-table--price-blocks .hpj-table__head,
.hpj-table--price-blocks .hpj-table__row {
  grid-template-columns: minmax(170px, 1fr) minmax(96px, .5fr) minmax(130px, .7fr) minmax(130px, .7fr);
}

.hpj-table--price-blocks .hpj-table__head span:last-child {
  display: none;
}

.hpj-table--price-blocks .hpj-table__row {
  align-items: end;
  border-left: 7px solid transparent;
  border-right: 4px solid transparent;
  border-top-width: 4px;
  gap: 12px;
  padding-left: 14px;
}

.hpj-table--price-blocks .hpj-table__row:nth-child(4n + 2) {
  background: #fff8e8;
  border-left-color: #d98718;
  border-right-color: #f0c987;
  border-top-color: #f0c987;
}

.hpj-table--price-blocks .hpj-table__row:nth-child(4n + 3) {
  background: #edf6ff;
  border-left-color: #287dbc;
  border-right-color: #9fccec;
  border-top-color: #9fccec;
}

.hpj-table--price-blocks .hpj-table__row:nth-child(4n + 4) {
  background: #eef8ed;
  border-left-color: #4e8a35;
  border-right-color: #b8dcae;
  border-top-color: #b8dcae;
}

.hpj-table--price-blocks .hpj-table__row:nth-child(4n + 5) {
  background: #fff0f5;
  border-left-color: #c94f78;
  border-right-color: #edb3c6;
  border-top-color: #edb3c6;
}

.hpj-table--price-blocks .hpj-table__row:nth-child(4n + 2) .hpj-price-block {
  border-color: #e8c789;
}

.hpj-table--price-blocks .hpj-table__row:nth-child(4n + 3) .hpj-price-block {
  border-color: #a9cfea;
}

.hpj-table--price-blocks .hpj-table__row:nth-child(4n + 4) .hpj-price-block {
  border-color: #b9d9b0;
}

.hpj-table--price-blocks .hpj-table__row:nth-child(4n + 5) .hpj-price-block {
  border-color: #eab7c7;
}

.hpj-table--price-blocks .hpj-table__row > strong,
.hpj-table--price-blocks .hpj-table__row > .hpj-checkline {
  align-self: center;
}

.hpj-price-blocks {
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fit, minmax(min(390px, 100%), 1fr));
  margin-top: 4px;
}

.hpj-price-hours {
  display: grid;
  gap: 4px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(24, minmax(28px, 1fr));
  margin-top: 2px;
}

.hpj-price-hour {
  align-items: center;
  background: rgba(255, 255, 255, .46);
  border: 1px solid rgba(20, 35, 29, .08);
  border-radius: 6px;
  color: #14231d;
  display: flex;
  font-size: .72rem;
  font-weight: 850;
  justify-content: center;
  min-height: 30px;
  min-width: 0;
  overflow: hidden;
  padding: 0 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hpj-price-hour.has-price {
  background: #ffffff;
  border-color: rgba(0, 107, 80, .38);
  box-shadow: inset 0 0 0 1px rgba(0, 107, 80, .1);
}

.hpj-price-hour.is-closed {
  background: rgba(20, 35, 29, .06);
  color: #8a9691;
  font-weight: 800;
}

.hpj-price-block {
  align-items: end;
  background: rgba(255, 255, 255, .78);
  border: 2px solid #dfe8e4;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(20, 35, 29, .04);
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(82px, 1fr)) auto;
  padding: 10px;
}

.hpj-price-block__advance {
  align-items: center;
  background: #f5fbf8;
  border: 1px solid #d7ebe3;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(170px, .9fr) minmax(170px, 220px);
  justify-content: start;
  padding: 10px;
}

.hpj-price-block__advance .hpj-checkline {
  align-items: center;
  align-self: center;
}

.hpj-price-block__reserve {
  display: grid;
  gap: 6px 8px;
  grid-template-columns: repeat(2, minmax(68px, 96px));
  justify-content: center;
  max-width: 210px;
}

.hpj-price-block__reserve > strong {
  color: #14231d;
  font-size: .84rem;
  font-weight: 850;
  grid-column: 1 / -1;
  text-align: center;
}

.hpj-price-block__reserve label {
  gap: 4px;
  justify-items: center;
}

.hpj-price-block__reserve label span {
  color: #33413c;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1;
}

.hpj-price-block__reserve input {
  max-width: 96px;
  min-width: 0;
  text-align: center;
}

.hpj-price-block label {
  color: #33413c;
  display: grid;
  font-size: .82rem;
  font-weight: 750;
  gap: 3px;
}

.hpj-price-block .hpj-action {
  min-height: 38px;
}

.hpj-price-gap-list {
  margin: 0 0 14px;
  max-height: 220px;
  overflow: auto;
  padding-left: 20px;
}

.hpj-price-gap-value {
  display: grid;
  gap: 6px;
  font-weight: 750;
}

.hpj-price-gap-value input {
  min-height: 42px;
  border: 1px solid #cfdad5;
  border-radius: 8px;
  padding: 0 12px;
}

.hpj-table--courts .hpj-table__head,
.hpj-table--courts .hpj-table__row {
  grid-template-columns: 1.1fr .8fr 1.6fr .6fr;
}

.hpj-table--extras .hpj-table__head,
.hpj-table--extras .hpj-table__row {
  grid-template-columns: 1.2fr 1fr .75fr .65fr .75fr .7fr .85fr .55fr;
}

.hpj-table--payment-fees .hpj-table__head,
.hpj-table--payment-fees .hpj-table__row {
  grid-template-columns: 1fr .9fr .9fr .6fr;
}

.hpj-table--fees-summary .hpj-table__head,
.hpj-table--fees-summary .hpj-table__row {
  grid-template-columns: 1.2fr .7fr .8fr 1fr .7fr;
}

.hpj-table--mp-webhooks .hpj-table__head,
.hpj-table--mp-webhooks .hpj-table__row {
  grid-template-columns: .9fr .9fr .65fr .9fr 1.1fr 1.1fr;
}

.hpj-table--psp-calls .hpj-table__head,
.hpj-table--psp-calls .hpj-table__row {
  grid-template-columns: .8fr 1.15fr .8fr .65fr 1.6fr;
}

.hpj-webhook-details {
  margin-top: 10px;
}

.hpj-webhook-details dl {
  display: grid;
  gap: 4px 10px;
  grid-template-columns: 110px minmax(0, 1fr);
  margin: 0 0 10px;
}

.hpj-webhook-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.hpj-table--cancellation-rules .hpj-table__head,
.hpj-table--cancellation-rules .hpj-table__row {
  grid-template-columns: minmax(180px, .9fr) minmax(150px, .7fr) minmax(240px, 1.4fr) auto;
}

.hpj-cancellation-final-row {
  background: #f5fbf8;
}

.hpj-table--holidays .hpj-table__head,
.hpj-table--holidays .hpj-table__row {
  grid-template-columns: .8fr 1.6fr .8fr .8fr;
}

.hpj-inline-add {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.4fr 1fr;
}

.hpj-inline-add__wide {
  grid-column: 1 / -1;
}

.hpj-inline-add--extras {
  grid-template-columns: 1.25fr .65fr .85fr .75fr .85fr;
}

.hpj-check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.hpj-check-grid .hpj-checkline {
  min-height: 30px;
}

.hpj-table__row--holiday {
  background: #fff9ec;
}

.hpj-checkout-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
}

.hpj-order-list {
  display: grid;
  gap: 10px;
}

.hpj-order-item,
.hpj-order-total {
  align-items: center;
  background: #f7faf8;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
}

.hpj-order-item span,
.hpj-payment-option small {
  color: #52645e;
  display: block;
}

.hpj-payment-discount-preview {
  background: #eefaf5;
  border: 1px solid #b9e5d5;
  border-radius: 8px;
  color: #006b50;
  margin-top: 8px;
  padding: 8px 10px;
}

.hpj-payment-discount-preview strong {
  color: #006b50;
  display: block;
  margin-top: 3px;
}

.hpj-order-item__actions {
  align-items: center;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}

.hpj-icon-action {
  align-items: center;
  background: #fff;
  border: 1px solid #d7e0dd;
  border-radius: 8px;
  color: #a73535;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
  width: 36px;
}

.hpj-icon-action:hover {
  background: #fff2f2;
  border-color: #e2aaaa;
  color: #8f2525;
}

.hpj-icon-action--edit {
  color: #006b50;
}

.hpj-icon-action--edit:hover {
  background: #eef8f4;
  border-color: #9ed0bf;
  color: #00523e;
}

.hpj-icon-action svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 18px;
}

.hpj-order-total {
  background: #eef8f4;
  font-size: 1.1rem;
  font-weight: 850;
}

.hpj-payment-options {
  display: grid;
  gap: 10px;
}

.hpj-payment-option {
  align-items: center;
  border: 1px solid #d5e2dd;
  border-radius: 8px;
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  padding: 12px;
}

.hpj-payment-option input {
  min-height: 18px;
  width: 18px;
}

.hpj-action--danger {
  background: #a73535;
}

.hpj-action--danger:hover {
  background: #8f2525;
}

.hpj-confirm-modal {
  border: 0;
  border-radius: 8px;
}

.hpj-card-payment {
  border: 1px solid #d5e2dd;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.hpj-card-payment h3 {
  font-size: 1rem;
  font-weight: 850;
  margin: 0;
}

.hpj-hidden-field {
  display: none !important;
}

.hpj-pix-qr {
  border: 1px solid #d5e2dd;
  border-radius: 8px;
  max-width: 240px;
  width: 100%;
}

.hpj-pix-copy {
  color: #33413c;
  display: grid;
  font-weight: 800;
  gap: 6px;
}

.hpj-pix-copy textarea {
  border: 1px solid #cfdad5;
  border-radius: 8px;
  color: #1c2824;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: .92rem;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

.hpj-pix-copy-actions {
  align-items: center;
}

.hpj-countdown {
  color: #1c2824;
  font-size: 1.25rem;
  font-weight: 900;
}

.hpj-admin-payments {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  overflow: hidden;
}

.hpj-admin-payments-filter {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 12px;
}

.hpj-admin-payments-filter form {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hpj-admin-payments-filter label {
  color: #33413c;
  display: grid;
  font-size: .9rem;
  font-weight: 800;
  gap: 5px;
}

.hpj-admin-payments-filter select {
  background: #fff;
  border: 1px solid #bfcfc9;
  border-radius: 7px;
  min-width: 240px;
  padding: 9px 10px;
}

.hpj-admin-payment-origin {
  background: #e8f5f0;
  border-radius: 999px;
  color: #086b52;
  display: inline-block;
  font-size: .75rem;
  font-weight: 850;
  margin-bottom: 4px;
  padding: 3px 8px;
}

.hpj-admin-payment-origin[data-origin="monthly"] {
  background: #eef0ff;
  color: #454ca0;
}

.hpj-admin-payments__head,
.hpj-admin-payments__row {
  display: grid;
  gap: 10px;
  grid-template-columns: .7fr .6fr 1fr 1.35fr .85fr .95fr 1.15fr .7fr .95fr;
  padding: 11px 12px;
}

.hpj-admin-payments__head {
  background: #eef8f4;
  color: #33413c;
  font-size: .9rem;
  font-weight: 850;
}

.hpj-admin-payments__row {
  align-items: center;
  border-top: 1px solid #edf2ef;
}

.hpj-admin-payments__row small {
  color: #52645e;
}

.hpj-admin-payment-actions {
  display: grid;
  gap: 8px;
}

.hpj-admin-payment-actions .hpj-action {
  width: 100%;
}

.hpj-monthly-payment-link-actions {
  align-items: flex-start;
  display: grid;
  gap: 5px;
}

.hpj-monthly-payment-link-actions form {
  margin: 0;
}

.hpj-monthly-payment-link-actions small {
  color: #52645e;
  display: block;
  line-height: 1.35;
}

.hpj-link-button--danger {
  color: #a52a2a;
}

.hpj-admin-payments__head--professionals,
.hpj-admin-payments__row--professionals {
  grid-template-columns: 1.3fr 1.25fr .9fr .8fr 1.2fr;
}

.hpj-admin-users-filter {
  grid-template-columns: repeat(5, minmax(150px, 1fr));
}

.hpj-admin-users {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  overflow: hidden;
}

.hpj-admin-users__head,
.hpj-admin-users__row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.35fr 1fr 1.25fr .55fr .75fr;
  padding: 11px 12px;
}

.hpj-admin-users__head {
  background: #eef8f4;
  color: #33413c;
  font-size: .9rem;
  font-weight: 850;
}

.hpj-admin-users__row {
  align-items: center;
  border-top: 1px solid #edf2ef;
}

.hpj-admin-users__row > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.hpj-admin-users__row small {
  color: #52645e;
  overflow-wrap: anywhere;
}

.hpj-admin-users__row span,
.hpj-admin-users__row strong {
  overflow-wrap: anywhere;
}

.hpj-confirmation-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 850;
  justify-content: center;
  justify-self: start;
  padding: 4px 9px;
  width: fit-content;
}

.hpj-confirmation-badge.is-confirmed {
  background: #dff6e9;
  color: #00663f;
}

.hpj-confirmation-badge.is-pending {
  background: #fff1d6;
  color: #795000;
}

.hpj-admin-user-name-link {
  color: #006b50;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hpj-admin-user-name-link:hover,
.hpj-admin-user-name-link:focus-visible {
  color: #004f3b;
  text-decoration-thickness: 2px;
}

.hpj-admin-user-form {
  display: grid;
  gap: 18px;
}

.hpj-admin-user-edit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hpj-admin-user-address-grid {
  grid-template-columns: minmax(130px, .55fr) minmax(220px, 1.5fr) minmax(100px, .5fr) minmax(160px, .8fr);
}

.hpj-admin-user-address-grid__street {
  grid-column: span 2;
}

.hpj-admin-user-warning {
  background: #fff8e7;
  border: 1px solid #eed69b;
  border-radius: 8px;
  color: #604b17;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 16px;
  padding: 12px 14px;
}

.hpj-admin-user-checks {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hpj-admin-user-remove-address {
  margin-top: 16px;
}

.hpj-admin-user-save-actions {
  background: #f5faf8;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  padding: 14px;
}

.hpj-admin-user-definition-grid {
  grid-template-columns: minmax(190px, max-content) minmax(0, 1fr);
}

.hpj-admin-user-summary-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
}

.hpj-admin-user-links {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.hpj-admin-user-links a {
  align-items: center;
  background: #f5faf8;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  color: #006b50;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  text-decoration: none;
}

.hpj-admin-user-links small {
  color: #52645e;
}

.hpj-admin-sports {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  overflow: hidden;
}

.hpj-admin-sports__head,
.hpj-admin-sports__row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.3fr 1fr .8fr .7fr .6fr;
  padding: 11px 12px;
}

.hpj-admin-sports__head {
  background: #eef8f4;
  color: #33413c;
  font-size: .9rem;
  font-weight: 850;
}

.hpj-admin-sports__row {
  align-items: center;
  border-top: 1px solid #edf2ef;
}

.hpj-admin-jobs-filter {
  align-items: end;
  grid-template-columns: 1.5fr 1fr 1fr 1fr auto;
}

.hpj-admin-jobs,
.hpj-admin-job-executions {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  overflow: hidden;
}

.hpj-admin-jobs > header {
  align-items: center;
  background: #f8fbfa;
  border-bottom: 1px solid #e5eeea;
  color: #33413c;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}

.hpj-admin-jobs__head,
.hpj-admin-jobs__row {
  display: grid;
  gap: 10px;
  grid-template-columns: .55fr 1.25fr 1fr 1.15fr 1.1fr .7fr .7fr;
  padding: 11px 12px;
}

.hpj-admin-jobs__head,
.hpj-admin-job-executions__head {
  background: #eef8f4;
  color: #33413c;
  font-size: .9rem;
  font-weight: 850;
}

.hpj-admin-jobs__row,
.hpj-admin-job-executions__row {
  align-items: center;
  border-top: 1px solid #edf2ef;
}

.hpj-admin-jobs__row small,
.hpj-admin-job-executions__row small {
  color: #52645e;
  display: block;
}

.hpj-job-pill {
  align-items: center;
  background: #e8f1ed;
  border-radius: 999px;
  color: #23332d;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 850;
  justify-content: center;
  padding: 5px 9px;
}

.hpj-job-pill--pending {
  background: #fff5c7;
  color: #684d00;
}

.hpj-job-pill--running {
  background: #d9edff;
  color: #154a76;
}

.hpj-job-pill--succeeded {
  background: #dff6e9;
  color: #00663f;
}

.hpj-job-pill--failed,
.hpj-job-pill--deadletter {
  background: #ffe1df;
  color: #8f2525;
}

.hpj-job-pill--cancelled {
  background: #e8ebef;
  color: #4d5962;
}

.hpj-admin-job-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 16px;
}

.hpj-admin-job-summary article {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 14px;
}

.hpj-admin-job-summary span,
.hpj-job-facts dt {
  color: #52645e;
  font-size: .9rem;
  font-weight: 750;
}

.hpj-admin-job-summary strong {
  color: #1c2824;
}

.hpj-admin-job-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
  margin-bottom: 16px;
}

.hpj-job-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.hpj-job-facts {
  display: grid;
  gap: 8px 12px;
  grid-template-columns: max-content 1fr;
  margin: 0;
}

.hpj-job-facts dd {
  margin: 0;
}

.hpj-job-json {
  background: #111c18;
  border-radius: 8px;
  color: #e8f8f1;
  font-size: .86rem;
  margin: 0;
  max-height: 360px;
  overflow: auto;
  padding: 12px;
  white-space: pre-wrap;
  word-break: break-word;
}

.hpj-admin-job-executions__head,
.hpj-admin-job-executions__row {
  display: grid;
  gap: 10px;
  grid-template-columns: .65fr .9fr 1fr 1fr .75fr .85fr 1.5fr;
  padding: 11px 12px;
}

.hpj-admin-job-doc {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.hpj-admin-job-doc ul {
  color: #33413c;
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.hpj-admin-job-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hpj-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 14px;
}

.hpj-pagination a {
  align-items: center;
  background: #fff;
  border: 1px solid #cfe0d9;
  border-radius: 8px;
  color: #006d55;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 38px;
  min-width: 38px;
  padding: 0 12px;
  text-decoration: none;
}

.hpj-pagination a:hover,
.hpj-pagination a.is-active {
  background: #007f5f;
  border-color: #007f5f;
  color: #fff;
}

.hpj-monthly-subscribers {
  display: grid;
  gap: 12px;
}

.hpj-monthly-first-slot-notice {
  align-items:center;
  display:flex;
  gap:16px;
  justify-content:space-between;
}

.hpj-monthly-first-slot-notice > div {
  display:grid;
  gap:4px;
}

.hpj-monthly-first-slot-notice p {
  margin:0;
}

.hpj-monthly-first-slot-notice .hpj-action {
  flex:0 0 auto;
  justify-content:center;
}

@media (max-width:720px) {
  .hpj-monthly-first-slot-notice {
    align-items:stretch;
    flex-direction:column;
  }
}

.hpj-monthly-subscriber {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #fff;
}

.hpj-monthly-subscriber header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.hpj-monthly-subscriber h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
}

.hpj-monthly-subscriber p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 0;
  color: #52645e;
}

.hpj-monthly-slots {
  display: grid;
  gap: 8px;
}

.hpj-monthly-slot {
  align-items: center;
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1.2fr 1.5fr 1fr auto;
  padding: 10px;
  border: 1px solid #edf2ef;
  border-radius: 8px;
  background: #f9fbfa;
}

.hpj-monthly-subscriber header .hpj-row-actions,
.hpj-monthly-slot__actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  white-space: nowrap;
}

.hpj-monthly-slot__actions {
  grid-column: -2 / -1;
}

.hpj-monthly-slot__contract {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: .9rem;
  font-weight: 750;
  gap: 10px;
  grid-column: 1 / -2;
  justify-content: space-between;
  min-height: 38px;
  padding: 7px 10px;
}

.hpj-monthly-slot__contract[data-status="linked"] {
  background: #e8f6f1;
  color: #075d4b;
}

.hpj-monthly-slot__contract[data-status="missing"] {
  background: #fff4dc;
  color: #7a4d10;
}

.hpj-monthly-slot__contract a {
  color: inherit;
  font-weight: 850;
  white-space: nowrap;
}

.hpj-monthly-subscriber header .hpj-row-actions form,
.hpj-monthly-slot__actions form {
  display: inline-flex;
  margin: 0;
}

.hpj-monthly-release-panel {
  border-top: 1px solid #e1ece7;
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  margin-top: 6px;
  padding-top: 10px;
}

.hpj-monthly-release-form {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(150px, .8fr) minmax(220px, 1.2fr) auto;
}

.hpj-monthly-release-form label {
  display: grid;
  gap: 4px;
  font-weight: 800;
}

.hpj-monthly-release-form input {
  min-height: 40px;
}

.hpj-monthly-release-list {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.hpj-monthly-release-row {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.hpj-monthly-release-row span {
  display: grid;
  gap: 2px;
}

.hpj-monthly-release-row small {
  color: #52645e;
}

.hpj-monthly-release-row form {
  margin: 0;
}

@media (max-width: 720px) {
  .hpj-monthly-release-form {
    grid-template-columns: 1fr;
  }

  .hpj-monthly-release-form .hpj-action {
    width: 100%;
  }
}

.hpj-payment-choice,
.hpj-split-payment {
  display: grid;
  gap: 12px;
}

.hpj-choice-card {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #d7e0dd;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 14px;
}

.hpj-choice-card input {
  width: auto;
}

.hpj-choice-card span {
  display: grid;
  gap: 3px;
}

.hpj-choice-card small,
.hpj-split-warning span {
  color: #52645e;
}

.hpj-choice-card.is-disabled {
  cursor: not-allowed;
  opacity: .68;
}

.hpj-split-warning {
  background: #fff8e6;
  border: 1px solid #ead7a8;
  border-radius: 8px;
  color: #4d3a0b;
  display: grid;
  gap: 4px;
  padding: 14px;
}

.hpj-split-controls {
  display: grid;
  gap: 10px;
}

.hpj-check-option {
  align-items: center;
  display: flex;
  gap: 8px;
}

.hpj-check-option input {
  width: auto;
}

.hpj-split-participants {
  display: grid;
  gap: 10px;
}

.hpj-split-row {
  align-items: end;
  background: #f8fbfa;
  border: 1px solid #d7e0dd;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1.2fr 1fr .75fr auto;
  padding: 12px;
}

.hpj-split-row--organizer {
  align-items: center;
  grid-template-columns: 1fr auto;
}

.hpj-split-row--organizer span {
  color: #52645e;
  display: block;
  margin-top: 2px;
}

.hpj-split-summary {
  background: #f8fbfa;
  border: 1px solid #d7e0dd;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
}

.hpj-split-summary div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.hpj-split-summary dt,
.hpj-split-summary dd {
  margin: 0;
}

.hpj-split-summary dd {
  font-weight: 800;
}

.hpj-split-summary .is-balanced {
  color: #006b50;
}

.hpj-split-summary .is-unbalanced {
  color: #a73535;
}

@media (max-width: 900px) {
  .hpj-split-row {
    grid-template-columns: 1fr;
  }
}

.hpj-professional-layout {
  display: grid;
  gap: 16px;
}

.hpj-bookings-table {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  overflow: hidden;
}

.hpj-bookings-table__head,
.hpj-bookings-table__row {
  display: grid;
  gap: 10px;
  grid-template-columns: .55fr 1.25fr 2.4fr 1fr .85fr .75fr;
  padding: 11px 12px;
}

.hpj-bookings-table__head--actions,
.hpj-bookings-table__row--actions {
  grid-template-columns: .55fr 1.15fr 2.2fr 1fr .85fr .75fr 58px;
}

.hpj-bookings-table__head--establishment-actions,
.hpj-bookings-table__row--establishment-actions {
  grid-template-columns: .55fr 1.1fr 1.15fr 2fr .9fr .85fr .7fr 58px;
}

.hpj-bookings-table__head {
  background: #eef8f4;
  color: #33413c;
  font-size: .9rem;
  font-weight: 850;
}

.hpj-bookings-table__row {
  align-items: center;
  border-top: 1px solid #edf2ef;
}

.hpj-bookings-table__row span {
  color: #52645e;
}

.hpj-bookings-table__row--actions > :last-child,
.hpj-bookings-table__row--establishment-actions > :last-child {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.hpj-bookings-table__row--actions > :last-child form,
.hpj-bookings-table__row--establishment-actions > :last-child form {
  margin: 0;
}

.hpj-user-bookings {
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
}

.hpj-bookings-hero {
  align-items: center;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(189, 201, 198, .62);
  border-left: 7px solid #006b60;
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(0, 29, 50, .06);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 0 18px;
  padding: 26px 30px;
}

.hpj-bookings-hero h1 {
  color: #001d32;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 10px;
}

.hpj-bookings-hero p {
  color: #314863;
  font-size: 1.04rem;
  line-height: 1.5;
  margin: 0;
  max-width: 780px;
}

.hpj-bookings-hero__pill {
  background: #eff8f5;
  border: 1px solid #cfe8df;
  border-radius: 999px;
  color: #006b60;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 14px;
  padding: 7px 12px;
  text-transform: uppercase;
}

.hpj-bookings-hero__tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  min-width: 280px;
}

.hpj-bookings-hero__tabs a {
  align-items: center;
  background: rgba(255, 255, 255, .78);
  border: 1px solid #d7e5df;
  border-radius: 8px;
  color: #006b50;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
}

.hpj-bookings-hero__tabs a:hover,
.hpj-bookings-hero__tabs a:focus-visible,
.hpj-bookings-hero__tabs a.is-active {
  background: #007f5f;
  border-color: #007f5f;
  color: #fff;
}

.hpj-user-booking-card {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  overflow: hidden;
}

.hpj-user-booking-card__head {
  align-items: start;
  background: linear-gradient(135deg, rgba(0, 127, 95, .08), rgba(32, 147, 142, .04));
  border-bottom: 1px solid #e4efeb;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 18px;
}

.hpj-user-booking-card__head h2 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
  margin: 4px 0 0;
}

.hpj-user-booking-card__head h2 a {
  color: #006b50;
}

.hpj-user-booking-card__eyebrow,
.hpj-user-booking-card__label {
  color: #52645e;
  display: block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hpj-user-booking-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.hpj-user-booking-card__actions form {
  margin: 0;
}

.hpj-booking-calendar {
  align-items: center;
  background: linear-gradient(135deg, #f0faf6 0%, #f8fcfa 100%);
  border-bottom: 1px solid #dcebe5;
  border-top: 1px solid #dcebe5;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 13px 18px;
}

.hpj-booking-calendar__intro {
  align-items: center;
  display: flex;
  gap: 11px;
  min-width: 0;
}

.hpj-booking-calendar__intro > span:last-child {
  display: grid;
  gap: 2px;
}

.hpj-booking-calendar__intro strong {
  color: #153d31;
  font-size: .94rem;
}

.hpj-booking-calendar__intro small {
  color: #52645e;
  font-size: .8rem;
  font-weight: 600;
}

.hpj-booking-calendar__icon {
  align-items: center;
  background: #fff;
  border: 1px solid #cfe8df;
  border-radius: 10px;
  color: #007f5f;
  display: inline-flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
}

.hpj-booking-calendar__icon svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.hpj-booking-calendar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.hpj-booking-calendar__actions .hpj-action {
  min-height: 36px;
  padding: 8px 12px;
}

.hpj-user-booking-status {
  background: #eef8f4;
  border: 1px solid #cfe8df;
  border-radius: 999px;
  color: #006b50;
  font-size: .88rem;
  font-weight: 850;
  padding: 7px 11px;
  white-space: nowrap;
}

.hpj-user-booking-card__body {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.55fr) minmax(220px, .8fr) minmax(160px, .45fr);
  padding: 16px 18px 18px;
}

.hpj-user-booking-card__section {
  background: #fbfdfc;
  border: 1px solid #edf2ef;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 13px;
}

.hpj-user-booking-card__amount {
  color: #006b50;
  font-size: 1.15rem;
}

.hpj-user-booking-card__section small {
  color: #52645e;
  font-weight: 700;
}

.hpj-user-booking-line {
  background: #fff;
  border: 1px solid #edf2ef;
  border-radius: 8px;
  color: #33413c;
  display: block;
  padding: 9px 10px;
}

@media (max-width: 980px) {
  .hpj-user-booking-card__body {
    grid-template-columns: 1fr 1fr;
  }

  .hpj-user-booking-card__section--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .hpj-ledger-section__head {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .hpj-bookings-hero {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }

  .hpj-bookings-hero__tabs {
    justify-content: flex-start;
    min-width: 0;
  }

  .hpj-bookings-hero__tabs a {
    flex: 1 1 auto;
  }

  .hpj-user-booking-card__head {
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
  }

  .hpj-user-booking-card__actions {
    justify-content: flex-start;
  }

  .hpj-booking-calendar {
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
  }

  .hpj-booking-calendar__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hpj-booking-calendar__actions .hpj-action {
    justify-content: center;
    text-align: center;
  }

  .hpj-user-booking-card__body {
    grid-template-columns: 1fr;
    padding: 14px;
  }
}

.hpj-reservation-lines {
  display: grid;
  gap: 7px;
}

.hpj-reservation-lines span {
  color: #33413c;
}

.hpj-reservation-line-action {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #edf2ef;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  padding: 6px 8px;
}

.hpj-reservation-line-action + .hpj-reservation-line-action {
  margin-top: 1px;
}

.hpj-reservation-line-action .hpj-icon-button {
  flex: 0 0 auto;
  height: 30px;
  width: 30px;
}

.hpj-reservation-line-action .hpj-icon-button svg {
  height: 17px;
  width: 17px;
}

.hpj-cancel-slot-list {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.hpj-cancel-slot-option {
  align-items: flex-start;
  border: 1px solid #dce9e4;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  padding: 12px;
}

.hpj-cancel-slot-option:has(input:checked) {
  background: #eaf8f1;
  border-color: #00876b;
}

.hpj-cancel-slot-option input {
  margin-top: 3px;
}

.hpj-cancel-slot-option span {
  display: grid;
  gap: 3px;
}

.hpj-cancel-slot-option small {
  color: #52645e;
}

.hpj-booking-payment {
  display: grid;
  gap: 5px;
}

.hpj-booking-payment strong {
  color: #33413c;
  font-weight: 850;
}

.hpj-booking-payment small {
  color: #52645e;
  font-weight: 700;
}

.hpj-booking-payment .hpj-action {
  justify-self: start;
  min-height: 34px;
  padding-inline: 12px;
}

.hpj-ledger-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0 0 16px;
}

.hpj-ledger-summary div {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 16px;
}

.hpj-ledger-summary span {
  color: #52645e;
  font-weight: 750;
}

.hpj-ledger-summary strong {
  color: #17201d;
  font-size: 1.35rem;
  font-weight: 850;
}

.hpj-ledger-section {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.hpj-ledger-section__head {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.hpj-ledger-section__head h2 {
  color: #17201d;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  margin: 0 0 4px;
}

.hpj-ledger-section__head p {
  color: #52645e;
  line-height: 1.45;
  margin: 0;
}

.hpj-ledger-section__head > strong {
  color: #006b50;
  font-size: 1.25rem;
  white-space: nowrap;
}

.hpj-empty--compact {
  padding: 16px;
}

.hpj-empty--compact p {
  margin: 0;
}

.hpj-ledger-table {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  overflow: hidden;
}

.hpj-ledger-table__head,
.hpj-ledger-table__row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1.25fr 2.2fr .8fr;
  padding: 11px 12px;
}

.hpj-ledger-table--owner .hpj-ledger-table__head,
.hpj-ledger-table--owner .hpj-ledger-table__row {
  grid-template-columns: 1fr 1fr 1.2fr 2.2fr .8fr;
}

.hpj-ledger-table--admin-establishment .hpj-ledger-table__head,
.hpj-ledger-table--admin-establishment .hpj-ledger-table__row {
  grid-template-columns: 1fr 1fr 2.2fr 1.8fr .8fr;
}

.hpj-ledger-table__head {
  background: #eef8f4;
  color: #33413c;
  font-size: .9rem;
  font-weight: 850;
}

.hpj-ledger-table__row {
  align-items: center;
  border-top: 1px solid #edf2ef;
}

.hpj-ledger-table__row span {
  color: #52645e;
}

.hpj-ledger-section__head--filter {
  align-items: end;
}

.hpj-ledger-filter {
  align-items: end;
  display: grid;
  gap: 6px 10px;
  grid-template-columns: minmax(220px, 1fr) auto;
}

.hpj-ledger-filter label {
  color: #52645e;
  font-size: .82rem;
  font-weight: 800;
  grid-column: 1 / -1;
}

.hpj-ledger-filter select {
  background: #fff;
  border: 1px solid #cddbd5;
  border-radius: 8px;
  color: #17201d;
  min-height: 42px;
  padding: 8px 36px 8px 12px;
}

.hpj-ledger-table--compact-details .hpj-ledger-table__row {
  min-height: 58px;
}

.hpj-ledger-table--owner.hpj-ledger-table--compact-details .hpj-ledger-table__head,
.hpj-ledger-table--owner.hpj-ledger-table--compact-details .hpj-ledger-table__row {
  grid-template-columns: minmax(170px, 1fr) minmax(190px, 1fr) minmax(210px, 1.15fr) max-content minmax(100px, .65fr);
}

.hpj-ledger-details-button {
  background: #edf7f4;
  border: 1px solid #b9ddd3;
  border-radius: 8px;
  color: #006b50;
  cursor: pointer;
  font-weight: 800;
  min-height: 36px;
  padding: 7px 12px;
}

.hpj-ledger-details-button:hover,
.hpj-ledger-details-button:focus-visible {
  background: #dff1eb;
  border-color: #7fc5b3;
}

.hpj-ledger-details-button:disabled {
  cursor: wait;
  opacity: .68;
}

.hpj-ledger-analytics {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 46, 36, .07);
  display: grid;
  gap: 26px;
  margin-top: 28px;
  padding: 24px;
}

.hpj-ledger-analytics__head {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.hpj-ledger-analytics__head h2,
.hpj-ledger-analytics__section-head h3 {
  color: #10251f;
  margin: 0;
}

.hpj-ledger-analytics__head p {
  color: #586b64;
  margin: 5px 0 0;
}

.hpj-ledger-analytics__total {
  background: #eaf7f2;
  border-radius: 14px;
  display: grid;
  flex: 0 0 auto;
  min-width: 210px;
  padding: 14px 18px;
}

.hpj-ledger-analytics__total span {
  color: #52675f;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hpj-ledger-analytics__total strong {
  color: #00785d;
  font-size: 1.65rem;
}

.hpj-ledger-analytics__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(320px, .9fr) minmax(400px, 1.1fr);
}

.hpj-ledger-analytics__section {
  border-top: 1px solid #e3ebe7;
  min-width: 0;
  padding-top: 18px;
}

.hpj-ledger-analytics__section-head {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.hpj-ledger-analytics__section-head span {
  color: #6b7d77;
  font-size: .82rem;
}

.hpj-ledger-pie-layout {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
}

.hpj-ledger-pie-canvas {
  height: 190px;
  position: relative;
  width: 190px;
}

.hpj-ledger-pie-legend {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hpj-ledger-pie-legend li {
  align-items: center;
  display: grid;
  gap: 4px 8px;
  grid-template-columns: 10px minmax(0, 1fr) auto;
}

.hpj-ledger-pie-legend__color {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.hpj-ledger-pie-legend__name {
  color: #40554e;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hpj-ledger-pie-legend li strong {
  color: #17372e;
}

.hpj-ledger-pie-legend li small {
  color: #73847e;
  grid-column: 2 / -1;
}

.hpj-sport-revenue-chart {
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 133, 108, .08), transparent 32%),
    #fff;
  border: 1px solid #dce8e3;
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(0, 46, 36, .065);
  display: grid;
  gap: 22px;
  margin: 20px 0;
  padding: 24px;
}

.hpj-sport-revenue-chart__head {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.hpj-sport-revenue-chart__eyebrow {
  color: #00785f;
  display: block;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .075em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.hpj-sport-revenue-chart__head h2 {
  color: #10251f;
  font: 900 1.55rem/1.1 "Hanken Grotesk", var(--hpj-font-display);
  margin: 0;
}

.hpj-sport-revenue-chart__head p {
  color: #586b64;
  margin: 6px 0 0;
}

.hpj-sport-revenue-chart__summary {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.hpj-chart-mode-switch {
  align-items: center;
  background: #f0f5f3;
  border: 1px solid #dce8e3;
  border-radius: 13px;
  display: flex;
  gap: 3px;
  padding: 4px;
}

.hpj-chart-mode-switch button {
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: #52675f;
  cursor: pointer;
  font: 800 .88rem/1 "Inter", var(--hpj-font-body);
  min-height: 38px;
  padding: 0 14px;
  transition: background-color .15s ease, box-shadow .15s ease, color .15s ease;
}

.hpj-chart-mode-switch button:hover {
  color: #006f59;
}

.hpj-chart-mode-switch button:focus-visible {
  outline: 3px solid rgba(0, 133, 108, .2);
  outline-offset: 2px;
}

.hpj-chart-mode-switch button.is-active {
  background: #fff;
  box-shadow: 0 2px 8px rgba(21, 52, 43, .09);
  color: #00785d;
}

.hpj-sport-revenue-chart__total {
  background: #eaf7f2;
  border: 1px solid rgba(0, 120, 93, .08);
  border-radius: 13px;
  display: grid;
  flex: 0 0 auto;
  min-width: 205px;
  padding: 13px 17px;
}

.hpj-sport-revenue-chart__total span {
  color: #52675f;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hpj-sport-revenue-chart__total strong {
  color: #00785d;
  font: 900 1.55rem/1.2 "Hanken Grotesk", var(--hpj-font-display);
}

.hpj-sport-revenue-chart__content {
  align-items: center;
  border-top: 1px solid #e3ebe7;
  display: grid;
  gap: 34px;
  grid-template-columns: 240px minmax(0, 1fr);
  padding-top: 20px;
}

.hpj-sport-revenue-chart__canvas {
  height: 230px;
  justify-self: center;
  position: relative;
  width: 230px;
}

.hpj-sport-revenue-chart__legend {
  gap: 12px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hpj-sport-revenue-chart__legend li {
  border-bottom: 1px solid #edf2f0;
  padding-bottom: 9px;
}

.hpj-sport-revenue-chart__note {
  background: #fff8e7;
  border-radius: 9px;
  color: #6f5a27;
  font-size: .82rem;
  margin: 0;
  padding: 9px 12px;
}

.hpj-ledger-month-groups {
  display: grid;
  gap: 20px;
}

.hpj-ledger-month-group {
  display: grid;
  gap: 10px;
}

.hpj-ledger-month-group__year {
  color: #28473e;
  font-size: .9rem;
}

.hpj-ledger-bar-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(90px, 1fr) minmax(90px, auto);
}

.hpj-ledger-bar-row > span {
  color: #62736d;
  font-size: .8rem;
  text-transform: capitalize;
}

.hpj-ledger-bar-row > strong {
  color: #28443b;
  font-size: .84rem;
  text-align: right;
}

.hpj-ledger-bar-track {
  background: #edf2f0;
  border-radius: 999px;
  height: 16px;
  overflow: hidden;
}

.hpj-ledger-bar {
  background: linear-gradient(90deg, #00856c, #36aa8d);
  border-radius: inherit;
  display: block;
  height: 100%;
  min-width: 2px;
}

.hpj-ledger-year-totals {
  border-top: 1px solid #e3ebe7;
  padding-top: 18px;
}

.hpj-ledger-year-totals__list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.hpj-ledger-year-totals__list div {
  align-items: center;
  background: #f3f8f6;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 14px;
}

.hpj-ledger-year-totals__list span {
  color: #576b64;
  font-weight: 750;
}

.hpj-ledger-year-totals__list strong {
  color: #00785d;
}

@media (max-width: 900px) {
  .hpj-ledger-analytics__grid {
    grid-template-columns: 1fr;
  }

  .hpj-sport-revenue-chart__content {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .hpj-sport-revenue-chart__legend {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hpj-ledger-analytics {
    border-radius: 12px;
    padding: 18px;
  }

  .hpj-ledger-analytics__head {
    align-items: stretch;
    flex-direction: column;
  }

  .hpj-ledger-analytics__total {
    min-width: 0;
  }

  .hpj-ledger-pie-layout {
    grid-template-columns: 1fr;
  }

  .hpj-ledger-pie-canvas {
    justify-self: center;
  }

  .hpj-sport-revenue-chart {
    border-radius: 13px;
    padding: 18px;
  }

  .hpj-sport-revenue-chart__head {
    align-items: stretch;
    flex-direction: column;
  }

  .hpj-sport-revenue-chart__summary {
    flex-direction: column;
  }

  .hpj-chart-mode-switch button {
    flex: 1 1 50%;
  }

  .hpj-sport-revenue-chart__total {
    min-width: 0;
  }

  .hpj-sport-revenue-chart__content {
    grid-template-columns: 1fr;
  }

  .hpj-sport-revenue-chart__canvas {
    height: 210px;
    width: 210px;
  }

  .hpj-ledger-bar-row {
    gap: 7px;
    grid-template-columns: 30px minmax(70px, 1fr) minmax(82px, auto);
  }
}

.hpj-ledger-details-modal {
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(0, 35, 28, .3);
  color: #17201d;
  max-height: calc(100vh - 40px);
  max-width: 980px;
  padding: 0;
  width: calc(100% - 32px);
}

.hpj-ledger-details-modal::backdrop {
  background: rgba(0, 28, 23, .58);
}

.hpj-ledger-details-modal__head {
  align-items: center;
  border-bottom: 1px solid #e1ebe7;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 18px 22px;
}

.hpj-ledger-details-modal__head h2 {
  font-size: 1.35rem;
  margin: 0;
}

.hpj-ledger-details-modal__head button {
  align-items: center;
  background: #edf7f4;
  border: 0;
  border-radius: 50%;
  color: #006b50;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.45rem;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.hpj-ledger-details-modal__body {
  max-height: calc(100vh - 130px);
  overflow: auto;
  padding: 22px;
}

.hpj-ledger-details-content dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.hpj-ledger-details-content dl > div {
  border-bottom: 1px solid #edf2ef;
  display: grid;
  gap: 6px 18px;
  grid-template-columns: minmax(145px, .7fr) 2fr;
  padding: 10px 0;
}

.hpj-ledger-details-content dt {
  color: #52645e;
  font-weight: 800;
}

.hpj-ledger-details-content dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.hpj-ledger-details-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-top: 20px;
  scrollbar-width: thin;
}

.hpj-ledger-details-links a {
  background: #007f6b;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  padding: 9px 13px;
  text-decoration: none;
  white-space: nowrap;
}

.hpj-ledger-details-error {
  color: #9a3d2c;
  font-weight: 700;
}

.hpj-payment-link-modal {
  background: #fff;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 28px 80px rgba(0, 35, 28, .3);
  color: #17201d;
  max-width: 760px;
  padding: 0;
  width: calc(100% - 32px);
}

.hpj-payment-link-modal::backdrop {
  background: rgba(0, 28, 23, .58);
}

.hpj-payment-link-modal__head {
  align-items: center;
  border-bottom: 1px solid #e1ebe7;
  display: flex;
  justify-content: space-between;
  padding: 20px 22px;
}

.hpj-payment-link-modal__head span {
  color: #007f6b;
  font-size: .82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hpj-payment-link-modal__head h2 {
  font-size: 1.4rem;
  margin: 3px 0 0;
}

.hpj-payment-link-modal__head > button {
  align-items: center;
  background: #edf7f4;
  border: 0;
  border-radius: 50%;
  color: #006b50;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.45rem;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.hpj-payment-link-modal__body {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.hpj-payment-link-modal__body > p {
  margin: 0;
}

.hpj-payment-link-modal__url {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.hpj-payment-link-modal__url input {
  background: #f4f8f6;
  border: 1px solid #ccdcd6;
  border-radius: 8px;
  min-width: 0;
  padding: 10px 12px;
}

.hpj-payment-link-modal__meta {
  color: #52645e;
  font-size: .9rem;
}

.hpj-payment-link-modal__channels {
  border-top: 1px solid #e1ebe7;
  display: grid;
  gap: 10px;
  padding-top: 16px;
}

.hpj-payment-link-modal__channels > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hpj-payment-link-modal__feedback {
  color: #006b50;
  font-weight: 750;
  min-height: 1.4em;
}

.hpj-payment-link-modal__feedback.is-error {
  color: #9a3d2c;
}

@media (max-width: 720px) {
  .hpj-payment-link-modal__url {
    grid-template-columns: 1fr 1fr;
  }

  .hpj-payment-link-modal__url input {
    grid-column: 1 / -1;
  }

  .hpj-ledger-table--owner.hpj-ledger-table--compact-details .hpj-ledger-table__head,
  .hpj-ledger-table--owner.hpj-ledger-table--compact-details .hpj-ledger-table__row {
    grid-template-columns: 1fr;
  }

  .hpj-ledger-section__head--filter {
    align-items: stretch;
    flex-direction: column;
  }

  .hpj-ledger-filter {
    grid-template-columns: 1fr;
  }

  .hpj-ledger-filter label {
    grid-column: auto;
  }

  .hpj-ledger-details-content dl > div {
    grid-template-columns: 1fr;
  }
}

.hpj-amount--positive {
  color: #1d6d45;
}

.hpj-amount--negative {
  color: #9a3d2c;
}

.hpj-admin-ledger {
  background: #fff;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  overflow: hidden;
}

.hpj-admin-ledger__head,
.hpj-admin-ledger__row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(170px, 1.4fr) minmax(150px, 1fr) minmax(130px, .9fr) minmax(120px, .8fr) minmax(130px, .9fr) minmax(140px, .9fr) minmax(120px, .7fr);
  padding: 11px 12px;
}

.hpj-admin-ledger__head {
  background: #eef8f4;
  color: #33413c;
  font-size: .9rem;
  font-weight: 850;
}

.hpj-admin-ledger__row {
  align-items: center;
  border-top: 1px solid #edf2ef;
}

.hpj-admin-ledger__row > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.hpj-admin-ledger__row small,
.hpj-admin-ledger__row span {
  color: #52645e;
}

.hpj-payout-highlight {
  background: #ffe9f0 !important;
  border-color: #f5b9c9 !important;
  color: #7c1736 !important;
}

.hpj-payout-highlight:hover,
.hpj-payout-highlight:focus-visible {
  background: #ffdce8 !important;
  color: #641029 !important;
}

.hpj-admin-payout-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  margin-bottom: 16px;
}

.hpj-admin-payout-layout .hpj-admin-panel {
  padding: 18px;
}

.hpj-admin-payout-form {
  align-items: start;
}

.hpj-admin-payout-form label {
  min-width: 0;
}

.hpj-admin-payout-form input,
.hpj-admin-payout-form textarea {
  background: #fff;
  font: inherit;
  width: 100%;
}

.hpj-admin-payout-form input[type="file"] {
  border-style: dashed;
  cursor: pointer;
  padding: 12px;
}

.hpj-admin-payout-form .hpj-checkbox-field {
  background: #f8fbfa;
  border: 1px solid #d7e5df;
  border-radius: 8px;
  padding: 12px 14px;
}

.hpj-admin-payout-form input:focus,
.hpj-admin-payout-form textarea:focus {
  border-color: #007f5f;
  box-shadow: 0 0 0 3px rgba(0, 127, 95, .14);
  outline: none;
}

.hpj-admin-payout-form textarea {
  min-height: 118px;
  resize: vertical;
}

.hpj-form-grid__full {
  grid-column: 1 / -1;
}

.hpj-admin-payout-note {
  background: #eef8f4;
  border: 1px solid #d0ebe1;
  border-radius: 8px;
  color: #33413c;
  line-height: 1.55;
  margin: 0;
  padding: 12px 14px;
}

.hpj-admin-payout-actions {
  display: flex;
  justify-content: flex-end;
}

.hpj-admin-payout-actions button {
  background: #008568;
  border: 1px solid #008568;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  min-height: 46px;
  padding: 0 22px;
}

.hpj-admin-payout-actions button:hover,
.hpj-admin-payout-actions button:focus-visible {
  background: #006b50;
  border-color: #006b50;
}

.hpj-definition-grid {
  display: grid;
  gap: 8px 14px;
  grid-template-columns: minmax(120px, max-content) minmax(0, 1fr);
  margin: 0;
}

.hpj-definition-grid dt {
  color: #52645e;
  font-weight: 850;
}

.hpj-definition-grid dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .hpj-admin-jobs-filter {
    grid-template-columns: 1fr;
  }

  .hpj-admin-job-summary,
  .hpj-admin-job-layout,
  .hpj-admin-job-doc {
    grid-template-columns: 1fr;
  }

  .hpj-admin-jobs__head,
  .hpj-admin-job-executions__head,
  .hpj-admin-users__head {
    display: none;
  }

  .hpj-admin-jobs__row,
  .hpj-admin-job-executions__row,
  .hpj-admin-users__row {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .hpj-admin-users {
    border: 0;
    display: grid;
    gap: 10px;
    overflow: visible;
  }

  .hpj-admin-users__row {
    background: #fff;
    border: 1px solid #dfe8e4;
    border-radius: 8px;
  }

  .hpj-admin-users__row > div {
    grid-template-columns: minmax(118px, max-content) minmax(0, 1fr);
    gap: 8px 12px;
  }

  .hpj-admin-users__row > div::before {
    color: #566962;
    content: attr(data-label);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .hpj-admin-users__row > div > * {
    grid-column: 2;
  }

  .hpj-admin-user-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .hpj-admin-user-edit-grid,
  .hpj-admin-user-address-grid,
  .hpj-admin-user-checks,
  .hpj-admin-user-summary-grid {
    grid-template-columns: 1fr;
  }

  .hpj-admin-user-address-grid__street {
    grid-column: auto;
  }

  .hpj-admin-user-definition-grid {
    grid-template-columns: 1fr;
  }

  .hpj-admin-user-definition-grid dd {
    margin-bottom: 8px;
  }

  .hpj-admin-jobs > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .hpj-job-actions,
  .hpj-job-actions form,
  .hpj-job-actions button {
    width: 100%;
  }

  .hpj-job-facts {
    grid-template-columns: 1fr;
  }

  .hpj-page-head,
  .hpj-list-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hpj-manage-menu-shell {
    border: 1px solid #dce9e4;
    border-radius: 8px;
    background: #f3f8f6;
    overflow: hidden;
  }

  .hpj-manage-menu-shell > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 0 14px;
    color: #006b50;
    cursor: pointer;
    font-weight: 850;
    list-style: none;
  }

  .hpj-manage-menu-shell > summary::-webkit-details-marker {
    display: none;
  }

  .hpj-manage-menu-shell > summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .15s ease;
  }

  .hpj-manage-menu-shell[open] > summary::after {
    transform: rotate(225deg);
  }

  .hpj-manage-menu-shell > summary span {
    color: #354941;
    font-size: .82rem;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .hpj-manage-menu-shell > summary strong {
    margin-left: auto;
    color: #006b50;
    text-align: right;
  }

  .hpj-manage-menu-shell:not([open]) .hpj-manage-menu {
    display: none;
  }

  .hpj-manage-menu {
    border-width: 1px 0 0;
    border-radius: 0;
    padding: 10px;
  }

  .hpj-form-grid {
    grid-template-columns: 1fr;
  }

  .hpj-section-title-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hpj-price-row {
    grid-template-columns: 1fr;
  }

  .hpj-branding-assets {
    grid-template-columns: 1fr;
  }

  .hpj-table,
  .hpj-table__head,
  .hpj-table__row {
    display: block;
  }

  .hpj-table__head {
    display: none;
  }

  .hpj-table__row {
    border-top: 1px solid #dfe8e4;
    padding: 12px;
  }

  .hpj-table__row > * {
    margin: 0 0 8px;
  }

  .hpj-table--fees-summary {
    border: 0;
    display: grid;
    gap: 10px;
    overflow: visible;
  }

  .hpj-table--fees-summary .hpj-table__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    border: 1px solid #dfe8e4;
    border-radius: 8px;
    background: #fff;
    padding: 14px;
  }

  .hpj-table--fees-summary .hpj-table__row > * {
    display: grid;
    grid-template-columns: minmax(116px, max-content) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin: 0;
    color: #14211d;
    text-align: right;
  }

  .hpj-table--fees-summary .hpj-table__row > *::before {
    content: attr(data-label);
    color: #566962;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-align: left;
    text-transform: uppercase;
  }

  .hpj-table--fees-summary .hpj-table__row strong {
    align-items: flex-start;
    color: #006b50;
    font-size: 1.05rem;
  }

  .hpj-table--extras {
    border: 0;
    display: grid;
    gap: 10px;
    overflow: visible;
  }

  .hpj-table--extras .hpj-table__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border: 1px solid #dfe8e4;
    border-radius: 8px;
    background: #fff;
    padding: 14px;
  }

  .hpj-table--extras .hpj-table__row > input[type="hidden"] {
    display: none;
  }

  .hpj-table--extras .hpj-table-field--name,
  .hpj-table--extras .hpj-checkline {
    grid-column: 1 / -1;
  }

  .hpj-table--extras .hpj-table-field__label {
    display: block;
    color: #566962;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .hpj-table--extras .hpj-checkline {
    min-height: 36px;
    margin: 0;
  }

  .hpj-price-blocks {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .hpj-price-hours {
    grid-template-columns: repeat(24, 38px);
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hpj-price-block {
    grid-template-columns: 1fr;
  }

  .hpj-price-block__advance {
    grid-template-columns: 1fr;
  }

  .hpj-price-block__reserve {
    grid-template-columns: repeat(2, minmax(88px, 1fr));
    max-width: none;
  }

  .hpj-price-block__reserve input {
    max-width: none;
    width: 100%;
  }

  .hpj-inline-add,
  .hpj-inline-add--extras {
    grid-template-columns: 1fr;
  }

  .hpj-checkout-layout {
    grid-template-columns: 1fr;
  }

  .hpj-admin-ledger,
  .hpj-admin-ledger__head,
  .hpj-admin-ledger__row,
  .hpj-ledger-table,
  .hpj-ledger-table__head,
  .hpj-ledger-table__row,
  .hpj-ledger-table--owner .hpj-ledger-table__head,
  .hpj-ledger-table--owner .hpj-ledger-table__row,
  .hpj-ledger-table--admin-establishment .hpj-ledger-table__head,
  .hpj-ledger-table--admin-establishment .hpj-ledger-table__row,
  .hpj-report-table,
  .hpj-report-table__head,
  .hpj-report-table__row,
  .hpj-report-table--daily-revenue .hpj-report-table__head,
  .hpj-report-table--daily-revenue .hpj-report-table__row,
  .hpj-report-table--grouped-revenue .hpj-report-table__head,
  .hpj-report-table--grouped-revenue .hpj-report-table__row,
  .hpj-report-table--cancellations .hpj-report-table__head,
  .hpj-report-table--cancellations .hpj-report-table__row,
  .hpj-bookings-table,
  .hpj-bookings-table__head,
  .hpj-bookings-table__row {
    display: block;
  }

  .hpj-admin-ledger__head,
  .hpj-ledger-table__head,
  .hpj-report-table__head,
  .hpj-bookings-table__head {
    display: none;
  }

  .hpj-admin-ledger__row > *,
  .hpj-ledger-table__row > *,
  .hpj-report-table__row > *,
  .hpj-bookings-table__row > * {
    display: block;
    margin: 0 0 6px;
  }

  .hpj-admin-ledger {
    border: 0;
    display: grid;
    gap: 10px;
    overflow: visible;
    background: transparent;
  }

  .hpj-admin-ledger__row,
  .hpj-ledger-table--admin-establishment .hpj-ledger-table__row {
    background: #fff;
    border: 1px solid #dfe8e4;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 14px;
  }

  .hpj-admin-ledger__row > div,
  .hpj-ledger-table--admin-establishment .hpj-ledger-table__row > * {
    display: grid;
    gap: 3px;
    margin: 0;
    min-width: 0;
  }

  .hpj-admin-ledger__row > div::before,
  .hpj-ledger-table--admin-establishment .hpj-ledger-table__row > *::before {
    content: attr(data-label);
    color: #566962;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .04em;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .hpj-admin-payout-layout,
  .hpj-definition-grid {
    grid-template-columns: 1fr;
  }

  .hpj-report-table {
    border: 0;
    display: grid;
    gap: 10px;
    overflow: visible;
    background: transparent;
  }

  .hpj-report-table__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border: 1px solid #dfe8e4;
    border-radius: 8px;
    background: #fff;
    padding: 14px;
  }

  .hpj-report-table__row > * {
    display: grid;
    gap: 3px;
    min-width: 0;
    margin: 0;
  }

  .hpj-report-table__row > *::before {
    content: attr(data-label);
    color: #566962;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .04em;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .hpj-report-table__row > :first-child {
    grid-column: 1 / -1;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf3f0;
  }

  .hpj-report-table__row > :last-child {
    color: #006b50;
  }

  .hpj-report-table__row.is-empty {
    background: #fbfcfc;
  }

  .hpj-report-table--daily-revenue .hpj-report-table__head,
  .hpj-report-table--grouped-revenue .hpj-report-table__head,
  .hpj-report-table--cancellations .hpj-report-table__head {
    display: none;
  }

  .hpj-report-table--daily-revenue .hpj-report-table__row,
  .hpj-report-table--grouped-revenue .hpj-report-table__row,
  .hpj-report-table--cancellations .hpj-report-table__row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .hpj-report-table--daily-revenue .hpj-report-table__row > :first-child,
  .hpj-report-table--grouped-revenue .hpj-report-table__row > :first-child,
  .hpj-report-table--cancellations .hpj-report-table__row > :first-child {
    grid-column: 1 / -1;
  }

  .hpj-admin-payments,
  .hpj-admin-payments__head,
  .hpj-admin-payments__row {
    display: block;
  }

  .hpj-admin-payments__head {
    display: none;
  }

  .hpj-admin-payments__row > * {
    display: block;
    margin: 0 0 8px;
  }
}

@media (max-width: 380px) {
  .hpj-report-table--daily-revenue .hpj-report-table__row,
  .hpj-report-table--grouped-revenue .hpj-report-table__row,
  .hpj-report-table--cancellations .hpj-report-table__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hpj-checkout-extra {
    grid-template-columns: 1fr;
  }

  .hpj-checkout-extra__controls {
    grid-template-columns: minmax(0, 1fr) 78px minmax(90px, auto);
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Checkout */
.hpj-whitelabel-checkout-head {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe8e4;
  border-left: 6px solid var(--hpj-primary, #007f5f);
  border-radius: 12px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 0 0 18px;
  padding: 14px 16px;
}

.hpj-whitelabel-checkout-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.hpj-whitelabel-checkout-brand img,
.hpj-whitelabel-checkout-brand > span {
  background: var(--hpj-logo-bg, #fff);
  border: 1px solid #dfe8e4;
  border-radius: 10px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 54px;
  object-fit: contain;
  padding: 6px;
  width: 54px;
}

.hpj-whitelabel-checkout-brand > span {
  align-items: center;
  background: var(--hpj-primary, #007f5f);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  justify-content: center;
  padding: 0;
}

.hpj-whitelabel-checkout-brand strong,
.hpj-whitelabel-checkout-brand small {
  display: block;
}

.hpj-whitelabel-checkout-brand strong {
  font-size: 1.1rem;
}

.hpj-whitelabel-checkout-brand small {
  color: #52645e;
  font-weight: 750;
}

.hpj-whitelabel-checkout-head > a {
  align-items: center;
  background: var(--hpj-primary, #007f5f);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
  white-space: nowrap;
}

.hpj-whitelabel-checkout-head > a:hover {
  color: #fff;
  filter: brightness(.94);
}

.hpj-checkout-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(360px, .92fr) minmax(520px, 1.08fr);
  margin-bottom: 36px;
}

.hpj-checkout-hero {
  align-items: center;
  margin-bottom: 20px;
}

.hpj-checkout-hero .cb2-soft-button {
  align-self: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding-block: 0;
}

.hpj-whitelabel-checkout-main {
  margin: 0 auto;
  max-width: 1440px;
  padding: 18px clamp(10px, 3vw, 28px) 36px;
}

.hpj-checkout-order,
.hpj-checkout-payment {
  align-content: start;
}

.hpj-checkout-order {
  position: sticky;
  top: 18px;
}

.hpj-checkout-section-head {
  align-items: start;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 4px;
}

.hpj-checkout-section-head span {
  color: #52645e;
  display: block;
  font-size: .82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hpj-checkout-section-head h2 {
  margin: 2px 0 0;
}

.hpj-checkout-section-head > strong {
  color: #006b50;
  font-size: 1.35rem;
  white-space: nowrap;
}

.hpj-checkout-provider {
  margin: 4px 0 10px;
}

.hpj-checkout-layout .hpj-order-item,
.hpj-checkout-layout .hpj-order-total {
  border: 1px solid #edf2ef;
  padding: 14px;
}

.hpj-checkout-layout .hpj-order-total {
  border-color: #cde7dd;
}

.hpj-checkout-extras {
  border-top: 1px solid #edf2ef;
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
}

.hpj-checkout-section-head--compact {
  margin-bottom: 0;
}

.hpj-checkout-section-head--compact h3 {
  font-size: 1.08rem;
  margin: 2px 0 0;
}

.hpj-checkout-extra-list {
  display: grid;
  gap: 10px;
}

.hpj-checkout-extra {
  align-items: center;
  border: 1px solid #edf2ef;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, max-content);
  padding: 12px;
}

.hpj-checkout-extra > div:first-child {
  align-self: center;
  min-width: 0;
}

.hpj-checkout-extra strong,
.hpj-checkout-extra span,
.hpj-checkout-extra small {
  display: block;
}

.hpj-checkout-extra small {
  color: #52645e;
}

.hpj-checkout-extra > div:first-child strong,
.hpj-checkout-extra > div:first-child span,
.hpj-checkout-extra > div:first-child small {
  overflow-wrap: anywhere;
}

.hpj-checkout-extra__controls {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(72px, auto) auto minmax(86px, auto);
  justify-content: end;
  min-width: 300px;
}

.hpj-checkout-extra__controls label {
  align-items: center;
  color: #52645e;
  display: flex;
  font-size: .8rem;
  font-weight: 800;
  gap: 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.hpj-checkout-extra__controls input {
  border: 1px solid #cfdad5;
  border-radius: 0;
  border-width: 0 1px;
  flex: 0 0 54px;
  height: 40px;
  max-width: 54px;
  min-height: 42px;
  padding: 0 8px;
  text-align: center;
  width: 54px;
}

.hpj-checkout-extra__controls input:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 127, 95, .24);
  outline: none;
}

.hpj-quantity-stepper {
  align-items: center;
  border: 1px solid #cfdad5;
  border-radius: 8px;
  display: inline-flex !important;
  flex: 0 0 auto;
  min-width: 126px;
  overflow: hidden;
}

.hpj-quantity-stepper button {
  align-items: center;
  background: #eef7f3;
  border: 0;
  color: #006b50;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 36px;
  font-size: 1.15rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 36px;
}

.hpj-quantity-stepper button:hover,
.hpj-quantity-stepper button:focus-visible {
  background: #d8efe6;
}

.hpj-quantity-stepper button:disabled,
.hpj-quantity-stepper input:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.hpj-checkout-extra__controls b {
  align-self: center;
  color: #006b50;
  min-width: 86px;
  text-align: right;
  white-space: nowrap;
}

.hpj-checkout-extra__controls > span {
  align-self: center;
  min-width: 72px;
  text-align: right;
  white-space: nowrap;
}

.hpj-full-payment-panel {
  display: grid;
  gap: 12px;
}

.hpj-free-checkout-panel {
  display: grid;
  gap: 12px;
}

.hpj-free-checkout-option {
  background: #eef8f3;
  border-color: #b7decf;
}

.hpj-full-payment-panel[hidden],
.hpj-free-checkout-panel[hidden],
.hpj-split-payment[hidden] {
  display: none !important;
}

.hpj-checkout-payment .hpj-payment-choice {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hpj-checkout-pending-payment {
  align-items: center;
  background: #fff1f5;
  border: 1px solid #f5b7c8;
  border-radius: 10px;
  color: #831843;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
}

.hpj-checkout-pending-payment span {
  font-weight: 850;
  line-height: 1.35;
}

.hpj-checkout-pending-payment a {
  align-items: center;
  background: #be123c;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  min-height: 38px;
  padding: 0 14px;
  text-decoration: none;
  white-space: nowrap;
}

.hpj-checkout-pending-payment a:hover {
  background: #9f1239;
  color: #fff;
}

.hpj-checkout-edit-lock {
  background: #fff1f5;
  border: 1px solid #f5b7c8;
  border-radius: 10px;
  color: #831843;
  font-weight: 850;
  line-height: 1.35;
  margin: 12px 0 0;
  padding: 14px 16px;
}

.hpj-mp-installments-proxy {
  height: 1px;
  left: -10000px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: auto;
  width: 1px;
}

.hpj-checkout-payment .hpj-payment-choice .hpj-status {
  grid-column: 1 / -1;
  margin: 0;
}

.hpj-checkout-payment .hpj-choice-card {
  align-items: flex-start;
  border: 2px solid #d7e0dd;
  min-height: 92px;
  padding: 16px;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.hpj-checkout-payment .hpj-choice-card input {
  accent-color: #007f5f;
  margin-top: 3px;
}

.hpj-checkout-payment .hpj-choice-card:has(input:checked) {
  background: #eef8f4;
  border-color: #007f5f;
  box-shadow: 0 0 0 3px rgba(0, 127, 95, .12);
}

.hpj-checkout-payment .hpj-split-controls {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.hpj-checkout-payment .hpj-check-option {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #d7e0dd;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  min-height: 46px;
  padding: 10px 12px;
}

.hpj-checkout-payment .hpj-split-warning {
  background: #fff9ec;
}

.hpj-checkout-payment .hpj-split-row {
  background: #fff;
  border: 1px solid #d7e0dd;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  padding: 14px;
}

.hpj-checkout-payment .hpj-split-row--organizer {
  background: #eef8f4;
  border-color: #bddfd3;
}

.hpj-split-row__main {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.hpj-split-row__main strong {
  font-weight: 900;
}

.hpj-split-row__main span {
  color: #52645e;
  display: block;
  margin-top: 2px;
}

.hpj-split-row__main b {
  color: #006b50;
  font-size: 1.08rem;
  white-space: nowrap;
}

.hpj-split-row__badge {
  align-self: start;
  background: #007f5f;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex !important;
  font-size: .78rem;
  font-weight: 850;
  justify-self: start;
  margin: 0 !important;
  padding: 4px 9px;
}

.hpj-split-row__fields {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(150px, .9fr) minmax(170px, 1.1fr) minmax(150px, 1fr) minmax(110px, .6fr);
}

.hpj-split-row__fields label {
  color: #33413c;
  display: grid;
  font-size: .86rem;
  font-weight: 750;
  gap: 4px;
}

.hpj-split-row__fields input {
  background: #fff;
  border: 1px solid #cfdad5;
  border-radius: 8px;
  min-height: 40px;
  padding: 0 10px;
  width: 100%;
}

.hpj-split-row input[data-hpj-split-amount][disabled] {
  background: #eef3f1;
  color: #64736d;
  cursor: not-allowed;
  opacity: 1;
}

.hpj-modal-list {
  margin: 10px 0 0;
  padding-left: 20px;
}

.hpj-modal-list li {
  margin-bottom: 4px;
}

.hpj-checkout-payment .hpj-split-summary {
  background: #f8fbfa;
}

.hpj-form-section .hpj-payment-option {
  justify-content: space-between;
}

.hpj-form-section .hpj-card-payment {
  background: #fff;
  gap: 12px;
  padding: 14px;
}

.hpj-form-section .hpj-card-payment label {
  color: #33413c;
  display: grid;
  font-weight: 750;
  gap: 5px;
}

.hpj-form-section .hpj-card-payment input,
.hpj-form-section .hpj-card-payment select {
  border: 1px solid #cfdad5;
  border-radius: 8px;
  min-height: 42px;
  padding: 0 12px;
  width: 100%;
}

.hpj-form-section .hpj-card-payment input:focus,
.hpj-form-section .hpj-card-payment select:focus,
.hpj-split-row input:focus {
  border-color: #007f5f;
  box-shadow: 0 0 0 3px rgba(0, 127, 95, .14);
  outline: none;
}

.hpj-form-section .hpj-card-payment .hpj-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hpj-form-section .hpj-split-row > label {
  color: #33413c;
  display: grid;
  font-size: .86rem;
  font-weight: 750;
  gap: 4px;
}

.hpj-form-section .hpj-split-row > label input {
  background: #fff;
  border: 1px solid #cfdad5;
  border-radius: 8px;
  min-height: 40px;
  padding: 0 10px;
  width: 100%;
}

.hpj-form-section .hpj-split-row:not(:has(.hpj-split-row__fields)):not(.hpj-split-row--organizer) {
  grid-template-columns: minmax(120px, .9fr) minmax(140px, 1.1fr) minmax(130px, 1fr) minmax(100px, .65fr) auto;
}

.hpj-form-section .hpj-split-row:not(:has(.hpj-split-row__fields)):not(.hpj-split-row--organizer) .hpj-icon-action {
  align-self: end;
}

.hpj-checkout-payment .hpj-payment-option {
  justify-content: space-between;
}

.hpj-checkout-payment .hpj-card-payment {
  background: #fff;
  gap: 12px;
  padding: 14px;
}

.hpj-checkout-payment .hpj-card-payment label {
  color: #33413c;
  display: grid;
  font-weight: 750;
  gap: 5px;
}

.hpj-checkout-payment .hpj-card-payment input,
.hpj-checkout-payment .hpj-card-payment select {
  border: 1px solid #cfdad5;
  border-radius: 8px;
  min-height: 42px;
  padding: 0 12px;
  width: 100%;
}

.hpj-checkout-payment .hpj-card-payment input:focus,
.hpj-checkout-payment .hpj-card-payment select:focus,
.hpj-split-row__fields input:focus {
  border-color: #007f5f;
  box-shadow: 0 0 0 3px rgba(0, 127, 95, .14);
  outline: none;
}

.hpj-checkout-payment .hpj-card-payment .hpj-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hpj-checkout-payment .hpj-split-row > label {
  color: #33413c;
  display: grid;
  font-size: .86rem;
  font-weight: 750;
  gap: 4px;
}

.hpj-checkout-payment .hpj-split-row > label input {
  background: #fff;
  border: 1px solid #cfdad5;
  border-radius: 8px;
  min-height: 40px;
  padding: 0 10px;
  width: 100%;
}

.hpj-checkout-payment .hpj-split-row:not(:has(.hpj-split-row__fields)):not(.hpj-split-row--organizer) {
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}

.hpj-checkout-payment .hpj-split-row:not(:has(.hpj-split-row__fields)):not(.hpj-split-row--organizer) .hpj-icon-action {
  align-self: end;
}

@media (max-width: 1100px) {
  .hpj-checkout-layout {
    grid-template-columns: 1fr;
  }

  .hpj-checkout-order {
    position: static;
  }

  .hpj-split-row__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hpj-checkout-payment .hpj-split-row:not(:has(.hpj-split-row__fields)):not(.hpj-split-row--organizer) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hpj-form-section .hpj-split-row:not(:has(.hpj-split-row__fields)):not(.hpj-split-row--organizer) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1280px) {
  .hpj-checkout-extra {
    grid-template-columns: 1fr;
  }

  .hpj-checkout-extra__controls {
    justify-content: start;
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .hpj-whitelabel-checkout-head {
    align-items: stretch;
    flex-direction: column;
  }

  .hpj-whitelabel-checkout-head > a {
    justify-content: center;
    width: 100%;
  }

  .hpj-checkout-payment .hpj-payment-choice {
    grid-template-columns: 1fr;
  }

  .hpj-split-row__fields {
    grid-template-columns: 1fr;
  }

  .hpj-checkout-payment .hpj-split-row:not(:has(.hpj-split-row__fields)):not(.hpj-split-row--organizer),
  .hpj-checkout-payment .hpj-card-payment .hpj-form-grid {
    grid-template-columns: 1fr;
  }

  .hpj-split-row__main {
    align-items: flex-start;
  }

  .hpj-checkout-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hpj-checkout-extra {
    grid-template-columns: 1fr;
  }

  .hpj-checkout-extra__controls {
    align-items: stretch;
    grid-template-columns: 1fr;
    justify-content: stretch;
    min-width: 0;
    width: 100%;
  }

  .hpj-checkout-extra__controls > span,
  .hpj-checkout-extra__controls b {
    min-width: 0;
    text-align: left;
    width: 100%;
  }

  .hpj-checkout-extra__controls label {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    white-space: normal;
  }

  .hpj-checkout-extra__controls b {
    background: #eef8f4;
    border: 1px solid #cde7dd;
    border-radius: 8px;
    color: #006b50;
    padding: 9px 10px;
  }

  .hpj-quantity-stepper {
    align-self: stretch;
    display: grid !important;
    grid-template-columns: 44px 70px 44px;
    width: 158px;
  }

  .hpj-quantity-stepper input {
    flex: initial;
    max-width: none;
    min-width: 0;
    width: 70px;
  }

  .hpj-quantity-stepper button {
    flex: initial;
    width: 44px;
  }

  .hpj-checkout-payment .hpj-payment-option {
    align-items: stretch;
    display: grid !important;
    flex-direction: initial !important;
    grid-template-columns: 1fr;
  }

  .hpj-pix-whatsapp-option {
    align-items: flex-start;
    background: #f4fbf8;
    border: 1px solid #cde7dd;
    border-radius: 8px;
    padding: 10px 12px;
  }

  .hpj-pix-whatsapp-option span {
    line-height: 1.35;
  }

  .hpj-checkout-payment .hpj-payment-option > .hpj-action {
    justify-content: center;
    width: 100%;
  }
}

body.hpj-layout--embed {
  background: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
}

html:has(body.hpj-layout--embed) {
  overflow-x: hidden;
  overflow-y: hidden;
}

body.hpj-layout--embed .hpj-embed-container {
  max-width: none;
  padding: 2px;
}

body.hpj-layout--embed main {
  padding-bottom: 0 !important;
}

body.hpj-layout--embed .hpj-establishment {
  margin: 0;
}

body.hpj-layout--embed .hpj-cover,
body.hpj-layout--embed .hpj-cancellation-public-card,
body.hpj-layout--embed .hpj-original-calendar {
  display: none;
}

body.hpj-layout--embed .hpj-booking-shell {
  margin: 0;
  max-width: none;
  padding: 0;
}

body.hpj-layout--embed .hpj-establishment-schedule-window {
  padding-right: 2px;
}

body.hpj-layout--embed .hpj-filters,
body.hpj-layout--embed .hpj-timeline,
body.hpj-layout--embed .hpj-reservation-summary,
body.hpj-layout--embed .hpj-professional-consult,
body.hpj-layout--embed .hpj-status {
  border-radius: 12px;
}

body.hpj-layout--embed .hpj-booking-instruction {
  margin-top: 0;
}

body.hpj-layout--embed .hpj-timeline-legend {
  margin-bottom: 0;
}

.hpj-admin-whatsapp-messages {
  margin-top: 18px;
}

.hpj-whatsapp-message-list {
  display: grid;
  gap: 14px;
}

.hpj-whatsapp-message {
  border: 1px solid #d8e7e3;
  border-left: 6px solid #6b7280;
  border-radius: 14px;
  background: #fff;
  padding: 16px;
}

.hpj-whatsapp-message.is-inbound {
  border-left-color: #0ea5e9;
}

.hpj-whatsapp-message.is-outbound {
  border-left-color: #00866f;
}

.hpj-whatsapp-message.is-status {
  border-left-color: #8b5cf6;
}

.hpj-whatsapp-message__head {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.hpj-whatsapp-message__head > div:first-child,
.hpj-whatsapp-message__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hpj-whatsapp-message__direction,
.hpj-whatsapp-message__meta span {
  background: #e9f7f4;
  border: 1px solid #c7e8e0;
  border-radius: 999px;
  color: #006b5b;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 800;
  padding: 5px 9px;
}

.hpj-whatsapp-message.is-inbound .hpj-whatsapp-message__direction {
  background: #e0f2fe;
  border-color: #bae6fd;
  color: #0369a1;
}

.hpj-whatsapp-message.is-status .hpj-whatsapp-message__direction {
  background: #ede9fe;
  border-color: #ddd6fe;
  color: #6d28d9;
}

.hpj-whatsapp-message__body {
  background: #f8fbfa;
  border: 1px solid #dcebe7;
  border-radius: 10px;
  margin: 14px 0;
  padding: 12px;
  white-space: pre-wrap;
}

.hpj-whatsapp-message__content-card {
  background: linear-gradient(180deg, #effcf8 0%, #ffffff 100%);
  border: 2px solid #82d8c5;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 93, 78, .10);
  margin: 14px 0;
  padding: 14px;
}

.hpj-whatsapp-message__content-card span {
  color: #006b5b;
  display: block;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .02em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hpj-whatsapp-message__content-card pre {
  color: #082235;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.hpj-whatsapp-message__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.hpj-whatsapp-message__grid div {
  background: #f5faf8;
  border: 1px solid #dcebe7;
  border-radius: 10px;
  padding: 10px;
}

.hpj-whatsapp-message__grid dt {
  color: #5d716d;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.hpj-whatsapp-message__grid dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.hpj-whatsapp-message__id-link {
  color: #006b5b;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hpj-whatsapp-message__id-link:hover {
  color: #004d42;
}

.hpj-whatsapp-message__note {
  color: #40524f;
  margin-top: 12px;
}

.hpj-whatsapp-message__note p {
  margin: 4px 0;
}

.hpj-whatsapp-message__note .is-error {
  color: #9f1239;
  font-weight: 800;
}

.hpj-whatsapp-message__details {
  margin-top: 12px;
}

.hpj-whatsapp-message__details summary {
  cursor: pointer;
  font-weight: 800;
}

.hpj-whatsapp-message__details h3 {
  font-size: 1rem;
  margin: 14px 0 6px;
}

.hpj-whatsapp-message__details pre {
  background: #0b1720;
  border-radius: 10px;
  color: #d5f5eb;
  font-family: Consolas, "Courier New", monospace;
  font-size: .86rem;
  margin: 0;
  max-height: 320px;
  overflow: auto;
  padding: 12px;
  white-space: pre-wrap;
  word-break: break-word;
}

@media (max-width: 900px) {
  .hpj-whatsapp-message__head {
    flex-direction: column;
  }

  .hpj-whatsapp-message__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .cb2-auth-main {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .cb2-auth-hero {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .cb2-auth-main {
    gap: 20px;
    padding-bottom: 40px;
    padding-top: 34px;
  }

  .cb2-auth-nav__inner {
    grid-template-columns: minmax(120px, 1fr) auto;
    height: auto;
    min-height: 0;
  }

  .cb2-auth-nav__home {
    font-size: .88rem;
    min-height: 34px;
    padding: 0 12px;
  }

  .cb2-auth-hero {
    gap: 12px;
  }

  .cb2-auth-hero h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .cb2-auth-card {
    padding: 22px;
  }
}
/* Establishment amenities */
.hpj-amenities-form { display:grid; gap:1.25rem; }
.hpj-amenities-toolbar { align-items:center; display:flex; flex-wrap:wrap; gap:1rem; justify-content:space-between; }
.hpj-amenities-toolbar input { border:1px solid #d7dee8; border-radius:12px; min-width:min(100%, 320px); padding:.8rem 1rem; }
.hpj-amenities-categories, .hpj-amenities-public-grid { display:grid; gap:1rem; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); }
.hpj-amenities-categories fieldset, .hpj-amenities-public-grid section { border:1px solid #e3e8ef; border-radius:16px; margin:0; padding:1rem; }
.hpj-amenities-categories legend, .hpj-amenities-public-grid h3 { font-size:1rem; font-weight:800; margin:0 0 .65rem; }
.hpj-amenities-options { display:grid; gap:.5rem; margin-top:.75rem; }
.hpj-amenities-options label { align-items:flex-start; cursor:pointer; display:flex; gap:.55rem; }
.hpj-amenities-options input { margin-top:.2rem; }
.hpj-link-button { background:none; border:0; color:var(--hpj-primary,#007f5f); cursor:pointer; padding:0; text-decoration:underline; }
.hpj-amenities-public-grid ul { display:grid; gap:.45rem; list-style:none; margin:0; padding:0; }
.hpj-amenities-public-grid li span { color:var(--hpj-primary,#007f5f); font-weight:900; }

/* Monthly subscriber billing */
.hpj-section-heading { align-items:flex-start; display:flex; flex-wrap:wrap; gap:1rem; justify-content:space-between; }
.hpj-section-heading h2, .hpj-section-heading p { margin-top:0; }
.hpj-chip-list { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1rem; }
.hpj-chip { background:#f4f7f9; border:1px solid #dbe3e9; border-radius:999px; color:#24323d; padding:.6rem .9rem; text-decoration:none; }
.hpj-chip.is-active { background:var(--hpj-primary,#007f5f); border-color:var(--hpj-primary,#007f5f); color:#fff; }
.hpj-inline-note { background:#eef8f4; border:1px solid #cce7dc; border-radius:12px; color:#29483d; line-height:1.5; margin:.85rem 0; padding:.85rem 1rem; }
.hpj-inline-note[data-status] { align-items:center; display:flex; flex-wrap:wrap; gap:.85rem 1.25rem; justify-content:space-between; }
.hpj-inline-note[data-status] > div { display:grid; gap:.2rem; }
.hpj-inline-note[data-status] span, .hpj-inline-note[data-status] small { display:block; }
.hpj-inline-note[data-status="success"] { background:#eaf8f1; border-color:#bde3d2; color:#075d47; }
.hpj-inline-note[data-status="warning"] { background:#fff8e7; border-color:#eed89c; color:#674d08; }
.hpj-inline-note[data-status="error"] { background:#fff0ed; border-color:#efc2b9; color:#862e23; }
.hpj-inline-note[data-status] form { margin:0; }
.hpj-details-card { border:1px solid #dfe6eb; border-radius:16px; margin-top:1rem; overflow:hidden; }
.hpj-details-card > summary { align-items:center; background:#f7f9fa; cursor:pointer; display:flex; flex-wrap:wrap; gap:.75rem; justify-content:space-between; padding:1rem; }
.hpj-details-card__body { display:grid; gap:1rem; padding:1rem; }
.hpj-inline-form { align-items:center; display:inline-flex; flex-wrap:wrap; gap:.4rem; }
.hpj-inline-form input { max-width:190px; }
.hpj-form-actions { align-items:center; display:flex; flex-wrap:wrap; gap:.75rem; justify-content:flex-start; }
.hpj-form-actions > a { color:var(--hpj-primary,#007f5f); font-weight:800; }
.hpj-monthly-slot-grid { grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),340px)); margin-top:.4rem; }
.hpj-monthly-slot-card { background:#fbfdfc; border:1px solid #dce6e2; border-radius:14px; display:grid; gap:.8rem; min-width:0; padding:1rem; }
.hpj-monthly-slot-card header { align-items:center; display:flex; gap:.75rem; justify-content:space-between; }
.hpj-monthly-slot-card header > strong { color:#14231d; font-size:1.05rem; overflow-wrap:anywhere; }
.hpj-monthly-slot-card header > span { background:#e5f5ef; border-radius:999px; color:#006b50; flex:0 0 auto; font-size:.82rem; font-weight:850; padding:.35rem .6rem; }
.hpj-monthly-slot-card__schedule { align-items:baseline; display:flex; flex-wrap:wrap; gap:.35rem .65rem; }
.hpj-monthly-slot-card__schedule > span { color:#586a63; }
.hpj-monthly-slot-card small { color:#66756f; }
.hpj-my-monthly-summary { display:grid; gap:1rem; }
.hpj-my-monthly-release-grid { grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr)); }
.hpj-my-monthly-release-card { background:#fff; border:1px solid #dce6e2; border-radius:14px; display:grid; gap:.75rem; min-width:0; padding:1rem; }
.hpj-my-monthly-release-card.is-released { background:#f3f7f5; opacity:.85; }
.hpj-my-monthly-release-card > header { align-items:center; display:flex; flex-wrap:wrap; gap:.5rem; justify-content:space-between; }
.hpj-my-monthly-release-card > header span { color:#52645e; }
.hpj-my-monthly-release-card p { margin:0; }
.hpj-my-monthly-release-card dl { background:#f6faf8; border-radius:10px; display:grid; gap:.45rem; margin:0; padding:.75rem; }
.hpj-my-monthly-release-card dl > div { display:flex; gap:.75rem; justify-content:space-between; }
.hpj-my-monthly-release-card dt { color:#61716b; }
.hpj-my-monthly-release-card dd { font-weight:750; margin:0; text-align:right; }
.hpj-my-monthly-release-card form { display:grid; gap:.65rem; }
.hpj-my-monthly-release-card input { border:1px solid #cfdad5; border-radius:9px; min-width:0; padding:.7rem .8rem; width:100%; }
.hpj-success-text { color:#007f5f; }

@media print {
  @page { margin: 14mm; }

  html,
  body {
    background: #fff !important;
    min-height: 0 !important;
  }

  body > .container {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body > .container > main {
    padding: 0 !important;
  }

  .hpj-monthly-receipt-page {
    background: #fff !important;
    min-height: 0 !important;
  }

  .hpj-monthly-receipt-page > .cb2-nav,
  .hpj-monthly-receipt-page > .cb2-footer,
  .hpj-monthly-receipt-page .hpj-print-hidden {
    display: none !important;
  }

  .hpj-monthly-receipt-page .cb2-page-main {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .hpj-monthly-receipt-heading {
    background: #fff !important;
    border: 0 !important;
    border-bottom: 2px solid #007f5f !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 0 8mm !important;
    padding: 0 0 6mm !important;
  }

  .hpj-monthly-receipt-heading h1 {
    font-size: 24pt !important;
  }

  .hpj-monthly-receipt-document {
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    break-inside: avoid;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    page-break-inside: avoid;
    width: 100% !important;
  }
}
.hpj-monthly-simulation-grid { grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr)); }
.hpj-monthly-simulation-card { background:linear-gradient(180deg,#fff 0%,#f8fcfa 100%); border:1px solid #d7e5df; border-radius:14px; box-shadow:0 4px 14px rgba(18,55,44,.05); display:grid; gap:1rem; min-width:0; padding:1rem; }
.hpj-monthly-simulation-card > header { align-items:center; border-bottom:1px solid #e3ebe8; display:flex; gap:.75rem; justify-content:space-between; padding-bottom:.75rem; }
.hpj-monthly-simulation-card > header > span { color:#52645e; font-size:.82rem; font-weight:800; text-transform:uppercase; }
.hpj-monthly-simulation-card > header > strong { color:#006b50; font-size:1.25rem; }
.hpj-monthly-simulation-card dl { display:grid; gap:.55rem; margin:0; }
.hpj-monthly-simulation-card dl > div { display:grid; gap:.2rem; grid-template-columns:90px minmax(0,1fr); }
.hpj-monthly-simulation-card dt { color:#66756f; font-size:.78rem; font-weight:750; text-transform:uppercase; }
.hpj-monthly-simulation-card dd { color:#263a33; font-weight:700; margin:0; }
.hpj-monthly-simulation-card__shares { background:#eef7f3; border-radius:10px; display:grid; gap:.45rem; padding:.75rem; }
.hpj-monthly-simulation-card__shares > span { color:#52645e; font-size:.78rem; font-weight:800; text-transform:uppercase; }
.hpj-monthly-simulation-card__shares > div { align-items:center; display:flex; gap:.75rem; justify-content:space-between; }
.hpj-monthly-simulation-card__shares > div span { overflow-wrap:anywhere; }
.hpj-monthly-simulation-card__shares > div strong { color:#14231d; flex:0 0 auto; }
.hpj-billing-choice-field {
  border: 0;
  container-type: inline-size;
  margin: 4px 0;
  min-width: 0;
  padding: 0;
}
.hpj-billing-choice-field > legend {
  color: #263a33;
  float: none;
  font-size: .94rem;
  font-weight: 850;
  margin: 0 0 8px;
  padding: 0;
  width: 100%;
}
.hpj-billing-choice-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hpj-billing-choice-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hpj-billing-choice-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hpj-waitlist-recurrence-choice {
  border: 0;
  grid-column: 1 / -1;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.hpj-waitlist-recurrence-choice > legend {
  color: #18332b;
  font-size: .94rem;
  font-weight: 850;
  margin: 0 0 8px;
  padding: 0;
}
.hpj-waitlist-recurrence-choice .hpj-billing-choice-card__surface {
  min-height: 82px;
}

.hpj-waitlist-recurrence-choice .hpj-billing-choice-grid--two {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
}
.hpj-form label.hpj-billing-choice-card,
.hpj-form-section label.hpj-billing-choice-card,
.hpj-billing-choice-card {
  color: inherit;
  cursor: pointer;
  display: block;
  font-weight: inherit;
  min-width: 0;
  position: relative;
}
.hpj-form .hpj-billing-choice-card > input[type="radio"],
.hpj-billing-choice-card > input[type="radio"] {
  height: 1px;
  margin: 0;
  min-height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}
.hpj-billing-choice-card__surface {
  align-items: start;
  background: linear-gradient(180deg, #fff 0%, #fbfdfc 100%);
  border: 1px solid #d5e1dd;
  border-radius: 14px;
  display: grid;
  gap: 11px;
  grid-template-columns: auto minmax(0, 1fr);
  height: 100%;
  padding: 15px 34px 15px 14px;
  position: relative;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.hpj-billing-choice-card__icon {
  align-items: center;
  background: #edf5f2;
  border-radius: 11px;
  color: #567069;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition: background-color .16s ease, color .16s ease;
  width: 38px;
}
.hpj-billing-choice-card__icon svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 22px;
}
.hpj-billing-choice-card__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.hpj-billing-choice-card__copy strong {
  color: #18332b;
  font-size: .94rem;
  line-height: 1.25;
}
.hpj-billing-choice-card__copy small {
  color: #65766f;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.38;
}
.hpj-cancellation-basis-options .hpj-billing-choice-card__copy small {
  font-weight: 400;
}
.hpj-form[data-hpj-cancellation-rules] .hpj-form-grid__note {
  color: #52645e;
  font-weight: 400;
  line-height: 1.5;
}
.hpj-billing-choice-card__check {
  align-items: center;
  background: transparent;
  border: 1px solid #bdcbc6;
  border-radius: 50%;
  color: transparent;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 20px;
}
.hpj-billing-choice-card:hover .hpj-billing-choice-card__surface {
  border-color: #91bfb2;
  box-shadow: 0 8px 20px rgba(18, 55, 44, .08);
  transform: translateY(-1px);
}
.hpj-billing-choice-card > input:focus-visible + .hpj-billing-choice-card__surface {
  outline: 3px solid rgba(0, 127, 101, .2);
  outline-offset: 2px;
}
.hpj-billing-choice-card > input:checked + .hpj-billing-choice-card__surface {
  background: linear-gradient(145deg, #e8f7f2 0%, #f8fcfa 100%);
  border-color: #00866a;
  box-shadow: 0 9px 22px rgba(0, 127, 101, .12);
}
.hpj-billing-choice-card > input:checked + .hpj-billing-choice-card__surface .hpj-billing-choice-card__icon {
  background: #007f65;
  color: #fff;
}
.hpj-billing-choice-card > input:checked + .hpj-billing-choice-card__surface .hpj-billing-choice-card__check {
  background: #007f65;
  border-color: #007f65;
  color: #fff;
}
.hpj-advance-choice-card {
  min-width: 0;
  position: relative;
}
.hpj-advance-choice-card .hpj-billing-choice-card {
  height: 100%;
}
.hpj-advance-choice-card .hpj-billing-choice-card__surface {
  padding-right: 42px;
}
.hpj-advance-choice-card__help {
  align-items: center;
  background: #fff;
  border: 1px solid #9db8b0;
  border-radius: 50%;
  color: #006f5a;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 39px;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
  width: 22px;
  z-index: 2;
}
.hpj-advance-choice-card__help:hover,
.hpj-advance-choice-card__help:focus-visible {
  background: #007f65;
  border-color: #007f65;
  color: #fff;
  transform: translateY(-1px);
}
[data-hpj-advance-group][hidden] {
  display: none !important;
}
.hpj-advance-minimum {
  align-items: end;
  background: #f6faf9;
  border: 1px solid #d7e6e1;
  border-radius: 14px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  padding: 14px;
}
.hpj-advance-minimum > label {
  margin: 0;
}
.hpj-advance-minimum > p {
  color: #50645d;
  line-height: 1.48;
  margin: 0 0 9px;
}
.hpj-advance-minimum > p strong {
  color: #135342;
}
.hpj-advance-extension {
  background: linear-gradient(145deg, #f3faf7, #fff);
  border: 1px solid #d7e6e1;
  border-radius: 14px;
  display: grid;
  gap: 7px;
  padding: 14px;
}
.hpj-advance-extension__option {
  align-items: flex-start;
  margin: 0;
}
.hpj-advance-extension__option input[type="checkbox"] {
  accent-color: #007f65;
  flex: 0 0 auto;
  margin-top: 3px;
}
.hpj-advance-extension__option > span {
  display: grid;
  gap: 3px;
}
.hpj-advance-extension__option small {
  color: #50645d;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.45;
}
.hpj-advance-extension > p {
  margin: 0 0 0 26px;
}
.hpj-advance-compact-fields {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(150px, 220px));
  justify-content: start;
}
.hpj-advance-compact-fields > label {
  margin: 0;
  min-width: 0;
}
.hpj-advance-configuration-summary {
  background: linear-gradient(145deg, #edf8f4, #f9fcfb);
  border: 1px solid #cce4dc;
  border-left: 4px solid #00866a;
  border-radius: 12px;
  color: #31564b;
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.5;
  padding: 13px 15px;
}
.hpj-advance-configuration-summary.is-warning {
  background: #fff8e8;
  border-color: #ead59e;
  border-left-color: #b98100;
  color: #725615;
}
@media (max-width: 680px) {
  .hpj-advance-minimum {
    align-items: stretch;
    grid-template-columns: 1fr;
  }
  .hpj-advance-minimum > p {
    margin-bottom: 0;
  }
  .hpj-advance-compact-fields {
    grid-template-columns: 1fr;
  }
}
.hpj-advance-help-modal .modal-content {
  border: 1px solid #d7e5e1;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(13, 43, 34, .2);
  overflow: hidden;
}
.hpj-advance-help-modal .modal-header,
.hpj-advance-help-modal .modal-footer {
  border-color: #e2ebe8;
  padding: 18px 22px;
}
.hpj-advance-help-modal .modal-body {
  color: #425851;
  line-height: 1.55;
  padding: 22px;
}
.hpj-advance-help-modal .modal-body p {
  margin: 0;
}
.hpj-advance-help-modal__eyebrow {
  color: #007f65;
  display: block;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .06em;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.hpj-advance-help-modal .modal-title {
  color: #142f27;
  font-size: 1.3rem;
  font-weight: 850;
}
.hpj-advance-help-example {
  background: linear-gradient(145deg, #edf8f4, #f8fcfa);
  border: 1px solid #cce4dd;
  border-radius: 14px;
  margin-top: 16px;
  padding: 15px 16px;
}
.hpj-advance-help-example strong {
  color: #145142;
  display: block;
  margin-bottom: 5px;
}
.hpj-advance-help-modal__notice {
  border-top: 1px solid #e0eae7;
  margin-top: 18px !important;
  padding-top: 16px;
}
.hpj-billing-choice-field.is-disabled .hpj-billing-choice-card {
  cursor: not-allowed;
}
.hpj-billing-choice-field.is-disabled .hpj-billing-choice-card__surface {
  background: #f0f3f2;
  border-color: #dde4e1;
  box-shadow: none;
  opacity: .62;
  transform: none;
}
@container (max-width: 1120px) {
  .hpj-billing-choice-grid:not(.hpj-billing-choice-grid--three) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@container (max-width: 760px) {
  .hpj-billing-choice-grid--three { grid-template-columns: 1fr; }
}
@container (max-width: 580px) {
  .hpj-billing-choice-grid,
  .hpj-billing-choice-grid--two,
  .hpj-billing-choice-grid--three { grid-template-columns: 1fr; }
}
.hpj-monthly-participant-grid { grid-template-columns:repeat(auto-fill,minmax(min(100%,290px),360px)); margin-top:.5rem; }
.hpj-monthly-participant-card { align-content:start; background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%); border:1px solid #dce6e2; border-radius:14px; box-shadow:0 4px 14px rgba(18,55,44,.05); display:grid; gap:1rem; min-width:0; padding:1rem; }
.hpj-monthly-participant-card__header { align-items:flex-start; display:flex; gap:.75rem; justify-content:space-between; }
.hpj-monthly-participant-card__header > div { display:grid; gap:.2rem; min-width:0; }
.hpj-monthly-participant-card__header strong { color:#14231d; font-size:1.08rem; overflow-wrap:anywhere; }
.hpj-monthly-participant-card__header small { color:#66756f; overflow-wrap:anywhere; }
.hpj-monthly-participant-card__status { background:#e5f5ef; border-radius:999px; color:#006b50; flex:0 0 auto; font-size:.74rem; font-weight:850; padding:.3rem .55rem; }
.hpj-monthly-participant-card__details { display:grid; gap:.6rem; margin:0; }
.hpj-monthly-participant-card__details > div { align-items:start; display:grid; gap:.15rem; grid-template-columns:minmax(84px,.7fr) minmax(0,1.3fr); }
.hpj-monthly-participant-card__details dt { color:#66756f; font-size:.78rem; font-weight:750; text-transform:uppercase; }
.hpj-monthly-participant-card__details dd { color:#263a33; font-weight:700; margin:0; overflow-wrap:anywhere; }
.hpj-monthly-participant-card__actions { border-top:1px solid #e5ece9; margin-top:auto; padding-top:.85rem; }
.hpj-monthly-participant-card__actions form { display:flex; margin:0; }
.hpj-monthly-participant-card__remove { align-items:center; background:#fff7f6; border:1px solid #f0c8c3; border-radius:8px; color:#a52a1f; cursor:pointer; display:inline-flex; font-weight:800; min-height:36px; padding:0 12px; }
.hpj-monthly-participant-card__remove:hover, .hpj-monthly-participant-card__remove:focus-visible { background:#fde9e6; border-color:#d99b93; color:#821d15; }
.hpj-table-wrap { overflow-x:auto; }
.hpj-table-wrap table { border-collapse:collapse; min-width:680px; width:100%; }
.hpj-table-wrap th, .hpj-table-wrap td { border-bottom:1px solid #e3e8ec; padding:.75rem; text-align:left; vertical-align:top; }
.hpj-check { align-items:center; display:flex !important; flex-direction:row !important; gap:.55rem; }
.hpj-field-label { align-items:center; display:flex; gap:.45rem; }
.hpj-field-help__trigger { align-items:center; background:#fff; border:1px solid var(--hpj-primary,#007f5f); border-radius:50%; color:var(--hpj-primary,#007f5f); cursor:pointer; display:inline-flex; font-size:.78rem; font-weight:900; height:22px; justify-content:center; line-height:1; padding:0; width:22px; }
.hpj-field-help__trigger:hover, .hpj-field-help__trigger:focus-visible { background:var(--hpj-primary,#007f5f); color:#fff; outline:2px solid color-mix(in srgb,var(--hpj-primary,#007f5f) 30%,transparent); outline-offset:2px; }
.hpj-field-help__content { background:#17332d; border-radius:12px; color:#fff; font-size:.86rem; font-weight:500; line-height:1.45; margin-top:.3rem; padding:.8rem; position:relative; z-index:2; }
[data-billing-conditional].is-disabled { color:#849099; }
[data-billing-conditional].is-disabled input, [data-billing-conditional].is-disabled select { background:#eef1f3; cursor:not-allowed; opacity:.7; }
@media (max-width:720px) { .hpj-details-card > summary { align-items:flex-start; flex-direction:column; } }

.hpj-monthly-cycle__summary-values {
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:.55rem .75rem;
}

.hpj-details-card.hpj-monthly-cycle {
  background:#fff;
  border:2px solid #cadbd5;
  border-radius:16px;
  box-shadow:0 7px 20px rgba(18,55,44,.08);
  margin:1.35rem 0;
  overflow:hidden;
}

.hpj-details-card.hpj-monthly-cycle > summary {
  background:#edf6f2;
  border-left:6px solid #00866a;
  color:#132d25;
  list-style:none;
  min-height:72px;
  padding:1rem 1.15rem 1rem .9rem;
}

.hpj-details-card.hpj-monthly-cycle > summary::-webkit-details-marker { display:none; }
.hpj-details-card.hpj-monthly-cycle[open] > summary { background:#e3f1eb; border-bottom:2px solid #cadbd5; }
.hpj-details-card.hpj-monthly-cycle > summary:hover { background:#deeee7; }
.hpj-monthly-cycle__heading { align-items:center; display:flex; gap:.75rem; min-width:0; }
.hpj-monthly-cycle__heading > strong { color:#102c24; font-size:1.08rem; font-weight:900; line-height:1.3; overflow-wrap:anywhere; }
.hpj-details-card__chevron { align-items:center; background:#fff; border:1px solid #b8d0c7; border-radius:50%; color:#006b50; display:inline-flex; flex:0 0 auto; height:32px; justify-content:center; transition:background .18s ease,transform .18s ease; width:32px; }
.hpj-details-card__chevron svg { fill:none; height:18px; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:2.4; width:18px; }
.hpj-monthly-cycle[open] .hpj-details-card__chevron { background:#007f65; color:#fff; transform:rotate(90deg); }
.hpj-details-card.hpj-monthly-cycle > .hpj-details-card__body { background:#fff; gap:1.35rem; padding:1.25rem; }
.hpj-monthly-cycle__section { border-top:1px solid #dce7e2; padding-top:1.15rem; }

.hpj-monthly-cycle__status,
.hpj-monthly-share-status {
  background:#eaf0f3;
  border-radius:999px;
  color:#42545e;
  display:inline-flex;
  font-size:.78rem;
  font-weight:850;
  line-height:1;
  padding:.42rem .65rem;
  white-space:nowrap;
}

.hpj-monthly-cycle__status[data-status="Overdue"],
.hpj-monthly-cycle__status[data-status="ClosedWithDebt"],
.hpj-monthly-share-status[data-status="Overdue"] {
  background:#fff0dc;
  color:#8d4b00;
}

.hpj-monthly-cycle__status[data-status="Paid"],
.hpj-monthly-share-status[data-status="Paid"],
.hpj-monthly-share-status[data-status="CoveredByAnotherParticipant"] {
  background:#e4f5ed;
  color:#006b50;
}

.hpj-monthly-cycle__metrics {
  display:grid;
  gap:.75rem;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.hpj-monthly-cycle__metrics > div {
  background:#f7faf9;
  border:1px solid #e0e9e5;
  border-radius:12px;
  display:grid;
  gap:.3rem;
  min-width:0;
  padding:.85rem 1rem;
}

.hpj-monthly-cycle__metrics span {
  color:#66756f;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.hpj-monthly-cycle__metrics strong {
  color:#14231d;
  font-size:1.05rem;
  overflow-wrap:anywhere;
}

.hpj-monthly-cycle__actions {
  align-items:center;
  background:#f2f8f5;
  border:1px solid #d8e7e0;
  border-radius:12px;
  display:flex;
  flex-wrap:wrap;
  gap:.65rem 1rem;
  padding:.8rem .9rem;
}

.hpj-monthly-cycle__actions p {
  color:#52645e;
  flex:1 1 260px;
  font-size:.86rem;
  margin:0;
}

body.hpj-monthly-modal-open {
  overflow:hidden;
}

.hpj-monthly-confirm-modal[hidden] {
  display:none;
}

.hpj-monthly-confirm-modal {
  align-items:center;
  display:flex;
  inset:0;
  justify-content:center;
  padding:20px;
  position:fixed;
  z-index:2200;
}

.hpj-monthly-confirm-modal__backdrop {
  background:rgba(5,29,42,.62);
  border:0;
  cursor:default;
  inset:0;
  padding:0;
  position:absolute;
  width:100%;
}

.hpj-monthly-confirm-modal__dialog {
  background:#fff;
  border:1px solid rgba(0,127,95,.18);
  border-radius:20px;
  box-shadow:0 30px 90px rgba(0,29,45,.3);
  color:#14231d;
  display:grid;
  gap:18px;
  max-height:calc(100vh - 40px);
  max-width:590px;
  overflow:auto;
  padding:24px;
  position:relative;
  width:100%;
}

.hpj-monthly-confirm-modal__header {
  align-items:flex-start;
  display:grid;
  gap:14px;
  grid-template-columns:auto minmax(0,1fr) auto;
}

.hpj-monthly-confirm-modal__icon {
  align-items:center;
  background:#e7f6f0;
  border-radius:14px;
  color:#007f5f;
  display:inline-flex;
  height:48px;
  justify-content:center;
  width:48px;
}

.hpj-monthly-confirm-modal__icon svg {
  fill:none;
  height:25px;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:2;
  width:25px;
}

.hpj-monthly-confirm-modal__icon--close {
  background:#fff3d8;
  color:#9a6700;
}

.hpj-monthly-confirm-modal__eyebrow {
  color:#007f5f;
  display:block;
  font-size:.75rem;
  font-weight:850;
  letter-spacing:.06em;
  margin-bottom:4px;
  text-transform:uppercase;
}

.hpj-monthly-confirm-modal__header h2 {
  color:#062d25;
  font:900 1.55rem/1.15 "Hanken Grotesk",var(--hpj-font-sans);
  margin:0;
}

.hpj-monthly-confirm-modal__header p {
  color:#5b6d66;
  line-height:1.45;
  margin:7px 0 0;
}

.hpj-monthly-confirm-modal__close {
  align-items:center;
  background:#eef7f4;
  border:1px solid #d7e8e1;
  border-radius:999px;
  color:#176f61;
  cursor:pointer;
  display:inline-flex;
  font-size:1.3rem;
  height:36px;
  justify-content:center;
  line-height:1;
  width:36px;
}

.hpj-monthly-confirm-modal__summary {
  display:grid;
  gap:9px;
  grid-template-columns:.65fr 1.5fr .85fr;
}

.hpj-monthly-confirm-modal__summary > div {
  background:#f5f9f7;
  border:1px solid #deebe6;
  border-radius:12px;
  display:grid;
  gap:4px;
  min-width:0;
  padding:12px;
}

.hpj-monthly-confirm-modal__summary span {
  color:#687a73;
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
}

.hpj-monthly-confirm-modal__summary strong {
  overflow-wrap:anywhere;
}

.hpj-monthly-confirm-modal__notice {
  background:#fff8e8;
  border:1px solid #eedba8;
  border-left:4px solid #d09b18;
  border-radius:12px;
  color:#594713;
  padding:13px 15px;
}

.hpj-monthly-confirm-modal__notice p {
  line-height:1.5;
  margin:5px 0 0;
}

.hpj-monthly-confirm-modal__notice--important {
  background:#fff1ed;
  border-color:#efc6bb;
  border-left-color:#c55237;
  color:#71301f;
}

.hpj-monthly-confirm-modal__effects {
  color:#40534c;
  display:grid;
  gap:8px;
  line-height:1.4;
  list-style:none;
  margin:0;
  padding:0;
}

.hpj-monthly-confirm-modal__effects li {
  padding-left:26px;
  position:relative;
}

.hpj-monthly-confirm-modal__effects li::before {
  align-items:center;
  background:#e4f5ed;
  border-radius:999px;
  color:#007f5f;
  content:"✓";
  display:inline-flex;
  font-size:.72rem;
  font-weight:900;
  height:18px;
  justify-content:center;
  left:0;
  position:absolute;
  top:1px;
  width:18px;
}

.hpj-monthly-confirm-modal__actions {
  border-top:1px solid #e1e9e6;
  display:flex;
  gap:10px;
  justify-content:flex-end;
  padding-top:18px;
}

@media (max-width:600px) {
  .hpj-monthly-confirm-modal {
    align-items:flex-end;
    padding:10px;
  }

  .hpj-monthly-confirm-modal__dialog {
    border-radius:18px;
    max-height:calc(100vh - 20px);
    padding:19px;
  }

  .hpj-monthly-confirm-modal__header {
    grid-template-columns:auto minmax(0,1fr);
  }

  .hpj-monthly-confirm-modal__close {
    position:absolute;
    right:14px;
    top:14px;
  }

  .hpj-monthly-confirm-modal__header > div {
    padding-right:24px;
  }

  .hpj-monthly-confirm-modal__summary {
    grid-template-columns:1fr;
  }

  .hpj-monthly-confirm-modal__actions {
    display:grid;
    grid-template-columns:1fr;
  }

  .hpj-monthly-confirm-modal__actions .hpj-action {
    justify-content:center;
    width:100%;
  }
}

.hpj-monthly-due-form {
  align-items:end;
  background:#f8fbfa;
  border:1px solid #dce8e3;
  border-radius:12px;
  display:grid;
  gap:.75rem;
  grid-template-columns:minmax(150px,.55fr) minmax(220px,1.45fr) auto;
  padding:.9rem;
}

.hpj-monthly-due-form label {
  color:#52645e;
  display:grid;
  font-size:.78rem;
  font-weight:800;
  gap:.35rem;
}

.hpj-monthly-due-form input {
  background:#fff;
  border:1px solid #cbd8d3;
  border-radius:9px;
  color:#17251f;
  font:inherit;
  min-height:42px;
  min-width:0;
  padding:.55rem .7rem;
  width:100%;
}

.hpj-monthly-due-form .hpj-action {
  justify-content:center;
  min-height:42px;
  white-space:nowrap;
}

.hpj-monthly-cycle__subtitle {
  color:#263a33;
  font-size:.9rem;
  margin:0 0 .65rem;
}

.hpj-monthly-occurrence-grid {
  grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));
}

.hpj-monthly-occurrence-card {
  align-items:center;
  background:#fff;
  border:1px solid #dce6e2;
  border-radius:12px;
  display:grid;
  gap:.75rem;
  grid-template-columns:auto minmax(0,1fr) auto;
  min-width:0;
  padding:.85rem;
}

.hpj-monthly-occurrence-card time {
  background:#e5f5ef;
  border-radius:9px;
  color:#006b50;
  font-size:.82rem;
  font-weight:900;
  padding:.5rem;
}

.hpj-monthly-occurrence-card > div {
  display:grid;
  gap:.15rem;
  min-width:0;
}

.hpj-monthly-occurrence-card > div strong {
  overflow-wrap:anywhere;
}

.hpj-monthly-occurrence-card > div span {
  color:#66756f;
  font-size:.84rem;
}

.hpj-monthly-occurrence-card__amount {
  color:#14231d;
  white-space:nowrap;
}

.hpj-monthly-occurrence-card small {
  color:#8d4b00;
  grid-column:2 / -1;
}

.hpj-monthly-shares-table tbody tr:hover {
  background:#f8fbfa;
}

.hpj-monthly-payment-link {
  background:#ecf8f3;
  border:1px solid #b9dfd0;
  border-radius:14px;
  display:grid;
  gap:.8rem;
  margin:1rem 0;
  padding:1rem;
}

.hpj-monthly-payment-link > div {
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
}

.hpj-monthly-payment-link > div:first-child {
  align-items:flex-start;
  flex-direction:column;
  gap:.2rem;
}

.hpj-monthly-payment-link input {
  background:#fff;
  border:1px solid #bdd6cc;
  border-radius:9px;
  flex:1 1 360px;
  min-height:42px;
  min-width:0;
  padding:.55rem .7rem;
}

@media (max-width:900px) {
  .hpj-monthly-cycle__metrics {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:720px) {
  .hpj-monthly-cycle__summary-values {
    align-items:flex-start;
    flex-direction:column;
  }

  .hpj-monthly-due-form {
    align-items:stretch;
    grid-template-columns:1fr;
  }
}

@media (max-width:460px) {
  .hpj-monthly-cycle__metrics {
    grid-template-columns:1fr;
  }

  .hpj-monthly-occurrence-card {
    align-items:start;
    grid-template-columns:auto minmax(0,1fr);
  }

  .hpj-monthly-occurrence-card__amount {
    grid-column:2;
  }
}
.hpj-monthly-management-menu {
  align-items: center;
  background: #fff;
  border: 1px solid #dce6e2;
  border-radius: 14px;
  display: flex;
  gap: .35rem;
  margin: 1rem 0;
  overflow-x: auto;
  padding: .4rem;
}
.hpj-monthly-management-menu a { border-radius: 10px; color: #40544c; flex: 0 0 auto; font-weight: 800; padding: .7rem 1rem; text-decoration: none; }
.hpj-monthly-management-menu a:hover,
.hpj-monthly-management-menu a:focus-visible { background: #eef7f3; color: #006b50; }
.hpj-monthly-management-menu a.is-active { background: #007f65; color: #fff; }
.hpj-monthly-search {
  align-items: center;
  display: flex;
  flex: 1 1 390px;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: flex-end;
  min-width: 0;
}
.hpj-form-section label.hpj-monthly-search__field,
.hpj-monthly-search__field {
  align-items: center;
  background: #fff;
  border: 1px solid #cbd9d4;
  border-radius: 11px;
  display: grid;
  flex: 1 1 290px;
  gap: 9px;
  grid-template-columns: auto minmax(0, 1fr);
  max-width: 440px;
  min-height: 46px;
  padding: 0 13px;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.hpj-monthly-search__field:focus-within {
  border-color: #00866a;
  box-shadow: 0 0 0 3px rgba(0, 134, 106, .14);
}
.hpj-monthly-search__field svg {
  fill: none;
  height: 20px;
  stroke: #597169;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 20px;
}
.hpj-monthly-search__field input[type="search"] {
  appearance: none;
  background: transparent;
  border: 0;
  color: #17332d;
  font: inherit;
  min-height: 44px;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}
.hpj-monthly-search__field input[type="search"]::placeholder { color: #7a8984; }
.hpj-monthly-search__clear {
  color: #006b50;
  font-weight: 800;
  padding: .55rem;
  text-decoration: none;
}
.hpj-monthly-search__clear:hover,
.hpj-monthly-search__clear:focus-visible { text-decoration: underline; }

.hpj-contract-management-menu {
  align-items: center;
  background: #eef5f2;
  border-radius: 12px;
  display: flex;
  gap: .25rem;
  margin: 0 0 1rem;
  overflow-x: auto;
  padding: .35rem;
}
.hpj-contract-management-menu a { border-radius: 9px; color: #40544c; flex: 0 0 auto; font-size: .9rem; font-weight: 800; padding: .6rem .85rem; text-decoration: none; }
.hpj-contract-management-menu a:hover,
.hpj-contract-management-menu a:focus-visible { background: #fff; color: #006b50; }
.hpj-contract-management-menu a.is-active { background: #fff; box-shadow: 0 2px 8px rgba(18,55,44,.08); color: #006b50; }

.hpj-contract-list { container-type: inline-size; display: grid; gap: .65rem; }
.hpj-contract-list__row { align-items: center; background: #fff; border: 1px solid #dce6e2; border-radius: 12px; display: grid; gap: 1rem; grid-template-columns:minmax(210px,.8fr) minmax(0,1.7fr); padding: .9rem 1rem; }
.hpj-contract-list__identity { display: grid; gap: .2rem; min-width: 0; }
.hpj-contract-list__identity strong { color: #14231d; font-size: 1.05rem; overflow-wrap: anywhere; }
.hpj-contract-list__identity span { color: #64756e; font-size: .9rem; }
.hpj-contract-list__actions { align-items: stretch; display: grid; gap: .45rem; grid-template-columns:repeat(4,minmax(0,1fr)); min-width: 0; }
.hpj-contract-list__actions > a,
.hpj-contract-list__actions > form { min-width: 0; }
.hpj-contract-list__actions form { display: flex; margin: 0; }
.hpj-contract-list__actions .cb2-soft-button {
  line-height: 1.18;
  min-width: 0;
  padding: .55rem .75rem;
  text-align: center;
  white-space: normal;
  width: 100%;
}
@container (max-width: 980px) {
  .hpj-contract-list__row { align-items: stretch; grid-template-columns: 1fr; }
  .hpj-contract-list__actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@container (max-width: 500px) {
  .hpj-contract-list__actions { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .hpj-monthly-search { align-items: stretch; flex-basis: 100%; justify-content: stretch; width: 100%; }
  .hpj-form-section label.hpj-monthly-search__field,
  .hpj-monthly-search__field { flex-basis: 100%; max-width: none; width: 100%; }
  .hpj-monthly-search .hpj-action { width: 100%; }
}

.hpj-filter-bar { align-items: end; background: #f5f9f7; border: 1px solid #dce6e2; border-radius: 12px; display: flex; flex-wrap: wrap; gap: .7rem; margin: .9rem 0 1rem; padding: .8rem; }
.hpj-filter-bar label { color: #40544c; display: grid; font-size: .82rem; font-weight: 800; gap: .3rem; }
.hpj-filter-bar input,
.hpj-filter-bar select { background: #fff; border: 1px solid #cbd9d4; border-radius: 8px; min-height: 38px; padding: .35rem .6rem; }
.hpj-filter-bar > a { align-items: center; display: inline-flex; min-height: 38px; }
.hpj-monthly-cycle__due-state { border-radius: 999px; font-size: .78rem; font-weight: 850; padding: .3rem .55rem; }
.hpj-monthly-cycle__due-state[data-state="current"] { background: #e5f5ef; color: #006b50; }
.hpj-monthly-cycle__due-state[data-state="today"] { background: #fff0c9; color: #805500; }
.hpj-monthly-cycle__due-state[data-state="overdue"] { background: #fde9e6; color: #9c2d22; }
.hpj-monthly-center-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.25rem 0 2rem;
}
.hpj-monthly-center-grid a {
  background: linear-gradient(180deg, #fff 0%, #f8fcfa 100%);
  border: 1px solid #d7e5df;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(18, 55, 44, .06);
  display: grid;
  gap: .45rem;
  min-height: 135px;
  padding: 1.25rem;
  text-decoration: none;
}
.hpj-monthly-center-grid a:hover,
.hpj-monthly-center-grid a:focus-visible { border-color: #00866a; box-shadow: 0 9px 24px rgba(0, 127, 101, .12); transform: translateY(-1px); }
.hpj-monthly-center-grid strong { color: #073f34; font-size: 1.2rem; }
.hpj-monthly-center-grid span { color: #596b64; line-height: 1.5; }
@media (max-width: 720px) { .hpj-monthly-center-grid { grid-template-columns: 1fr; } }
.cb2-notification-test-button {
  display: block;
  margin: 0.3rem auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--cb2-primary, #007f6d);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 0.16rem;
  cursor: pointer;
}

.cb2-notification-test-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.cb2-monthly-test-feedback {
  grid-column: 2 / -1;
  min-height: 1rem;
  color: #3f5f5a;
  font-size: 0.75rem;
  text-align: right;
}

.cb2-monthly-test-feedback.is-error {
  color: #a12424;
}

/* Account dashboard */
.hpj-dashboard-symbols {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.hpj-account-dashboard {
  --dashboard-ink: #06233a;
  --dashboard-muted: #526876;
  --dashboard-teal: #008672;
  --dashboard-teal-dark: #006f62;
  --dashboard-line: rgba(6, 35, 58, .1);
  --dashboard-paper: rgba(255, 255, 255, .94);
  display: grid;
  gap: 22px;
}

.hpj-dashboard-hero {
  align-items: stretch;
  background:
    radial-gradient(circle at 73% 18%, rgba(71, 196, 168, .17), transparent 27%),
    linear-gradient(125deg, rgba(255, 255, 255, .98), rgba(239, 249, 247, .96));
  border: 1px solid rgba(0, 134, 114, .14);
  border-left: 7px solid var(--dashboard-teal);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(6, 35, 58, .08);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  min-height: 288px;
  overflow: hidden;
  position: relative;
}

.hpj-dashboard-hero__content {
  align-content: center;
  display: grid;
  padding: 42px 46px;
  position: relative;
  z-index: 2;
}

.hpj-dashboard-hero h1 {
  color: var(--dashboard-ink);
  font: 900 clamp(2.45rem, 5vw, 4.15rem)/.98 "Hanken Grotesk", var(--hpj-font-display);
  letter-spacing: -.045em;
  margin: 18px 0 12px;
}

.hpj-dashboard-hero p {
  color: var(--dashboard-muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.5;
  margin: 0;
  max-width: 660px;
}

.hpj-dashboard-hero .cb2-pill {
  justify-self: start;
  width: max-content;
}

.hpj-dashboard-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.hpj-dashboard-hero__actions .cb2-button,
.hpj-dashboard-hero__actions .cb2-soft-button {
  border-radius: 11px;
  min-height: 43px;
  padding-inline: 18px;
}

.hpj-dashboard-hero__art {
  min-height: 288px;
  position: relative;
}

.hpj-dashboard-hero__art::before,
.hpj-dashboard-hero__art::after {
  border: 1px solid rgba(0, 134, 114, .15);
  border-radius: 50%;
  content: "";
  inset: 32px -56px -86px 4px;
  position: absolute;
  transform: rotate(-12deg);
}

.hpj-dashboard-hero__art::after {
  border-color: rgba(224, 159, 62, .2);
  inset: 72px -18px -48px 43px;
}

.hpj-dashboard-hero__mark {
  align-items: center;
  background: linear-gradient(145deg, #008f77, #00695f);
  border: 10px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  box-shadow: 0 24px 50px rgba(0, 111, 98, .25);
  color: white;
  display: flex;
  height: 128px;
  justify-content: center;
  left: 78px;
  position: absolute;
  top: 78px;
  width: 128px;
  z-index: 2;
}

.hpj-dashboard-hero__mark svg {
  fill: none;
  height: 64px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 64px;
}

.hpj-dashboard-orbit {
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(0, 134, 114, .16);
  border-radius: 13px;
  box-shadow: 0 14px 32px rgba(6, 35, 58, .1);
  color: var(--dashboard-teal-dark);
  display: flex;
  height: 54px;
  justify-content: center;
  position: absolute;
  width: 54px;
  z-index: 3;
}

.hpj-dashboard-orbit svg {
  fill: none;
  height: 26px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 26px;
}

.hpj-dashboard-orbit--one { left: 35px; top: 48px; transform: rotate(-7deg); }
.hpj-dashboard-orbit--two { right: 25px; top: 90px; transform: rotate(6deg); }
.hpj-dashboard-orbit--three { bottom: 34px; right: 67px; transform: rotate(-4deg); }

.hpj-dashboard-alerts {
  display: grid;
  gap: 10px;
}

.hpj-dashboard-alert {
  align-items: center;
  background: #f7fbff;
  border: 1px solid #c9e2f4;
  border-radius: 15px;
  color: var(--dashboard-ink);
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 15px 18px;
  text-decoration: none;
  transition: box-shadow .15s ease, transform .15s ease;
}

.hpj-dashboard-alert--attention {
  background: #fff9e9;
  border-color: #f0d99b;
}

.hpj-dashboard-alert:hover,
.hpj-dashboard-alert:focus-visible {
  box-shadow: 0 13px 28px rgba(6, 35, 58, .08);
  color: var(--dashboard-ink);
  transform: translateY(-1px);
}

.hpj-dashboard-alert__icon {
  align-items: center;
  background: white;
  border-radius: 10px;
  color: var(--dashboard-teal);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.hpj-dashboard-alert__icon svg,
.hpj-dashboard-alert__arrow {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 21px;
}

.hpj-dashboard-alert span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.hpj-dashboard-alert strong { font-size: 1rem; }
.hpj-dashboard-alert small { color: var(--dashboard-muted); font-size: .9rem; }
.hpj-dashboard-alert__arrow { color: var(--dashboard-muted); }

.hpj-dashboard-snapshot {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hpj-dashboard-stat {
  align-items: center;
  background: var(--dashboard-paper);
  border: 1px solid var(--dashboard-line);
  border-radius: 16px;
  color: var(--dashboard-ink);
  display: grid;
  gap: 13px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 122px;
  padding: 18px;
  text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.hpj-dashboard-stat:hover,
.hpj-dashboard-stat:focus-visible {
  border-color: rgba(0, 134, 114, .34);
  box-shadow: 0 15px 32px rgba(6, 35, 58, .07);
  color: var(--dashboard-ink);
  transform: translateY(-2px);
}

.hpj-dashboard-stat__icon {
  align-items: center;
  background: #e6f6f1;
  border-radius: 13px;
  color: var(--dashboard-teal);
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.hpj-dashboard-stat__icon--blue { background: #eaf3ff; color: #3271aa; }
.hpj-dashboard-stat__icon--gold { background: #fff4dc; color: #a36b12; }
.hpj-dashboard-stat__icon--violet { background: #f2edff; color: #7355a5; }

.hpj-dashboard-stat__icon svg {
  fill: none;
  height: 26px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 26px;
}

.hpj-dashboard-stat > span:last-child { display: grid; min-width: 0; }
.hpj-dashboard-stat small { color: var(--dashboard-muted); font-size: .76rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.hpj-dashboard-stat strong { color: var(--dashboard-ink); font: 900 1.65rem/1.1 "Hanken Grotesk", var(--hpj-font-display); margin-top: 4px; }
.hpj-dashboard-stat em { color: var(--dashboard-muted); font-size: .78rem; font-style: normal; line-height: 1.25; margin-top: 5px; }

.hpj-dashboard-section {
  background: rgba(255, 255, 255, .77);
  border: 1px solid var(--dashboard-line);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(6, 35, 58, .045);
  padding: 26px;
}

.hpj-dashboard-section--owner {
  background: linear-gradient(145deg, rgba(237, 249, 246, .94), rgba(255, 255, 255, .91));
  border-color: rgba(0, 134, 114, .17);
}

.hpj-dashboard-section--professional {
  background: linear-gradient(145deg, rgba(244, 248, 255, .95), rgba(255, 255, 255, .91));
  border-color: rgba(50, 113, 170, .17);
}

.hpj-dashboard-section--account { margin-bottom: 8px; }

.hpj-dashboard-section__head {
  margin-bottom: 20px;
}

.hpj-dashboard-section__head--split {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.hpj-dashboard-section__head > div:first-child > span {
  color: var(--dashboard-teal-dark);
  display: block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .09em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.hpj-dashboard-section__head h2 {
  color: var(--dashboard-ink);
  font: 900 clamp(1.55rem, 3vw, 2rem)/1.1 "Hanken Grotesk", var(--hpj-font-display);
  letter-spacing: -.025em;
  margin: 0;
}

.hpj-dashboard-section__head p {
  color: var(--dashboard-muted);
  margin: 5px 0 0;
}

.hpj-dashboard-mini-summary {
  align-items: baseline;
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--dashboard-line);
  border-radius: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  max-width: 540px;
  padding: 10px 14px;
}

.hpj-dashboard-mini-summary strong {
  color: var(--dashboard-teal-dark);
  font: 900 1.15rem/1 "Hanken Grotesk", var(--hpj-font-display);
}

.hpj-dashboard-mini-summary strong.is-attention { color: #a65f16; }
.hpj-dashboard-mini-summary small { color: var(--dashboard-muted); font-size: .78rem; margin-right: 8px; }

.hpj-dashboard-professional-head-actions {
  align-items: flex-end;
  display: grid;
  gap: 10px;
  justify-items: end;
}

.hpj-dashboard-public-profile-link {
  align-items: center;
  display: inline-flex;
  font-size: .88rem;
  min-height: 40px;
}

.hpj-professional-profile-pending {
  background: #fff9ec;
  border: 1px solid #efd89f;
  border-left: 5px solid #c98712;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(116, 76, 10, .07);
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
  padding: 20px 22px;
}

.hpj-professional-profile-pending__heading {
  align-items: flex-start;
  display: flex;
  gap: 13px;
}

.hpj-professional-profile-pending__heading > span {
  align-items: center;
  background: #f2c96f;
  border-radius: 999px;
  color: #684303;
  display: inline-flex;
  flex: 0 0 32px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
}

.hpj-professional-profile-pending h2 {
  color: #4d350c;
  font: 850 1.15rem/1.25 "Hanken Grotesk", var(--hpj-font-display);
  margin: 0;
}

.hpj-professional-profile-pending p {
  color: #755d30;
  margin: 4px 0 0;
}

.hpj-professional-profile-pending ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hpj-professional-profile-pending li {
  align-items: center;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(197, 142, 37, .22);
  border-radius: 11px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 11px 13px;
}

.hpj-professional-profile-pending li > div {
  display: grid;
  gap: 2px;
}

.hpj-professional-profile-pending li strong {
  color: #49330e;
}

.hpj-professional-profile-pending li small {
  color: #735f3b;
  line-height: 1.4;
}

.hpj-professional-profile-pending li a {
  color: #74500b;
  flex: 0 0 auto;
  font-weight: 850;
  text-underline-offset: 3px;
}

@media (max-width: 620px) {
  .hpj-professional-profile-pending {
    margin-bottom: 14px;
    padding: 17px 15px;
  }

  .hpj-professional-profile-pending li {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

.hpj-dashboard-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hpj-dashboard-grid--compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.hpj-dashboard-card {
  align-content: start;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--dashboard-line);
  border-radius: 15px;
  color: var(--dashboard-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 158px;
  padding: 18px;
  position: relative;
  text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.hpj-dashboard-card:hover,
.hpj-dashboard-card:focus-visible {
  border-color: rgba(0, 134, 114, .38);
  box-shadow: 0 16px 34px rgba(6, 35, 58, .09);
  color: var(--dashboard-ink);
  transform: translateY(-2px);
}

.hpj-dashboard-card--featured {
  background: linear-gradient(145deg, #f1fbf8, #fff);
  border-color: rgba(0, 134, 114, .23);
}

.hpj-dashboard-card--admin { background: linear-gradient(145deg, #fff8e8, #fff); }

.hpj-dashboard-card__icon {
  align-items: center;
  background: #e7f6f2;
  border-radius: 11px;
  color: var(--dashboard-teal);
  display: flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.hpj-dashboard-card__icon svg,
.hpj-dashboard-card__arrow {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 24px;
}

.hpj-dashboard-card__arrow {
  color: #82939d;
  grid-column: 3;
  grid-row: 1;
  height: 19px;
  margin-top: 12px;
  width: 19px;
}

.cb2-professional-profile-form .cb2-professional-active,
.cb2-create-form label.cb2-professional-option {
  align-items: center;
  align-self: stretch;
  background: #f3faf7;
  border: 1px solid #c9ded7;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
}

.cb2-create-form label.cb2-professional-option {
  align-items: flex-start;
}

.cb2-professional-profile-form .cb2-professional-active input[type="checkbox"],
.cb2-professional-option input[type="checkbox"] {
  accent-color: #007f6d;
  flex: 0 0 20px;
  height: 20px;
  margin: 0;
  min-height: 20px;
  padding: 0;
  width: 20px;
}

.cb2-professional-option input[type="checkbox"] {
  margin-top: 2px;
}

.cb2-professional-active > span,
.cb2-professional-option > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.cb2-professional-active strong,
.cb2-professional-option strong {
  color: #001d32;
  font-weight: 800;
}

.cb2-professional-active small,
.cb2-professional-option small {
  color: #52645e;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.35;
}

.cb2-link-travel-actions,
.cb2-link-travel-actions form,
.cb2-link-travel-toggle {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.cb2-link-travel-actions {
  justify-content: flex-end;
}

.cb2-link-travel-actions form {
  flex-wrap: nowrap;
}

.cb2-card label.cb2-link-travel-toggle {
  align-items: center;
  background: #f3faf7;
  border: 1px solid #c9ded7;
  border-radius: 10px;
  color: #173d36;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  font-size: .84rem;
  font-weight: 750;
  gap: 9px;
  min-height: 42px;
  padding: 8px 11px;
  white-space: nowrap;
}

.cb2-card label.cb2-link-travel-toggle input[type="checkbox"] {
  accent-color: #007f6d;
  flex: 0 0 18px;
  height: 18px;
  margin: 0;
  min-height: 18px;
  padding: 0;
  width: 18px;
}

.cb2-service-location-form .cb2-form-grid {
  align-items: start;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cb2-service-location-form .cb2-field {
  align-content: start;
  min-width: 0;
}

.cb2-service-location-form .cb2-field select {
  min-width: 0;
}

@media (max-width: 1100px) {
  .cb2-service-location-form .cb2-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cb2-link-travel-actions,
  .cb2-link-travel-actions form {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .cb2-link-travel-actions .cb2-soft-button {
    justify-content: center;
  }

  .cb2-card label.cb2-link-travel-toggle {
    justify-content: flex-start;
    white-space: normal;
    width: 100%;
  }

  .cb2-service-location-form .cb2-form-grid {
    grid-template-columns: 1fr;
  }
}

.cb2-attendance-footer-actions {
  margin-top: 14px;
}

.cb2-attendance-locations-page > .cb2-card + .cb2-card {
  margin-top: 18px;
}

.cb2-professional-copy-address {
  margin-bottom: 18px;
}

.cb2-professional-travel-limits {
  margin-top: 20px;
}

.cb2-route-metrics {
  align-items: center;
  color: #24564c;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}

.cb2-route-metrics strong {
  color: #007f6d;
}

.cb2-professional-availability-page > .cb2-card + .cb2-card {
  margin-top: 18px;
}

.cb2-professional-availability-page > *,
.cb2-professional-availability-page .cb2-create-section,
.cb2-professional-availability-page .cb2-create-form,
.cb2-professional-availability-page .cb2-form-grid,
.cb2-professional-availability-page .cb2-field,
.cb2-availability-overview,
.cb2-availability-board {
  max-width: 100%;
  min-width: 0;
}

.cb2-professional-availability-page .cb2-field input,
.cb2-professional-availability-page .cb2-field select,
.cb2-professional-availability-page .cb2-field textarea,
.cb2-availability-status-option {
  max-width: 100%;
  min-width: 0;
}

.cb2-professional-availability-page .cb2-field.is-disabled {
  opacity: .62;
}

.cb2-professional-availability-page .cb2-field.is-disabled select {
  background: #e5ebe9;
  color: #687873;
  cursor: not-allowed;
}

.cb2-availability-rule-form .cb2-form-grid {
  align-items: start;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cb2-availability-block-form .cb2-form-grid {
  align-items: start;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cb2-availability-status-option {
  overflow: hidden;
  width: 100%;
}

.cb2-availability-status-option > span {
  overflow-wrap: anywhere;
}

.cb2-availability-overview {
  border-top: 1px solid #dce9e4;
  margin-top: 26px;
  overflow: hidden;
  padding-top: 24px;
}

.cb2-availability-overview__heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-width: 0;
}

.cb2-availability-overview__heading > div {
  min-width: 0;
}

.cb2-availability-overview__heading h3,
.cb2-availability-rules-list > h3 {
  color: #001d32;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.15rem;
  font-weight: 850;
  margin: 0;
}

.cb2-availability-overview__heading p {
  color: #52645e;
  font-size: .92rem;
  line-height: 1.45;
  margin: 5px 0 0;
  max-width: 760px;
}

.cb2-availability-overview__filter {
  flex: 0 1 340px;
  margin: 0;
  min-width: 250px;
}

.cb2-availability-legend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 12px;
}

.cb2-availability-legend span {
  align-items: center;
  color: #455b55;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 700;
  gap: 7px;
}

.cb2-availability-legend i {
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-block;
  height: 17px;
  width: 17px;
}

.cb2-availability-legend i.is-available,
.cb2-availability-board__cell.is-available {
  background: #158b76;
  border-color: #08715f;
}

.cb2-availability-legend i.is-partially-available,
.cb2-availability-board__cell.is-partially-available {
  background: #e2ad45;
  border-color: #bd8122;
}

.cb2-availability-legend i.is-unavailable,
.cb2-availability-board__cell.is-unavailable {
  background: #edf1ef;
  border-color: #cdd8d4;
}

.cb2-availability-board.is-hidden {
  display: none;
}

.cb2-availability-board__scroll {
  background: #f8fbfa;
  border: 1px solid #d6e4df;
  border-radius: 14px;
  max-width: 100%;
  overflow-x: scroll;
  overscroll-behavior-x: contain;
  padding: 14px 14px 12px;
  scrollbar-color: #a7bbb4 transparent;
  scrollbar-width: thin;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.cb2-availability-board__scroll::-webkit-scrollbar {
  height: 9px;
}

.cb2-availability-board__scroll::-webkit-scrollbar-thumb {
  background: #a7bbb4;
  border: 2px solid #f8fbfa;
  border-radius: 999px;
}

.cb2-availability-board__scroll::-webkit-scrollbar-track {
  background: #eaf0ee;
  border-radius: 999px;
}

.cb2-availability-board__scroll:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 127, 109, .16);
  outline: none;
}

.cb2-availability-board__grid {
  align-items: center;
  display: grid;
  gap: 5px;
  grid-template-columns: minmax(112px, 132px) repeat(24, minmax(23px, 40px));
  justify-content: space-between;
  min-width: 900px;
  width: 100%;
}

.cb2-availability-board__corner,
.cb2-availability-board__day {
  background: #f8fbfa;
  color: #173d36;
  font-size: .82rem;
  font-weight: 800;
  left: 0;
  min-height: 24px;
  position: sticky;
  z-index: 2;
}

.cb2-availability-board__corner {
  align-items: end;
  display: flex;
  padding-bottom: 2px;
}

.cb2-availability-board__day {
  align-items: center;
  display: flex;
  padding-right: 8px;
}

.cb2-availability-board__hour {
  color: #60736d;
  font-size: .67rem;
  font-weight: 750;
  text-align: center;
}

.cb2-availability-board__cell {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid transparent;
  border-radius: 5px;
  display: flex;
  height: auto;
  justify-content: center;
  min-height: 23px;
  transition: transform .12s ease, box-shadow .12s ease;
  width: 100%;
}

.cb2-availability-board__cell.is-partially-available > span {
  color: #543500;
  font-size: clamp(.52rem, .75vw, .68rem);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1;
}

.cb2-availability-board__cell:hover {
  box-shadow: 0 3px 9px rgba(0, 29, 50, .15);
  transform: scale(1.08);
}

.cb2-availability-rules-list {
  border-top: 1px solid #dce9e4;
  margin-top: 26px;
  padding-top: 22px;
}

.cb2-availability-rules-list > h3 {
  margin-bottom: 14px;
}

@media (max-width: 980px) {
  .cb2-availability-rule-form .cb2-form-grid,
  .cb2-availability-block-form .cb2-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .cb2-availability-rule-form .cb2-form-grid,
  .cb2-availability-block-form .cb2-form-grid {
    grid-template-columns: 1fr;
  }

  .cb2-availability-overview__heading {
    align-items: stretch;
    flex-direction: column;
  }

  .cb2-availability-overview__filter {
    flex-basis: auto;
    min-width: 0;
    width: 100%;
  }

  .cb2-availability-board__grid {
    min-width: 840px;
  }
}

.cb2-button--arrow {
  gap: 9px;
}

.cb2-button--arrow span {
  font-size: 1.2em;
  line-height: 1;
  transition: transform .15s ease;
}

.cb2-button--arrow:hover span,
.cb2-button--arrow:focus-visible span {
  transform: translateX(3px);
}

.cb2-services-list-actions {
  border-top: 1px solid #dce9e4;
  justify-content: flex-end;
  margin-top: 4px;
  padding-top: 18px;
}

.cb2-services-list-actions__icon {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 8px;
}

.cb2-service-location-pending {
  background: #fff8e8;
  border: 1px solid rgba(224, 145, 25, .35);
  border-radius: 12px;
  color: #614316;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
}

.cb2-service-location-pending strong {
  font-weight: 850;
}

.cb2-service-location-pending span {
  font-size: .9rem;
  line-height: 1.45;
}

.cb2-service-location-form .cb2-button:disabled {
  box-shadow: none;
  cursor: not-allowed;
  opacity: .5;
}

.hpj-dashboard-card__body {
  display: grid;
  gap: 4px;
  padding-top: 3px;
}

.hpj-dashboard-card__body strong {
  color: var(--dashboard-ink);
  font: 800 1.02rem/1.2 "Hanken Grotesk", var(--hpj-font-display);
}

.hpj-dashboard-card__body small {
  color: var(--dashboard-muted);
  font-size: .85rem;
  line-height: 1.4;
}

.hpj-dashboard-card__badge {
  align-self: end;
  background: #e5f5f0;
  border-radius: 999px;
  color: #006d60;
  font-size: .72rem;
  font-weight: 900;
  grid-column: 1 / -1;
  justify-self: start;
  padding: 5px 9px;
}

.hpj-dashboard-card__badge--attention {
  background: #fff0cf;
  color: #92570e;
}

@media (max-width: 1180px) {
  .hpj-dashboard-snapshot { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hpj-dashboard-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hpj-dashboard-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .hpj-dashboard-hero { grid-template-columns: minmax(0, 1fr) 190px; }
  .hpj-dashboard-hero__content { padding: 34px 30px; }
  .hpj-dashboard-hero__mark { height: 96px; left: 44px; top: 94px; width: 96px; }
  .hpj-dashboard-hero__mark svg { height: 48px; width: 48px; }
  .hpj-dashboard-orbit--one { left: 10px; }
  .hpj-dashboard-orbit--two { right: 8px; }
  .hpj-dashboard-orbit--three { right: 29px; }
  .hpj-dashboard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hpj-dashboard-section__head--split { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .hpj-account-dashboard { gap: 14px; }
  .hpj-dashboard-hero { display: block; min-height: 0; }
  .hpj-dashboard-hero__content { padding: 30px 22px; }
  .hpj-dashboard-hero h1 { font-size: 2.45rem; }
  .hpj-dashboard-hero__art { display: none; }
  .hpj-dashboard-hero__actions { align-items: stretch; flex-direction: column; }
  .hpj-dashboard-hero__actions .cb2-button,
  .hpj-dashboard-hero__actions .cb2-soft-button { justify-content: center; width: 100%; }
  .hpj-dashboard-snapshot { grid-template-columns: 1fr; }
  .hpj-dashboard-stat { min-height: 104px; }
  .hpj-dashboard-section { border-radius: 16px; padding: 19px 14px; }
  .hpj-dashboard-grid,
  .hpj-dashboard-grid--compact { grid-template-columns: 1fr; }
  .hpj-dashboard-card { min-height: 132px; padding: 16px; }
  .hpj-dashboard-mini-summary { width: 100%; }
  .hpj-dashboard-professional-head-actions { justify-items: stretch; width: 100%; }
  .hpj-dashboard-public-profile-link { justify-content: center; text-align: center; }
  .hpj-dashboard-alert { align-items: start; padding: 14px; }
  .hpj-dashboard-alert__arrow { margin-top: 10px; }
}
