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 calc(50% - 50vw) -1rem;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100vw;
}

.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-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-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;
}

.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: 28px;
  justify-content: space-between;
}

.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: flex;
  gap: 30px;
}

.cb2-footer__icons {
  display: flex;
  gap: 12px;
}

.cb2-footer__icons span {
  align-items: center;
  background: #e3efff;
  border-radius: 999px;
  color: #006b60;
  display: inline-flex;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.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, rgba(0, 29, 50, .76) 0%, rgba(0, 29, 50, .48) 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, .9);
  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-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-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;
}

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;
}

.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-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;
}

.cb2-account-shortcuts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cb2-account-shortcut {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(189, 201, 198, .72);
  border-radius: 16px;
  color: #3e4947;
  display: grid;
  gap: 4px 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 16px;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cb2-account-shortcut:hover,
.cb2-account-shortcut:focus-visible,
.cb2-account-shortcut.is-active {
  border-color: #00826f;
  box-shadow: 0 14px 28px rgba(0, 65, 75, .10);
  color: #001d32;
  outline: none;
  transform: translateY(-1px);
}

.cb2-account-shortcut strong {
  color: #001d32;
  font-family: "Hanken Grotesk", var(--hpj-font-display);
  font-size: 1rem;
  font-weight: 800;
  grid-column: 2;
}

.cb2-account-shortcut span {
  color: #52645e;
  font-size: .9rem;
  line-height: 1.35;
}

.cb2-account-shortcut > span:not(.cb2-account-shortcut__icon) {
  grid-column: 2;
}

.cb2-account-shortcut__icon {
  align-items: center;
  background: #eef8f4;
  border-radius: 10px;
  color: #007f6f;
  display: inline-flex;
  grid-row: span 2;
  height: 34px;
  justify-content: center;
  width: 34px;
}

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

.cb2-account-shortcut__icon svg {
  height: 18px;
  width: 18px;
}

.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-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 {
  height: 20px;
  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 {
  height: 17px;
  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-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;
  }

  .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-nav__links {
    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-shortcuts,
  .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-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 {
    flex-wrap: wrap;
    gap: 16px;
  }
}

.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: #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: #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__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: #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-selected {
  border-color: #1c2824;
  background: var(--hpj-primary, #007f5f);
  color: #fff;
}

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

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

.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 {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-color: #008767 #e7f1ed;
  scrollbar-width: thin;
}

.hpj-establishment-schedule-scroll::-webkit-scrollbar {
  height: 10px;
}

.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: 1;
}

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

.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-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;
}

.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-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 div {
  display: grid;
  gap: 2px;
}

.hpj-timeline-selection strong {
  font-weight: 850;
}

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

.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-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-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-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);
    left: 0;
    margin: 0;
    padding: 12px 16px;
    position: fixed;
    right: 0;
    z-index: 20;
  }

  .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::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-timeline__group::after {
    content: "Use as setas para ver mais horários";
  }

  .hpj-establishment-schedule-window {
    align-items: stretch;
    display: flex;
    gap: 6px;
    max-width: 100%;
  }

  .hpj-establishment-schedule-window__nav {
    display: inline-flex;
  }

  .hpj-establishment-schedule-window__nav.is-hidden {
    display: none;
  }

  .hpj-establishment-schedule-scroll {
    flex: 0 1 calc(86px + (6 * 42px) + (6 * 5px));
    margin-left: -2px;
    margin-right: -2px;
    max-width: calc(86px + (6 * 42px) + (6 * 5px));
    min-width: 0;
    overflow-x: hidden;
    padding: 0 2px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .hpj-establishment-schedule-scroll::-webkit-scrollbar {
    height: 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 {
    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;
    z-index: 20;
  }
}

@media (max-width: 430px) {
  .hpj-establishment-schedule-scroll {
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
  }

  .hpj-establishment-schedule-scroll::-webkit-scrollbar {
    height: 10px;
  }
}

.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-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-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-report-filter-field {
    grid-column: span 6;
  }

  .hpj-report-period-presets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .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-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 + .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;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
  margin-bottom: 36px;
}

.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-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-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 > span,
.hpj-waitlist-section-head > div > span {
  color: #33413c;
  font-weight: 850;
}

.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-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 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;
}

@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-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;
}

.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;
}

.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--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__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-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-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-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-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-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-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-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-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 {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    min-width: 0;
    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;
  }
}
