/*
 * Local Business Directory Pro — public interface 4.16.10
 * Clean compatibility layer for the directory, business page and proposal form.
 */

.lbd [hidden] {
  display: none !important;
}

body.lbd-public-directory .wp-block-post-title,
body.lbd-public-submit .wp-block-post-title,
body.lbd-public-directory article > .entry-header,
body.lbd-public-submit article > .entry-header {
  display: none !important;
}

body.lbd-public-directory .wp-block-post-content,
body.lbd-public-submit .wp-block-post-content,
body.lbd-public-directory .entry-content,
body.lbd-public-submit .entry-content,
body.lbd-public-directory main > .wp-block-group,
body.lbd-public-submit main > .wp-block-group {
  max-width: none !important;
  margin-block: 0 !important;
  padding-block: 0 !important;
}

body.lbd-public-single,
body.lbd-public-directory,
body.lbd-public-submit {
  overflow-x: clip;
}

.lbd-fullbleed {
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  overflow-x: clip;
}

.lbd-directory--v3 .lbd-container {
  width: min(1320px, calc(100% - 48px));
}

.lbd-submit-page--v3 .lbd-container {
  width: min(1080px, calc(100% - 48px));
}

.lbd-directory--v3 button,
.lbd-submit-page--v3 button,
.lbd-single button {
  -webkit-appearance: none !important;
  appearance: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  -webkit-text-fill-color: currentColor !important;
}

.lbd-directory--v3 button,
.lbd-directory--v3 input,
.lbd-directory--v3 select,
.lbd-submit-page--v3 button,
.lbd-submit-page--v3 input,
.lbd-submit-page--v3 select,
.lbd-submit-page--v3 textarea,
.lbd-single button,
.lbd-single input,
.lbd-single select,
.lbd-single textarea {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.lbd-directory--v3 button > span,
.lbd-directory--v3 button > strong,
.lbd-submit-page--v3 button > span,
.lbd-submit-page--v3 button > strong,
.lbd-single button > span,
.lbd-single button > strong,
.lbd-single a.lbd-button > span,
.lbd-single .lbd-mobile-actions a > span {
  visibility: visible !important;
  color: inherit !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor !important;
}

.lbd-directory--v3 button::before,
.lbd-submit-page--v3 button::before,
.lbd-single button::before,
.lbd-single button::after {
  display: none !important;
  content: none !important;
}

.lbd-directory--v3 :where(button, a, input, select, textarea):focus-visible,
.lbd-submit-page--v3 :where(button, a, input, select, textarea):focus-visible,
.lbd-single :where(button, a, input, select, textarea):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--lbd-accent) 78%, #fff) !important;
  outline-offset: 3px !important;
}

/* Directory */
.lbd-directory--v3 {
  color: #24272d;
  background: #f4f6f9;
}

.lbd-directory--v3 .lbd-directory-form {
  margin: 0 !important;
}

.lbd-guide-header {
  position: relative;
  z-index: 30;
  overflow: visible;
  border-top: 1px solid #e2e7ed;
  background: #fff;
}

.lbd-guide-intro {
  min-height: 130px;
  padding-block: 27px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 38px;
}

.lbd-guide-copy {
  min-width: 0;
  padding-left: 18px;
  border-left: 4px solid var(--lbd-primary);
}

.lbd-guide-kicker {
  display: block;
  margin-bottom: 5px;
  color: #647185;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lbd-guide-copy h1 {
  max-width: 850px;
  margin: 0 !important;
  color: #10233c !important;
  font-size: clamp(31px, 3.3vw, 43px) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  letter-spacing: -.038em !important;
}

.lbd-guide-copy p {
  max-width: 760px;
  margin: 8px 0 0 !important;
  color: #5e6c7f !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.lbd-guide-tools {
  min-width: 180px;
  padding-left: 22px;
  border-left: 1px solid #dbe1e8;
}

.lbd-guide-tools p {
  margin: 0 !important;
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.lbd-guide-tools p strong {
  color: var(--lbd-primary);
  font-size: 26px;
  font-weight: 850;
  line-height: 1;
}

.lbd-guide-tools p span {
  color: #687487;
  font-size: 10px;
  white-space: nowrap;
}

.lbd-search-band {
  position: relative;
  z-index: 40;
  padding: 15px 0;
  overflow: visible;
  background:
    radial-gradient(560px circle at 12% 0%, rgba(255, 255, 255, .11), transparent 60%),
    radial-gradient(520px circle at 88% 100%, color-mix(in srgb, var(--lbd-accent) 32%, transparent), transparent 65%),
    linear-gradient(115deg, color-mix(in srgb, var(--lbd-primary) 68%, #171717), var(--lbd-primary) 58%, color-mix(in srgb, var(--lbd-primary) 76%, #fff));
}

.lbd-search-band::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .10) 1px, transparent 1px);
  background-size: 16px 16px;
  content: "";
  opacity: .45;
  pointer-events: none;
}

.lbd-search-band > .lbd-container {
  position: relative;
  overflow: visible !important;
}

.lbd-search-panel--v3 {
  position: relative;
  z-index: 60;
  min-height: 66px;
  padding: 5px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 15px;
  display: grid;
  grid-template-columns: minmax(300px, 1.45fr) minmax(250px, .75fr) 160px;
  align-items: stretch;
  overflow: visible !important;
  background: #fff;
  box-shadow: 0 16px 38px rgba(6, 23, 47, .24);
}

.lbd-search-panel--v3 label {
  position: relative;
  min-width: 0;
  min-height: 56px;
  padding: 8px 18px 7px 48px !important;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.lbd-search-panel--v3 .lbd-search-main {
  position: relative;
  overflow: visible !important;
  border-right: 1px solid #dde3e9;
}

.lbd-search-panel--v3 label > span {
  display: block;
  color: #69768a;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lbd-search-panel--v3 label > i {
  position: absolute;
  top: 50%;
  left: 16px;
  color: var(--lbd-primary);
  line-height: 0;
  transform: translateY(-50%);
}

.lbd-search-panel--v3 label > i svg {
  width: 19px;
  height: 19px;
}

.lbd-search-panel--v3 input,
.lbd-search-panel--v3 select {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 25px !important;
  margin: 0 !important;
  padding: 0 28px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  color: #142941 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 25px !important;
}

.lbd-search-panel--v3 input::placeholder {
  color: #8b96a5 !important;
  opacity: 1 !important;
}

.lbd-search-panel--v3 .lbd-search-location select {
  padding-right: 54px !important;
}

.lbd-search-submit {
  min-width: 0 !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
  box-shadow: 0 10px 22px -9px rgba(10, 49, 91, .70) !important;
  opacity: 1 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.lbd-search-submit:hover {
  color: #172238 !important;
  background: var(--lbd-accent) !important;
  transform: translateY(-1px);
}

.lbd-search-submit svg {
  width: 16px;
  height: 16px;
}

.lbd-near-me {
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #d7dfe8 !important;
  border-radius: 10px !important;
  display: grid !important;
  place-items: center !important;
  color: var(--lbd-primary) !important;
  background: #f5f7fa !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
}

.lbd-near-me:hover,
.lbd-near-me.is-active {
  border-color: var(--lbd-primary) !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
}

.lbd-near-me.is-loading svg {
  animation: lbd-spin .7s linear infinite;
}

.lbd-near-me.is-error {
  border-color: #c52f45 !important;
  color: #c52f45 !important;
}

.lbd-near-me svg {
  width: 16px;
  height: 16px;
}

.lbd-near-me span {
  display: none;
}

.lbd-autocomplete {
  position: absolute;
  z-index: 9999 !important;
  top: calc(100% + 9px);
  left: 0;
  width: min(520px, calc(100vw - 48px));
  max-height: 350px;
  padding: 7px;
  border: 1px solid #d7dee7;
  border-radius: 13px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 22px 55px rgba(8, 28, 55, .23);
}

.lbd-autocomplete a {
  min-height: 55px;
  padding: 7px 9px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #213750 !important;
}

.lbd-autocomplete a:hover {
  background: #f1f5f9;
}

.lbd-autocomplete img,
.lbd-autocomplete-placeholder {
  width: 42px;
  height: 42px;
  border-radius: 9px;
  display: block;
  flex: 0 0 42px;
  object-fit: cover;
  background: #e6edf5;
}

.lbd-autocomplete a > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.lbd-autocomplete strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lbd-autocomplete small {
  color: #748196;
  font-size: 10px;
}

.lbd-directory--v3 .lbd-category-strip {
  position: relative;
  z-index: 10;
  padding: 12px 0;
  border-bottom: 1px solid #dfe4ea;
  background: #fff;
}

.lbd-category-trigger {
  display: none;
}

.lbd-directory--v3 .lbd-category-row {
  min-width: 0;
  margin: 0;
  padding: 2px 1px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.lbd-directory--v3 .lbd-category-row::-webkit-scrollbar {
  display: none;
}

.lbd-directory--v3 .lbd-category-row::after {
  flex: 0 0 1px;
  content: "";
}

.lbd-directory--v3 .lbd-category-row button {
  position: relative !important;
  min-width: auto !important;
  min-height: 39px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #d9e0e7 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  flex: 0 0 auto !important;
  color: #43546a !important;
  background: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
  line-height: 1 !important;
}

.lbd-directory--v3 .lbd-category-row button::after {
  display: none !important;
  content: none !important;
}

.lbd-directory--v3 .lbd-category-row button:hover {
  border-color: #aebccc !important;
  color: var(--lbd-primary) !important;
  background: #f7f9fc !important;
}

.lbd-directory--v3 .lbd-category-row button.is-active {
  border-color: var(--lbd-primary) !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
  box-shadow: 0 7px 15px -8px rgba(17, 57, 101, .55) !important;
}

.lbd-directory--v3 .lbd-category-row strong {
  font-size: 10px !important;
  font-weight: 780 !important;
  white-space: nowrap;
}

.lbd-directory--v3 .lbd-category-row small {
  min-width: 19px;
  padding: 2px 5px;
  border-radius: 999px;
  color: #66758a;
  background: #edf1f5;
  font-size: 8px;
  font-weight: 750;
  text-align: center;
}

.lbd-directory--v3 .lbd-category-row button.is-active small {
  color: #fff;
  background: rgba(255, 255, 255, .20);
}

.lbd-directory--v3 .lbd-explorer-section {
  padding: 22px 0 32px;
  background: #f4f6f9;
}

.lbd-directory--v3 .lbd-filter-panel {
  position: static;
  margin: 0 0 18px;
  padding: 13px 14px;
  border: 1px solid #e1e6ec;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: end;
  gap: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(16, 35, 63, .05);
}

.lbd-directory--v3 .lbd-filter-head {
  min-height: 40px;
  padding-right: 13px;
  border-right: 1px solid #e1e6ec;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lbd-directory--v3 .lbd-filter-head h2 {
  margin: 0 !important;
  color: #1a2e47 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

.lbd-directory--v3 .lbd-filter-head button {
  display: none !important;
}

.lbd-directory--v3 .lbd-filter-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(125px, .7fr) minmax(120px, .65fr) minmax(155px, .9fr) auto auto;
  align-items: end;
  gap: 9px;
}

.lbd-directory--v3 .lbd-filter-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lbd-directory--v3 .lbd-filter-field > span {
  color: #6d798b;
  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.lbd-directory--v3 .lbd-filter-field select,
.lbd-directory--v3 .lbd-toolbar-actions select {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 29px 0 10px !important;
  border: 1px solid #ccd5df !important;
  border-radius: 10px !important;
  color: #34383f !important;
  background-color: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  line-height: 38px !important;
}

.lbd-directory--v3 .lbd-filter-checks {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.lbd-directory--v3 .lbd-filter-checks label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  white-space: nowrap;
}

.lbd-directory--v3 .lbd-filter-checks input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  opacity: 0 !important;
}

.lbd-directory--v3 .lbd-filter-checks label > span {
  position: relative;
  width: 29px;
  height: 17px;
  border-radius: 999px;
  flex: 0 0 29px;
  background: #c8d1db;
}

.lbd-directory--v3 .lbd-filter-checks label > span::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition: transform .16s ease;
}

.lbd-directory--v3 .lbd-filter-checks input:checked + span {
  background: var(--lbd-primary);
}

.lbd-directory--v3 .lbd-filter-checks input:checked + span::after {
  transform: translateX(12px);
}

.lbd-directory--v3 .lbd-filter-checks strong {
  color: #46576d;
  font-size: 9px;
  font-weight: 720;
}

.lbd-directory--v3 .lbd-clear-filters {
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 11px !important;
  border: 1px solid #d5dde6 !important;
  border-radius: 10px !important;
  color: #566579 !important;
  background: #f7f9fb !important;
  box-shadow: none !important;
  font-size: 9px !important;
  font-weight: 780 !important;
  white-space: nowrap;
}

.lbd-directory--v3 .lbd-clear-filters:hover {
  border-color: #b7c3d0 !important;
  color: var(--lbd-primary) !important;
  background: #fff !important;
}

.lbd-directory--v3 .lbd-results-toolbar {
  min-height: 42px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lbd-directory--v3 .lbd-results-toolbar > div:first-child {
  display: flex;
  flex-direction: column;
}

.lbd-directory--v3 .lbd-results-toolbar > div:first-child > span {
  color: #798599;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.lbd-directory--v3 .lbd-results-toolbar > div:first-child > strong {
  color: #142941;
  font-size: 18px;
  font-weight: 850;
}

.lbd-directory--v3 .lbd-toolbar-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.lbd-directory--v3 .lbd-toolbar-actions label {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #687589;
  font-size: 9px;
}

.lbd-directory--v3 .lbd-toolbar-actions select {
  width: auto !important;
  min-width: 160px !important;
}

.lbd-directory--v3 .lbd-mobile-filter {
  display: none !important;
}

.lbd-directory--v3 .lbd-active-filters {
  margin: -1px 0 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lbd-directory--v3 .lbd-active-filters:empty {
  display: none;
}

.lbd-directory--v3 .lbd-active-filters button {
  min-height: 28px !important;
  padding: 0 9px !important;
  border: 1px solid #cbd5df !important;
  border-radius: 999px !important;
  color: #45576d !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 8px !important;
  font-weight: 720 !important;
}

.lbd-directory--v3 .lbd-active-filters button::after {
  display: inline !important;
  margin-left: 7px;
  content: "×" !important;
}

.lbd-directory--v3 .lbd-results-wrap {
  position: relative;
  min-height: 150px;
}

.lbd-directory--v3 .lbd-card-grid--directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lbd-place-card--v3 {
  position: relative;
  min-width: 0;
  min-height: 0;
  border: 1px solid #e0e5eb;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 18px rgba(16, 35, 63, .055);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lbd-place-card--v3:hover {
  border-color: #c0cbd7;
  box-shadow: 0 15px 31px rgba(16, 35, 63, .11);
  transform: translateY(-3px);
}

.lbd-place-card--v3.is-featured {
  border-color: color-mix(in srgb, var(--lbd-accent) 64%, #d7dde5);
}

.lbd-place-card--v3.is-featured::before {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--lbd-accent);
  content: "";
}

.lbd-place-card--v3 .lbd-card-cover {
  position: relative;
  width: 100%;
  height: 176px;
  min-height: 176px;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, #dce7f2, #c9d8e7);
}

.lbd-place-card--v3 .lbd-card-cover::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(5, 18, 37, .34));
  content: "";
  pointer-events: none;
}

.lbd-place-card--v3 .lbd-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s var(--lbd-ease, ease);
}

.lbd-place-card--v3:hover .lbd-card-cover img {
  transform: scale(1.045);
}

.lbd-place-card--v3 .lbd-cover-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #3d5b7a;
  background: linear-gradient(135deg, #e1eaf3, #cbd9e7);
}

.lbd-place-card--v3 .lbd-cover-placeholder strong {
  font-size: 46px;
  font-weight: 820;
  line-height: 1;
}

.lbd-place-card--v3 .lbd-badge {
  z-index: 2;
}

.lbd-place-card--v3 .lbd-card-body {
  position: relative;
  min-width: 0;
  padding: 17px 17px 14px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.lbd-place-card--v3 .lbd-card-classification {
  min-height: 14px;
  margin: 0 0 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #6e7b8f;
  font-size: 8px;
  font-weight: 780;
  line-height: 1.35;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.lbd-place-card--v3 .lbd-card-classification > * + *::before {
  margin: 0 6px;
  color: #a4aeba;
  content: "·";
}

.lbd-place-card--v3 .lbd-card-classification strong {
  color: #8a6710;
  font-size: inherit;
}

.lbd-place-card--v3 .lbd-card-title-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lbd-place-card--v3 .lbd-card-title-row h2 {
  min-width: 0;
  margin: 0 !important;
  color: #12263f !important;
  font-size: 19px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: -.025em !important;
}

.lbd-place-card--v3 .lbd-card-title-row h2 a {
  color: inherit !important;
}

.lbd-place-card--v3 .lbd-card-logo {
  position: static;
  width: 35px;
  height: 35px;
  padding: 3px;
  border: 1px solid #d6dde5;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex: 0 0 35px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 8px rgba(16, 35, 63, .08);
}

.lbd-place-card--v3 .lbd-card-logo img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: contain;
}

.lbd-place-card--v3 .lbd-verified {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 18px;
  color: #fff;
  background: var(--lbd-primary);
}

.lbd-place-card--v3 .lbd-verified svg {
  width: 11px;
  height: 11px;
  stroke-width: 3;
}

.lbd-place-card--v3 .lbd-card-tagline {
  min-height: 39px;
  margin: 8px 0 11px !important;
  color: #5f6d80 !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

.lbd-place-card--v3 .lbd-card-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #45566d;
  font-size: 10px;
}

.lbd-place-card--v3 .lbd-card-contact span,
.lbd-place-card--v3 .lbd-card-contact a {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: inherit !important;
}

.lbd-place-card--v3 .lbd-card-contact svg {
  width: 13px;
  height: 13px;
  margin-top: 1px;
  flex: 0 0 13px;
  color: var(--lbd-primary);
}

.lbd-place-card--v3 .lbd-card-services {
  min-height: 0;
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.lbd-place-card--v3 .lbd-card-services span {
  padding: 3px 7px;
  border: 1px solid #e0e5eb;
  border-radius: 999px;
  color: #59687b;
  background: #f8fafc;
  font-size: 8px;
  line-height: 1.35;
}

.lbd-place-card--v3 .lbd-card-actions {
  min-width: 0;
  padding: 12px 16px 15px;
  border-top: 1px solid #e8ecf1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 10px;
  background: #fbfcfd;
}

.lbd-place-card--v3 .lbd-card-rating {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lbd-place-card--v3 .lbd-stars {
  flex: 0 0 auto;
  font-size: 10px;
}

.lbd-place-card--v3 .lbd-card-rating small,
.lbd-place-card--v3 .lbd-open-status {
  color: #707d90;
  font-size: 8px;
  line-height: 1.4;
}

.lbd-place-card--v3 .lbd-card-rating small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lbd-place-card--v3 .lbd-open-status {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 5px;
  white-space: nowrap;
}

.lbd-place-card--v3 .lbd-open-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: 0 0 6px;
  background: #99a3b1;
}

.lbd-place-card--v3 .lbd-open-status.is-open {
  color: #137347;
}

.lbd-place-card--v3 .lbd-open-status.is-open i {
  background: #168452;
  box-shadow: none;
}

.lbd-place-card--v3 .lbd-card-link {
  grid-column: 1 / -1;
  min-height: 39px !important;
  margin: 1px 0 0 !important;
  padding: 0 12px !important;
  border: 1px solid var(--lbd-primary) !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.lbd-place-card--v3 .lbd-card-link:hover {
  border-color: var(--lbd-accent) !important;
  color: #172238 !important;
  background: var(--lbd-accent) !important;
}

.lbd-place-card--v3 .lbd-card-link svg {
  width: 15px;
  height: 15px;
}

.lbd-directory--v3 .lbd-pagination {
  margin-top: 22px;
}

.lbd-directory--v3 .lbd-pagination button {
  min-width: 37px !important;
  height: 37px !important;
  min-height: 37px !important;
  padding: 0 9px !important;
  border: 1px solid #ccd5df !important;
  border-radius: 10px !important;
  color: #34383f !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 10px !important;
  font-weight: 780 !important;
}

.lbd-directory--v3 .lbd-pagination button:hover,
.lbd-directory--v3 .lbd-pagination button.is-active {
  border-color: var(--lbd-primary) !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
}

.lbd-directory--v3 .lbd-empty-state {
  grid-column: 1 / -1;
  padding: 42px 24px;
  border: 1px solid #d7dfe7;
  border-radius: 14px;
  background: #fff;
}

.lbd-directory--v3 .lbd-empty-state > span {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.lbd-directory--v3 .lbd-empty-state h2 {
  font-size: 20px;
}

.lbd-directory--v3 .lbd-empty-state .lbd-button {
  min-height: 40px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
  font-size: 10px !important;
}

.lbd-directory-final-cta {
  padding: 20px 0;
  border-top: 1px solid #dbe1e8;
  color: #1b2d44;
  background: #fff;
}

.lbd-directory-final-cta .lbd-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lbd-directory-final-cta p {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
}

.lbd-directory-final-cta strong {
  color: #172a43;
  font-size: 12px;
}

.lbd-directory-final-cta span {
  margin-top: 2px;
  color: #657286;
  font-size: 10px;
}

.lbd-directory-final-cta a {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--lbd-primary);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  color: #fff !important;
  background: var(--lbd-primary);
  font-size: 10px;
  font-weight: 850;
}

.lbd-directory-final-cta a:hover {
  border-color: var(--lbd-accent);
  color: #172238 !important;
  background: var(--lbd-accent);
}

.lbd-directory-final-cta svg {
  width: 15px;
  height: 15px;
}

.lbd-filter-backdrop {
  display: none;
}

@keyframes lbd-spin {
  to { transform: rotate(360deg); }
}

@media (min-width: 1580px) {
  .lbd-directory--v3 .lbd-container {
    width: min(1500px, calc(100% - 64px));
  }

  .lbd-directory--v3 .lbd-card-grid--directory {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1160px) {
  .lbd-directory--v3 .lbd-card-grid--directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lbd-directory--v3 .lbd-filter-panel {
    position: fixed;
    z-index: 100002;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(370px, 92vw);
    margin: 0;
    padding: 20px;
    border: 0;
    border-radius: 0;
    display: block;
    overflow-y: auto;
    background: #fff;
    box-shadow: 22px 0 48px rgba(7, 22, 43, .22);
    transform: translateX(-105%);
    transition: transform .22s ease;
  }

  .lbd-directory--v3 .lbd-filter-panel.is-open {
    transform: translateX(0);
  }

  .lbd-directory--v3 .lbd-filter-head {
    min-height: 48px;
    margin-bottom: 18px;
    padding: 0 0 13px;
    border-right: 0;
    border-bottom: 1px solid #dce3ea;
  }

  .lbd-directory--v3 .lbd-filter-head h2 {
    font-size: 18px !important;
  }

  .lbd-directory--v3 .lbd-filter-head button {
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    border: 1px solid #d3dbe4 !important;
    border-radius: 10px !important;
    display: grid !important;
    place-items: center !important;
    color: #263a53 !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 20px !important;
  }

  .lbd-directory--v3 .lbd-filter-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .lbd-directory--v3 .lbd-filter-field > span {
    font-size: 9px;
  }

  .lbd-directory--v3 .lbd-filter-field select {
    min-height: 44px !important;
    font-size: 11px !important;
  }

  .lbd-directory--v3 .lbd-filter-checks {
    min-height: 104px;
    padding: 13px 0;
    border-top: 1px solid #e1e6ec;
    border-bottom: 1px solid #e1e6ec;
    flex-direction: column;
    align-items: flex-start;
  }

  .lbd-directory--v3 .lbd-filter-checks label {
    min-height: 25px;
  }

  .lbd-directory--v3 .lbd-filter-checks strong {
    font-size: 11px;
  }

  .lbd-directory--v3 .lbd-clear-filters {
    min-height: 42px !important;
  }

  .lbd-directory--v3 .lbd-mobile-filter {
    min-height: 38px !important;
    padding: 0 11px !important;
    border: 1px solid var(--lbd-primary) !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #fff !important;
    background: var(--lbd-primary) !important;
    box-shadow: none !important;
    font-size: 9px !important;
    font-weight: 820 !important;
    white-space: nowrap;
  }

  .lbd-directory--v3 .lbd-mobile-filter span:not(:empty) {
    min-width: 17px;
    padding: 2px 4px;
    border-radius: 999px;
    color: var(--lbd-primary);
    background: #fff;
    text-align: center;
  }

  .lbd-directory--v3 .lbd-filter-backdrop:not([hidden]) {
    position: fixed;
    z-index: 100001;
    inset: 0;
    display: block;
    background: rgba(7, 19, 34, .58);
  }
}

@media (max-width: 820px) {
  .lbd-directory--v3 .lbd-container,
  .lbd-submit-page--v3 .lbd-container {
    width: min(100% - 30px, 1320px);
  }

  .lbd-guide-intro {
    min-height: 0;
    padding-block: 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lbd-guide-tools {
    min-width: 0;
    padding: 0 0 0 18px;
    border-left: 3px solid #dce2e9;
  }

  .lbd-search-panel--v3 {
    padding: 5px;
    grid-template-columns: 1fr;
  }

  .lbd-search-panel--v3 .lbd-search-main {
    border-right: 0;
    border-bottom: 1px solid #dde3e9;
  }

  .lbd-search-submit {
    min-height: 47px !important;
    margin-top: 5px !important;
  }

  .lbd-category-trigger {
    width: 100% !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    border: 1px solid #d9e0e8 !important;
    border-radius: 11px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 11px !important;
    color: #17304d !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(16, 35, 63, .05) !important;
    font-size: 11px !important;
    font-weight: 820 !important;
  }

  .lbd-category-trigger > span {
    min-width: 0;
    overflow: hidden;
    color: #17304d !important;
    background: transparent !important;
    opacity: 1 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lbd-category-trigger svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    transition: transform .2s ease;
  }

  .lbd-directory--v3 .lbd-category-strip.is-open .lbd-category-trigger svg {
    transform: rotate(180deg);
  }

  .lbd-directory--v3 .lbd-category-row {
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    opacity: 0;
    transition: max-height .25s ease, opacity .2s ease, margin-top .25s ease;
  }

  .lbd-directory--v3 .lbd-category-strip.is-open .lbd-category-row {
    max-height: 65vh;
    margin-top: 9px;
    padding-bottom: 2px;
    overflow-y: auto;
    opacity: 1;
  }

  .lbd-directory--v3 .lbd-category-row button {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0 13px !important;
    justify-content: space-between !important;
    border-radius: 10px !important;
  }

  .lbd-directory--v3 .lbd-category-row button strong {
    flex: 1 1 auto;
    text-align: left;
  }

  .lbd-autocomplete {
    position: static;
    width: 100%;
    max-height: 260px;
    margin-top: 8px;
    box-shadow: 0 12px 28px rgba(8, 28, 55, .16);
  }
}

/* 4.13.6 — accessible filter chips with theme-proof labels. */
html body .lbd-directory--v3 .lbd-filter-checks {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  overflow: visible !important;
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip {
  position: relative !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  border: 1px solid #d6dee8 !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  box-shadow: 0 2px 5px rgba(14, 35, 64, .04) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  overflow: visible !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip::before,
html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip::after {
  content: none !important;
  display: none !important;
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip:hover {
  border-color: #9aabc0 !important;
  background: #fff !important;
  box-shadow: 0 4px 10px rgba(14, 35, 64, .08) !important;
  transform: translateY(-1px);
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip:focus-within {
  border-color: var(--lbd-primary) !important;
  box-shadow: 0 0 0 3px rgba(26, 67, 124, .15) !important;
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip > .lbd-filter-chip__check {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
  border: 1.5px solid #a9b6c5 !important;
  border-radius: 5px !important;
  background: #fff !important;
  box-shadow: none !important;
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip > .lbd-filter-chip__check::before {
  content: none !important;
  display: none !important;
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip > .lbd-filter-chip__check::after {
  content: "" !important;
  position: absolute !important;
  top: 3px !important;
  left: 5px !important;
  width: 5px !important;
  height: 9px !important;
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  opacity: 0 !important;
  transform: rotate(45deg) scale(.7) !important;
  transition: opacity .15s ease, transform .15s ease !important;
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip > strong {
  position: static !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  overflow: visible !important;
  white-space: nowrap !important;
  text-overflow: clip !important;
  color: #40536b !important;
  -webkit-text-fill-color: #40536b !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip > input:checked + .lbd-filter-chip__check {
  border-color: var(--lbd-primary) !important;
  background: var(--lbd-primary) !important;
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip > input:checked + .lbd-filter-chip__check::after {
  opacity: 1 !important;
  transform: rotate(45deg) scale(1) !important;
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip:has(> input:checked) {
  border-color: var(--lbd-primary) !important;
  background: #edf4ff !important;
  box-shadow: 0 3px 9px rgba(26, 67, 124, .12) !important;
}

html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip:has(> input:checked) > strong {
  color: var(--lbd-primary) !important;
  -webkit-text-fill-color: var(--lbd-primary) !important;
}

@media (max-width: 1160px) {
  html body .lbd-directory--v3 .lbd-filter-checks .lbd-filter-chip {
    width: 100% !important;
  }
}

/* 4.13.7 — proposal navigation buttons and autofill-safe form controls. */
html body .lbd-submit-page--v3 .lbd-proposal-actions > .lbd-button {
  min-width: 118px !important;
  min-height: 46px !important;
  border: 1px solid color-mix(in srgb, var(--lbd-primary) 78%, #171717) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: var(--lbd-primary) !important;
  box-shadow: 0 5px 14px color-mix(in srgb, var(--lbd-primary) 16%, transparent) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .lbd-submit-page--v3 .lbd-proposal-actions > .lbd-button--outline {
  border-color: color-mix(in srgb, var(--lbd-primary) 55%, #fff) !important;
  color: var(--lbd-primary) !important;
  -webkit-text-fill-color: var(--lbd-primary) !important;
  background: color-mix(in srgb, var(--lbd-primary) 10%, #fff) !important;
}

html body .lbd-submit-page--v3 .lbd-proposal-actions > .lbd-button--accent {
  border-color: #dfb916 !important;
  color: #152845 !important;
  -webkit-text-fill-color: #152845 !important;
  background: #f0c719 !important;
  box-shadow: 0 5px 14px rgba(221, 181, 13, .2) !important;
}

html body .lbd-submit-page--v3 .lbd-proposal-actions > .lbd-button:hover,
html body .lbd-submit-page--v3 .lbd-proposal-actions > .lbd-button:focus-visible {
  border-color: color-mix(in srgb, var(--lbd-primary) 78%, #171717) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: color-mix(in srgb, var(--lbd-primary) 76%, #171717) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--lbd-primary) 16%, transparent), 0 7px 18px color-mix(in srgb, var(--lbd-primary) 18%, transparent) !important;
}

html body .lbd-submit-page--v3 .lbd-proposal-actions > .lbd-button--accent:hover,
html body .lbd-submit-page--v3 .lbd-proposal-actions > .lbd-button--accent:focus-visible {
  border-color: #c69f08 !important;
  color: #152845 !important;
  -webkit-text-fill-color: #152845 !important;
  background: #ffd83d !important;
}

html body .lbd-submit-page--v3 .lbd-proposal-actions > .lbd-button svg {
  color: currentColor !important;
  stroke: currentColor !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 720px) {
  html body .lbd-submit-page--v3 .lbd-proposal-actions > .lbd-button {
    width: 100% !important;
  }
}

@media (max-width: 660px) {
  .lbd-directory--v3 .lbd-container,
  .lbd-submit-page--v3 .lbd-container {
    width: min(100% - 22px, 1320px);
  }

  .lbd-guide-copy {
    padding-left: 13px;
    border-left-width: 3px;
  }

  .lbd-guide-kicker {
    font-size: 8px;
  }

  .lbd-guide-copy h1 {
    font-size: 28px !important;
  }

  .lbd-guide-copy p {
    font-size: 11px !important;
  }

  .lbd-guide-tools {
    padding-left: 13px;
  }

  .lbd-guide-tools p strong {
    font-size: 21px;
  }

  .lbd-guide-tools p span {
    font-size: 9px;
  }

  .lbd-search-band {
    padding: 10px 0;
  }

  .lbd-search-panel--v3 label {
    min-height: 54px;
    padding-right: 13px !important;
  }

  .lbd-search-panel--v3 input,
  .lbd-search-panel--v3 select {
    font-size: 12px !important;
  }

  .lbd-directory--v3 .lbd-explorer-section {
    padding-top: 17px;
  }

  .lbd-directory--v3 .lbd-results-toolbar {
    align-items: flex-end;
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .lbd-directory--v3 .lbd-results-toolbar > div:first-child {
    margin-right: auto;
    align-items: flex-start;
    text-align: left;
  }

  .lbd-directory--v3 .lbd-toolbar-actions {
    margin-left: auto;
  }

  .lbd-directory--v3 .lbd-results-toolbar > div:first-child > strong {
    font-size: 16px;
  }

  .lbd-directory--v3 .lbd-toolbar-actions label > span {
    display: none;
  }

  .lbd-directory--v3 .lbd-toolbar-actions select {
    width: 122px !important;
    min-width: 0 !important;
    max-width: 122px !important;
    font-size: 9px !important;
  }

  .lbd-directory--v3 .lbd-card-grid--directory {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .lbd-place-card--v3 .lbd-card-cover {
    height: 168px;
    min-height: 168px;
  }

  .lbd-place-card--v3 .lbd-card-body {
    padding: 16px 16px 13px;
  }

  .lbd-place-card--v3 .lbd-card-title-row h2 {
    font-size: 18px !important;
  }

  .lbd-place-card--v3 .lbd-card-actions {
    padding: 12px 15px 14px;
  }

  .lbd-directory-final-cta .lbd-container {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .lbd-directory-final-cta a {
    width: 100%;
    justify-content: space-between;
  }
}

@media (hover: none), (pointer: coarse) {
  .lbd-place-card--v3:hover,
  .lbd-place-card--v3:hover .lbd-card-cover img,
  .lbd-search-submit:hover {
    transform: none !important;
  }
}

/* Proposal form */
.lbd-submit-page--v3 {
  min-height: 70vh;
  color: #17283e;
  background: #f4f6f9;
}

.lbd-submit-page--v3 .lbd-proposal-header {
  position: relative;
  color: #fff;
  background:
    radial-gradient(560px circle at 88% 0%, rgba(255, 255, 255, .10), transparent 60%),
    radial-gradient(480px circle at 8% 100%, color-mix(in srgb, var(--lbd-accent) 31%, transparent), transparent 65%),
    linear-gradient(115deg, color-mix(in srgb, var(--lbd-primary) 68%, #171717), var(--lbd-primary) 58%, color-mix(in srgb, var(--lbd-primary) 76%, #fff));
}

.lbd-submit-page--v3 .lbd-proposal-header::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px);
  background-size: 16px 16px;
  content: "";
  opacity: .45;
  pointer-events: none;
}

.lbd-submit-page--v3 .lbd-proposal-header > * {
  position: relative;
}

.lbd-proposal-back {
  display: inline-flex;
  margin-top: 18px;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 10px;
  font-weight: 720;
}

.lbd-proposal-back:hover {
  color: #fff !important;
}

.lbd-submit-page--v3 .lbd-proposal-heading {
  padding: 15px 0 27px;
}

.lbd-submit-page--v3 .lbd-proposal-heading > span {
  display: block;
  color: #d8e4f0;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.lbd-submit-page--v3 .lbd-proposal-heading h1 {
  margin: 3px 0 5px !important;
  color: #fff !important;
  font-size: clamp(31px, 4vw, 40px) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

.lbd-submit-page--v3 .lbd-proposal-heading p {
  max-width: 720px;
  margin: 0 !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.lbd-submit-page--v3 .lbd-proposal-workspace {
  padding: 22px 0 38px;
}

.lbd-submit-page--v3 .lbd-proposal-form {
  display: block;
}

.lbd-submit-page--v3 .lbd-proposal-stepper {
  margin: 0 0 11px;
  padding: 0;
  border: 1px solid #d7dee6;
  border-radius: 13px;
  display: grid;
  grid-template-columns: 150px repeat(4, minmax(0, 1fr));
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 18px rgba(16, 35, 63, .055);
}

.lbd-submit-page--v3 .lbd-proposal-stepper > p {
  min-height: 66px;
  margin: 0 !important;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #6c788a;
  font-size: 8px;
  line-height: 1.35;
}

.lbd-submit-page--v3 .lbd-proposal-stepper > p strong {
  margin-top: 2px;
  color: var(--lbd-primary);
  font-size: 11px;
}

.lbd-submit-page--v3 .lbd-proposal-stepper > button {
  position: relative !important;
  width: 100% !important;
  min-height: 66px !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 0 !important;
  border-left: 1px solid #e0e5eb !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #687589 !important;
  background: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
  text-align: left !important;
}

.lbd-submit-page--v3 .lbd-proposal-stepper > button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  display: block !important;
  background: var(--lbd-primary);
  content: "" !important;
  opacity: 0;
}

.lbd-submit-page--v3 .lbd-proposal-stepper > button:hover,
.lbd-submit-page--v3 .lbd-proposal-stepper > button.is-active {
  color: #18324f !important;
  background: #f5f8fb !important;
}

.lbd-submit-page--v3 .lbd-proposal-stepper > button.is-active::after {
  opacity: 1;
}

.lbd-submit-page--v3 .lbd-proposal-stepper b {
  width: 27px;
  height: 27px;
  border: 1px solid #aab5c2;
  border-radius: 9px;
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  color: #536176;
  background: #fff;
  font-size: 9px;
  font-weight: 850;
}

.lbd-submit-page--v3 .lbd-proposal-stepper .is-active b {
  border-color: var(--lbd-primary);
  color: #fff;
  background: var(--lbd-primary);
}

.lbd-submit-page--v3 .lbd-proposal-stepper .is-complete b {
  border-color: #168254;
  color: #fff;
  background: #168254;
}

.lbd-submit-page--v3 .lbd-proposal-stepper button > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.lbd-submit-page--v3 .lbd-proposal-stepper button strong {
  color: inherit;
  font-size: 9px;
  font-weight: 820;
  line-height: 1.3;
}

.lbd-submit-page--v3 .lbd-proposal-stepper button small {
  margin-top: 1px;
  overflow: hidden;
  color: #8792a2;
  font-size: 7px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lbd-proposal-guidance {
  margin: 0 0 11px !important;
  padding: 10px 12px;
  border-left: 3px solid var(--lbd-primary);
  color: #5b687b !important;
  background: #e9eef4;
  font-size: 9px !important;
  line-height: 1.55 !important;
}

.lbd-proposal-guidance strong {
  color: #263a53;
}

.lbd-submit-page--v3 .lbd-proposal-panel {
  padding: 28px 30px;
  border: 1px solid #e1e6ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(16, 35, 63, .05);
}

.lbd-submit-page--v3 .lbd-proposal-form.is-wizard-ready .lbd-proposal-panel:not(.is-active) {
  display: none;
}

.lbd-submit-page--v3 .lbd-panel-intro {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e6ec;
}

.lbd-submit-page--v3 .lbd-panel-intro > span {
  color: var(--lbd-primary);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lbd-submit-page--v3 .lbd-panel-intro h2 {
  margin: 3px 0 4px !important;
  color: #172a43 !important;
  font-size: 24px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: -.025em !important;
}

.lbd-submit-page--v3 .lbd-panel-intro p {
  margin: 0 !important;
  color: #667386 !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

.lbd-submit-page--v3 .lbd-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 17px;
}

.lbd-submit-page--v3 .lbd-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #34465e;
  font-size: 11px;
  font-weight: 720;
}

.lbd-submit-page--v3 .lbd-field--full {
  grid-column: 1 / -1;
}

.lbd-submit-page--v3 .lbd-field > span b,
.lbd-submit-page--v3 .lbd-proposal-commitments b {
  color: #c52f45;
}

.lbd-submit-page--v3 .lbd-field input,
.lbd-submit-page--v3 .lbd-field select,
.lbd-submit-page--v3 .lbd-field textarea {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #cbd4de !important;
  border-radius: 10px !important;
  outline: 0 !important;
  color: #17283f !important;
  background-color: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-size: 12px !important;
  font-weight: 520 !important;
  line-height: 1.35 !important;
}

.lbd-submit-page--v3 .lbd-field textarea {
  min-height: 140px !important;
  resize: vertical;
}

.lbd-submit-page--v3 .lbd-field input::placeholder,
.lbd-submit-page--v3 .lbd-field textarea::placeholder {
  color: #8d97a5 !important;
  opacity: 1 !important;
}

.lbd-submit-page--v3 .lbd-field input:focus,
.lbd-submit-page--v3 .lbd-field select:focus,
.lbd-submit-page--v3 .lbd-field textarea:focus {
  border-color: var(--lbd-primary) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--lbd-primary) 11%, transparent) !important;
}

.lbd-submit-page--v3 .lbd-field small {
  color: #7e8998;
  font-size: 8px;
  font-weight: 500;
}

.lbd-submit-page--v3 .lbd-form-subsection {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e1e6ec;
}

.lbd-submit-page--v3 .lbd-form-subsection h3 {
  margin: 0 0 4px !important;
  color: #233750 !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

.lbd-submit-page--v3 .lbd-form-subsection > p {
  margin: 0 0 12px !important;
  color: #6f7b8d !important;
  font-size: 9px !important;
}

.lbd-submit-page--v3 .lbd-public-hours {
  display: grid;
  gap: 9px;
}

.lbd-submit-page--v3 .lbd-public-hours-head {
  display: none;
}

.lbd-submit-page--v3 .lbd-public-hours-row {
  padding: 0;
  border: 1px solid #dce3eb;
  border-radius: 13px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  grid-template-areas: "day range" "day break";
  gap: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(16, 35, 63, .035);
}

.lbd-submit-page--v3 .lbd-public-hours-row:focus-within {
  border-color: color-mix(in srgb, var(--lbd-primary) 52%, #dce3eb);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--lbd-primary) 9%, transparent);
}

.lbd-submit-page--v3 .lbd-hours-day {
  grid-area: day;
  padding: 15px 14px;
  border-right: 1px solid #e4e9ef;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  background: #f8fafc;
}

.lbd-submit-page--v3 .lbd-hours-day > strong {
  color: #172c46;
  font-size: 12px !important;
  font-weight: 850 !important;
}

.lbd-submit-page--v3 .lbd-hours-range {
  grid-area: range;
  min-width: 0;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: minmax(110px, 1fr) auto minmax(110px, 1fr);
  align-items: end;
  gap: 9px;
}

.lbd-submit-page--v3 .lbd-hours-range > i,
.lbd-submit-page--v3 .lbd-hours-split > i {
  padding-bottom: 10px;
  color: #8a96a6;
  font-size: 13px;
  font-style: normal;
}

.lbd-submit-page--v3 .lbd-hours-range label,
.lbd-submit-page--v3 .lbd-hours-split label {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.lbd-submit-page--v3 .lbd-hours-range label > span,
.lbd-submit-page--v3 .lbd-hours-split label > span {
  position: static !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: block !important;
  color: #788596;
  background: transparent !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lbd-submit-page--v3 .lbd-hours-range label > span::after,
.lbd-submit-page--v3 .lbd-hours-split label > span::after {
  display: none !important;
  content: none !important;
}

.lbd-submit-page--v3 .lbd-hours-range input[type="time"],
.lbd-submit-page--v3 .lbd-hours-split input[type="time"] {
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 41px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid #ccd6e2 !important;
  border-radius: 9px !important;
  overflow: visible !important;
  clip: auto !important;
  color: #1b304a !important;
  background: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-size: 12px !important;
  text-align: center;
  white-space: normal !important;
  appearance: auto !important;
}

.lbd-submit-page--v3 .lbd-hours-break {
  grid-area: break;
  padding: 10px 15px 13px;
  border-top: 1px solid #edf0f4;
}

.lbd-submit-page--v3 .lbd-hours-closed-toggle,
.lbd-submit-page--v3 .lbd-hours-split-toggle {
  position: relative;
  min-width: 0;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  cursor: pointer;
}

.lbd-submit-page--v3 .lbd-hours-closed-toggle input,
.lbd-submit-page--v3 .lbd-hours-split-toggle input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  opacity: 0 !important;
}

.lbd-submit-page--v3 .lbd-switch {
  position: relative !important;
  width: 35px !important;
  height: 20px !important;
  border: 1px solid #c8d1dc !important;
  border-radius: 999px !important;
  display: block !important;
  flex: 0 0 35px !important;
  background: #e6ebf1 !important;
}

.lbd-submit-page--v3 .lbd-switch::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(16, 35, 63, .22);
  content: "";
  transition: transform .18s ease;
}

.lbd-submit-page--v3 input:checked + .lbd-switch {
  border-color: var(--lbd-primary) !important;
  background: var(--lbd-primary) !important;
}

.lbd-submit-page--v3 input:checked + .lbd-switch::after {
  transform: translateX(15px);
}

.lbd-submit-page--v3 .lbd-hours-closed-toggle em,
.lbd-submit-page--v3 .lbd-hours-split-toggle em {
  color: #4c5d72;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 720;
  white-space: nowrap;
}

.lbd-submit-page--v3 .lbd-hours-split-toggle.is-disabled {
  cursor: not-allowed;
  opacity: .42;
}

.lbd-submit-page--v3 .lbd-hours-split {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #dfe5ec;
  border-radius: 10px;
  display: grid;
  grid-template-columns: minmax(110px, 1fr) auto minmax(110px, 1fr);
  align-items: end;
  gap: 9px;
  background: #f8fafc;
}

.lbd-submit-page--v3 .lbd-hours-split[hidden] {
  display: none !important;
}

.lbd-submit-page--v3 .lbd-public-hours-row.is-closed .lbd-hours-range {
  opacity: .38;
}

.lbd-submit-page--v3 .lbd-public-hours-row.is-closed .lbd-hours-break {
  background: #fafbfc;
}

.lbd-submit-page--v3 .lbd-public-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lbd-submit-page--v3 .lbd-public-features label {
  position: relative;
  min-height: 48px;
  padding: 9px 10px;
  border: 1px solid #d6dde5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  background: #fff;
}

.lbd-submit-page--v3 .lbd-public-features label:hover {
  border-color: #b9c6d3;
  background: #f9fbfd;
}

.lbd-submit-page--v3 .lbd-public-features input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  opacity: 0 !important;
}

.lbd-submit-page--v3 .lbd-public-features label > span {
  width: 23px;
  height: 23px;
  border: 1px solid #bbc6d1;
  border-radius: 7px;
  display: grid;
  place-items: center;
  flex: 0 0 23px;
  color: transparent;
  background: #fff;
}

.lbd-submit-page--v3 .lbd-public-features input:checked + span {
  border-color: var(--lbd-primary);
  color: #fff;
  background: var(--lbd-primary);
}

.lbd-submit-page--v3 .lbd-public-features svg {
  width: 12px;
  height: 12px;
}

.lbd-submit-page--v3 .lbd-public-features strong {
  color: #435269;
  font-size: 9px;
  font-weight: 720;
}

.lbd-submit-page--v3 .lbd-upload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lbd-submit-page--v3 .lbd-upload-box {
  position: relative;
  min-height: 142px;
  padding: 16px;
  border: 1px dashed #aeb9c6;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background: #fafbfd;
}

.lbd-submit-page--v3 .lbd-upload-box--wide {
  grid-column: 1 / -1;
  min-height: 112px;
}

.lbd-submit-page--v3 .lbd-upload-box:hover {
  border-color: var(--lbd-primary);
  background: #f4f8fb;
}

.lbd-submit-page--v3 .lbd-upload-box input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  opacity: 0 !important;
}

.lbd-submit-page--v3 .lbd-upload-box .dashicons {
  width: auto;
  height: auto;
  margin-bottom: 5px;
  color: var(--lbd-primary);
  font-size: 26px;
}

.lbd-submit-page--v3 .lbd-upload-box strong {
  color: #273b54;
  font-size: 10px;
}

.lbd-submit-page--v3 .lbd-upload-box small {
  margin: 3px 0 8px;
  color: #738093;
  font-size: 8px;
}

.lbd-submit-page--v3 .lbd-upload-box em {
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid #d1d9e2;
  border-radius: 8px;
  overflow: hidden;
  color: #31577f;
  background: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lbd-submit-page--v3 .lbd-proposal-commitments {
  margin-top: 20px;
  padding: 12px 14px;
  border: 1px solid #d9e0e7;
  border-radius: 10px;
  background: #f6f8fa;
}

.lbd-submit-page--v3 .lbd-proposal-commitments label {
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
}

.lbd-submit-page--v3 .lbd-proposal-commitments input {
  width: 16px !important;
  height: 16px !important;
  min-height: 0 !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--lbd-primary);
}

.lbd-submit-page--v3 .lbd-proposal-commitments p {
  margin: 0 !important;
  color: #566478 !important;
  font-size: 9px !important;
  line-height: 1.45 !important;
}

.lbd-submit-page--v3 .lbd-proposal-actions {
  margin-top: 11px;
  padding: 11px;
  border: 1px solid #d7dee6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
}

.lbd-submit-page--v3 .lbd-proposal-actions > span {
  margin: auto;
  color: #768194;
  font-size: 8px;
}

.lbd-submit-page--v3 .lbd-proposal-actions .lbd-button,
.lbd-submit-page--v3 .lbd-proposal-success .lbd-button {
  width: auto !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid var(--lbd-primary) !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  transform: none !important;
}

.lbd-submit-page--v3 .lbd-proposal-actions .lbd-button--accent {
  border-color: var(--lbd-accent) !important;
  color: #172238 !important;
  background: var(--lbd-accent) !important;
}

.lbd-submit-page--v3 .lbd-proposal-actions .lbd-button--outline,
.lbd-submit-page--v3 .lbd-proposal-success .lbd-button--outline {
  border-color: #bfc9d4 !important;
  color: #294968 !important;
  background: #fff !important;
}

.lbd-submit-page--v3 .lbd-proposal-actions .lbd-button:hover,
.lbd-submit-page--v3 .lbd-proposal-success .lbd-button:hover {
  border-color: #0e315a !important;
  color: #fff !important;
  background: #0e315a !important;
}

.lbd-submit-page--v3 .lbd-proposal-actions .lbd-button[hidden],
.lbd-submit-page--v3 .lbd-proposal-panel[hidden],
.lbd-directory--v3 .lbd-loading[hidden] {
  display: none !important;
}

.lbd-submit-page--v3 .lbd-form-message {
  margin-bottom: 11px;
  padding: 13px;
  border-radius: 11px;
}

.lbd-submit-page--v3 .lbd-proposal-success {
  padding: 52px 0;
  text-align: center;
  background: #fff;
}

.lbd-submit-page--v3 .lbd-success-mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 50%;
}

.lbd-submit-page--v3 .lbd-proposal-success h2 {
  margin: 5px 0 !important;
  color: #172a43 !important;
  font-size: 28px !important;
}

.lbd-submit-page--v3 .lbd-proposal-success p {
  max-width: 650px;
  margin: 0 auto 20px !important;
  color: #647185 !important;
  font-size: 11px !important;
}

@media (max-width: 900px) {
  .lbd-submit-page--v3 .lbd-proposal-stepper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lbd-submit-page--v3 .lbd-proposal-stepper > p {
    display: none;
  }

  .lbd-submit-page--v3 .lbd-proposal-stepper > button:first-of-type {
    border-left: 0 !important;
  }

  .lbd-submit-page--v3 .lbd-proposal-stepper button small {
    display: none;
  }
}

@media (max-width: 660px) {
  .lbd-submit-page--v3 .lbd-proposal-heading {
    padding-bottom: 22px;
  }

  .lbd-submit-page--v3 .lbd-proposal-heading h1 {
    font-size: 29px !important;
  }

  .lbd-submit-page--v3 .lbd-proposal-heading p {
    font-size: 10px !important;
  }

  .lbd-submit-page--v3 .lbd-proposal-workspace {
    padding-top: 15px;
  }

  .lbd-submit-page--v3 .lbd-proposal-stepper > button {
    min-height: 58px !important;
    padding: 7px 4px !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 4px !important;
    text-align: center !important;
  }

  .lbd-submit-page--v3 .lbd-proposal-stepper b {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .lbd-submit-page--v3 .lbd-proposal-stepper button strong {
    max-width: 72px;
    overflow: hidden;
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lbd-proposal-guidance {
    font-size: 8px !important;
  }

  .lbd-submit-page--v3 .lbd-proposal-panel {
    padding: 21px 15px;
  }

  .lbd-submit-page--v3 .lbd-panel-intro h2 {
    font-size: 20px !important;
  }

  .lbd-submit-page--v3 .lbd-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lbd-submit-page--v3 .lbd-field--full {
    grid-column: auto;
  }

  .lbd-submit-page--v3 .lbd-public-hours-row {
    grid-template-columns: 1fr;
    grid-template-areas: "day" "range" "break";
  }

  .lbd-submit-page--v3 .lbd-hours-day {
    padding: 12px 13px;
    border-right: 0;
    border-bottom: 1px solid #e5eaf0;
    flex-direction: row;
    align-items: center;
    gap: 11px;
  }

  .lbd-submit-page--v3 .lbd-hours-range {
    padding: 12px 11px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 6px;
  }

  .lbd-submit-page--v3 .lbd-hours-break {
    padding: 10px 11px 12px;
  }

  .lbd-submit-page--v3 .lbd-hours-split {
    padding: 8px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 6px;
  }

  .lbd-submit-page--v3 .lbd-hours-range input[type="time"],
  .lbd-submit-page--v3 .lbd-hours-split input[type="time"] {
    min-height: 40px !important;
    padding: 0 4px !important;
    font-size: 11px !important;
  }

  .lbd-submit-page--v3 .lbd-public-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lbd-submit-page--v3 .lbd-upload-grid {
    grid-template-columns: 1fr;
  }

  .lbd-submit-page--v3 .lbd-upload-box--wide {
    grid-column: auto;
  }

  .lbd-submit-page--v3 .lbd-proposal-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lbd-submit-page--v3 .lbd-proposal-actions > span {
    order: -1;
    margin: 0;
    text-align: center;
  }

  .lbd-submit-page--v3 .lbd-proposal-actions .lbd-button {
    width: 100% !important;
  }

  .lbd-submit-page--v3 .lbd-proposal-success .lbd-container > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .lbd-submit-page--v3 .lbd-proposal-success .lbd-button {
    width: 100% !important;
  }
}

/* Business page */
.lbd-single {
  --lbd-mobile-actions-bottom: 10px;
  --lbd-mobile-actions-clearance: 102px;
  color: #24272d;
  background: #f3f5f8;
}

.lbd-single .lbd-container {
  width: min(1220px, calc(100% - 48px));
}

.lbd-single .lbd-place-hero {
  min-height: 400px;
  background-color: color-mix(in srgb, var(--lbd-primary) 72%, #171717);
}

.lbd-single .lbd-place-hero__backdrop {
  background:
    linear-gradient(90deg, rgba(4, 18, 40, .96) 0%, rgba(7, 27, 56, .85) 53%, rgba(5, 21, 45, .52) 100%),
    linear-gradient(0deg, rgba(3, 15, 34, .72), transparent 48%);
}

.lbd-single .lbd-place-hero__inner {
  padding: 25px 0 40px;
}

.lbd-single .lbd-breadcrumb {
  margin-bottom: 42px;
  color: rgba(255, 255, 255, .70);
  font-size: 11px;
}

.lbd-single .lbd-breadcrumb a,
.lbd-single .lbd-breadcrumb em,
.lbd-single .lbd-breadcrumb span {
  color: inherit !important;
}

.lbd-single .lbd-place-hero__content {
  align-items: center;
}

.lbd-single .lbd-single-logo {
  width: 98px;
  height: 98px;
  border-width: 4px;
  border-radius: 20px;
}

.lbd-single .lbd-place-identity h1 {
  color: #fff !important;
  font-size: clamp(34px, 4.7vw, 55px) !important;
  -webkit-text-fill-color: #fff !important;
}

.lbd-single .lbd-place-identity > p {
  color: rgba(255, 255, 255, .80) !important;
}

.lbd-single .lbd-single-summary {
  color: rgba(255, 255, 255, .86);
}

.lbd-single .lbd-single-summary a {
  color: #fff !important;
}

.lbd-single .lbd-single-actions {
  margin-top: 27px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 9px;
}

.lbd-single .lbd-single-actions .lbd-button {
  width: auto !important;
  min-width: 145px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 11px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.lbd-single .lbd-single-actions .lbd-button svg {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px;
}

.lbd-single .lbd-single-actions .lbd-button--accent {
  border: 1px solid var(--lbd-accent) !important;
  color: #172238 !important;
  background: var(--lbd-accent) !important;
}

.lbd-single .lbd-single-actions .lbd-button--glass {
  border: 1px solid rgba(255, 255, 255, .68) !important;
  color: #fff !important;
  background: rgba(16, 35, 63, .54) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.lbd-single .lbd-single-actions .lbd-button:hover {
  border-color: #fff !important;
  color: var(--lbd-primary) !important;
  background: #fff !important;
}

.lbd-single .lbd-single-nav-wrap {
  z-index: 1000;
  border-bottom: 1px solid #dfe5eb;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 4px 14px rgba(16, 35, 63, .045);
}

.lbd-single .lbd-single-nav-row {
  min-width: 0;
}

.lbd-single .lbd-single-nav-identity {
  display: none;
}

.lbd-single .lbd-single-nav-wrap.is-condensed .lbd-single-nav-identity {
  display: flex;
}

.lbd-single .lbd-single-nav {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.lbd-single .lbd-single-nav::-webkit-scrollbar {
  display: none;
}

.lbd-single .lbd-single-nav a {
  position: relative;
  min-height: 55px;
  padding: 0 17px !important;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #627087 !important;
  background: transparent !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.lbd-single .lbd-single-nav a::after {
  right: 16px;
  left: 16px;
  height: 3px;
}

.lbd-single .lbd-single-nav a:hover,
.lbd-single .lbd-single-nav a.is-active {
  color: var(--lbd-primary) !important;
}

.lbd-single .lbd-single-nav small {
  margin-left: 4px;
}

.lbd-single .lbd-single-nav-cta {
  min-height: 38px;
  margin-left: auto;
  border: 1px solid var(--lbd-primary);
  color: #fff !important;
  background: var(--lbd-primary) !important;
  opacity: 1;
}

.lbd-single .lbd-single-layout {
  padding: 34px 0 58px;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 25px;
}

.lbd-single .lbd-single-main {
  gap: 20px;
}

.lbd-single .lbd-content-section {
  padding: 28px;
  border: 1px solid #e0e5eb;
  border-radius: 16px;
  box-shadow: 0 5px 18px rgba(16, 35, 63, .045);
}

.lbd-single .lbd-content-section > h2,
.lbd-single .lbd-section-heading h2 {
  margin: 4px 0 17px !important;
  color: #14283f !important;
  font-size: 25px !important;
}

.lbd-single .lbd-section-kicker {
  color: #a97c0a;
  font-size: 10px;
}

.lbd-single .lbd-feature-list {
  margin-top: 21px;
  padding-top: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lbd-single .lbd-feature-list > div {
  min-width: 0;
  min-height: 54px;
  padding: 9px 10px;
  border: 1px solid #e5eaf0;
  border-radius: 10px;
  background: #f7f9fc;
}

.lbd-single .lbd-feature-list > div > span {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  flex: 0 0 32px;
  color: var(--lbd-primary);
  background: #e8eef6;
}

.lbd-single .lbd-feature-list > div > span svg {
  width: 17px;
  height: 17px;
}

.lbd-single .lbd-feature-list strong {
  min-width: 0;
  color: #263b54;
  font-size: 10px;
  line-height: 1.3;
}

.lbd-single .lbd-single-aside {
  top: 74px;
  gap: 15px;
}

.lbd-single .lbd-info-card,
.lbd-single .lbd-map-card,
.lbd-single .lbd-share-card,
.lbd-single .lbd-claim-card {
  border: 1px solid #e0e5eb;
  border-radius: 15px;
  box-shadow: 0 5px 18px rgba(16, 35, 63, .045);
}

.lbd-single .lbd-info-card {
  padding: 20px;
}

.lbd-single .lbd-info-card__head h2 {
  color: #182b43 !important;
}

.lbd-single .lbd-hours-list > div {
  min-height: 37px;
}

.lbd-single .lbd-contact-list > div,
.lbd-single .lbd-contact-list > a {
  min-height: 50px;
}

.lbd-share-card {
  padding: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  overflow: visible !important;
  background: linear-gradient(135deg, #fff, #f7f9fc) !important;
}

.lbd-share-card__copy {
  min-width: 0;
  display: flex !important;
  flex-direction: column;
  gap: 2px !important;
}

.lbd-share-card__copy > span {
  color: var(--lbd-primary);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.lbd-share-card__copy > strong {
  color: #172b45;
  font-size: 11px !important;
  line-height: 1.35;
}

.lbd-share-actions {
  display: flex !important;
  align-items: center;
  gap: 6px !important;
  flex: 0 0 auto;
}

.lbd-share-actions a,
.lbd-share-actions button {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #d6dee8 !important;
  border-radius: 10px !important;
  display: grid !important;
  place-items: center !important;
  color: var(--lbd-primary) !important;
  background: #fff !important;
  box-shadow: 0 4px 11px rgba(16, 35, 63, .06) !important;
  opacity: 1 !important;
}

.lbd-share-actions a:hover,
.lbd-share-actions button:hover {
  border-color: var(--lbd-primary) !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
}

.lbd-share-actions svg {
  width: 17px !important;
  height: 17px !important;
  display: block !important;
  opacity: 1 !important;
}

.lbd-share-actions a svg path {
  fill: currentColor !important;
  stroke: none !important;
}

.lbd-share-actions button svg,
.lbd-share-actions button svg path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lbd-share-actions button.is-copied {
  color: #fff !important;
  border-color: #138a58 !important;
  background: #138a58 !important;
}

.lbd-claim-card {
  padding: 19px;
  background: #fff;
}

.lbd-claim-card > strong {
  display: block;
  color: #172b45;
  font-size: 13px;
}

.lbd-claim-card > p {
  margin: 5px 0 13px !important;
  color: #657286;
  font-size: 10px !important;
  line-height: 1.55;
}

.lbd-claim-card > .lbd-button {
  width: 100% !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border: 1px solid var(--lbd-primary) !important;
  border-radius: 10px !important;
  color: var(--lbd-primary) !important;
  background: #fff !important;
  font-size: 10px !important;
  opacity: 1 !important;
}

.lbd-claim-form {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e3e8ee;
}

.lbd-claim-form__head {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.lbd-claim-form__head > span {
  color: #203750;
  font-size: 11px;
  font-weight: 800;
}

.lbd-claim-form__head button {
  width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  border: 1px solid #d6dee7 !important;
  border-radius: 9px !important;
  color: #5f6d80 !important;
  background: #fff !important;
  font-size: 18px !important;
}

.lbd-claim-form .lbd-field {
  margin-bottom: 10px;
}

.lbd-claim-form .lbd-button--primary {
  width: 100% !important;
  min-height: 41px !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
  opacity: 1 !important;
}

.lbd-claim-response {
  min-height: 16px;
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 700;
}

.lbd-claim-response.is-success { color: #138a58; }
.lbd-claim-response.is-error { color: #bd2c42; }

/* Reviews */
.lbd-reviews-heading {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.lbd-reviews-heading h2 {
  margin: 4px 0 3px !important;
  color: #14283f !important;
  font-size: 25px !important;
}

.lbd-reviews-heading p {
  margin: 0 !important;
  color: #687589 !important;
  font-size: 11px !important;
}

.lbd-review-cta {
  min-width: 150px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid var(--lbd-primary) !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-size: 10px !important;
  font-weight: 850 !important;
}

.lbd-review-cta svg {
  order: 2;
  width: 15px;
  height: 15px;
}

.lbd-review-overview {
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid #dfe5eb;
  border-radius: 13px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, .85fr);
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, #fff, #f8fafc);
}

.lbd-review-overview.is-empty {
  grid-template-columns: 1fr;
}

.lbd-review-score {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lbd-review-score > strong {
  color: #122640;
  font-size: 39px;
  line-height: 1;
}

.lbd-review-score > strong small {
  color: #758196;
  font-size: 15px;
}

.lbd-review-score > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lbd-review-score > div > strong {
  color: #1c3049;
  font-size: 13px;
}

.lbd-review-score > div > span {
  color: #738094;
  font-size: 10px;
}

.lbd-review-score__empty {
  width: 51px;
  height: 51px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex: 0 0 51px;
  color: #8b6710;
  background: #f8e9b7;
  font-size: 25px;
}

.lbd-rating-breakdown {
  margin: 0;
}

.lbd-no-reviews {
  margin: 0;
  padding: 17px;
  border: 1px dashed #ccd6e1;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: #fafbfd;
}

.lbd-no-reviews > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7d5c0c;
  background: var(--lbd-accent);
}

.lbd-no-reviews h3,
.lbd-no-reviews p {
  margin: 0 !important;
}

.lbd-no-reviews h3 {
  color: #1c3049 !important;
  font-size: 12px !important;
}

.lbd-no-reviews p {
  color: #6c798c !important;
  font-size: 10px !important;
}

.lbd-no-reviews > button {
  min-width: 115px !important;
  min-height: 39px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid var(--lbd-primary) !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-size: 10px !important;
  font-weight: 820 !important;
  line-height: 1 !important;
}

.lbd-review-modal {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  padding: 18px;
  align-items: center;
  justify-content: center;
}

.lbd-review-modal:not([hidden]) {
  display: flex;
}

.lbd-review-modal__backdrop {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: block !important;
  background: rgba(4, 15, 31, .76) !important;
}

.lbd-review-modal .lbd-review-form {
  position: relative;
  z-index: 1;
  width: min(590px, 100%);
  max-height: calc(100vh - 36px);
  margin: 0;
  padding: 24px;
  border-radius: 15px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 28px 70px rgba(3, 15, 33, .35);
}

.lbd-review-modal .lbd-review-form__head button {
  width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  border: 1px solid #d7dfe8 !important;
  border-radius: 10px !important;
  display: grid !important;
  place-items: center !important;
  color: #526277 !important;
  background: #f6f8fa !important;
  font-size: 21px !important;
}

.lbd-review-modal .lbd-rating-input label {
  font-size: 31px !important;
}

.lbd-review-modal .lbd-field input,
.lbd-review-modal .lbd-field textarea {
  width: 100% !important;
  border: 1px solid #ccd6e2 !important;
  border-radius: 10px !important;
  color: #17283f !important;
  background: #fff !important;
  box-shadow: none !important;
}

.lbd-review-form__actions {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.lbd-review-form__actions .lbd-button {
  min-height: 41px !important;
  border-radius: 10px !important;
  opacity: 1 !important;
}

.lbd-review-response {
  min-height: 18px;
  margin: 8px 0 0 !important;
}

body.lbd-modal-open {
  overflow: hidden;
}

/* Related cards */
.lbd-nearby-section {
  margin: 0 auto 40px;
}

.lbd-nearby-grid {
  margin-top: 17px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lbd-nearby-card {
  border: 1px solid #e0e5eb;
  border-radius: 13px;
  box-shadow: 0 5px 16px rgba(16, 35, 63, .05);
}

.lbd-nearby-card__media {
  height: 130px;
}

.lbd-nearby-card__body {
  padding: 12px 13px 13px;
}

.lbd-mobile-actions {
  display: none;
}

@media (max-width: 1024px) {
  .lbd-single .lbd-single-layout {
    grid-template-columns: 1fr;
  }

  .lbd-single .lbd-single-aside {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lbd-single .lbd-map-card,
  .lbd-single .lbd-share-card,
  .lbd-single .lbd-claim-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 782px) {
  body.lbd-single-body {
    padding-bottom: 0 !important;
  }

  .lbd-single {
    padding-bottom: var(--lbd-mobile-actions-clearance);
  }

  .lbd-single .lbd-container {
    width: min(100% - 24px, 1220px);
  }

  .lbd-single .lbd-place-hero {
    min-height: 0;
  }

  .lbd-single .lbd-place-hero__inner {
    padding: 18px 0 25px;
  }

  .lbd-single .lbd-breadcrumb {
    margin-bottom: 24px;
    gap: 7px;
    font-size: 9px;
  }

  .lbd-single .lbd-place-hero__content {
    align-items: flex-start;
    gap: 14px;
  }

  .lbd-single .lbd-single-logo {
    width: 78px;
    height: 78px;
    border-radius: 16px;
  }

  .lbd-single .lbd-place-identity h1 {
    font-size: 31px !important;
  }

  .lbd-single .lbd-place-identity > p {
    font-size: 13px !important;
  }

  .lbd-single .lbd-single-summary {
    gap: 8px 12px;
    font-size: 10px;
  }

  .lbd-single .lbd-single-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lbd-single .lbd-single-actions .lbd-button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 47px !important;
    padding: 0 11px !important;
    font-size: 11px !important;
  }

  .lbd-single .lbd-single-actions .lbd-button:nth-child(3):last-child {
    grid-column: 1 / -1;
  }

  .lbd-single .lbd-single-nav-wrap {
    top: 0;
  }

  .admin-bar .lbd-single .lbd-single-nav-wrap {
    top: 46px;
  }

  .lbd-single .lbd-single-nav-row {
    width: 100%;
  }

  .lbd-single .lbd-single-nav-identity,
  .lbd-single .lbd-single-nav-wrap.is-condensed .lbd-single-nav-identity,
  .lbd-single .lbd-single-nav-cta {
    display: none !important;
  }

  .lbd-single .lbd-single-nav {
    width: 100%;
    padding-inline: 12px;
    scroll-padding-inline: 12px;
  }

  .lbd-single .lbd-single-nav a {
    min-height: 52px;
    padding: 0 14px !important;
    font-size: 10px !important;
  }

  .lbd-single .lbd-single-nav a::after {
    right: 13px;
    left: 13px;
  }

  .lbd-single .lbd-single-layout {
    padding: 22px 0 28px;
    gap: 17px;
  }

  .lbd-single .lbd-single-main {
    gap: 15px;
  }

  .lbd-single .lbd-content-section {
    padding: 21px 17px;
    border-radius: 14px;
  }

  .lbd-single .lbd-content-section > h2,
  .lbd-single .lbd-section-heading h2,
  .lbd-single .lbd-reviews-heading h2 {
    font-size: 21px !important;
  }

  .lbd-single .lbd-feature-list {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .lbd-single .lbd-feature-list > div {
    min-height: 50px;
  }

  .lbd-single .lbd-feature-list > div > span {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  .lbd-single .lbd-gallery {
    height: 410px;
  }

  .lbd-single .lbd-single-aside {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lbd-single .lbd-map-card,
  .lbd-single .lbd-share-card,
  .lbd-single .lbd-claim-card {
    grid-column: auto;
  }

  .lbd-share-card {
    align-items: stretch !important;
    flex-direction: column;
  }

  .lbd-share-actions {
    width: 100%;
  }

  .lbd-share-actions a,
  .lbd-share-actions button {
    width: auto !important;
    flex: 1 1 0;
  }

  .lbd-reviews-heading {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .lbd-review-cta {
    width: 100% !important;
  }

  .lbd-review-overview {
    padding: 15px;
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .lbd-no-reviews {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .lbd-no-reviews > button {
    grid-column: 1 / -1;
    width: 100% !important;
  }

  .lbd-review-modal {
    padding: 9px;
  }

  .lbd-review-modal .lbd-review-form {
    max-height: calc(100vh - 18px);
    padding: 18px 15px;
    border-radius: 13px;
  }

  .lbd-review-form__actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .lbd-review-form__actions .lbd-button {
    width: 100% !important;
  }

  .lbd-nearby-section {
    margin-bottom: 25px;
  }

  .lbd-nearby-grid {
    grid-template-columns: 1fr;
  }

  .lbd-mobile-actions {
    position: fixed;
    z-index: 2147482000;
    right: 10px;
    bottom: calc(var(--lbd-mobile-actions-bottom) + env(safe-area-inset-bottom, 0px));
    left: 10px;
    min-height: 66px;
    padding: 6px;
    border: 1px solid #d7dfe8;
    border-radius: 14px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 5px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 16px 38px rgba(5, 21, 45, .25);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .lbd-mobile-actions a {
    min-width: 0 !important;
    min-height: 52px !important;
    padding: 5px 6px !important;
    border: 1px solid #dce3eb !important;
    border-radius: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    color: var(--lbd-primary) !important;
    background: #f7f9fc !important;
    box-shadow: none !important;
    opacity: 1 !important;
    font-size: 8px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-align: center;
  }

  .lbd-mobile-actions a.lbd-mobile-action--primary {
    border-color: var(--lbd-accent) !important;
    color: #172238 !important;
    background: var(--lbd-accent) !important;
  }

  .lbd-mobile-actions svg {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px;
  }
}

@media (max-width: 420px) {
  .lbd-single .lbd-container {
    width: min(100% - 20px, 1220px);
  }

  .lbd-single .lbd-place-hero__content {
    flex-direction: column;
  }

  .lbd-single .lbd-single-logo {
    width: 72px;
    height: 72px;
  }

  .lbd-single .lbd-place-identity h1 {
    font-size: 28px !important;
  }

  .lbd-single .lbd-single-nav a {
    padding: 0 12px !important;
    font-size: 9px !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .lbd-single .lbd-single-actions .lbd-button:hover,
  .lbd-share-actions a:hover,
  .lbd-share-actions button:hover,
  .lbd-nearby-card:hover,
  .lbd-nearby-card:hover img {
    transform: none !important;
  }
}

/* Interactive map shortcode */
.lbd-map-block {
  position: relative;
  width: 100%;
  border: 1px solid #dce3eb;
  border-radius: 15px;
  overflow: hidden;
  background: #eef2f6;
  box-shadow: 0 7px 22px rgba(16, 35, 63, .07);
}

.lbd-map-canvas {
  width: 100%;
  min-height: 300px;
  background: #e8edf3;
}

.lbd-map-empty {
  position: absolute;
  z-index: 500;
  inset: 50% auto auto 50%;
  width: min(340px, calc(100% - 30px));
  padding: 14px;
  border-radius: 10px;
  color: #506075;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(16, 35, 63, .16);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  transform: translate(-50%, -50%);
}

.lbd-map-block .leaflet-popup-content-wrapper {
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(7, 23, 45, .20);
}

.lbd-map-block .leaflet-popup-content {
  width: 220px !important;
  margin: 10px;
}

@media (max-width: 600px) {
  .lbd-map-canvas {
    max-height: 70vh;
  }
}

/*
 * 4.13.4 — hardening against late theme rules.
 * The public site applies high-specificity button and SVG colors after plugin
 * styles. Keep these controls explicit on mobile, tablet and desktop.
 */
html body .lbd-directory--v3 .lbd-category-row button:not(.is-active) strong {
  display: block !important;
  visibility: visible !important;
  color: #43546a !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #43546a !important;
}

html body .lbd-directory--v3 .lbd-category-row button.is-active strong {
  display: block !important;
  visibility: visible !important;
  color: #fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #fff !important;
}

html body .lbd-directory--v3 .lbd-near-me svg,
html body .lbd-directory--v3 .lbd-near-me svg path,
html body .lbd-directory--v3 .lbd-near-me svg circle {
  visibility: visible !important;
  color: var(--lbd-primary) !important;
  stroke: var(--lbd-primary) !important;
  opacity: 1 !important;
}

html body .lbd-directory--v3 .lbd-near-me:hover svg,
html body .lbd-directory--v3 .lbd-near-me:hover svg path,
html body .lbd-directory--v3 .lbd-near-me:hover svg circle,
html body .lbd-directory--v3 .lbd-near-me.is-active svg,
html body .lbd-directory--v3 .lbd-near-me.is-active svg path,
html body .lbd-directory--v3 .lbd-near-me.is-active svg circle {
  color: #fff !important;
  stroke: #fff !important;
}

html body .lbd-single .lbd-contact-list p {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

html body .lbd-single .lbd-contact-value {
  width: 100% !important;
  display: block !important;
  visibility: visible !important;
  color: #657085 !important;
  opacity: 1 !important;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: #657085 !important;
}

html body .lbd-single .lbd-contact-value a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  -webkit-text-fill-color: inherit !important;
}

html body .lbd-single .lbd-share-actions button.lbd-share-copy {
  visibility: visible !important;
  color: var(--lbd-primary) !important;
  background-color: #fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: var(--lbd-primary) !important;
}

html body .lbd-single .lbd-share-actions button.lbd-share-copy:hover {
  border-color: var(--lbd-primary) !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
  -webkit-text-fill-color: #fff !important;
}

html body .lbd-single .lbd-share-actions button.lbd-share-copy.is-copied {
  border-color: #138a58 !important;
  color: #fff !important;
  background: #138a58 !important;
  -webkit-text-fill-color: #fff !important;
}

html body .lbd-single .lbd-share-actions button.lbd-share-copy svg,
html body .lbd-single .lbd-share-actions button.lbd-share-copy svg path {
  display: block !important;
  visibility: visible !important;
  fill: none !important;
  stroke: var(--lbd-primary) !important;
  opacity: 1 !important;
}

html body .lbd-single .lbd-share-actions button.lbd-share-copy:hover svg,
html body .lbd-single .lbd-share-actions button.lbd-share-copy:hover svg path,
html body .lbd-single .lbd-share-actions button.lbd-share-copy.is-copied svg,
html body .lbd-single .lbd-share-actions button.lbd-share-copy.is-copied svg path {
  stroke: #fff !important;
}

html body .lbd-single .lbd-claim-card > button.lbd-claim-open {
  border-color: var(--lbd-primary) !important;
  color: var(--lbd-primary) !important;
  background: #fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: var(--lbd-primary) !important;
}

html body .lbd-single .lbd-claim-card > button.lbd-claim-open > span {
  display: inline !important;
  visibility: visible !important;
  color: var(--lbd-primary) !important;
  opacity: 1 !important;
  -webkit-text-fill-color: var(--lbd-primary) !important;
}

html body .lbd-single .lbd-claim-form__head button svg,
html body .lbd-single .lbd-claim-form__head button svg path,
html body .lbd-single .lbd-review-form__head button svg,
html body .lbd-single .lbd-review-form__head button svg path {
  width: 17px !important;
  height: 17px !important;
  display: block !important;
  visibility: visible !important;
  fill: none !important;
  stroke: #344a64 !important;
  stroke-width: 2.4 !important;
  opacity: 1 !important;
}

html body .lbd-single .lbd-claim-form .lbd-button--primary,
html body .lbd-single .lbd-review-form__actions .lbd-button--primary {
  border: 1px solid var(--lbd-primary) !important;
  color: #fff !important;
  background: var(--lbd-primary) !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #fff !important;
}

html body .lbd-single .lbd-review-form__actions .lbd-button--outline {
  border: 1px solid #cbd5e1 !important;
  color: var(--lbd-primary) !important;
  background: #fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: var(--lbd-primary) !important;
}

html body .lbd-single .lbd-claim-form .lbd-button > span,
html body .lbd-single .lbd-review-form__actions .lbd-button > span {
  display: inline !important;
  visibility: visible !important;
  color: inherit !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor !important;
}

html body .lbd-single .lbd-claim-form .lbd-button--primary > span,
html body .lbd-single .lbd-review-form__actions .lbd-button--primary > span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body .lbd-single .lbd-review-form__actions .lbd-button--outline > span {
  color: var(--lbd-primary) !important;
  -webkit-text-fill-color: var(--lbd-primary) !important;
}

html body .lbd-single .lbd-review-modal {
  z-index: 2147483000 !important;
}

html body .lbd-single .lbd-review-modal .lbd-review-form {
  max-height: calc(100dvh - 36px) !important;
}

html body .lbd-single .lbd-review-form__actions {
  position: sticky;
  z-index: 4;
  bottom: -1px;
  margin: 9px -4px -4px !important;
  padding: 12px 4px 4px;
  background: #fff;
}

@media (max-width: 782px) {
  html body .lbd-single.is-review-open .lbd-mobile-actions,
  html body .lbd-single.is-claim-open .lbd-mobile-actions,
  html body .lbd-single.has-form-focus .lbd-mobile-actions {
    display: none !important;
  }

  html body .lbd-single .lbd-review-modal {
    padding: 8px !important;
    align-items: flex-end !important;
  }

  html body .lbd-single .lbd-review-modal .lbd-review-form {
    max-height: calc(100dvh - 16px - env(safe-area-inset-bottom, 0px)) !important;
    padding-bottom: max(15px, env(safe-area-inset-bottom, 0px)) !important;
  }

  html body .lbd-single .lbd-review-form__actions {
    padding-bottom: max(4px, env(safe-area-inset-bottom, 0px));
  }
}

/* 4.13.5 — categories, desktop filters and persistent-player navigation. */
@media (min-width: 821px) {
  html body .lbd-directory--v3 .lbd-category-trigger {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    display: none !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
  }

  html body .lbd-directory--v3 .lbd-category-row {
    max-height: none !important;
    margin: 0 !important;
    padding: 2px 1px !important;
    display: flex !important;
    visibility: visible !important;
    flex-direction: row !important;
    align-items: center !important;
    overflow-x: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

@media (min-width: 1161px) {
  html body .lbd-directory--v3 .lbd-filter-panel {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    align-items: stretch !important;
  }

  html body .lbd-directory--v3 .lbd-filter-head {
    min-height: 92px !important;
    align-items: flex-start !important;
    padding-top: 30px !important;
  }

  html body .lbd-directory--v3 .lbd-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: end !important;
    gap: 10px 14px !important;
  }

  html body .lbd-directory--v3 .lbd-filter-checks {
    min-width: 0 !important;
    min-height: 34px !important;
    grid-column: 1 / 3 !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 8px 18px !important;
    overflow: visible !important;
  }

  html body .lbd-directory--v3 .lbd-filter-checks label,
  html body .lbd-directory--v3 .lbd-filter-checks strong {
    visibility: visible !important;
    color: #46576d !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #46576d !important;
  }

  html body .lbd-directory--v3 .lbd-clear-filters {
    min-width: 112px !important;
    grid-column: 3 !important;
    justify-self: end !important;
    visibility: visible !important;
    color: #566579 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #566579 !important;
  }
}

@media (max-width: 820px) {
  html body .lbd-directory--v3 .lbd-category-trigger {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 1px solid #d9e0e8 !important;
    display: flex !important;
    visibility: visible !important;
    overflow: visible !important;
    clip: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  html body .lbd-directory--v3 .lbd-category-row {
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    visibility: hidden !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body .lbd-directory--v3 .lbd-category-strip.is-open .lbd-category-row {
    max-height: 65vh !important;
    margin-top: 9px !important;
    padding-bottom: 2px !important;
    visibility: visible !important;
    overflow-y: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 782px) {
  html body .lbd-single {
    padding-bottom: 0 !important;
  }

  html body .lbd-single .lbd-mobile-actions {
    display: none !important;
  }
}

/* 4.13.8 — unified review/claim modals and balanced directory phone numbers. */
html body.lbd-modal-open {
  overflow: hidden !important;
}

html body .lbd-single .lbd-review-modal__backdrop,
html body .lbd-single .lbd-claim-modal__backdrop {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: block !important;
  background: rgba(31, 34, 39, .82) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

html body .lbd-single .lbd-claim-modal {
  position: fixed !important;
  z-index: 2147483000 !important;
  inset: 0 !important;
  padding: 18px !important;
  align-items: center !important;
  justify-content: center !important;
}

html body .lbd-single .lbd-claim-modal:not([hidden]) {
  display: flex !important;
}

html body .lbd-single .lbd-claim-modal .lbd-claim-form {
  position: relative !important;
  z-index: 1 !important;
  width: min(620px, 100%) !important;
  max-height: calc(100dvh - 36px) !important;
  margin: 0 !important;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 15px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #fff !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34) !important;
}

html body .lbd-single .lbd-claim-form__head {
  margin: 0 0 20px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

html body .lbd-single .lbd-claim-form__head > div {
  min-width: 0 !important;
}

html body .lbd-single .lbd-claim-form__head h3 {
  margin: 5px 0 5px !important;
  color: #142941 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
}

html body .lbd-single .lbd-claim-form__head p {
  margin: 0 !important;
  color: #647185 !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

html body .lbd-single .lbd-review-form__head button,
html body .lbd-single .lbd-claim-form__head > button {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #d7dfe8 !important;
  border-radius: 11px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 40px !important;
  color: #40536b !important;
  background: #f5f7f9 !important;
  box-shadow: none !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

html body .lbd-single .lbd-review-form__head button svg,
html body .lbd-single .lbd-claim-form__head > button svg {
  position: static !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  display: block !important;
  color: currentColor !important;
  stroke: currentColor !important;
  transform: none !important;
  opacity: 1 !important;
}

html body .lbd-single .lbd-review-form__head button svg path,
html body .lbd-single .lbd-claim-form__head > button svg path {
  stroke: currentColor !important;
  fill: none !important;
  opacity: 1 !important;
}

html body .lbd-single .lbd-claim-form .lbd-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body .lbd-single .lbd-claim-form .lbd-field {
  margin: 0 !important;
}

html body .lbd-single .lbd-claim-form .lbd-field--full {
  grid-column: 1 / -1 !important;
}

html body .lbd-single .lbd-claim-form :where(input, select, textarea) {
  width: 100% !important;
  border: 1px solid #ccd6e2 !important;
  border-radius: 10px !important;
  color: #17283f !important;
  background: #fff !important;
  box-shadow: none !important;
}

html body .lbd-single .lbd-claim-form__actions {
  position: sticky !important;
  z-index: 4 !important;
  bottom: -1px !important;
  margin: 10px -4px -4px !important;
  padding: 12px 4px 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  background: #fff !important;
}

html body .lbd-single .lbd-claim-form__actions .lbd-button {
  width: auto !important;
  min-width: 124px !important;
  min-height: 42px !important;
}

html body .lbd-directory--v3 .lbd-place-card--v3 .lbd-card-contact > a {
  font-size: 15px !important;
  font-weight: 720 !important;
  line-height: 1.25 !important;
  letter-spacing: -.01em !important;
}

html body .lbd-directory--v3 .lbd-place-card--v3 .lbd-card-contact > a svg {
  width: 14px !important;
  height: 14px !important;
  flex-basis: 14px !important;
  margin-top: 2px !important;
}

@media (max-width: 782px) {
  html body .lbd-single .lbd-claim-modal {
    padding: 8px !important;
    align-items: flex-end !important;
  }

  html body .lbd-single .lbd-claim-modal .lbd-claim-form {
    max-height: calc(100dvh - 16px - env(safe-area-inset-bottom, 0px)) !important;
    padding: 20px 16px max(16px, env(safe-area-inset-bottom, 0px)) !important;
    border-radius: 15px 15px 10px 10px !important;
  }

  html body .lbd-single .lbd-claim-form .lbd-form-grid {
    grid-template-columns: 1fr !important;
  }

  html body .lbd-single .lbd-claim-form .lbd-field--full {
    grid-column: auto !important;
  }

  html body .lbd-directory--v3 .lbd-place-card--v3 .lbd-card-contact > a {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  html body .lbd-single .lbd-claim-form__actions {
    flex-direction: column-reverse !important;
  }

  html body .lbd-single .lbd-claim-form__actions .lbd-button {
    width: 100% !important;
  }
}

/* 4.13.9 — keep dialogs above nearby cards and force visible close icons. */
html body div.lbd.lbd-single > .lbd-claim-modal {
  position: fixed !important;
  z-index: 2147483646 !important;
  isolation: isolate !important;
}

html body div.lbd.lbd-single .lbd-review-form__head > button,
html body div.lbd.lbd-single .lbd-claim-form__head > button {
  color: #40536b !important;
  -webkit-text-fill-color: #40536b !important;
}

html body div.lbd.lbd-single .lbd-review-form__head > button svg,
html body div.lbd.lbd-single .lbd-review-form__head > button svg path,
html body div.lbd.lbd-single .lbd-claim-form__head > button svg,
html body div.lbd.lbd-single .lbd-claim-form__head > button svg path {
  color: #40536b !important;
  fill: none !important;
  stroke: #40536b !important;
  stroke-width: 2.4 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 4.14.0 — clean, responsive offer and promo-code layout. */
html body .lbd-single .lbd-offers-list > article {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) minmax(190px, 240px) !important;
  align-items: center !important;
  gap: 20px !important;
}

html body .lbd-single .lbd-offers-list > article > div:nth-child(2) {
  min-width: 0 !important;
}

html body .lbd-single .lbd-offers-list > article > div:last-child {
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 8px !important;
}

html body .lbd-single button.lbd-offer-code {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 76px !important;
  margin: 0 !important;
  padding: 10px 16px !important;
  border: 1px dashed rgba(255, 255, 255, .55) !important;
  border-radius: 13px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto !important;
  place-items: center !important;
  gap: 2px !important;
  overflow: hidden !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: var(--lbd-primary) !important;
  box-shadow: 0 7px 18px rgba(19, 49, 93, .14) !important;
  line-height: 1.1 !important;
  text-align: center !important;
  white-space: normal !important;
}

html body .lbd-single button.lbd-offer-code > small,
html body .lbd-single button.lbd-offer-code > strong,
html body .lbd-single button.lbd-offer-code > em {
  position: static !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  overflow: hidden !important;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  opacity: 1 !important;
}

html body .lbd-single button.lbd-offer-code > small {
  font-size: 8px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
}

html body .lbd-single button.lbd-offer-code > strong {
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
}

html body .lbd-single button.lbd-offer-code > em {
  color: rgba(255, 255, 255, .78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .78) !important;
  font-size: 8px !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

html body .lbd-single button.lbd-offer-code:hover,
html body .lbd-single button.lbd-offer-code:focus-visible {
  background: color-mix(in srgb, var(--lbd-primary) 78%, #171717) !important;
  transform: translateY(-1px) !important;
}

html body .lbd-single .lbd-offers-list > article > div:last-child > a {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  html body .lbd-single .lbd-offers-list > article {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 15px !important;
  }

  html body .lbd-single .lbd-offers-list > article > div:last-child {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 560px) {
  html body .lbd-single .lbd-offers-list > article {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  html body .lbd-single .lbd-offer-ticket {
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
  }
}
.lbd .lbd-owner-reply {
	margin-top: 15px !important;
	padding: 14px 16px !important;
	border-left: 3px solid var(--lbd-accent) !important;
	border-radius: 0 10px 10px 0 !important;
	background: #f6f8fb !important;
}
.lbd .lbd-owner-reply > strong {
	display: block !important;
	margin-bottom: 4px !important;
	color: var(--lbd-primary) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
}
.lbd .lbd-owner-reply > p {
	margin: 0 !important;
	color: #5f6d80 !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
}
