/*
 * Tublejom 1.1 landing polish
 * Mobile-first marketplace experience with a compact app-style home screen.
 */

:root {
  --tj-green: #78b82a;
  --tj-green-dark: #4f8616;
  --tj-green-soft: #f1f8e8;
  --tj-navy: #243746;
  --tj-copy: #5d6c78;
  --tj-border: #dce8ef;
  --tj-surface: #f7fafc;
  --tj-shadow-soft: 0 18px 55px rgba(31, 52, 68, 0.11);
  --tj-shell: 1240px;
}

.tj-home {
  overflow: hidden;
  color: var(--tj-navy);
}

.listivo-logo-text > span {
  font-family: "Manrope", "Red Hat Display", "Inter", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.055em !important;
}

.tublejom-logo-mark {
  object-fit: contain;
}

.tj-mobile-category-picker {
  display: none;
}

.tj-home-shell,
.tj-section-heading {
  width: min(var(--tj-shell), calc(100% - 48px));
  margin-inline: auto;
}

.tj-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 34px;
}

.tj-home-shell .tj-section-heading {
  width: 100%;
}

.tj-section-heading h2 {
  margin: 5px 0 0;
  color: var(--tj-navy);
  font-family: "Red Hat Display", "Inter", sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.tj-section-heading p {
  margin: 10px 0 0;
  color: var(--tj-copy);
  font-size: 16px;
}

.tj-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: var(--tj-green-dark);
  font-weight: 700;
}

.tj-section-heading > a svg {
  width: 17px;
}

.tj-section-kicker,
.tj-hero-eyebrow {
  color: var(--tj-green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Hero */
.tj-home-hero {
  min-height: 650px !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(120, 184, 42, 0.08), transparent 26%),
    linear-gradient(135deg, #fbfdff 0%, #f4f9fc 100%) !important;
}

.tj-home-hero .listivo-hero__inner {
  width: min(var(--tj-shell), calc(100% - 48px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

.tj-home-hero .listivo-hero__main {
  width: 55% !important;
  max-width: 690px !important;
  margin-top: 64px !important;
  margin-bottom: 34px !important;
  padding-left: 0 !important;
}

.tj-home-hero .listivo-hero__top {
  padding-top: 46px;
}

.tj-home-hero .listivo-large-heading {
  max-width: 600px !important;
  margin: 10px 0 15px !important;
  font-size: clamp(54px, 5.2vw, 79px) !important;
  letter-spacing: -0.055em !important;
  line-height: 0.98 !important;
}

.tj-home-hero .listivo-large-heading span {
  color: var(--tj-green) !important;
}

.tj-hero-lead {
  max-width: 520px;
  margin: 0;
  color: var(--tj-copy);
  font-size: 17px;
  line-height: 1.65;
}

.tj-home-hero .listivo-hero__arrow {
  right: 7% !important;
  bottom: 2% !important;
  opacity: 0.68;
}

.tj-home-hero .listivo-hero__search-form {
  position: relative;
  z-index: 5;
  width: min(900px, 70vw) !important;
  margin-top: 30px !important;
}

.tj-home-hero .listivo-search-form-v2--wrapper {
  border: 1px solid rgba(212, 226, 235, 0.86);
  border-radius: 14px 52px 52px 14px !important;
  box-shadow: 0 25px 65px rgba(31, 52, 68, 0.16) !important;
  overflow: hidden;
}

.tj-home-hero .listivo-search-form-v2__inner {
  min-height: 86px !important;
  background: #fff;
}

.tj-home-hero .listivo-search-form-v2__fields--initial-3 {
  display: grid !important;
  grid-template-columns: 1.16fr 1fr 1fr !important;
}

.tj-home-hero .listivo-input-v2 {
  min-height: 86px !important;
}

.tj-home-hero .listivo-input-v2 input,
.tj-home-hero .listivo-input-v2 select {
  width: 100% !important;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  color: var(--tj-navy) !important;
  font-size: 16px !important;
  cursor: text;
}

.tj-home-hero .listivo-input-v2 select {
  min-width: 0;
  padding-left: 70px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 28px;
  font-size: 15px !important;
  line-height: 1.25 !important;
  cursor: pointer;
}

.tj-home-hero .listivo-search-form-v2__button {
  min-width: 102px !important;
  border-radius: 0 48px 48px 0 !important;
  background: var(--tj-green) !important;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tj-home-hero .listivo-search-form-v2__button span {
  display: none;
}

.tj-home-hero .listivo-search-form-v2__button:hover {
  background: var(--tj-green-dark) !important;
}

.tj-popular-searches {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--tj-copy);
  font-size: 13px;
}

.tj-popular-searches a {
  padding: 7px 12px;
  border: 1px solid var(--tj-border);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--tj-navy);
  font-weight: 600;
}

.tj-home-hero .listivo-hero__images {
  right: 0 !important;
  width: 51% !important;
  max-width: 780px;
}

.tj-home-hero .listivo-hero__image {
  border-radius: 18px !important;
  box-shadow: var(--tj-shadow-soft);
}

.tj-hero-proof {
  position: absolute;
  left: -42px;
  bottom: 44px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 112px;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid rgba(220, 232, 239, .9);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 40px rgba(31,52,68,.14);
  backdrop-filter: blur(14px);
}

.tj-hero-proof strong {
  color: var(--tj-green);
  font-size: 27px;
  line-height: 1;
}

.tj-hero-proof span {
  color: var(--tj-navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

/* Categories */
.tj-home-categories {
  padding: 70px 0 88px !important;
  background: #fff !important;
}

.tj-home-categories .listivo-main-categories {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  width: min(var(--tj-shell), calc(100% - 48px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
  gap: 16px !important;
}

.tj-home-categories .listivo-main-category-wrapper {
  width: auto !important;
  padding: 0 !important;
}

.tj-home-categories .listivo-main-category {
  min-height: 190px !important;
  padding: 24px 16px 22px !important;
  border: 1px solid var(--tj-border) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 8px 30px rgba(31,52,68,.045) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.tj-home-categories .listivo-main-category:hover {
  border-color: rgba(120,184,42,.55) !important;
  box-shadow: 0 20px 42px rgba(31,52,68,.11) !important;
  transform: translateY(-5px);
}

.tj-home-categories .listivo-main-category__top {
  margin: 0 auto 12px !important;
}

.tj-home-categories .listivo-main-category__icon {
  color: var(--tj-green-dark) !important;
}

.tj-home-categories .listivo-main-category__icon svg {
  width: 72px !important;
  height: 72px !important;
  color: currentColor !important;
}

.tj-home-categories .listivo-main-category__icon svg * {
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tj-all-categories-row {
  display: none;
}

.tj-home-categories .listivo-main-category__bottom {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.tj-home-categories .listivo-main-category__bottom span {
  font-weight: 800 !important;
}

.tj-home-categories .listivo-main-category__bottom small {
  color: #80909c;
  font-size: 11px;
}

.tj-home-categories .listivo-main-category__arrow {
  display: none !important;
}

/* Cards */
.tj-home-listings {
  padding: 82px 0 92px;
  background: var(--tj-surface);
}

.tj-home-listings .listivo-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.tj-home-listings .tj-home-listing-extra[hidden],
.tj-home-load-more[hidden] {
  display: none !important;
}

.tj-home-load-more {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.tj-home-load-more button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 270px;
  min-height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #70bd22;
  box-shadow: 0 12px 28px rgba(91, 159, 25, .2);
  font: 800 15px/1 "Inter", sans-serif;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.tj-home-load-more button:hover {
  background: #61aa19;
  box-shadow: 0 15px 32px rgba(91, 159, 25, .27);
  transform: translateY(-1px);
}

.tj-home-load-more button:focus-visible {
  outline: 3px solid rgba(112, 189, 34, .28);
  outline-offset: 3px;
}

.tj-home-load-more svg {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}

.listivo-footer-socials svg {
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
}

.listivo-listing-card-v3 {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--tj-border) !important;
  border-radius: 15px !important;
  background: #fff;
  box-shadow: 0 8px 28px rgba(31,52,68,.055);
  transition: transform .22s ease, box-shadow .22s ease;
}

.listivo-listing-card-v3:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(31,52,68,.12);
}

.listivo-listing-card-v3__link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.listivo-listing-card-v3__gallery {
  overflow: hidden;
}

.listivo-listing-card-v3__gallery img {
  transition: transform .45s ease;
}

.listivo-listing-card-v3:hover .listivo-listing-card-v3__gallery img {
  transform: scale(1.035);
}

.tj-home-listings .listivo-listing-card-v3__gallery {
  height: 230px !important;
}

/* Supporting sections */
.tj-trust-strip {
  background: var(--tj-navy);
  color: #fff;
}

.tj-trust-strip .tj-home-shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 38px;
}

.tj-trust-strip .tj-home-shell > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.tj-trust-strip .tj-home-shell > div:last-child {
  border-right: 0;
}

.tj-trust-strip strong {
  color: #a8dc63;
  font-size: 29px;
  line-height: 1.1;
}

.tj-trust-strip span {
  color: rgba(255,255,255,.7);
  font-size: 13px;
}

.tj-how-it-works {
  padding: 94px 0;
  background: #fff;
}

.tj-section-heading--center {
  justify-content: center;
  text-align: center;
}

.tj-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tj-steps article {
  position: relative;
  min-height: 190px;
  padding: 30px;
  border: 1px solid var(--tj-border);
  border-radius: 16px;
  background: #fff;
}

.tj-steps article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--tj-green-soft);
  color: var(--tj-green-dark);
  font-weight: 900;
}

.tj-steps h3 {
  margin: 20px 0 7px;
  font-size: 21px;
}

.tj-steps p {
  margin: 0;
  color: var(--tj-copy);
  font-size: 14px;
}

.tj-home-cta {
  padding: 0 0 96px;
  background: #fff;
}

.tj-home-cta .tj-home-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 54px 60px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 0, rgba(168,220,99,.23), transparent 32%),
    var(--tj-navy);
  color: #fff;
}

.tj-home-cta h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(32px, 3vw, 48px);
  letter-spacing: -.035em;
  line-height: 1.05;
}

.tj-home-cta p {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.7);
}

.tj-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  padding: 0 20px 0 26px;
  border: 0;
  border-radius: 12px;
  background: var(--tj-green);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.tj-cta-button strong {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  font-size: 22px;
  font-weight: 500;
}

/* Mobile app dock */
.tj-mobile-dock {
  display: none;
}

.listivo-submit-button {
  border: 0;
  cursor: pointer;
}

.tj-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tj-form-intro {
  margin-bottom: 20px;
  text-align: center;
}

.tj-form-intro h3 {
  margin: 0 0 6px;
  color: var(--tj-navy);
  font-size: 24px;
}

.tj-form-intro p {
  margin: 0;
  color: var(--tj-copy);
  font-size: 13px;
}

.tj-native-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tj-copy);
  font-size: 13px;
  cursor: pointer;
}

.tj-native-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--tj-green);
}

.tj-native-check--policy {
  align-items: flex-start;
  margin-top: 18px;
  line-height: 1.45;
}

.tj-account-type-select {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  margin-top: 14px;
  padding: 0 16px;
  border: 1px solid var(--tj-border);
  border-radius: 10px;
  color: var(--tj-copy);
  font-size: 13px;
}

.tj-account-type-select select {
  height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--tj-navy);
}

.tj-auth-submit,
.tj-account-panel__primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 20px;
  border: 0;
  border-radius: 10px;
  background: var(--tj-green);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.tj-auth-submit:hover,
.tj-account-panel__primary:hover {
  background: var(--tj-green-dark);
}

.tj-account-panel {
  width: min(460px, calc(100vw - 30px));
  padding: 54px 48px 44px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.tj-account-panel h2 {
  margin: 8px 0;
  color: var(--tj-navy);
  font-size: 29px;
}

.tj-account-panel p {
  margin: 0 0 18px;
  color: var(--tj-copy);
}

.tj-account-panel a {
  display: inline-block;
  margin: 18px 10px 0;
  color: var(--tj-green-dark);
  font-size: 13px;
  font-weight: 700;
}

.tj-front-notice {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 12000;
  display: flex;
  align-items: center;
  gap: 20px;
  width: min(580px, calc(100% - 28px));
  padding: 14px 16px 14px 18px;
  border: 1px solid var(--tj-border);
  border-left: 4px solid var(--tj-green);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--tj-shadow-soft);
  color: var(--tj-navy);
  font-size: 14px;
  transform: translateX(-50%);
}

.tj-front-notice--error {
  border-left-color: #d63638;
}

.tj-front-notice--info {
  border-left-color: #2271b1;
}

.tj-front-notice span {
  flex: 1;
}

.tj-front-notice a {
  font-size: 22px;
  line-height: 1;
}

.listivo-listing-user-v2__bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 54px;
  border-radius: 5px;
  background: var(--tj-green);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.tublejom-submit-open {
  overflow: hidden !important;
}

.tj-submit-modal {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: none;
  padding: 24px;
  overflow-y: auto;
}

.tj-submit-modal--open {
  display: grid;
  place-items: center;
}

.tj-submit-modal__backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  background: rgba(19, 32, 42, .76);
  backdrop-filter: blur(5px);
}

.tj-submit-modal__panel {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(15, 29, 40, .28);
}

.tj-submit-modal__head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 32px 22px;
  border-bottom: 1px solid var(--tj-border);
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
}

.tj-submit-modal__head h2 {
  margin: 4px 0 6px;
  color: var(--tj-navy);
  font-size: 32px;
  letter-spacing: -.03em;
}

.tj-submit-modal__head p {
  max-width: 620px;
  margin: 0;
  color: var(--tj-copy);
  font-size: 13px;
}

.tj-submit-modal__head > button {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--tj-border);
  border-radius: 50%;
  background: #fff;
  color: var(--tj-navy);
  font-size: 25px;
  cursor: pointer;
}

.tj-submit-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px 32px 34px;
}

.tj-submit-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.tj-submit-field > span {
  color: var(--tj-navy);
  font-size: 13px;
  font-weight: 750;
}

.tj-submit-field input,
.tj-submit-field select,
.tj-submit-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--tj-border);
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: var(--tj-navy);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.tj-submit-field textarea {
  min-height: 140px;
  padding-block: 13px;
  resize: vertical;
}

.tj-submit-field input:focus,
.tj-submit-field select:focus,
.tj-submit-field textarea:focus {
  border-color: var(--tj-green);
  box-shadow: 0 0 0 3px rgba(120,184,42,.14);
}

.tj-submit-field--wide {
  grid-column: 1 / -1;
}

.tj-submit-field--images {
  justify-content: space-between;
  padding: 14px;
  border: 1px dashed #b9ccd8;
  border-radius: 10px;
  background: #f8fbfd;
}

.tj-submit-field--images input {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.tj-submit-field--images small {
  color: var(--tj-copy);
  font-size: 11px;
}

.tj-submit-form__note {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  background: var(--tj-green-soft);
  color: var(--tj-green-dark);
  font-size: 12px;
}

.tj-submit-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  border: 0;
  border-radius: 10px;
  background: var(--tj-green);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}

.tj-submit-form__button svg {
  width: 17px;
}

.tublejom-preview:not(.tj-page-results):not(.tj-page-single) #rezultatet,
.tublejom-preview:not(.tj-page-single) #single {
  display: none !important;
}

.tublejom-preview.tj-page-results .tj-home-only {
  display: none !important;
}

.tublejom-preview.tj-page-results #rezultatet {
  display: block !important;
}

.tublejom-preview.tj-page-single .tj-home-only,
.tublejom-preview.tj-page-single #rezultatet {
  display: none !important;
}

.tublejom-preview.tj-page-single #single {
  display: block !important;
}

/* Results: the filter belongs to the toolbar, never floating in empty space. */
@media (max-width: 767px) {
  body {
    padding-bottom: 72px;
  }

  .listivo-menu-v2,
  .listivo-menu-v2-wrapper {
    min-height: 68px !important;
  }

  .listivo-menu-v2__container {
    min-height: 68px !important;
    height: 68px !important;
    padding: 0 14px !important;
  }

  .listivo-menu-v2__mobile-button,
  .listivo-menu-v2__mobile-account {
    width: 42px !important;
    height: 42px !important;
    border-color: var(--tj-border) !important;
  }

  .listivo-menu-v2__logo.listivo-logo-text {
    gap: 7px !important;
    font-size: 26px !important;
  }

  .listivo-menu-v2__logo .tublejom-logo-mark {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    flex-basis: 30px !important;
  }

  .tj-home-shell,
  .tj-section-heading {
    width: calc(100% - 28px);
  }

  .tj-home-hero {
    min-height: auto !important;
    padding: 0 0 4px !important;
    background: linear-gradient(180deg, #f6fbfe 0%, #fff 100%) !important;
  }

  .tj-home-hero::before {
    display: none !important;
  }

  .tj-home-hero .listivo-hero__inner {
    width: 100% !important;
    min-height: auto !important;
    padding: 6px 10px !important;
  }

  .tj-home-hero .listivo-hero__main {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .tj-home-hero .listivo-hero__top,
  .tj-home-hero .listivo-large-heading,
  .tj-home-hero .tj-hero-lead,
  .tj-home-hero .listivo-hero__arrow,
  .tj-home-hero .listivo-hero__images,
  .tj-popular-searches {
    display: none !important;
  }

  .tj-home-hero .listivo-hero__search-form {
    width: 100% !important;
    margin: 0 !important;
  }

  .tj-home-hero .listivo-search-form-v2--wrapper {
    padding: 7px !important;
    border: 1px solid var(--tj-border) !important;
    border-radius: 13px !important;
    background: #fff;
    box-shadow: 0 8px 22px rgba(31,52,68,.08) !important;
  }

  .tj-home-hero .listivo-search-form-v2__inner,
  .tj-home-hero .listivo-search-form-v2__fields {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    min-height: 0 !important;
  }

  .tj-home-hero .listivo-input-v2 {
    min-height: 48px !important;
    height: 48px !important;
    padding: 0 12px !important;
    border: 1px solid var(--tj-border) !important;
    border-radius: 10px !important;
    background: #f8fbfd !important;
  }

  .tj-home-hero .listivo-input-v2__icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 9px !important;
    background: #eaf5fb !important;
  }

  .tj-home-hero .listivo-input-v2 input,
  .tj-home-hero .listivo-input-v2 select {
    height: 48px !important;
    padding-left: 46px !important;
    font-size: 15px !important;
  }

  .tj-home-hero .listivo-search-form-v2__button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    margin-top: 4px !important;
    border-radius: 10px !important;
  }

  .tj-desktop-category-select {
    display: none !important;
  }

  .tj-mobile-category-picker {
    display: block;
    width: 100%;
  }

  .tj-category-picker__trigger {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) 22px !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 0 12px !important;
    color: var(--tj-navy) !important;
    text-align: left;
    cursor: pointer;
  }

  .tj-category-picker__trigger .listivo-input-v2__icon {
    position: static !important;
    grid-column: 1;
    color: var(--tj-green-dark) !important;
    background: var(--tj-green-soft) !important;
  }

  .tj-category-picker__trigger .listivo-input-v2__icon svg {
    width: 26px !important;
    height: 26px !important;
    fill: none;
  }

  .tj-category-picker__trigger .listivo-input-v2__icon svg * {
    stroke: currentColor;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .tj-category-picker__trigger > [data-tj-category-label] {
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tj-category-picker__chevron {
    display: grid;
    place-items: center;
    transition: transform .2s ease;
  }

  .tj-category-picker__chevron svg {
    width: 15px;
    height: 15px;
  }

  .tj-category-picker--open .tj-category-picker__chevron {
    transform: rotate(90deg);
  }

  .tj-category-picker__menu {
    max-height: 304px;
    margin-top: 6px;
    overflow-y: auto;
    border: 1px solid var(--tj-border);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(31,52,68,.12);
    scrollbar-width: thin;
  }

  .tj-category-picker__menu[hidden] {
    display: none !important;
  }

  .tj-category-picker__menu button {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    padding: 5px 12px;
    border: 0;
    border-bottom: 1px solid #edf2f5;
    background: #fff;
    color: var(--tj-navy);
    text-align: left;
  }

  .tj-category-picker__menu button:last-child {
    border-bottom: 0;
  }

  .tj-category-picker__menu button > span {
    display: grid;
    place-items: center;
    color: var(--tj-green-dark);
  }

  .tj-category-picker__menu button > span svg {
    width: 31px;
    height: 31px;
    fill: none;
  }

  .tj-category-picker__menu button > span svg * {
    stroke: currentColor;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .tj-category-picker__menu strong {
    font-size: 14px;
    font-weight: 700;
  }

  .tj-category-picker__menu i {
    display: grid;
    place-items: center;
    color: var(--tj-copy);
    font-style: normal;
  }

  .tj-category-picker__menu i svg {
    width: 14px;
    height: 14px;
  }

  .tj-home-categories {
    display: none !important;
  }

  .tj-home-hero .listivo-search-form-v2__button svg {
    width: 19px !important;
    height: 19px !important;
  }

  .tj-home-hero .listivo-search-form-v2__button span {
    display: inline !important;
    font-size: 15px;
    font-weight: 800;
  }

  .tj-home-categories {
    padding: 14px 0 24px !important;
  }

  .tj-home-categories .tj-section-heading {
    align-items: center;
    margin-bottom: 12px;
  }

  .tj-home-categories .tj-section-heading h2 {
    font-size: 21px;
  }

  .tj-home-categories .tj-section-kicker,
  .tj-home-categories .tj-section-heading > a {
    display: none;
  }

  .tj-home-categories .listivo-main-categories {
    display: block !important;
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin: 0 14px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--tj-border);
    border-radius: 14px;
    background: #fff;
  }

  .tj-home-categories .listivo-main-category-wrapper {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 12px !important;
  }

  .tj-home-categories .tj-all-categories-row {
    display: block !important;
  }

  .tj-home-categories .listivo-main-category {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 28px !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 58px !important;
    height: 58px !important;
    padding: 7px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #edf2f5 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .tj-home-categories .listivo-main-category-wrapper:last-child .listivo-main-category {
    border-bottom: 0 !important;
  }

  .tj-home-categories .listivo-main-category__top {
    grid-column: 1 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
  }

  .tj-home-categories .listivo-main-category__icon {
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    color: var(--tj-green-dark) !important;
  }

  .tj-home-categories .listivo-main-category__icon svg {
    width: 34px !important;
    height: 34px !important;
  }

  .tj-home-categories .listivo-main-category__bottom {
    grid-column: 2 !important;
    display: flex !important;
    align-items: flex-start !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  .tj-home-categories .listivo-main-category__bottom span {
    font-size: 15px !important;
    font-weight: 650 !important;
    text-align: left !important;
  }

  .tj-home-categories .listivo-main-category__bottom small {
    display: none !important;
  }

  .tj-home-categories .listivo-main-category__arrow {
    position: static !important;
    grid-column: 3 !important;
    display: grid !important;
    place-items: center !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--tj-navy) !important;
    transform: none !important;
  }

  .tj-home-listings {
    padding: 28px 0 34px;
  }

  .tj-home-listings .tj-section-heading {
    align-items: center;
    margin-bottom: 14px;
  }

  .tj-home-listings .tj-section-heading h2 {
    font-size: 23px;
  }

  .tj-home-listings .tj-section-heading p,
  .tj-home-listings .tj-section-heading > a {
    display: none;
  }

  .tj-home-listings .listivo-card-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .tj-home-listings .listivo-listing-card-v3 {
    display: grid !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
    min-height: 112px !important;
    border-radius: 12px !important;
    box-shadow: none;
  }

  .tj-home-listings .listivo-listing-card-v3__gallery {
    width: 118px !important;
    height: 100% !important;
    min-height: 112px !important;
    border-radius: 0 !important;
  }

  .tj-home-listings .listivo-listing-card-v3__body,
  .tj-home-listings .listivo-listing-card-v3__inner {
    min-height: 112px !important;
  }

  .tj-home-listings .listivo-listing-card-v3__content {
    padding: 14px 12px 8px !important;
  }

  .tj-home-listings .listivo-listing-card-v3__name {
    font-size: 16px !important;
    line-height: 1.15 !important;
  }

  .tj-home-listings .listivo-listing-card-v3__address {
    margin-top: 5px !important;
  }

  .tj-home-listings .listivo-listing-card-v3__value {
    margin-top: 7px !important;
    font-size: 16px !important;
  }

  .tj-home-listings .listivo-listing-card-v3__bottom {
    display: none !important;
  }

  .tj-home-listings .listivo-listing-card-v3__labels {
    top: 7px !important;
    left: 7px !important;
  }

  .tj-home-listings .listivo-listing-card-v3__label {
    padding: 4px 7px !important;
    font-size: 9px !important;
  }

  .tj-trust-strip .tj-home-shell {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding-block: 26px;
  }

  .tj-trust-strip .tj-home-shell > div:nth-child(2) {
    border-right: 0;
  }

  .tj-trust-strip strong {
    font-size: 23px;
  }

  .tj-trust-strip span {
    font-size: 11px;
  }

  .tj-how-it-works {
    padding: 38px 0;
  }

  .tj-how-it-works .tj-section-heading {
    margin-bottom: 18px;
  }

  .tj-how-it-works .tj-section-heading h2 {
    font-size: 25px;
  }

  .tj-steps {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .tj-steps article {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 2px 12px;
    min-height: 0;
    padding: 14px;
    border-radius: 12px;
  }

  .tj-steps article > span {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 12px;
  }

  .tj-steps h3 {
    margin: 0;
    font-size: 16px;
  }

  .tj-steps p {
    font-size: 12px;
  }

  .tj-home-cta {
    padding: 0 0 38px;
  }

  .tj-home-cta .tj-home-shell {
    display: block;
    padding: 26px 20px;
    border-radius: 16px;
  }

  .tj-home-cta h2 {
    font-size: 28px;
  }

  .tj-home-cta p {
    font-size: 13px;
  }

  .tj-cta-button {
    width: 100%;
    justify-content: center;
    min-height: 50px;
    margin-top: 20px;
    border-radius: 10px;
  }

  .tublejom-mobile-filter-toolbar {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 12px 14px 0 !important;
    background: var(--tj-surface) !important;
  }

  .tublejom-mobile-filter-button {
    width: 100% !important;
    min-height: 46px !important;
    justify-content: center !important;
    border: 1px solid rgba(120,184,42,.5) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--tj-green-dark) !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 800 !important;
  }

  .listivo-results-wrap {
    padding-top: 16px !important;
  }

  .listivo-results-head {
    gap: 12px !important;
  }

  .listivo-results-head > div:first-child {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px 9px;
  }

  .listivo-results-head h1 {
    font-size: 27px !important;
  }

  .listivo-results-head strong {
    margin: 0 !important;
  }

  .tj-mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 68px;
    padding: 6px 8px max(6px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--tj-border);
    background: rgba(255,255,255,.96);
    box-shadow: 0 -10px 35px rgba(31,52,68,.1);
    backdrop-filter: blur(16px);
  }

  .tj-mobile-dock a,
  .tj-mobile-dock button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #788895;
    cursor: pointer;
  }

  .tj-mobile-dock a.is-active {
    color: var(--tj-green-dark);
  }

  .tj-mobile-dock__icon {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
  }

  .tj-mobile-dock__icon svg {
    width: 20px;
    height: 20px;
  }

  .tj-mobile-dock small {
    font-size: 9px;
    font-weight: 700;
  }

  .tj-mobile-dock__post strong {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-top: -24px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--tj-green);
    box-shadow: 0 8px 18px rgba(79,134,22,.28);
    color: #fff;
    font-size: 26px;
    font-weight: 400;
  }

  .tj-mobile-dock__post small {
    color: var(--tj-green-dark);
  }

  .tj-account-panel {
    padding: 44px 24px 30px;
  }

  .tj-submit-modal {
    padding: 0;
  }

  .tj-submit-modal__panel {
    width: 100%;
    min-height: 100%;
    max-height: none;
    border-radius: 0;
  }

  .tj-submit-modal__head {
    padding: 18px 16px 15px;
  }

  .tj-submit-modal__head h2 {
    font-size: 26px;
  }

  .tj-submit-modal__head p {
    font-size: 12px;
  }

  .tj-submit-form {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 16px 96px;
  }

  .tj-submit-field--wide {
    grid-column: auto;
  }

  .tj-submit-form__note {
    flex-direction: column;
    gap: 3px;
  }

  .listivo-footer {
    padding-bottom: 74px !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .tj-home-hero .listivo-hero__main {
    width: 58% !important;
  }

  .tj-home-hero .listivo-hero__search-form {
    width: 74vw !important;
  }

  .tj-home-listings .listivo-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tj-home-categories .listivo-main-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .listivo-listing-card-v3,
  .listivo-listing-card-v3__gallery img,
  .tj-home-categories .listivo-main-category {
    transition: none !important;
  }
}

/* Account access: a focused, app-like dialog instead of the legacy photo page. */
body.tublejom-modal-open {
  overflow: hidden !important;
}

.listivo-popup-wrapper {
  position: fixed !important;
  inset: 0 !important;
  z-index: 22000 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 24px !important;
  overflow: hidden !important;
  background: rgba(20, 36, 48, .58) !important;
  background-image: none !important;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.listivo-popup-wrapper.tj-open,
.listivo-popup-wrapper.listivo-popup-wrapper--open {
  display: flex !important;
}

.listivo-popup-wrapper::before,
.listivo-popup-wrapper__container::before {
  display: none !important;
  content: none !important;
}

.listivo-popup-wrapper__container {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.listivo-popup-wrapper__modal {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  width: min(500px, 100%) !important;
  max-width: 500px !important;
  max-height: calc(100dvh - 48px) !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(214, 228, 237, .95) !important;
  border-radius: 22px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 28px 80px rgba(14, 32, 44, .28) !important;
  transform: none !important;
}

.listivo-popup-wrapper__close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 20 !important;
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  padding: 0 0 2px !important;
  border: 1px solid var(--tj-border) !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 5px 16px rgba(31, 52, 68, .09) !important;
  color: var(--tj-navy) !important;
  font-family: Arial, sans-serif !important;
  font-size: 27px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.listivo-popup-wrapper__close:hover {
  border-color: #c7dce8 !important;
  background: #f5f9fb !important;
}

.listivo-popup-wrapper .listivo-login-form {
  width: 100% !important;
  max-width: none !important;
}

.listivo-popup-wrapper .listivo-login-form__tabs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 12px 58px 0 12px !important;
  border-bottom: 1px solid #edf2f5 !important;
  background: #fff !important;
}

.listivo-popup-wrapper .listivo-login-form__tab {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 12px 12px 0 0 !important;
  background: #f3f7f9 !important;
  box-shadow: none !important;
  color: #637789 !important;
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  transform: none !important;
  cursor: pointer !important;
}

.listivo-popup-wrapper .listivo-login-form__tab--active,
.listivo-popup-wrapper .listivo-login-form__tab.tj-active {
  background: var(--tj-green-soft) !important;
  color: var(--tj-green-dark) !important;
}

.listivo-popup-wrapper .listivo-login-form__tab::after {
  display: none !important;
}

.listivo-popup-wrapper .listivo-login-form__inner {
  max-height: calc(100dvh - 130px) !important;
  padding: 22px 24px 26px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  scrollbar-width: thin;
  scrollbar-color: #cbdce6 transparent;
}

.listivo-popup-wrapper .listivo-login-form__socials,
.listivo-popup-wrapper .listivo-login-form__separator {
  display: none !important;
}

.listivo-popup-wrapper .listivo-login-form__form {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.tublejom-preview [data-tj-pane="login"] .listivo-login-form__form::before,
.tublejom-preview [data-tj-pane="register"] .listivo-login-form__form::before {
  display: block;
  margin: 0 0 17px;
  color: var(--tj-navy);
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.tublejom-preview [data-tj-pane="login"] .listivo-login-form__form::before {
  content: "Mirë se erdhe përsëri";
}

.tublejom-preview [data-tj-pane="register"] .listivo-login-form__form::before {
  content: "Krijo llogarinë tënde";
}

.listivo-popup-wrapper .tj-form-intro {
  margin: 0 0 17px !important;
  text-align: left !important;
}

.listivo-popup-wrapper .tj-form-intro h3 {
  margin-bottom: 4px !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.listivo-popup-wrapper .listivo-login-form__field {
  position: relative !important;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  margin-top: 10px !important;
}

.listivo-popup-wrapper .listivo-login-form__field:first-of-type {
  margin-top: 0 !important;
}

.listivo-popup-wrapper .listivo-login-form__field.listivo-input-v2 {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.listivo-popup-wrapper .listivo-login-form__field.listivo-input-v2 input {
  width: 100% !important;
  height: 52px !important;
  padding: 0 15px 0 54px !important;
  border: 1px solid var(--tj-border) !important;
  border-radius: 11px !important;
  outline: 0 !important;
  background: #f8fbfd !important;
  color: var(--tj-navy) !important;
  font-size: 14px !important;
}

.listivo-popup-wrapper .listivo-login-form__field.listivo-input-v2 input:focus {
  border-color: rgba(107, 173, 39, .72) !important;
  box-shadow: 0 0 0 3px rgba(124, 189, 52, .12) !important;
}

.listivo-popup-wrapper .listivo-login-form__field .listivo-input-v2__icon,
.listivo-popup-wrapper .tublejom-phone-field__icon,
.listivo-popup-wrapper .tublejom-account-type__icon {
  left: 11px !important;
  top: 50% !important;
  display: grid !important;
  place-items: center !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 9px !important;
  background: #eaf5fb !important;
  color: var(--tj-navy) !important;
  transform: translateY(-50%) !important;
}

.listivo-popup-wrapper .listivo-login-form__field .listivo-input-v2__icon svg {
  max-width: 16px !important;
  max-height: 16px !important;
}

.listivo-popup-wrapper .tublejom-phone-field {
  display: grid !important;
  grid-template-columns: 52px 66px minmax(0, 1fr) !important;
  height: 52px !important;
  border: 1px solid var(--tj-border) !important;
  border-radius: 11px !important;
  background: #f8fbfd !important;
  overflow: hidden !important;
}

.listivo-popup-wrapper .tublejom-phone-field__icon,
.listivo-popup-wrapper .tublejom-account-type__icon {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  justify-self: center !important;
  transform: none !important;
}

.listivo-popup-wrapper .tublejom-phone-field__prefix {
  height: 50px !important;
  border-color: var(--tj-border) !important;
  background: #f1f7fa !important;
  color: var(--tj-navy) !important;
  font-size: 13px !important;
}

.listivo-popup-wrapper .tublejom-phone-field input {
  height: 50px !important;
  padding: 0 13px !important;
  background: transparent !important;
  font-size: 14px !important;
}

.listivo-popup-wrapper .tublejom-account-type {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) 100px !important;
  height: 52px !important;
  min-height: 52px !important;
  border: 1px solid var(--tj-border) !important;
  border-radius: 11px !important;
  background: #f8fbfd !important;
  color: var(--tj-navy) !important;
  overflow: hidden !important;
}

.listivo-popup-wrapper .tublejom-account-type > span:not(.tublejom-account-type__icon) {
  padding-left: 0 !important;
  font-size: 13px !important;
}

.listivo-popup-wrapper .tublejom-account-type select {
  height: 50px !important;
  padding: 0 12px !important;
  border-color: var(--tj-border) !important;
  background: #fff !important;
  font-size: 13px !important;
}

.listivo-popup-wrapper .tj-account-type-select {
  min-height: 52px !important;
  margin-top: 10px !important;
  border-radius: 11px !important;
  background: #f8fbfd !important;
}

.listivo-popup-wrapper .listivo-login-form__bottom {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: 14px !important;
}

.listivo-popup-wrapper .listivo-login-form__remember,
.listivo-popup-wrapper .listivo-login-form__lost-password,
.listivo-popup-wrapper .listivo-login-form__policy {
  min-height: 20px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 12px !important;
}

.listivo-popup-wrapper .listivo-login-form__remember,
.listivo-popup-wrapper .listivo-login-form__policy {
  justify-content: flex-start !important;
}

.listivo-popup-wrapper .listivo-login-form__checkbox {
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  margin-right: 7px !important;
}

.listivo-popup-wrapper .listivo-login-form__policy,
.listivo-popup-wrapper .tj-native-check--policy {
  width: 100% !important;
  margin-top: 14px !important;
}

.listivo-popup-wrapper .listivo-login-form__button {
  margin-top: 16px !important;
}

.listivo-popup-wrapper .listivo-simple-button,
.listivo-popup-wrapper .tj-auth-submit {
  width: 100% !important;
  min-height: 50px !important;
  margin-top: 0 !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: var(--tj-green) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.listivo-popup-wrapper .listivo-login-form__lost-password-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  /* Search controls use one icon, baseline and action-button system. */
  .tj-home-hero .listivo-search-form-v2--wrapper {
    box-sizing: border-box !important;
    padding: 7px !important;
  }

  .tj-home-hero .listivo-input-v2,
  .tj-home-hero .tj-category-picker__trigger {
    box-sizing: border-box !important;
    min-height: 48px !important;
    height: 48px !important;
  }

  .tj-category-picker__trigger {
    grid-template-columns: 32px minmax(0, 1fr) 18px !important;
    gap: 12px !important;
  }

  .tj-category-picker__trigger .listivo-input-v2__icon {
    grid-column: 1 !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    color: var(--tj-navy) !important;
    background: #eaf5fb !important;
  }

  .tj-category-picker__trigger .listivo-input-v2__icon svg {
    width: 21px !important;
    height: 21px !important;
  }

  .tj-category-picker__trigger > [data-tj-category-label] {
    font-size: 15px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
  }

  .tj-home-hero .listivo-search-form-v2__button {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 48px !important;
    height: 48px !important;
    margin: 2px 0 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #fff !important;
    line-height: 1 !important;
  }

  .tj-home-hero .listivo-search-form-v2__button svg {
    width: 18px !important;
    height: 18px !important;
    color: #fff !important;
  }

  .tj-home-hero .listivo-search-form-v2__button svg * {
    stroke: currentColor !important;
  }

  .tj-home-hero .listivo-search-form-v2__button span {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  .listivo-popup-wrapper {
    align-items: center !important;
    padding: 10px !important;
  }

  .listivo-popup-wrapper__modal {
    width: 100% !important;
    max-width: 500px !important;
    max-height: calc(100dvh - 20px) !important;
    border-radius: 19px !important;
  }

  .listivo-popup-wrapper__close {
    top: 9px !important;
    right: 9px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    font-size: 25px !important;
  }

  .listivo-popup-wrapper .listivo-login-form__tabs {
    gap: 6px !important;
    padding: 9px 50px 0 9px !important;
  }

  .listivo-popup-wrapper .listivo-login-form__tab {
    height: 43px !important;
    min-height: 43px !important;
    padding: 0 8px !important;
    font-size: 13px !important;
  }

  .listivo-popup-wrapper .listivo-login-form__inner {
    max-height: calc(100dvh - 82px) !important;
    padding: 16px 14px 20px !important;
  }

  .listivo-popup-wrapper .listivo-login-form__bottom {
    flex-direction: row !important;
    justify-content: space-between !important;
    margin-top: 13px !important;
  }

  .listivo-popup-wrapper .listivo-login-form__bottom .listivo-login-form__lost-password {
    display: block !important;
  }

  .listivo-popup-wrapper .listivo-login-form__lost-password-mobile {
    display: none !important;
  }

  .listivo-popup-wrapper .tj-account-panel {
    width: 100% !important;
    padding: 52px 22px 28px !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 370px) {
  .listivo-popup-wrapper .listivo-login-form__inner {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .listivo-popup-wrapper .tublejom-account-type {
    grid-template-columns: 48px minmax(0, 1fr) 90px !important;
  }
}

/* UI audit 1.3: one visual language across search, navigation and results. */
.listivo-results-sort > .tublejom-mobile-filter-button {
  display: none;
}

@media (max-width: 767px) {
  body.tj-navigation-open {
    overflow: hidden !important;
  }

  body.tj-navigation-open::before {
    content: "";
    position: fixed;
    inset: 68px 0 0;
    z-index: 2050;
    background: rgba(19, 35, 47, .48);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  .listivo-menu-v2-wrapper {
    position: sticky !important;
    top: 0 !important;
    z-index: 2100 !important;
  }

  .listivo-menu-v2,
  .listivo-menu-v2-wrapper,
  .listivo-menu-v2__container {
    height: 68px !important;
    min-height: 68px !important;
  }

  .listivo-menu-v2 {
    border-bottom-color: #e7eef2 !important;
    box-shadow: 0 3px 14px rgba(31, 52, 68, .04) !important;
  }

  .listivo-menu-v2__mobile-button {
    position: relative !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__mobile-button svg {
    opacity: 0 !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__mobile-button::before,
  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__mobile-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--tj-navy);
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__mobile-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__mobile-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__items {
    position: fixed !important;
    top: 78px !important;
    right: 10px !important;
    left: 10px !important;
    z-index: 2200 !important;
    display: grid !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 7px !important;
    border: 1px solid var(--tj-border) !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 20px 55px rgba(21, 40, 54, .2) !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__item {
    width: 100% !important;
    margin: 0 !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__item + .listivo-menu-v2__item {
    border-top: 1px solid #edf2f5 !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__item a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 47px !important;
    min-height: 47px !important;
    padding: 0 13px !important;
    color: var(--tj-navy) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__item a svg {
    margin: 0 !important;
    color: #8b9aa5 !important;
    transform: rotate(-90deg);
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__right {
    position: fixed !important;
    top: 287px !important;
    right: 10px !important;
    left: 10px !important;
    z-index: 2200 !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 8px !important;
    overflow: visible !important;
    border: 1px solid var(--tj-border) !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 20px 55px rgba(21, 40, 54, .2) !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__account {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    gap: 8px !important;
    width: calc(100vw - 36px) !important;
    min-width: calc(100vw - 36px) !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-submit-button {
    order: 0 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-submit-button strong {
    width: 50px !important;
    font-size: 23px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__avatar {
    order: 1 !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__account-link {
    order: 1 !important;
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-height: 42px !important;
    padding: 0 8px !important;
    border: 1px solid var(--tj-border) !important;
    border-radius: 10px !important;
    background: #f7fafb !important;
    color: var(--tj-navy) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__separator {
    display: none !important;
  }

  /* Search card: one border, one shadow, one icon treatment. */
  .tj-home-hero .listivo-hero__inner {
    padding: 8px 10px 10px !important;
  }

  .tj-home-hero .listivo-search-form-v2--wrapper {
    padding: 8px !important;
    overflow: visible !important;
    border: 1px solid #dce7ed !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(31, 52, 68, .07) !important;
  }

  .tj-home-hero .listivo-search-form-v2__inner {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .tj-home-hero .listivo-search-form-v2__fields {
    gap: 7px !important;
  }

  .tj-home-hero .listivo-input-v2,
  .tj-home-hero .tj-category-picker__trigger {
    height: 50px !important;
    min-height: 50px !important;
    border-color: #dbe7ed !important;
    border-radius: 11px !important;
    background: #f7fafc !important;
    box-shadow: none !important;
  }

  .tj-home-hero .listivo-input-v2__icon,
  .tj-category-picker__trigger .listivo-input-v2__icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    border-radius: 9px !important;
    background: #eaf4f9 !important;
    color: var(--tj-navy) !important;
  }

  .tj-category-picker__trigger .listivo-input-v2__icon svg,
  .tj-category-picker__trigger .listivo-input-v2__icon svg * {
    color: var(--tj-navy) !important;
    fill: none !important;
    stroke: var(--tj-navy) !important;
  }

  .tj-category-picker__trigger .listivo-input-v2__icon svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
  }

  .tj-category-picker__trigger .listivo-input-v2__icon svg * {
    /* Category SVGs use a 48px viewBox; 4.2 renders like a 2px stroke in 20–24px icons. */
    stroke-width: 4.2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .tj-home-hero .listivo-input-v2 input,
  .tj-home-hero .listivo-input-v2 select {
    height: 50px !important;
    color: var(--tj-navy) !important;
    font-size: 15px !important;
  }

  .tj-category-picker__trigger {
    grid-template-columns: 32px minmax(0, 1fr) 18px !important;
    gap: 12px !important;
  }

  .tj-category-picker__trigger > [data-tj-category-label] {
    align-self: center !important;
    color: var(--tj-navy) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
  }

  .tj-category-picker__trigger .tj-category-picker__chevron {
    display: grid !important;
    place-items: center !important;
    align-self: center !important;
    width: 18px !important;
    height: 18px !important;
  }

  .tj-home-hero .listivo-search-form-v2__button {
    height: 50px !important;
    min-height: 50px !important;
    margin: 2px 0 0 !important;
    border-radius: 11px !important;
    background: #74bd25 !important;
    box-shadow: 0 7px 15px rgba(93, 157, 26, .16) !important;
    color: #fff !important;
  }

  .tj-home-hero .listivo-search-form-v2__button svg,
  .tj-home-hero .listivo-search-form-v2__button svg *,
  .tj-home-hero .listivo-search-form-v2__button span {
    color: #fff !important;
    stroke: #fff !important;
  }

  .tj-home-hero .listivo-search-form-v2__button span {
    font-size: 14px !important;
    font-weight: 800 !important;
  }

  .tj-category-picker__menu {
    border-radius: 12px !important;
    box-shadow: 0 16px 36px rgba(31, 52, 68, .14) !important;
  }

  .tj-category-picker__menu button {
    min-height: 49px !important;
  }

  .tj-category-picker__menu button:hover,
  .tj-category-picker__menu button:focus-visible {
    background: #f4f9ef !important;
  }

  /* Results become a compact marketplace list on phones. */
  .listivo-results-page {
    background: #f6f9fb !important;
  }

  .listivo-results-wrap {
    gap: 0 !important;
    padding: 14px 14px 28px !important;
  }

  .listivo-results-wrap > main,
  .listivo-results-wrap > section {
    width: 100% !important;
    min-width: 0 !important;
  }

  .listivo-results-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
  }

  .listivo-results-head > div:first-child {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .listivo-results-head h1 {
    font-size: 22px !important;
    line-height: 1.15 !important;
  }

  .listivo-results-head strong {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: var(--tj-green-soft) !important;
    color: var(--tj-green-dark) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  .listivo-results-sort {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .listivo-results-sort > span {
    display: none !important;
  }

  .listivo-results-sort select {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    padding: 0 38px 0 14px !important;
    border: 1px solid var(--tj-border) !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: var(--tj-navy) !important;
    font-size: 13px !important;
    font-weight: 650 !important;
  }

  .listivo-results-sort > .tublejom-mobile-filter-button {
    grid-column: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: auto !important;
    min-width: 102px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 13px !important;
    border: 1px solid rgba(111, 174, 39, .4) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--tj-green-dark) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .listivo-results-sort > .tublejom-mobile-filter-button svg {
    width: 17px !important;
    height: 17px !important;
  }

  .listivo-results-sort .listivo-view-button {
    display: none !important;
  }

  .listivo-active-chip {
    min-height: 32px !important;
    margin: 0 0 12px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
  }

  .listivo-card-grid,
  .listivo-card-grid.tj-results-grid--list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3 {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 132px minmax(0, 1fr) !important;
    width: 100% !important;
    min-height: 132px !important;
    overflow: hidden !important;
    border: 1px solid #dfe8ed !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__gallery {
    width: 132px !important;
    height: 132px !important;
    min-height: 132px !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__gallery img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__body,
  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__inner {
    position: relative !important;
    min-width: 0 !important;
    min-height: 132px !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__content {
    padding: 13px 40px 12px 13px !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__name {
    min-height: 0 !important;
    font-size: 16px !important;
    line-height: 1.18 !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__address {
    margin-top: 6px !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__address-icon,
  .tj-home-listings .listivo-listing-card-v3__address-icon {
    width: 16px !important;
    height: 18px !important;
    font-size: 16px !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__address-text {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__value {
    margin-top: 8px !important;
    font-size: 17px !important;
    line-height: 1.15 !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__bottom {
    position: absolute !important;
    top: 9px !important;
    right: 9px !important;
    z-index: 3 !important;
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__icons {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__icon {
    display: none !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__icon:last-child {
    display: grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #dfe8ed !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #657987 !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__icon:last-child svg {
    width: 15px !important;
    height: 15px !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__views {
    display: none !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__labels {
    top: 7px !important;
    left: 7px !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__label {
    padding: 4px 7px !important;
    font-size: 9px !important;
  }

  /* Bottom navigation: consistent 20px SVGs and correct active state. */
  .tj-mobile-dock {
    z-index: 1900 !important;
    min-height: 70px !important;
    padding: 7px 8px max(6px, env(safe-area-inset-bottom)) !important;
    border-top-color: #dfe8ed !important;
    box-shadow: 0 -8px 26px rgba(31, 52, 68, .09) !important;
  }

  .tj-mobile-dock a,
  .tj-mobile-dock button {
    gap: 3px !important;
    color: #748592 !important;
  }

  .tj-mobile-dock a.is-active {
    color: var(--tj-green-dark) !important;
  }

  .tj-mobile-dock__icon,
  .tj-mobile-dock__icon svg {
    width: 21px !important;
    height: 21px !important;
  }

  .tj-mobile-dock__icon svg * {
    vector-effect: non-scaling-stroke;
  }

  .tj-mobile-dock small {
    color: currentColor !important;
    font-size: 9px !important;
    font-weight: 750 !important;
  }

  .tj-mobile-dock__post strong {
    width: 46px !important;
    height: 46px !important;
    margin-top: -27px !important;
    font-size: 25px !important;
  }
}

@media (max-width: 390px) {
  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3 {
    grid-template-columns: 116px minmax(0, 1fr) !important;
    min-height: 124px !important;
  }

  .listivo-card-grid.tj-results-grid--list .listivo-listing-card-v3__gallery {
    width: 116px !important;
    height: 124px !important;
    min-height: 124px !important;
  }

  .listivo-results-sort > .tublejom-mobile-filter-button {
    min-width: 94px !important;
  }
}

/* 1.4 — focused mobile browse menu inspired by mature marketplace apps. */
.tj-mobile-browse {
  display: none;
}

@media (max-width: 767px) {
  body.tj-navigation-open::before {
    display: none !important;
  }

  body.tj-navigation-open .tj-mobile-dock {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__items,
  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__right {
    display: none !important;
  }

  .tj-mobile-browse {
    position: fixed;
    inset: 68px 0 0;
    z-index: 2060;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    color: var(--tj-navy);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-22px);
    transition:
      opacity 180ms ease,
      transform 220ms cubic-bezier(.22, .8, .25, 1),
      visibility 0s linear 220ms;
  }

  .listivo-menu-v2__container.tj-menu-open .tj-mobile-browse {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .tj-mobile-browse__scroll {
    flex: 1 1 auto;
    width: min(100%, 620px);
    margin-inline: auto;
    padding: 22px 22px 32px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbd7dc transparent;
  }

  .tj-mobile-browse__intro > span {
    display: block;
    margin-bottom: 3px;
    color: var(--tj-green-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
  }

  .tj-mobile-browse__intro h2 {
    margin: 0 0 17px;
    color: var(--tj-navy);
    font-family: var(--font-heading, "Red Hat Display", "Inter", sans-serif);
    font-size: 25px;
    font-weight: 780;
    letter-spacing: -.03em;
    line-height: 1.18;
  }

  .tj-mobile-browse__location {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #dce7eb;
    border-radius: 12px;
    color: var(--tj-navy);
    background: #fff;
    font-size: 14px;
    font-weight: 650;
  }

  .tj-mobile-browse__location > span:first-child,
  .tj-mobile-browse__location > span:first-child svg {
    width: 21px;
    height: 23px;
    color: var(--tj-green-dark);
  }

  .tj-mobile-browse__location > svg {
    width: 17px;
    height: 17px;
    color: #7f909b;
  }

  .tj-mobile-browse__account {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 12px 0 25px;
    padding: 12px 14px;
    border: 0;
    border-radius: 13px;
    color: var(--tj-navy);
    background: #f3f7f8;
    text-align: left;
    cursor: pointer;
  }

  .tj-mobile-browse__account-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--tj-navy);
    background: #fff;
    box-shadow: 0 1px 4px rgba(36, 55, 70, .08);
  }

  .tj-mobile-browse__account-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .tj-mobile-browse__account > span:nth-child(2) {
    min-width: 0;
  }

  .tj-mobile-browse__account strong,
  .tj-mobile-browse__account small {
    display: block;
  }

  .tj-mobile-browse__account strong {
    overflow: hidden;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tj-mobile-browse__account small {
    margin-top: 2px;
    overflow: hidden;
    color: #6f7f8a;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tj-mobile-browse__account > svg {
    width: 17px;
    height: 17px;
    color: #7f909b;
  }

  .tj-mobile-browse__section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 0 2px 8px;
  }

  .tj-mobile-browse__section-head h3 {
    margin: 0;
    color: #65737b;
    font-size: 13px;
    font-weight: 650;
  }

  .tj-mobile-browse__section-head span {
    color: #96a2a9;
    font-size: 11px;
    font-weight: 550;
  }

  .tj-mobile-browse__categories {
    border-top: 1px solid #e4eaed;
  }

  .tj-mobile-browse__categories a {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 13px;
    min-height: 58px;
    border-bottom: 1px solid #e4eaed;
    color: #3d4c54;
  }

  .tj-mobile-browse__categories a:active {
    background: #f6f9f6;
  }

  .tj-mobile-browse__category-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: var(--tj-green-dark);
  }

  .tj-mobile-browse__category-icon svg {
    width: 27px !important;
    height: 27px !important;
    fill: none !important;
  }

  .tj-mobile-browse__category-icon svg * {
    stroke-width: 3.25 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .tj-mobile-browse__categories strong {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.008em;
  }

  .tj-mobile-browse__arrow {
    width: 17px;
    height: 17px;
    color: #7f909b;
  }

  .tj-mobile-browse__footer {
    flex: 0 0 auto;
    width: 100%;
    padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid #e5ebee;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -8px 24px rgba(36, 55, 70, .06);
    backdrop-filter: blur(12px);
  }

  .tj-mobile-browse__post {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: min(100%, 576px);
    min-height: 50px;
    margin-inline: auto;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: #68b51c;
    box-shadow: 0 8px 18px rgba(86, 153, 21, .18);
    font-size: 15px;
    font-weight: 750;
    cursor: pointer;
  }

  .tj-mobile-browse__post span {
    font-size: 23px;
    font-weight: 450;
    line-height: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tj-mobile-browse {
    transition: none !important;
  }
}

/* Vinted-like menu hierarchy: actions first, then a plain SVG category list. */
@media (max-width: 767px) {
  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__left {
    grid-column: 1 / 3 !important;
    justify-content: flex-start !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__logo {
    margin-inline: 0 !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__mobile-button {
    grid-column: 3 !important;
  }

  .listivo-menu-v2__container.tj-menu-open .listivo-menu-v2__mobile-account {
    display: none !important;
  }

  .tj-mobile-browse__scroll {
    padding-top: 20px;
  }

  .tj-mobile-browse__actions {
    display: grid;
    gap: 10px;
    margin-bottom: 42px;
  }

  .tj-mobile-browse__actions .tj-mobile-browse__post {
    width: 100%;
    min-height: 52px;
    margin: 0;
    border-radius: 9px;
    background: #68b51c;
    box-shadow: none;
    font-size: 16px;
    font-weight: 750;
  }

  .tj-mobile-browse__auth {
    width: 100%;
    min-height: 50px;
    border: 1px solid #5b9d1d;
    border-radius: 9px;
    color: var(--tj-green-dark);
    background: #fff;
  }

  div.tj-mobile-browse__auth {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
  }

  button.tj-mobile-browse__auth {
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
  }

  .tj-mobile-browse__auth button {
    min-width: 0;
    min-height: 48px;
    padding: 0 12px;
    border: 0;
    color: inherit;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
  }

  .tj-mobile-browse__auth > span {
    width: 1px;
    height: 22px;
    background: #b8d49d;
  }

  .tj-mobile-browse__section-head {
    padding-bottom: 11px;
  }

  .tj-mobile-browse__section-head h3 {
    color: #6c777c;
    font-size: 14px;
    font-weight: 550;
  }

  .tj-mobile-browse__section-head span {
    display: none;
  }

  .tj-mobile-browse__categories a {
    grid-template-columns: 34px minmax(0, 1fr) 16px;
    gap: 14px;
    min-height: 62px;
  }

  .tj-mobile-browse__category-icon {
    width: 34px;
    height: 34px;
  }

  .tj-mobile-browse__category-icon svg {
    width: 29px !important;
    height: 29px !important;
    color: var(--tj-green-dark) !important;
    fill: none !important;
    stroke: currentColor !important;
  }

  .tj-mobile-browse__category-icon svg * {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 3.25 !important;
  }

  .tj-mobile-browse__categories strong {
    color: #4d595f;
    font-size: 16px;
    font-weight: 540;
  }

  /* Authentication behaves as a mobile screen, not a floating photo popup. */
  body.tj-mobile-auth-screen .listivo-popup-wrapper.tj-open,
  body.tj-mobile-auth-screen .listivo-popup-wrapper.listivo-popup-wrapper--open {
    inset: 68px 0 0 !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 0 !important;
    overflow: auto !important;
    background: #fff !important;
  }

  body.tj-mobile-auth-screen .listivo-popup-wrapper__container {
    display: none !important;
  }

  body.tj-mobile-auth-screen .listivo-popup-wrapper__modal {
    width: min(100%, 620px) !important;
    max-width: none !important;
    min-height: calc(100dvh - 68px) !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 20px 20px calc(36px + env(safe-area-inset-bottom)) !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body.tj-mobile-auth-screen .listivo-popup-wrapper__close {
    top: 13px !important;
    right: 18px !important;
    display: grid !important;
    place-items: center !important;
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #e1e8eb !important;
    border-radius: 50% !important;
    color: #536169 !important;
    background: #fff !important;
    font-size: 26px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
  }

  body.tj-mobile-auth-screen .listivo-login-form {
    width: min(100%, 520px) !important;
    margin: 0 auto !important;
    padding-top: 45px !important;
  }

  body.tj-mobile-auth-screen .listivo-login-form__tabs {
    gap: 24px !important;
    min-height: 46px !important;
    padding-right: 50px !important;
    border-bottom: 1px solid #e3e9ec !important;
    background: #fff !important;
  }

  body.tj-mobile-auth-screen .listivo-login-form__tab {
    flex: 0 0 auto !important;
    min-height: 46px !important;
    padding: 0 1px !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    color: #6f7c83 !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 650 !important;
  }

  body.tj-mobile-auth-screen .listivo-login-form__tab--active,
  body.tj-mobile-auth-screen .listivo-login-form__tab.tj-active {
    border-bottom-color: #5a9c1d !important;
    color: var(--tj-navy) !important;
  }

  body.tj-mobile-auth-screen .listivo-login-form__inner {
    padding: 24px 0 0 !important;
    background: #fff !important;
  }

  body.tj-mobile-auth-screen .tj-form-intro h3 {
    font-size: 25px !important;
    letter-spacing: -.025em !important;
  }

  body.tj-mobile-auth-screen .tj-form-intro p {
    max-width: 390px;
    color: #718089 !important;
    font-size: 13px !important;
  }

  .tj-how-it-works,
  .tj-home-cta {
    display: none !important;
  }

  .tj-home-listings .tj-section-heading {
    align-items: center !important;
    margin-bottom: 14px !important;
  }

  .tj-home-listings .tj-section-heading h2 {
    margin: 0 !important;
    font-size: 22px !important;
    letter-spacing: -.025em !important;
  }

  .tj-home-listings .tj-section-heading > a {
    display: inline-flex !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
}

.tj-trust-strip {
  display: none !important;
}

/* Final mobile marketplace layout: photo-first, dense and natural like a native resale app. */
@media (max-width: 767px) {
  .tj-home-listings {
    padding: 20px 0 26px !important;
    background: #fff !important;
  }

  .tj-home-listings .tj-home-shell {
    width: calc(100% - 24px) !important;
    max-width: none !important;
  }

  .tj-home-listings .tj-section-heading {
    margin-bottom: 13px !important;
  }

  .tj-home-listings .tj-section-heading h2 {
    font-size: 20px !important;
    font-weight: 800 !important;
  }

  .tj-home-listings .tj-section-heading > a {
    color: #4a8c18 !important;
    font-size: 11px !important;
  }

  .tj-home-listings .listivo-card-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 10px !important;
  }

  .tj-home-load-more {
    margin-top: 24px !important;
  }

  .tj-home-load-more button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
  }

  .tj-home-listings .listivo-listing-card-v3 {
    position: relative !important;
    display: block !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .tj-home-listings .listivo-listing-card-v3__gallery {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 3 / 4 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f2f4f4 !important;
  }

  .tj-home-listings .listivo-listing-card-v3__gallery img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    transition: none !important;
  }

  .tj-home-listings .listivo-listing-card-v3__body,
  .tj-home-listings .listivo-listing-card-v3__inner {
    position: static !important;
    display: block !important;
    min-height: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .tj-home-listings .listivo-listing-card-v3__content {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    padding: 8px 3px 0 !important;
  }

  .tj-home-listings .listivo-listing-card-v3__name {
    display: -webkit-box !important;
    min-height: 0 !important;
    margin: 0 0 3px !important;
    overflow: hidden !important;
    color: #536168 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }

  .tj-home-listings .listivo-listing-card-v3__address {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    width: 100% !important;
    min-height: 16px !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #617078 !important;
    font-size: 11px !important;
    font-weight: 450 !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  .tj-home-listings .listivo-listing-card-v3__address-icon-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 12px !important;
    width: 12px !important;
    height: 15px !important;
    margin: 0 !important;
  }

  .tj-home-listings .listivo-listing-card-v3__address-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 11px !important;
    height: 14px !important;
    min-width: 11px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #6dbb22 !important;
    background: transparent !important;
  }

  .tj-home-listings .listivo-listing-card-v3__address-icon svg {
    width: 10px !important;
    height: 14px !important;
  }

  .tj-home-listings .listivo-listing-card-v3__address-icon svg path {
    fill: currentColor !important;
  }

  .tj-home-listings .listivo-listing-card-v3__address-text {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: left !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: unset !important;
  }

  .tj-home-listings .listivo-listing-card-v3__value {
    order: 3 !important;
    margin: 5px 0 0 !important;
    color: #253948 !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
  }

  .tj-home-listings .listivo-listing-card-v3__bottom {
    position: absolute !important;
    top: auto !important;
    right: 9px !important;
    bottom: 69px !important;
    z-index: 3 !important;
    display: grid !important;
    place-items: center !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 0 !important;
    max-height: 36px !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 1px solid rgba(35, 54, 66, .12) !important;
    border-radius: 50% !important;
    color: #415762 !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 2px 8px rgba(23, 40, 51, .11) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
  }

  .tj-home-listings .listivo-listing-card-v3__icons {
    position: absolute !important;
    inset: 0 !important;
    display: grid !important;
    place-items: center !important;
    width: auto !important;
    height: auto !important;
  }

  .tj-home-listings .listivo-listing-card-v3__icon {
    display: none !important;
  }

  .tj-home-listings .listivo-listing-card-v3__icon:last-child {
    position: absolute !important;
    inset: 0 !important;
    display: grid !important;
    place-items: center !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    color: #415762 !important;
    background: transparent !important;
  }

  .tj-home-listings .listivo-listing-card-v3__icon:last-child svg {
    width: 20px !important;
    height: 20px !important;
  }

  .tj-home-listings .listivo-listing-card-v3__views {
    display: none !important;
  }

  .tj-home-listings .listivo-listing-card-v3__labels {
    top: 8px !important;
    left: 8px !important;
  }

  .tj-home-listings .listivo-listing-card-v3__label {
    padding: 5px 7px !important;
    border-radius: 5px !important;
    font-size: 9px !important;
  }

  .tublejom-preview.tj-page-single .listivo-single-hero,
  .single-shpallje .listivo-single-hero {
    padding-top: 12px !important;
  }

  .listivo-single-location a,
  .listivo-single-breadcrumbs,
  .listivo-single-media {
    display: none !important;
  }
}

/* Three-step listing submission. */
.tj-submit-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 18px 32px 0;
}

.tj-submit-progress span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e6ecef;
  color: #87949b;
  font-size: 12px;
  font-weight: 700;
}

.tj-submit-progress i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eef2f3;
  font-style: normal;
  font-size: 11px;
}

.tj-submit-progress span.is-active,
.tj-submit-progress span.is-complete {
  border-bottom-color: #6db71d;
  color: #2a3d4b;
}

.tj-submit-progress span.is-active i,
.tj-submit-progress span.is-complete i {
  color: #fff;
  background: #6db71d;
}

.tj-submit-form {
  display: block;
}

.tj-submit-step {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tj-submit-step[hidden] {
  display: none !important;
}

.tj-submit-step__intro {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 2px;
}

.tj-submit-step__intro strong {
  color: var(--tj-navy);
  font-size: 17px;
}

.tj-submit-step__intro span {
  color: #73828a;
  font-size: 12px;
}

.tj-submit-review {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px;
  border: 1px solid #dce7eb;
  border-radius: 11px;
  background: #f8fafb;
}

.tj-submit-review > span {
  color: #73828a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.tj-submit-review > strong {
  color: var(--tj-navy);
  font-size: 17px;
}

.tj-submit-review small {
  display: flex;
  gap: 7px;
  color: #63747e;
  font-size: 12px;
}

.tj-submit-review b,
.tj-submit-review i {
  font-style: normal;
  font-weight: 600;
}

.tj-submit-form__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}

.tj-submit-form__actions button {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 9px;
  font-weight: 800;
  cursor: pointer;
}

.tj-submit-form__actions [hidden],
.tj-submit-form[hidden],
.tj-submit-success[hidden] {
  display: none !important;
}

.tj-submit-form__back {
  border: 1px solid #d5e0e5;
  color: #4f6069;
  background: #fff;
}

.tj-submit-form__next,
.tj-submit-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  color: #fff;
  background: #6dbf1f;
}

.tj-submit-form__next svg,
.tj-submit-form__button svg {
  width: 17px;
}

.tj-submit-success {
  padding: 54px 32px 60px;
  text-align: center;
}

.tj-submit-success__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #fff;
  background: #6dbf1f;
  font-size: 30px;
  font-weight: 800;
}

.tj-submit-success h3 {
  margin: 0 0 8px;
  color: var(--tj-navy);
  font-size: 25px;
}

.tj-submit-success p {
  max-width: 430px;
  margin: 0 auto 22px;
  color: #6c7b84;
  line-height: 1.55;
}

.tj-submit-success button {
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #6dbf1f;
  font-weight: 800;
}

.tj-demo-account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #dbe7eb;
  border-radius: 10px;
  background: #f7fafb;
}

.tj-demo-account span {
  display: flex;
  flex-direction: column;
  color: #72818a;
  font-size: 11px;
}

.tj-demo-account strong {
  color: var(--tj-navy);
  font-size: 13px;
}

.tj-demo-account button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #5b9d1d;
  border-radius: 7px;
  color: #4f8f18;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .tj-submit-modal {
    top: 68px !important;
    z-index: 23000 !important;
    background: #fff !important;
  }

  .tj-submit-modal__backdrop {
    display: none !important;
  }

  .tj-submit-modal__panel {
    min-height: calc(100dvh - 68px) !important;
  }

  .tj-submit-modal__head {
    padding: 16px 18px 13px !important;
  }

  .tj-submit-modal__head h2 {
    margin-top: 1px !important;
    font-size: 23px !important;
  }

  .tj-submit-modal__head p {
    display: none;
  }

  .tj-submit-progress {
    padding: 14px 18px 0;
  }

  .tj-submit-progress span {
    justify-content: center;
    gap: 5px;
    padding-bottom: 11px;
    font-size: 10px;
  }

  .tj-submit-progress i {
    width: 21px;
    height: 21px;
    font-size: 10px;
  }

  .tj-submit-form {
    padding: 20px 18px 110px !important;
  }

  .tj-submit-step {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tj-submit-step__intro {
    grid-column: auto;
  }

  .tj-submit-field--wide {
    grid-column: auto;
  }

  .tj-submit-form__actions {
    position: sticky;
    bottom: 0;
    z-index: 2;
    margin: 24px -18px -110px;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #e1e8eb;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(10px);
  }

  .tj-submit-form__actions button {
    min-height: 48px;
    padding-inline: 20px;
  }

  .tj-submit-form__next,
  .tj-submit-form__button {
    flex: 1;
  }
}
