:root {
  --market-ink: #102a43;
  --market-muted: #627d98;
  --market-blue: #1769aa;
  --market-orange: #f39224;
  --market-paper: #f6f8fb;
  --market-line: #d9e2ec;
  --market-text-color: var(--lm26-text-color, #000);
  --market-radius: 6px;
}

.gradient-logo-sitename {
  font-size: 2rem;
  font-weight: 600;
  background: -webkit-linear-gradient(rgb(255 255 255 / 3%) 0%, rgb(104 104 104) 50%, rgb(0 0 0) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 12px;
}

.gradient-logo-sitename:focus {
  outline: none;
}

.gradient-logo-sitename:focus:before {
  box-shadow: 0 0 0 4px #d367c1;
}

body {
  isolation: isolate;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  color: var(--market-ink);
  background: #fff8f0;
  font-family: "Work Sans", "Segoe UI", sans-serif;
}

body::before,
body::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
}

body::before {
  background:
    linear-gradient(132deg, transparent 0 24%, rgba(243, 146, 36, .16) 24.2% 31%, transparent 31.2%),
    linear-gradient(312deg, transparent 0 56%, rgba(208, 91, 20, .08) 56.2% 68%, transparent 68.2%),
    repeating-linear-gradient(118deg, transparent 0 74px, rgba(243, 146, 36, .08) 75px 76px, transparent 77px 150px);
  opacity: .9;
  z-index: -2;
}

body::after {
  background:
    radial-gradient(ellipse 42% 32% at 4% 8%, rgba(243, 146, 36, .34) 0%, rgba(243, 146, 36, .16) 42%, transparent 72%),
    radial-gradient(ellipse 38% 46% at 96% 78%, rgba(230, 111, 22, .2) 0%, rgba(255, 184, 92, .12) 42%, transparent 74%),
    linear-gradient(148deg, transparent 0 43%, rgba(255, 255, 255, .72) 43.2% 56%, transparent 56.2%);
  mix-blend-mode: multiply;
  z-index: -1;
}

body:is(.front, .site) main {
  background: transparent !important;
}

iframe#blockrandom-181 {
  display: block;
  height: clamp(360px, 32vw, 520px) !important;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

body:is(.front, .site) main .component {
  margin: 0 auto;
  max-width: 1380px;
  padding: 48px 24px 72px;
  width: 100%;
}

body:is(.front, .site) .hwx-lmdb-page-title {
  margin-bottom: 28px;
}

body:is(.front, .site) .hwx-lmdb-page-title-text,
body:is(.front, .site) .hwx-lmdb-list-title {
  background: none !important;
  color: var(--market-ink) !important;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.05;
  width: auto;
}

body:is(.front, .site) .hwx-lmdb-page-title-text {
  color: var(--market-ink) !important;
}

body:is(.front, .site) .hwx-lmdb-filter-default {
  background: #fff;
  border: 1px solid var(--market-line);
  border-radius: var(--market-radius);
  box-shadow: 0 8px 20px rgba(16, 42, 67, .06);
  margin-bottom: 32px;
  padding: 20px;
}

body:is(.front, .site) .hwx-lmdb-filter-type .filter-button {
  background: #eef3f7 !important;
  border: 1px solid transparent !important;
  border-radius: 999px;
  color: var(--market-ink) !important;
  font-size: .85rem;
  margin: 4px 3px;
  padding: 8px 14px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

body:is(.front, .site) .hwx-lmdb-filter-label {
  align-items: center;
  color: var(--market-ink);
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
}

body:is(.front, .site) .hwx-lmdb-filter-label::before {
  background: var(--market-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(243, 146, 36, .16);
  content: "";
  display: inline-block;
  flex: 0 0 8px;
  height: 8px;
  width: 8px;
}

body:is(.front, .site) .hwx-lmdb-filter-type .filter-button:hover,
body:is(.front, .site) .hwx-lmdb-filter-type .filter-button.active {
  background: var(--market-blue) !important;
  border-color: var(--market-blue) !important;
  color: #fff !important;
}

body:is(.front, .site) #hwx-lmdb-filter .filter-button {
  background: #eef3f7 !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: var(--market-ink) !important;
}

body:is(.front, .site) #hwx-lmdb-filter .filter-button:hover,
body:is(.front, .site) #hwx-lmdb-filter .filter-button.active {
  background: var(--market-blue) !important;
  border-color: var(--market-blue) !important;
  color: #fff !important;
}

body:is(.front, .site) .hwx-lmdb-filter-input-container input {
  background: #f8fafc;
  border: 1px solid var(--market-line);
  border-radius: 6px;
  color: var(--market-ink);
  min-height: 44px;
  padding: 10px 14px;
}

body:is(.front, .site) .hwx-lmdb-filter-default .hwx-lmdb-filter-button-container button,
body:is(.front, .site) .hwx-lmdb-filter-default > button {
  background: var(--market-orange) !important;
  border: 0 !important;
  border-radius: 6px;
  color: #172b4d !important;
  font-weight: 700;
  min-height: 44px;
  padding: 10px 18px;
}

body:is(.front, .site) .hwx-lmdb-filter-default {
  border-radius: 12px;
  display: flex;
  align-items: center;
  min-height: 116px;
  padding: 22px 20px;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-list-noitems {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--market-ink);
  display: flex;
  flex-direction: column;
  font-size: 1.35rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.3;
  margin: 0 0 2rem;
  min-height: 136px;
  padding: 2.5rem 1rem;
  text-align: center;
}

body:is(.front, .site) #hwx-lmdb-filter[data-filter-types="search"] .hwx-lmdb-filter-types {
  align-items: center;
  box-sizing: border-box;
  column-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 1rem;
  width: 100%;
}

body:is(.front, .site) #hwx-lmdb-filter-search {
  flex: 1 1 320px;
  max-width: 620px;
  padding-left: 1rem;
  position: relative;
}

body:is(.front, .site) #hwx-lmdb-filter-search::before {
  background: var(--market-orange);
  border-radius: 999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

body:is(.front, .site) #hwx-lmdb-filter-search .hwx-lmdb-filter-label {
  color: var(--market-ink);
  font-weight: 700;
  margin-bottom: 6px;
}

body:is(.front, .site) #hwx-lmdb-filter-search .input-group {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  gap: 1rem;
  width: 100%;
  height: auto;
}

body:is(.front, .site) #hwx-lmdb-filter-search input {
  background: #fff !important;
  border: 2px solid var(--market-blue) !important;
  border-radius: 8px !important;
  box-sizing: border-box;
  color: var(--market-ink) !important;
  font-size: 1rem;
  flex: 1 1 auto;
  height: 50px;
  min-width: 0;
  min-height: 50px;
  padding: 9px 12px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

body:is(.front, .site) #hwx-lmdb-filter-search input:focus {
  border-color: var(--market-orange);
  box-shadow: 0 0 0 3px rgba(243, 146, 36, .2);
  outline: 0;
}

body:is(.front, .site) #hwx-lmdb-filter-search-button {
  background: var(--hwx-primary-color, var(--market-orange)) !important;
  border: 2px solid var(--hwx-primary-color, var(--market-orange)) !important;
  border-radius: 8px !important;
  box-sizing: border-box;
  color: var(--market-ink) !important;
  font-size: 1rem;
  flex: 0 0 104px;
  font-weight: 700;
  margin: 0 !important;
  min-height: 50px;
  padding: 9px 20px;
  width: 104px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

body:is(.front, .site) #hwx-lmdb-filter-search-button:hover,
body:is(.front, .site) #hwx-lmdb-filter-search-button:focus {
  background: #fff !important;
  border-color: var(--hwx-primary-color, var(--market-orange)) !important;
  color: var(--hwx-primary-color, var(--market-orange)) !important;
}

body:is(.front, .site) #hwx-lmdb-filter-search #hwx-lmdb-filter-search-button.filter-button {
  background: var(--hwx-primary-color, var(--market-orange)) !important;
  border: 2px solid var(--hwx-primary-color, var(--market-orange)) !important;
  border-radius: 8px !important;
  color: var(--market-ink) !important;
}

body:is(.front, .site) #hwx-lmdb-filter-search #hwx-lmdb-filter-search-button.filter-button:hover,
body:is(.front, .site) #hwx-lmdb-filter-search #hwx-lmdb-filter-search-button.filter-button:focus {
  background: #fff !important;
  border: 2px solid var(--hwx-primary-color, var(--market-orange)) !important;
  border-radius: 8px !important;
  color: var(--market-ink);
  opacity: 1 !important;
}

body:is(.front, .site) #hwx-lmdb-filter-reset {
  flex: 0 0 auto;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  top: 0;
}

body:is(.front, .site) #hwx-lmdb-filter-reset-button {
  background: #fff !important;
  border: 2px solid var(--market-ink) !important;
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--market-ink) !important;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 !important;
  min-height: 50px;
  padding: 9px 18px;
  width: auto;
}

body:is(.front, .site) #hwx-lmdb-filter-reset-button.filter-button {
  background: #fff !important;
  border: 2px solid var(--market-ink) !important;
  border-radius: 8px !important;
  color: var(--market-ink) !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

body:is(.front, .site) #hwx-lmdb-filter-reset-button:hover,
body:is(.front, .site) #hwx-lmdb-filter-reset-button:focus {
  background: var(--market-ink) !important;
  border: 2px solid var(--market-ink) !important;
  color: #fff !important;
}

body:is(.front, .site) #hwx-lmdb-filter-reset-button.filter-button:hover,
body:is(.front, .site) #hwx-lmdb-filter-reset-button.filter-button:focus {
  background: var(--market-ink) !important;
  border: 2px solid var(--market-ink) !important;
  color: #fff !important;
  opacity: 1 !important;
}

body:is(.front, .site) .hwx-lmdb-list-items {
  gap: 20px;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-list-footnote,
body:is(.front, .site) .hwx-lmdb-list-basetiles.v3 .hwx-lmdb-list-footnote {
  align-items: center;
  background: transparent;
  border-bottom: 2px solid rgba(243, 146, 36, .7);
  color: var(--market-ink);
  display: flex;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
  margin: 0 24px 18px auto;
  min-height: 28px;
  padding: 3px 2px 6px;
  width: fit-content;
}

body:is(.front, .site) .hwx-lmdb-list-item:not(.hwx-lmdb-list-item-adbanner) {
  background: #fff;
  border: 1px solid var(--market-line);
  border-radius: var(--market-radius);
  box-shadow: 0 5px 16px rgba(16, 42, 67, .05);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

body:is(.front, .site) .hwx-lmdb-list-item:not(.hwx-lmdb-list-item-adbanner):hover {
  border-color: var(--hwx-primary-color, var(--market-orange)) !important;
  box-shadow: 0 14px 30px rgba(16, 42, 67, .14);
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-list-item-adbanner.hwx-lmdb-adbanner-tile {
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--market-line);
  border-radius: var(--market-radius);
  box-shadow: 0 5px 16px rgba(16, 42, 67, .05);
  display: flex;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-list-item-adbanner.hwx-lmdb-adbanner-tile:hover,
body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-list-item-adbanner.hwx-lmdb-adbanner-tile:focus-within {
  border-color: var(--hwx-primary-color, var(--market-orange));
  box-shadow: 0 14px 30px rgba(16, 42, 67, .14);
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-adbanner-tile > .hwx-lmdb-adbanner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  background: #fff;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-adbanner-tile .hwx-lmdb-adbanner-notice {
  flex: 0 0 auto;
  padding: 5px 10px;
  background: var(--market-paper);
  border-bottom: 1px solid var(--market-line);
  color: var(--market-muted);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-adbanner-tile ins {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-adbanner-tile ins > a {
  display: block;
  height: 100%;
  overflow: hidden;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-adbanner-tile ins > a > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: transform .25s ease;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-adbanner-tile:hover ins > a > img,
body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-adbanner-tile:focus-within ins > a > img {
  transform: scale(1.03);
}

body:is(.front, .site) .hwx-lmdb-list-item-imageblock {
  background: #eef3f7;
  min-height: 190px;
  overflow: hidden;
}

body:is(.front, .site) .hwx-lmdb-list-item-imageblock img {
  height: 220px;
  margin: 0;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}

body:is(.front, .site) .hwx-lmdb-list-item-imageblock .hwx-lmdb-placeholder-image {
  aspect-ratio: 16 / 10;
  background: #d5e8e4;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

body:is(.front, .site) .hwx-lmdb-list-item:not(.hwx-lmdb-list-item-adbanner):hover .hwx-lmdb-list-item-imageblock img {
  transform: scale(1.06);
}

body:is(.front, .site) .hwx-lmdb-price-container {
  background: #fff;
  border: 1px solid var(--market-line);
  border-radius: 0 0 0 8px;
  color: #172b4d !important;
  font-size: 1.1rem;
  font-weight: 800;
  padding: 8px 12px;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-price-container {
  border-top: 0 !important;
  border-right: 0 !important;
}

body:is(.front, .site) .hwx-lmdb-list-item-content {
  padding: 16px 16px 20px;
}

body:is(.front, .site) .hwx-lmdb-list-item-content-title-text {
  color: var(--market-ink) !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2.hwx-lmdb-companies-v2 .hwx-lmdb-list-item-imageblock,
body:is(.front, .site) .hwx-lmdb-list-baselist.hwx-lmdb-companies-v2 .hwx-lmdb-list-item-imageblock {
  align-items: center;
  background: #fff !important;
  display: flex;
  justify-content: center;
  height: 190px !important;
  min-height: 190px !important;
  position: relative;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2.hwx-lmdb-companies-v2 .hwx-lmdb-list-item-imageblock img,
body:is(.front, .site) .hwx-lmdb-list-baselist.hwx-lmdb-companies-v2 .hwx-lmdb-list-item-imageblock img {
  object-fit: contain !important;
  width: 100%;
}

body:is(.front, .site) .hwx-lmdb-list-basetiles.v2.hwx-lmdb-companies-v2 .hwx-lmdb-list-items .hwx-lmdb-list-item .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-badges,
body:is(.front, .site) .hwx-lmdb-list-baselist.hwx-lmdb-companies-v2 .hwx-lmdb-list-items .hwx-lmdb-list-item .hwx-lmdb-list-item-imageblock .hwx-lmdb-list-item-badges {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  left: 12px !important;
  position: absolute;
  right: 12px !important;
  row-gap: 6px;
  top: 12px !important;
  z-index: 2;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 .hwx-lmdb-list-item-badge {
  border: 0;
  border-radius: 999px !important;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1;
  padding: 6px 9px;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 .hwx-badge-top {
  background: var(--market-orange);
  color: var(--market-ink);
}

body:is(.front, .site) .hwx-lmdb-companies-v2 .hwx-badge-product {
  background: var(--market-ink) !important;
  color: #fff !important;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 .hwx-badge-district {
  background: #fff;
  border: 1px solid var(--market-line);
  color: var(--market-ink);
}

body:is(.front, .site) .hwx-lmdb-companies-v2 .hwx-lmdb-list-item-content {
  min-height: 70px;
}

/* Keep the modern pagination independent from the legacy app.css arrows. */
body:is(.front, .site) #hwx-lmdb-list-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 32px 0 8px;
  max-width: 100%;
  overflow-x: auto;
  padding: 0 4px 4px;
  scrollbar-width: thin;
  width: 100%;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  margin: 0;
  max-width: max-content;
  min-width: max-content;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item {
  margin: 0;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:focus,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:hover {
  align-items: center;
  background: #fff;
  border: 2px solid var(--hwx-primary-color, var(--market-orange));
  border-radius: 0;
  box-shadow: none;
  color: var(--market-ink);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  min-width: 42px;
  padding: 10px 13px;
  white-space: nowrap;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:hover,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:focus,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item.active .page-link {
  background: var(--hwx-primary-color, var(--market-orange));
  border-color: var(--hwx-primary-color, var(--market-orange));
  color: var(--market-ink);
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item.disabled .page-link {
  background: #fff;
  border-color: var(--hwx-primary-color, var(--market-orange));
  color: var(--market-muted);
  opacity: .65;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:not(:first-child):not(:last-child) .page-link {
  border-left-width: 0;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) {
  margin-right: 4px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2),
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child {
  margin-left: 4px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link {
  border-radius: 8px;
  font-size: 0 !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link::before {
  display: inline-block !important;
  font-size: 1rem !important;
  line-height: 1;
  visibility: visible !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link::before {
  content: "<<" !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link::before {
  content: "<" !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link::before {
  content: ">" !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link::before {
  content: ">>" !important;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link {
    min-height: 40px;
    min-width: 40px;
    padding: 9px 11px;
  }
}

@media (max-width: 767.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination {
    justify-content: flex-start;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination {
    justify-content: flex-start;
  }

  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link {
    min-height: 38px;
    min-width: 38px;
    padding: 8px 10px;
  }
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item.disabled,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item.disabled .page-link {
  box-sizing: border-box;
  flex: 0 0 42px;
  height: 42px;
  min-height: 42px;
  min-width: 42px;
  width: 42px !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item.disabled .page-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0 10px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(3) .page-link {
  border-left-width: 2px !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(3) .page-link {
  border-right-width: 0 !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link {
  border-left-width: 2px !important;
  border-right-width: 0 !important;
}

@media (max-width: 399.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link {
    min-height: 36px;
    min-width: 36px;
    padding: 7px 9px;
  }
}

@media (max-width: 767.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(n+8):nth-last-child(n+3) {
    display: none !important;
  }
}

body:is(.front, .site) #hwx-lmdb-list-pagination nav.pagination__wrapper span.page-link {
  display: inline-flex !important;
  height: 42px !important;
  margin: 0 !important;
  position: relative !important;
  width: 42px !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination nav.pagination__wrapper span.page-link > span[class*="icon-angle"] {
  background: transparent !important;
  border-radius: 0 !important;
  display: none !important;
  height: auto !important;
  margin: 0 !important;
  position: static !important;
  width: auto !important;
}

@media (max-width: 767.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination nav.pagination__wrapper span.page-link {
    height: 38px !important;
    width: 38px !important;
  }
}

@media (max-width: 399.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination nav.pagination__wrapper span.page-link {
    height: 36px !important;
    width: 36px !important;
  }
}

@media (max-width: 767.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:hover,
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:focus {
    box-sizing: border-box;
    height: 38px !important;
    min-height: 38px !important;
    min-width: 38px !important;
    padding: 0 10px !important;
    width: 38px !important;
  }

  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(7) .page-link {
    border-right-width: 2px !important;
  }
}

@media (max-width: 399.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:hover,
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:focus {
    height: 36px !important;
    min-height: 36px !important;
    min-width: 36px !important;
    width: 36px !important;
  }
}

/* Use equal controls and Font Awesome icons for all pagination groups. */
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:hover,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:focus {
  border-width: 2px;
  box-sizing: border-box;
  height: 42px;
  min-width: 42px;
  padding: 0 10px;
  width: 42px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2),
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2),
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child {
  margin-left: 0;
  margin-right: 0;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child {
  margin-right: 12px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) {
  margin-right: 12px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) {
  margin-left: 12px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link {
  border-radius: 0;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link {
  border-radius: 8px 0 0 8px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link {
  border-left-width: 0;
}


body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link {
  border-radius: 8px 0 0 8px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link {
  border-radius: 0 8px 8px 0;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
  font-weight: 900;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link::before {
  content: "\f100" !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link::before {
  content: "\f104" !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link::before {
  content: "\f105" !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link::before {
  content: "\f101" !important;
}

@media (max-width: 767.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link,
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:hover,
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:focus {
    height: 38px;
    min-width: 38px;
    width: 38px;
  }
}

@media (max-width: 399.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link,
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:hover,
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:focus {
    height: 36px;
    min-width: 36px;
    width: 36px;
  }
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 32px 0 8px;
  max-width: 100%;
  overflow-x: auto;
  padding: 0 4px 4px;
  scrollbar-width: thin;
  width: 100%;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  margin: 0;
  max-width: 100%;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item {
  margin: 0;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-link {
  align-items: center;
  background: #fff;
  border: 2px solid var(--hwx-primary-color, var(--market-orange));
  border-radius: 0;
  color: var(--market-ink);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  min-width: 42px;
  padding: 10px 13px;
  white-space: nowrap;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item:not(:first-child):not(:last-child) .page-link {
  border-left-width: 0;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item:not(:first-child):not(:last-child) + .page-item:not(:last-child) .page-link {
  border-left-width: 0;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item:first-child .page-link,
body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item:last-child .page-link {
  border-radius: 8px;
  font-size: 0;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item:first-child {
  margin-right: 4px;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item:last-child {
  margin-left: 4px;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item:first-child .page-link > *,
body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item:last-child .page-link > * {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  visibility: visible;
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-link:hover,
body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-link:focus {
  background: var(--hwx-primary-color, var(--market-orange));
  border-color: var(--hwx-primary-color, var(--market-orange));
  color: var(--market-ink);
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item.active .page-link {
  background: var(--hwx-primary-color, var(--market-orange));
  border-color: var(--hwx-primary-color, var(--market-orange));
  color: var(--market-ink);
}

body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item.disabled .page-link {
  background: #fff;
  border-color: var(--hwx-primary-color, var(--market-orange));
  color: var(--market-muted);
  opacity: .65;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-link {
    min-height: 40px;
    min-width: 40px;
    padding: 9px 11px;
  }
}

@media (max-width: 767.98px) {
  body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination {
    justify-content: center;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .pagination {
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-width: max-content;
  }

  body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-link {
    min-height: 38px;
    min-width: 38px;
    padding: 8px 10px;
  }
}

@media (max-width: 399.98px) {
  body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-link {
    min-height: 36px;
    min-width: 36px;
    padding: 7px 9px;
  }

  body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item:first-child,
  body:is(.front, .site) .hwx-lmdb-companies-v2 #hwx-lmdb-list-pagination .page-item:last-child {
    margin-left: 2px;
    margin-right: 2px;
  }
}

/* Keep short pages full-height and pin the cookie control consistently. */
html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body > .main {
  flex: 1 0 auto;
  min-height: 0;
}

body > footer,
body > .footer {
  flex: 0 0 auto;
  margin-top: auto;
}

.jb-privacy-reopen {
  bottom: 20px !important;
  left: auto !important;
  position: fixed !important;
  right: 20px !important;
  top: auto !important;
  z-index: 1200 !important;
}

.jb-privacy-reopen .btn {
  align-items: center !important;
  background: var(--hwx-primary-color, var(--market-orange)) !important;
  border: 2px solid var(--hwx-primary-color, var(--market-orange)) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: inline-flex !important;
  height: 50px !important;
  justify-content: center !important;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 9px !important;
  transform: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
  width: 50px !important;
}

body:is(.front, .site) :is(button.btn, a.btn, .filter-button),
.jb-privacy :is(.jb-settings, .jb-accept),
#jb-privacy-preferences :is(.jb-reject-all, .jb-save-selection, .jb-accept-all) {
  align-items: center !important;
  justify-content: center !important;
}

.jb-privacy-reopen .btn img {
  display: block !important;
  height: 24px !important;
  max-height: 24px !important;
  max-width: 24px !important;
  width: 24px !important;
}

.jb-privacy-reopen .btn:hover,
.jb-privacy-reopen .btn:focus,
.jb-privacy-reopen .btn:focus-visible {
  background: #fff !important;
  border-color: var(--hwx-primary-color, var(--market-orange)) !important;
  color: var(--market-ink) !important;
  opacity: 1 !important;
  transform: none !important;
}

.jb-privacy-reopen .btn:hover img,
.jb-privacy-reopen .btn:focus img,
.jb-privacy-reopen .btn:focus-visible img {
  filter: brightness(0) saturate(100%) invert(67%) sepia(97%) saturate(1055%) hue-rotate(350deg) brightness(101%) contrast(91%) !important;
}

@media (max-width: 767px) {
  .jb-privacy-reopen {
    bottom: 12px !important;
    right: 12px !important;
  }
}

body:is(.front, .site) main .component {
    padding: 32px 14px 48px;
  }

  body:is(.front, .site) .hwx-lmdb-filter-default {
    padding: 14px;
  }

  body:is(.front, .site) .hwx-lmdb-list-basetiles.v2 .hwx-lmdb-list-noitems {
    font-size: 1.1rem;
    min-height: 112px;
    padding: 2rem 1rem;
  }

  body:is(.front, .site) #hwx-lmdb-filter-reset {
    top: 0;
  }

  body:is(.front, .site) #hwx-lmdb-filter-search {
    top: 0;
  }

/* Final pagination geometry: previous group, number group, next group. */
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2),
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2),
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child {
  margin-left: 0;
  margin-right: 0;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) {
  margin-right: 12px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) {
  margin-left: 12px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link {
  border-radius: 8px 0 0 8px;
  border-right-width: 0;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link {
  border-radius: 0 8px 8px 0;
  border-left-width: 2px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(3) .page-link {
  border-radius: 8px 0 0 8px;
  border-left-width: 2px;
  border-right-width: 0;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(n+4):nth-last-child(n+3) .page-link {
  border-left-width: 0;
  border-right-width: 0;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(3) .page-link {
  border-radius: 0 8px 8px 0;
  border-right-width: 2px !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link {
  border-radius: 8px 0 0 8px;
  border-left-width: 2px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link {
  border-radius: 0 8px 8px 0;
  border-left-width: 0;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:hover,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-link:focus,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item.active .page-link {
  border-width: 2px;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link::before {
  align-items: center;
  content: none !important;
  display: none !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link > span[class*="icon-angle"],
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link > span[class*="icon-angle"],
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link > span[class*="icon-angle"],
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link > span[class*="icon-angle"] {
  align-items: center;
  display: inline-flex !important;
  font-size: 1rem;
  height: 1em;
  justify-content: center;
  line-height: 1;
  margin: 0 !important;
  width: 1em;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link > span[class*="icon-angle"],
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link > span[class*="icon-angle"],
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link > span[class*="icon-angle"],
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link > span[class*="icon-angle"] {
  display: none !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link::before,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link::before {
  align-items: center;
  display: inline-flex !important;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
  font-size: 1rem !important;
  font-weight: 900;
  height: 1em;
  justify-content: center;
  line-height: 1;
  visibility: visible !important;
  width: 1em;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:first-child .page-link::before {
  content: "\f100" !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) .page-link::before {
  content: "\f104" !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) .page-link::before {
  content: "\f105" !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:last-child .page-link::before {
  content: "\f101" !important;
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item {
  box-sizing: border-box;
  flex: 0 0 42px;
  height: 42px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  width: 42px !important;
}

@media (max-width: 767.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item {
    flex-basis: 38px;
    height: 38px;
    width: 38px !important;
  }

  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(2) {
    margin-right: 8px;
  }

  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-last-child(2) {
    margin-left: 8px;
  }
}

@media (max-width: 767.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item.disabled,
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item.disabled .page-link {
    flex-basis: 38px;
    height: 38px;
    min-height: 38px;
    min-width: 38px;
    width: 38px !important;
  }
}

@media (max-width: 399.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item.disabled,
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item.disabled .page-link {
    flex-basis: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    width: 36px !important;
  }
}

body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:not(.disabled) .page-link:hover,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:not(.disabled) .page-link:focus,
body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item.active .page-link {
  background: var(--hwx-primary-color, var(--market-orange)) !important;
  border-color: var(--hwx-primary-color, var(--market-orange)) !important;
  color: var(--market-ink) !important;
}

@media (max-width: 767.98px) {
  body:is(.front, .site) #hwx-lmdb-list-pagination ul.pagination .page-item:nth-child(7) .page-link {
    border-radius: 0 8px 8px 0 !important;
    border-right-width: 2px !important;
  }
}

@media (max-width: 767.98px) {
  body:is(.front, .site) .hwx-lmdb-filter-default {
    align-items: stretch;
    display: block;
    margin-bottom: 24px;
    min-height: 0;
    padding: 16px;
  }

  body:is(.front, .site) #hwx-lmdb-filter-search {
    max-width: none;
    padding-left: 0;
    width: 100%;
  }

  body:is(.front, .site) #hwx-lmdb-filter-search::before {
    display: none;
  }

  body:is(.front, .site) #hwx-lmdb-filter-search .input-group {
    align-items: stretch;
    display: flex;
    flex-direction: column;
  }

  body:is(.front, .site) #hwx-lmdb-filter-search input,
  body:is(.front, .site) #hwx-lmdb-filter-search-button {
    flex: 0 0 auto;
    width: 100%;
  }

  body:is(.front, .site) #hwx-lmdb-filter-search-button {
    min-height: 46px;
  }

  body:is(.front, .site) #hwx-lmdb-filter-reset {
    width: 100%;
  }

  body:is(.front, .site) #hwx-lmdb-filter-reset-button {
    min-height: 46px;
    width: 100%;
  }
}

