.wn-search,
.wn-listing-grid {
  width: 100%;
}

.wn-admin-report {
  max-width: 1480px;
}

.wn-admin-report > p {
  max-width: 760px;
  color: #647084;
  font-size: 14px;
}

.wn-admin-export-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.wn-admin-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.wn-admin-kpis span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px;
  color: #526071;
  background: #ffffff;
  border: 1px solid #dce7f5;
  border-radius: 12px;
}

.wn-admin-kpis strong {
  color: #0c1832;
  font-size: 26px;
  line-height: 1;
}

.wn-admin-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wn-admin-panel {
  min-width: 0;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #dce7f5;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.wn-admin-panel.is-wide {
  grid-column: 1 / -1;
}

.wn-admin-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.wn-admin-panel-head h2 {
  margin: 0;
  color: #0c1832;
  font-size: 18px;
}

.wn-admin-panel-head a,
.wn-admin-panel-head span {
  color: #2956d9;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.wn-admin-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.wn-admin-table td,
.wn-admin-table th {
  vertical-align: top;
}

.wn-admin-review-table td {
  min-width: 130px;
}

.wn-admin-review-excerpt {
  max-width: 320px;
  color: #526071;
}

.wn-admin-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  color: #4f5f73;
  background: #f1f5f9;
  border: 1px solid #dce7f5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.wn-admin-status-pill.is-verified,
.wn-admin-status-pill.is-trusted_landlord,
.wn-admin-status-pill.is-agency_verified,
.wn-admin-status-pill.is-coworking_verified {
  color: #0f6b47;
  background: #e6f8ef;
  border-color: #b9ead1;
}

.wn-admin-status-pill.is-pending,
.wn-admin-status-pill.is-identity_pending,
.wn-admin-status-pill.is-agency_pending,
.wn-admin-status-pill.is-coworking_pending {
  color: #8a5a00;
  background: #fff6d7;
  border-color: #f4d477;
}

.wn-admin-status-pill.is-rejected {
  color: #9a3412;
  background: #fff0e8;
  border-color: #ffc6a8;
}

.wn-admin-sla {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  color: #365314;
  background: #ecfccb;
  border: 1px solid #bef264;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.wn-admin-sla.is-due_soon {
  color: #8a5a00;
  background: #fff6d7;
  border-color: #f4d477;
}

.wn-admin-sla.is-overdue {
  color: #991b1b;
  background: #fee2e2;
  border-color: #fecaca;
}

.wn-admin-sla.is-unknown {
  color: #4f5f73;
  background: #f1f5f9;
  border-color: #dce7f5;
}

.wn-admin-table small {
  color: #647084;
}

.wn-admin-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.wn-admin-review-actions .button {
  margin: 0;
}

.wn-admin-verification-form {
  display: grid;
  gap: 8px;
  min-width: 260px;
}

.wn-admin-verification-form label {
  display: grid;
  gap: 5px;
  color: #1f2937;
  font-weight: 700;
}

.wn-admin-verification-form textarea {
  width: 100%;
  min-height: 76px;
  resize: vertical;
}

.wn-admin-note-preview {
  display: grid;
  gap: 4px;
  max-width: 320px;
  margin-top: 10px;
  padding: 9px 10px;
  color: #344054;
  background: #f8fafc;
  border: 1px solid #dce7f5;
  border-radius: 10px;
}

.wn-admin-note-preview strong {
  color: #0c1832;
  font-size: 12px;
}

.wn-admin-note-preview p {
  margin: 0;
}

.wn-admin-empty {
  margin: 0;
  padding: 18px;
  color: #647084;
  background: #f8fafc;
  border: 1px dashed #dce7f5;
  border-radius: 12px;
}

@media (max-width: 960px) {
  .wn-admin-report-grid {
    grid-template-columns: 1fr;
  }
}

.wn-search,
.wn-listing-grid,
.wn-panel,
.wn-review-section,
.wn-question-section,
.wn-request-form,
.wn-report-form {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.wn-search {
  display: grid;
  grid-template-columns: repeat(5, minmax(145px, 1fr));
  gap: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dfe6ef;
  border-radius: 32px;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
  backdrop-filter: blur(18px);
}

.archive-hero .wn-search {
  grid-template-columns: repeat(5, minmax(145px, 1fr));
  border-radius: 28px;
}

.archive-hero .wn-search button {
  grid-column: auto;
}

.wn-search label span {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.wn-search input,
.wn-search select,
.wn-search button {
  width: 100%;
  min-height: 40px;
  border-radius: 14px;
  font: inherit;
}

.wn-search input,
.wn-search select {
  padding: 0 11px;
  color: #4f5b6b;
  background: transparent;
  border: 0;
}

.wn-search label {
  min-width: 0;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #e5ebf4;
  border-radius: 18px;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.wn-search label:focus-within {
  background: #ffffff;
  border-color: rgba(41, 86, 217, 0.34);
}

.wn-search label + label {
  border-inline-start: 1px solid #e7ecf3;
}

.wn-search-check {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 66px;
  padding: 12px 14px;
  color: #465266;
  background: #ffffff;
  border: 1px solid #e5ebf4;
  border-radius: 18px;
  font-weight: 650;
}

.wn-search-check input {
  width: auto;
  min-height: auto;
}

.wn-search button {
  align-self: stretch;
  min-width: 0;
  min-height: 66px;
  padding: 0 28px;
  color: #ffffff;
  background: #2956d9;
  border: 0;
  border-radius: 20px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(41, 86, 217, 0.3);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.wn-search button:hover {
  background: #2049c6;
  box-shadow: 0 20px 38px rgba(41, 86, 217, 0.36);
  transform: translateY(-2px);
}

.wn-vehicle-search {
  width: 100%;
}

.wn-vehicle-results {
  display: grid;
  gap: 16px;
}

.wn-listing-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 352px);
  grid-template-columns: none;
  gap: 16px;
  overflow-x: auto;
  padding: 8px 4px 22px;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 4px;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.wn-card {
  position: relative;
  min-width: 0;
  max-width: 100%;
  scroll-snap-align: start;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e7ecf3;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wn-card:hover {
  border-color: rgba(41, 86, 217, 0.22);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.14);
  transform: translateY(-3px);
}

.wn-card-media {
  position: relative;
  display: block;
  min-height: 264px;
  background: linear-gradient(135deg, #0d5135, #256c93);
}

.wn-card-media img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  display: block;
}

.wn-card-placeholder {
  display: grid;
  height: 264px;
  place-items: center;
  padding: 24px;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}

.wn-visual-placeholder {
  position: relative;
  display: block;
  min-width: 0;
  height: 264px;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 210, 82, 0.7), transparent 18%),
    linear-gradient(135deg, #0f5e52 0%, #246f96 100%);
}

.wn-visual-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.wn-visual-placeholder.is-living {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 203, 70, 0.78), transparent 17%),
    linear-gradient(135deg, #0d625a 0%, #22769d 100%);
}

.wn-visual-placeholder.is-business {
  background:
    radial-gradient(circle at 78% 18%, rgba(80, 190, 170, 0.42), transparent 17%),
    linear-gradient(135deg, #10233f 0%, #176f63 100%);
}

.wn-visual-placeholder.is-holiday {
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 196, 65, 0.86), transparent 18%),
    linear-gradient(135deg, #12627d 0%, #2b82b7 50%, #14745f 100%);
}

.wn-visual-placeholder.is-startup {
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 214, 92, 0.68), transparent 17%),
    linear-gradient(135deg, #0b3b4b 0%, #146d63 58%, #2458a8 100%);
}

.wn-visual-placeholder.is-vehicle {
  background:
    radial-gradient(circle at 80% 18%, rgba(72, 222, 170, 0.58), transparent 17%),
    linear-gradient(135deg, #0c1832 0%, #155e75 55%, #0f766e 100%);
}

.wn-visual-placeholder::before,
.wn-visual-placeholder::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.wn-visual-placeholder::before {
  inset: auto -8% -24% -8%;
  height: 46%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(231, 246, 241, 0.92));
  clip-path: polygon(0 42%, 18% 26%, 38% 44%, 60% 20%, 78% 38%, 100% 24%, 100% 100%, 0 100%);
  opacity: 0.95;
}

.wn-visual-placeholder::after {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 30%, rgba(255, 255, 255, 0.1)),
    linear-gradient(180deg, rgba(5, 17, 36, 0.08), rgba(5, 17, 36, 0.18));
}

.wn-visual-glow,
.wn-visual-sun,
.wn-visual-card,
.wn-visual-line,
.wn-visual-label {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.wn-visual-placeholder.has-demo-media .wn-visual-glow,
.wn-visual-placeholder.has-demo-media .wn-visual-sun,
.wn-visual-placeholder.has-demo-media .wn-visual-card,
.wn-visual-placeholder.has-demo-media .wn-visual-line {
  display: none;
}

.wn-visual-glow {
  inset: 18% auto auto 10%;
  width: 42%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  filter: blur(2px);
}

.wn-visual-sun {
  top: 28px;
  inset-inline-end: 28px;
  width: 54px;
  aspect-ratio: 1;
  background: #ffc93d;
  border-radius: 999px;
  box-shadow: 0 0 0 14px rgba(255, 201, 61, 0.16);
}

.wn-visual-card {
  bottom: 18px;
  width: 28%;
  height: 42%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px 16px 0 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.wn-visual-card::before {
  position: absolute;
  inset: 18px 14px;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.32) 10px, transparent 10px) 0 0 / 28px 24px,
    linear-gradient(rgba(255, 255, 255, 0.22) 10px, transparent 10px) 0 0 / 28px 24px;
  border-radius: 6px;
}

.wn-visual-card-one {
  inset-inline-end: 12%;
}

.wn-visual-card-two {
  inset-inline-end: 34%;
  bottom: 34px;
  width: 20%;
  height: 31%;
  opacity: 0.74;
}

.wn-visual-line {
  inset-inline-start: 8%;
  width: 44%;
  height: 3px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 999px;
}

.wn-visual-line-one {
  bottom: 58px;
}

.wn-visual-line-two {
  bottom: 42px;
  width: 32%;
  opacity: 0.72;
}

.wn-visual-label {
  inset-inline-start: 22px;
  inset-inline-end: 22px;
  bottom: 82px;
  z-index: 3;
  min-width: 0;
  text-shadow: 0 2px 12px rgba(2, 8, 23, 0.28);
}

.wn-visual-placeholder.has-demo-media .wn-visual-label {
  bottom: 22px;
}

.wn-visual-label strong,
.wn-visual-label small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wn-visual-label strong {
  max-width: 72%;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.05;
}

.wn-visual-label small {
  width: max-content;
  max-width: 68%;
  margin-top: 9px;
  padding: 6px 10px;
  color: #0b3b4b;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.wn-media-guide-pill {
  position: absolute;
  inset-inline-end: 16px;
  bottom: 16px;
  z-index: 3;
  max-width: calc(100% - 32px);
  padding: 7px 11px;
  overflow: hidden;
  color: #0b3b4b;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wn-price-pill,
.wn-heart,
.wn-featured-pill {
  position: absolute;
  z-index: 2;
  top: 20px;
  display: grid;
  min-height: 46px;
  place-items: center;
  color: #101827;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.wn-price-pill {
  inset-inline-start: 20px;
  max-width: calc(100% - 92px);
  padding: 0 18px;
  overflow: hidden;
  border-radius: 999px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wn-heart {
  inset-inline-end: 18px;
  width: 46px;
  border: 0;
  border-radius: 999px;
  color: #5d6675;
  font-size: 0;
  cursor: pointer;
}

.wn-heart::before {
  content: "\2661";
  font-size: 28px;
  line-height: 1;
}

.wn-heart.is-favorite::before {
  content: "\2665";
  color: #ef3d72;
}

.wn-featured-pill {
  inset-inline-start: 20px;
  top: 76px;
  min-height: 32px;
  padding: 0 12px;
  color: #101827;
  background: #ffc83d;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.wn-card-body {
  min-width: 0;
  padding: 18px 20px 18px;
}

.wn-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 26px;
  margin-bottom: 10px;
}

.wn-badges span {
  padding: 5px 8px;
  color: #0d5135;
  background: #e8f3ed;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
}

.wn-badges .wn-verification-badge,
.wn-verification-badge {
  color: #0d5135;
  background: #e8f6ee;
  border: 1px solid #bee5cd;
}

.wn-badges .wn-verification-badge.is-pending_review,
.wn-verification-badge.is-pending_review,
.wn-badges .wn-verification-badge.is-needs_changes,
.wn-verification-badge.is-needs_changes {
  color: #7c4b00;
  background: #fff4db;
  border-color: #ffd98a;
}

.wn-badges .wn-verification-badge.is-rejected,
.wn-verification-badge.is-rejected {
  color: #842c1c;
  background: #fff0ec;
  border-color: #efb6a8;
}

.wn-badges .wn-availability-badge,
.wn-availability-badge {
  color: #0b5960;
  background: #e8fbfd;
  border: 1px solid #bae9ee;
}

.wn-badges .wn-availability-badge.is-temporarily_unavailable,
.wn-availability-badge.is-temporarily_unavailable,
.wn-badges .wn-availability-badge.is-fully_booked,
.wn-availability-badge.is-fully_booked,
.wn-badges .wn-availability-badge.is-rented,
.wn-availability-badge.is-rented {
  color: #7c2d12;
  background: #fff1e7;
  border-color: #fec9a8;
}

.wn-rec-card-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: -2px 0 10px;
}

.wn-rec-card-reasons span {
  padding: 6px 9px;
  color: #293b9f;
  background: #eef2ff;
  border: 1px solid #cad4ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
}

.wn-match-meter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: -1px 0 10px;
  padding: 9px 11px;
  color: #0c1832;
  background: linear-gradient(135deg, #eafff8, #eef2ff);
  border: 1px solid #cde8f2;
  border-radius: 12px;
}

.wn-match-meter strong {
  color: #0b7b73;
  font-size: 18px;
  font-weight: 750;
}

.wn-match-meter span {
  color: #465266;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.wn-card h3 {
  min-width: 0;
  min-height: 52px;
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.wn-card h3 a {
  color: #111827;
  text-decoration: none;
}

.wn-meta,
.wn-excerpt,
.wn-host {
  min-width: 0;
  color: #66716d;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.wn-host {
  margin-bottom: 12px;
  color: #98a1af;
  font-weight: 700;
}

.wn-card-foot {
  display: none;
  gap: 12px;
  margin-top: 14px;
}

.wn-availability {
  margin: 10px 0 0;
  padding: 9px 10px;
  color: #68400d;
  background: #fff2d9;
  border-radius: 8px;
  font-weight: 800;
}

.wn-benchmark {
  display: grid;
  gap: 3px;
  margin-top: 10px;
  padding: 10px;
  background: #f4f7f5;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
}

.wn-benchmark strong {
  color: #0d5135;
  font-size: 13px;
}

.wn-benchmark span {
  font-weight: 900;
}

.wn-benchmark small {
  color: #66716d;
}

.wn-benchmark-tool {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  gap: 14px;
  align-items: stretch;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #dce7f5;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.09);
}

.wn-benchmark-copy,
.wn-benchmark-result,
.wn-benchmark-note {
  min-width: 0;
}

.wn-benchmark-copy {
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 18px;
  color: #0c1832;
  background: linear-gradient(135deg, #eafff8, #f8fbff);
  border: 1px solid #cde8f2;
  border-radius: 18px;
}

.wn-benchmark-copy span,
.wn-benchmark-result span,
.wn-benchmark-note strong {
  color: #0b7b73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.wn-benchmark-copy h3 {
  margin: 0;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.08;
}

.wn-benchmark-copy p,
.wn-benchmark-note p {
  margin: 0;
  color: #647084;
  line-height: 1.55;
}

.wn-benchmark-controls {
  display: grid;
  gap: 10px;
}

.wn-benchmark-controls label {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 12px;
  background: #f8fafc;
  border: 1px solid #e5ebf4;
  border-radius: 16px;
}

.wn-benchmark-controls span {
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.wn-benchmark-controls select {
  width: 100%;
  min-height: 42px;
  color: #465266;
  background: #ffffff;
  border: 1px solid #dfe6ef;
  border-radius: 12px;
  font: inherit;
}

.wn-benchmark-result {
  display: grid;
  gap: 7px;
  align-content: center;
  padding: 18px;
  background: #0c1832;
  border-radius: 18px;
}

.wn-benchmark-result strong {
  color: #ffffff;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.wn-benchmark-result b {
  color: #ffc83d;
  font-size: 16px;
  font-weight: 700;
}

.wn-benchmark-result small {
  color: #cbd5e1;
  line-height: 1.4;
}

.wn-benchmark-note {
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  padding: 14px;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 16px;
}

.wn-benchmark-note a {
  display: inline-grid;
  width: fit-content;
  min-height: 42px;
  place-items: center;
  padding: 0 16px;
  color: #ffffff;
  text-decoration: none;
  background: #2956d9;
  border-radius: 12px;
  font-weight: 700;
}

.wn-benchmark-tool.is-fallback .wn-benchmark-result {
  background: #172033;
}

.wn-card-foot strong {
  font-size: 20px;
}

.wn-saved-listings,
.wn-recent-listings {
  display: grid;
  gap: 12px;
}

.wn-saved-listings .wn-card,
.wn-recent-listings .wn-card {
  display: none;
}

.wn-saved-listings .wn-card.is-saved-visible,
.wn-recent-listings .wn-card.is-recent-visible {
  display: block;
}

.wn-saved-empty {
  display: grid;
  min-height: 150px;
  place-items: center;
  gap: 6px;
  padding: 24px;
  color: #66716d;
  text-align: center;
  background: #f8fafc;
  border: 1px dashed #cfd8e3;
  border-radius: 18px;
}

.wn-saved-empty strong {
  color: #17201d;
  font-size: 20px;
  font-weight: 650;
}

.wn-saved-empty span {
  max-width: 420px;
  line-height: 1.45;
}

.wn-saved-search-widget {
  min-width: min(100%, 420px);
}

.wn-saved-search-widget form {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto auto;
  gap: 8px;
  align-items: end;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
}

.wn-saved-search-widget label {
  display: grid;
  gap: 5px;
  margin: 0;
}

.wn-saved-search-widget label span {
  color: #526071;
  font-size: 12px;
  font-weight: 800;
}

.wn-saved-search-widget input[type="text"],
.wn-saved-search-widget input:not([type]) {
  min-height: 44px;
  padding: 9px 10px;
  color: #17201d;
  background: #f4f7f5;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
  font: inherit;
  font-weight: 750;
}

.wn-saved-search-alert {
  display: inline-flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 44px;
  padding: 0 10px;
  color: #405048;
  background: #f6f9f7;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.wn-saved-search-alert input {
  margin: 0 6px 0 0;
}

.wn-saved-search-widget button,
.wn-saved-search-login {
  display: inline-grid;
  min-height: 44px;
  place-items: center;
  padding: 0 14px;
  color: #ffffff;
  text-decoration: none;
  background: #0c1832;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.wn-saved-search-list {
  display: grid;
  gap: 10px;
}

.wn-saved-search-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #f8fafc;
  border: 1px solid #dce7f5;
  border-radius: 8px;
}

.wn-saved-search-list strong,
.wn-saved-search-list span,
.wn-saved-search-list small {
  display: block;
}

.wn-saved-search-list strong {
  color: #17201d;
  font-size: 15px;
  font-weight: 850;
}

.wn-saved-search-list span {
  margin-top: 3px;
  color: #526071;
  line-height: 1.4;
}

.wn-saved-search-list small,
.wn-saved-search-empty {
  color: #647084;
}

.wn-saved-search-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.wn-saved-search-actions a,
.wn-saved-search-actions button {
  display: inline-grid;
  min-height: 36px;
  width: auto;
  place-items: center;
  padding: 0 11px;
  color: #ffffff;
  text-decoration: none;
  background: #0c1832;
  border: 0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.wn-saved-search-actions button {
  color: #6b1d1d;
  background: #fee2e2;
}

.wn-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.wn-contact a {
  display: grid;
  min-height: 40px;
  place-items: center;
  color: #ffffff;
  text-decoration: none;
  background: #16784d;
  border-radius: 8px;
  font-weight: 800;
}

.wn-contact a:last-child {
  background: #256c93;
}

.wn-card.is-rented {
  opacity: 0.66;
}

.wn-card.is-featured {
  box-shadow: 0 18px 42px rgba(41, 86, 217, 0.2);
}

.wn-recommendations {
  display: grid;
  gap: 14px;
}

.wn-recommendation-head {
  display: grid;
  gap: 4px;
  max-width: 720px;
}

.wn-recommendation-head span {
  color: #ef3d72;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.wn-recommendation-head strong {
  color: #081225;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 700;
}

.wn-recommendation-head p {
  margin: 0;
  color: #647084;
  font-size: 17px;
  line-height: 1.5;
}

.wn-recommendation-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wn-recommendation-reasons span {
  padding: 9px 12px;
  color: #0b7b73;
  background: #eafff8;
  border: 1px solid #b8f2df;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
}

.wn-recommendation-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wn-recommendation-insights span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 14px;
  color: #647084;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.wn-recommendation-insights strong {
  color: #0c1832;
  font-size: 22px;
  line-height: 1;
  font-weight: 750;
}

.wn-dashboard {
  width: 100%;
}

.wn-dashboard-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px;
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid #dfe6e1;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  scrollbar-width: thin;
}

.wn-dashboard-tabs a {
  flex: 0 0 auto;
  display: inline-grid;
  min-height: 40px;
  place-items: center;
  padding: 0 14px;
  color: #405048;
  text-decoration: none;
  background: #f6f9f7;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.wn-dashboard-tabs a:hover,
.wn-dashboard-tabs a:focus {
  color: #ffffff;
  background: #0c1832;
}

.wn-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 16px;
  align-items: start;
}

.wn-panel {
  display: grid;
  gap: 13px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
}

.wn-panel h2 {
  margin: 0 0 4px;
}

.wn-panel[id="my-properties"],
.wn-panel[id="my-vehicles"] {
  scroll-margin-top: 120px;
}

.wn-panel label span {
  display: block;
  margin-bottom: 6px;
  color: #66716d;
  font-size: 12px;
  font-weight: 800;
}

.wn-panel input,
.wn-panel select,
.wn-panel textarea,
.wn-panel button {
  width: 100%;
  border-radius: 8px;
  font: inherit;
}

.wn-panel input,
.wn-panel select,
.wn-panel textarea {
  min-height: 44px;
  padding: 10px 11px;
  color: #17201d;
  background: #f4f7f5;
  border: 1px solid #dfe6e1;
}

.wn-request-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.wn-request-head {
  display: grid;
  gap: 5px;
  grid-column: 1 / -1;
  padding: 12px;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 14px;
}

.wn-request-head strong {
  color: #0c1832;
  font-size: 17px;
  font-weight: 700;
}

.wn-request-head span {
  color: #647084;
  font-size: 13px;
  line-height: 1.4;
}

.wn-request-form label span,
.wn-request-row label span {
  display: block;
  margin-bottom: 6px;
  color: #66716d;
  font-size: 12px;
  font-weight: 800;
}

.wn-request-form input,
.wn-request-form textarea,
.wn-request-row select {
  width: 100%;
  min-height: 42px;
  padding: 10px 11px;
  color: #17201d;
  background: #f4f7f5;
  border: 1px solid #dfe6e1;
  border-radius: 10px;
  font: inherit;
}

.wn-request-form .wn-full,
.wn-request-form button {
  grid-column: 1 / -1;
}

.wn-report-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px;
  background: #fff8f8;
  border: 1px solid #ffd9d9;
  border-radius: 16px;
}

.wn-report-head {
  display: grid;
  gap: 4px;
  grid-column: 1 / -1;
}

.wn-report-head strong {
  color: #842c1c;
  font-weight: 700;
}

.wn-report-head span {
  color: #66716d;
  font-size: 13px;
  line-height: 1.45;
}

.wn-report-form label span {
  display: block;
  margin-bottom: 6px;
  color: #66716d;
  font-size: 12px;
  font-weight: 650;
}

.wn-report-form input,
.wn-report-form select,
.wn-report-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 11px;
  color: #17201d;
  background: #ffffff;
  border: 1px solid #efcccc;
  border-radius: 10px;
  font: inherit;
}

.wn-report-form .wn-full,
.wn-report-form button {
  grid-column: 1 / -1;
}

.wn-report-form button {
  min-height: 42px;
  color: #ffffff;
  background: #842c1c;
  border: 0;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
}

.wn-request-form button {
  min-height: 44px;
  color: #ffffff;
  background: #13a39a;
  border: 0;
  border-radius: 12px;
  font-weight: 900;
  cursor: pointer;
}

.wn-panel button,
.wn-panel input[type="submit"] {
  min-height: 42px;
  padding: 0 14px;
  color: #ffffff;
  background: #16784d;
  border: 0;
  font-weight: 800;
  cursor: pointer;
}

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

.wn-listing-form h2,
.wn-listing-form .wn-full,
.wn-listing-form .wn-check,
.wn-listing-form button {
  grid-column: 1 / -1;
}

.wn-form-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.wn-form-progress span,
.wn-guide-steps span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  color: #526071;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
}

.wn-form-progress strong,
.wn-guide-steps strong {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #ffffff;
  background: #2956d9;
  border-radius: 999px;
  font-size: 13px;
}

.wn-review-note {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  color: #293b9f;
  background: #eef2ff;
  border: 1px solid #cad4ff;
  border-radius: 14px;
}

.wn-review-note strong {
  color: #0c1832;
  font-weight: 800;
}

.wn-review-note span {
  color: #465266;
  font-size: 13px;
  line-height: 1.45;
}

.wn-content-checklist {
  display: grid;
  gap: 14px;
  padding: 16px;
  background: linear-gradient(135deg, #f7fffb, #ffffff);
  border: 1px solid #ccefe3;
  border-radius: 18px;
}

.wn-content-checklist.needs-work {
  background: linear-gradient(135deg, #fffaf1, #ffffff);
  border-color: #f5d899;
}

.wn-content-checklist-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.wn-content-checklist-head strong {
  display: block;
  color: #0c1832;
  font-size: 17px;
  font-weight: 850;
}

.wn-content-checklist-head p {
  margin: 4px 0 0;
  color: #647084;
  font-size: 13px;
  line-height: 1.45;
}

.wn-content-checklist-head > span {
  display: inline-grid;
  min-height: 34px;
  padding: 7px 12px;
  place-items: center;
  color: #0d5135;
  background: #e6f8ef;
  border: 1px solid #b9ead1;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.wn-content-checklist.needs-work .wn-content-checklist-head > span {
  color: #8a5a00;
  background: #fff6d7;
  border-color: #f4d477;
}

.wn-content-checklist-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wn-content-checklist-groups section {
  min-width: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dfe6e1;
  border-radius: 14px;
}

.wn-content-checklist-groups section[hidden] {
  display: none;
}

.wn-content-checklist-groups h3 {
  margin: 0 0 10px;
  color: #0d5135;
  font-size: 14px;
  font-weight: 900;
}

.wn-content-checklist-groups ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wn-content-checklist-groups li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  min-width: 0;
}

.wn-content-checklist-groups i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #8a5a00;
  background: #fff6d7;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.wn-content-checklist-groups .is-complete i {
  color: #ffffff;
  background: #18a66d;
}

.wn-content-checklist-groups li strong {
  display: block;
  min-width: 0;
  color: #17201d;
  font-size: 13px;
  line-height: 1.25;
}

.wn-content-checklist-groups li small {
  display: inline-block;
  margin-top: 2px;
  color: #647084;
  font-size: 11px;
  font-weight: 800;
}

.wn-content-checklist-groups .is-required small {
  color: #2956d9;
}

.wn-coordinate-quality {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  color: #526071;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 14px;
}

.wn-coordinate-quality strong {
  color: #0c1832;
  font-size: 13px;
  font-weight: 850;
}

.wn-coordinate-quality span {
  color: inherit;
  font-size: 12px;
  line-height: 1.4;
}

.wn-coordinate-quality.is-ready {
  color: #0d5135;
  background: #eaf8f0;
  border-color: #c4ebd5;
}

.wn-coordinate-quality.is-missing,
.wn-coordinate-quality.is-incomplete {
  color: #8a5a00;
  background: #fff8df;
  border-color: #f4d477;
}

.wn-coordinate-quality.is-invalid,
.wn-coordinate-quality.is-outside_algeria {
  color: #9a3412;
  background: #fff0e8;
  border-color: #ffc6a8;
}

.wn-form-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid #e5edf7;
}

.wn-form-section-title strong {
  color: #0c1832;
  font-size: 18px;
  font-weight: 700;
}

.wn-choice-block > span {
  display: block;
  margin-bottom: 8px;
  color: #66716d;
  font-size: 12px;
  font-weight: 800;
}

.wn-cover-upload > span {
  display: block;
  margin-bottom: 8px;
  color: #66716d;
  font-size: 12px;
  font-weight: 800;
}

.wn-translation-block {
  padding: 16px;
  background: #f8fbf9;
  border: 1px solid #dfe6e1;
  border-radius: 12px;
}

.wn-translation-block > span {
  display: block;
  margin-bottom: 6px;
  color: #17201d;
  font-size: 14px;
  font-weight: 750;
}

.wn-translation-block > p {
  margin: 0 0 14px;
  color: #66716d;
  line-height: 1.45;
}

.wn-translation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wn-translation-grid fieldset {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #dfe6e1;
  border-radius: 10px;
}

.wn-translation-grid legend {
  padding: 0 6px;
  color: #0d5135;
  font-size: 13px;
  font-weight: 750;
}

.wn-translation-grid textarea {
  min-height: 120px;
  resize: vertical;
}

.wn-cover-upload input[type="file"] {
  padding: 9px;
  background: #f8fbf9;
  border-style: dashed;
}

.wn-cover-upload small {
  display: block;
  margin-top: 6px;
  color: #66716d;
  font-weight: 700;
}

.wn-cover-preview {
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 16 / 9;
  background: #edf3f0;
  border-radius: 8px;
}

.wn-cover-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wn-selected-cover-preview {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  background: #f8fbff;
  border: 1px solid #dde7f3;
  border-radius: 18px;
}

.wn-selected-cover-preview[hidden] {
  display: none;
}

.wn-selected-cover-preview span {
  color: #5d6675;
  font-size: 12px;
  font-weight: 800;
}

.wn-selected-cover-preview img {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 14px;
}

.wn-media-guide {
  display: grid;
  gap: 7px;
  padding: 14px 16px;
  color: #0b3b4b;
  background: linear-gradient(135deg, rgba(226, 246, 236, 0.94), rgba(239, 246, 255, 0.96));
  border: 1px solid #bfe8d2;
  border-radius: 18px;
}

.wn-media-guide strong {
  color: #0f5135;
  font-size: 14px;
}

.wn-media-guide span {
  color: #425466;
  font-size: 13px;
  line-height: 1.5;
}

.wn-remove-media {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: -2px 0 10px;
  color: #66716d;
  font-size: 13px;
  font-weight: 800;
}

.wn-remove-media input {
  width: auto;
  min-height: auto;
  margin: 0;
}

.wn-gallery-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.wn-gallery-preview label {
  display: grid;
  gap: 6px;
  margin: 0;
}

.wn-gallery-preview img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.wn-gallery-preview label > span {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #66716d;
  font-size: 12px;
  font-weight: 800;
}

.wn-gallery-preview input {
  width: auto;
  min-height: auto;
  margin: 0;
}

.wn-option-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wn-option-checks label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 11px;
  color: #17201d;
  background: #f8fbf9;
  border: 1px solid #dfe6e1;
  border-radius: 999px;
  font-weight: 800;
}

.wn-option-checks input {
  width: auto;
  min-height: auto;
  margin: 0;
  accent-color: #2563eb;
}

.wn-option-checks label span {
  margin: 0;
  color: inherit;
  font-size: 13px;
}

.wn-module-detail-groups {
  display: grid;
  gap: 10px;
}

.wn-spec-groups {
  display: grid;
  gap: 10px;
}

.wn-module-detail-groups fieldset {
  margin: 0;
  padding: 12px;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
}

.wn-spec-groups fieldset {
  margin: 0;
  padding: 12px;
  background: #fbfdfc;
  border: 1px solid #dfe6e1;
  border-radius: 12px;
}

.wn-module-detail-groups fieldset[hidden],
.wn-spec-groups fieldset[hidden] {
  display: none;
}

.wn-module-detail-groups legend,
.wn-spec-groups legend {
  padding: 0 6px;
  color: #17201d;
  font-size: 13px;
  font-weight: 900;
}

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

.wn-mini-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.wn-mini-checks label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #dfe6e1;
  border-radius: 999px;
  background: #fff;
  color: #113d32;
  font-size: 13px;
  font-weight: 800;
}

.wn-mini-checks input {
  width: auto;
  min-height: auto;
  margin: 0;
  accent-color: #0f766e;
}

.wn-check {
  display: flex;
  gap: 9px;
  align-items: center;
}

.wn-check input {
  width: auto;
  min-height: auto;
}

.wn-notice {
  margin-bottom: 14px;
  padding: 12px 14px;
  color: #0d5135;
  background: #e8f3ed;
  border: 1px solid #b7dbc6;
  border-radius: 8px;
  font-weight: 800;
}

.wn-notice-error {
  color: #842c1c;
  background: #fff0ec;
  border-color: #efb6a8;
}

.wn-lead-toast {
  position: fixed;
  inset-inline-start: 50%;
  top: 14px;
  z-index: 10000;
  margin: 0;
  max-width: min(420px, calc(100vw - 24px));
  transform: translateX(-50%);
}

.wn-demo-otp {
  padding: 10px 12px;
  color: #68400d;
  background: #fff2d9;
  border-radius: 8px;
  font-weight: 900;
}

.wn-landlord-list {
  gap: 10px;
}

.wn-dashboard-side {
  display: grid;
  gap: 16px;
}

.wn-landlord-guide {
  gap: 14px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  border-color: #dce7f5;
}

.wn-approval-panel {
  gap: 14px;
  background: linear-gradient(135deg, #f7fffb, #ffffff);
  border-color: #ccefe3;
}

.wn-account-verification {
  gap: 15px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  border-color: #dce7f5;
}

.wn-provider-profile {
  gap: 15px;
  background: linear-gradient(135deg, #f7fffb, #ffffff);
  border-color: #ccefe3;
}

.wn-account-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.wn-account-head h2 {
  margin: 0 0 4px;
}

.wn-account-head p,
.wn-verification-documents p,
.wn-verification-note,
.wn-verification-status-copy {
  margin: 0;
  color: #647084;
  font-size: 13px;
  line-height: 1.45;
}

.wn-verification-pill {
  display: inline-grid;
  min-height: 36px;
  place-items: center;
  padding: 0 12px;
  color: #293b9f;
  background: #eef2ff;
  border: 1px solid #cad4ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.wn-verification-pill.is-trusted_landlord,
.wn-verification-pill.is-agency_verified,
.wn-verification-pill.is-coworking_verified,
.wn-verification-pill.is-verified {
  color: #0d5135;
  background: #e8f6ee;
  border-color: #bee5cd;
}

.wn-verification-pill.is-rejected {
  color: #842c1c;
  background: #fff0ec;
  border-color: #efb6a8;
}

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

.wn-account-grid .wn-full,
.wn-verification-documents {
  grid-column: 1 / -1;
}

.wn-verification-documents {
  display: grid;
  gap: 10px;
  padding: 13px;
  background: #ffffff;
  border: 1px solid #dce7f5;
  border-radius: 14px;
}

.wn-verification-documents > strong {
  color: #0c1832;
  font-size: 15px;
}

.wn-verification-documents label {
  display: grid;
  gap: 6px;
  padding: 10px;
  background: #f8fbff;
  border: 1px solid #edf2f7;
  border-radius: 12px;
}

.wn-verification-documents small a {
  color: #2956d9;
  font-weight: 800;
}

.wn-verification-timeline {
  display: grid;
  gap: 12px;
  padding: 13px;
  background: #ffffff;
  border: 1px solid #dce7f5;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.wn-verification-timeline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.wn-verification-timeline h3 {
  margin: 0;
  color: #0c1832;
  font-size: 16px;
}

.wn-verification-timeline-head span {
  color: #647084;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.wn-verification-timeline ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wn-verification-step {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-width: 0;
  padding: 9px;
  background: #f8fafc;
  border: 1px solid #e6edf5;
  border-radius: 12px;
}

.wn-step-marker {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #607085;
  background: #ffffff;
  border: 1px solid #dce7f5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.wn-step-body {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.wn-step-body strong {
  color: #0c1832;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.wn-step-body small {
  color: #647084;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.wn-verification-step.is-complete {
  background: #f1fbf6;
  border-color: #bee5cd;
}

.wn-verification-step.is-complete .wn-step-marker {
  color: #ffffff;
  background: #11935f;
  border-color: #11935f;
}

.wn-verification-step.is-current {
  background: #eef4ff;
  border-color: #cad4ff;
}

.wn-verification-step.is-current .wn-step-marker {
  color: #ffffff;
  background: #2956d9;
  border-color: #2956d9;
}

.wn-verification-step.is-rejected {
  background: #fff3ed;
  border-color: #ffc6a8;
}

.wn-verification-step.is-rejected .wn-step-marker {
  color: #ffffff;
  background: #d9471d;
  border-color: #d9471d;
}

.wn-verification-owner-note,
.wn-verification-events {
  display: grid;
  gap: 6px;
  padding: 11px;
  background: #fbfdff;
  border: 1px solid #e6edf5;
  border-radius: 12px;
}

.wn-verification-owner-note strong,
.wn-verification-events > strong {
  color: #0c1832;
  font-size: 13px;
}

.wn-verification-owner-note p,
.wn-verification-events p {
  margin: 0;
  color: #465266;
  line-height: 1.4;
}

.wn-verification-events p {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.wn-verification-owner-note small,
.wn-verification-events small {
  color: #7a8494;
}

.wn-approval-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.wn-approval-head h2 {
  margin: 0 0 4px;
}

.wn-approval-head p,
.wn-approval-empty {
  margin: 0;
  color: #647084;
  font-size: 13px;
  line-height: 1.45;
}

.wn-approval-head > span {
  display: inline-grid;
  min-height: 36px;
  place-items: center;
  padding: 0 12px;
  color: #0b7b73;
  background: #eafff8;
  border: 1px solid #b8f2df;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.wn-approval-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.wn-approval-steps span,
.wn-pending-list article {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #dce7f5;
  border-radius: 14px;
}

.wn-approval-steps strong,
.wn-pending-list strong {
  color: #0c1832;
  font-size: 14px;
  line-height: 1.25;
}

.wn-approval-steps span,
.wn-pending-list span {
  color: #647084;
  font-size: 12px;
  line-height: 1.35;
}

.wn-pending-list {
  display: grid;
  gap: 8px;
}

.wn-landlord-recommendations {
  gap: 14px;
  background: linear-gradient(135deg, #fbfffd, #ffffff);
  border-color: #ccefe3;
}

.wn-landlord-rec-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.wn-landlord-rec-head h2 {
  margin: 0;
}

.wn-landlord-rec-score {
  display: grid;
  min-width: 98px;
  justify-items: center;
  gap: 3px;
  padding: 10px 12px;
  color: #0b7b73;
  background: #eafff8;
  border: 1px solid #b8f2df;
  border-radius: 16px;
}

.wn-landlord-rec-score strong {
  color: #0c1832;
  font-size: 24px;
  line-height: 1;
  font-weight: 750;
}

.wn-landlord-rec-score span {
  max-width: 92px;
  color: #0b7b73;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
}

.wn-landlord-rec-list {
  display: grid;
  gap: 8px;
}

.wn-landlord-rec-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #dce7f5;
  border-radius: 14px;
}

.wn-landlord-rec-list strong,
.wn-landlord-rec-list span {
  display: block;
  min-width: 0;
}

.wn-landlord-rec-list strong {
  color: #0c1832;
  font-size: 15px;
  line-height: 1.25;
}

.wn-landlord-rec-list span {
  margin-top: 3px;
  color: #647084;
  font-size: 13px;
  line-height: 1.35;
}

.wn-landlord-rec-list b {
  min-width: 74px;
  padding: 8px 10px;
  color: #293b9f;
  background: #eef2ff;
  border: 1px solid #cad4ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
}

.wn-guide-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.wn-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 8px;
}

.wn-summary-grid span {
  display: grid;
  gap: 4px;
  padding: 12px;
  color: #66716d;
  background: #f4f7f5;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.wn-summary-grid strong {
  color: #0d5135;
  font-size: 24px;
}

.wn-landlord-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 14px;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 16px;
}

.wn-landlord-row h3 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.25;
}

.wn-landlord-row a {
  color: #17201d;
  text-decoration: none;
}

.wn-landlord-row-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.wn-landlord-row-head > div {
  min-width: 0;
}

.wn-landlord-row .wn-edit-link {
  color: #2956d9;
  font-weight: 800;
}

.wn-listing-status {
  display: inline-grid;
  min-height: 34px;
  place-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.wn-listing-status.is-available {
  color: #0d5f3e;
  background: #e8f6ee;
  border: 1px solid #bee5cd;
}

.wn-listing-status.is-rented {
  color: #68400d;
  background: #fff2d9;
  border: 1px solid #f2d69a;
}

.wn-listing-status.is-pending,
.wn-listing-status.is-draft {
  color: #293b9f;
  background: #eef2ff;
  border: 1px solid #cad4ff;
}

.wn-listing-admin-note {
  margin: 0;
  padding: 10px 12px;
  color: #293b9f;
  background: #eef2ff;
  border: 1px solid #cad4ff;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.4;
}

.wn-landlord-health {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
}

.wn-landlord-health div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.wn-landlord-health strong {
  min-width: 0;
  color: #0c1832;
  font-size: 14px;
}

.wn-landlord-health span {
  color: #0d5f3e;
  font-size: 14px;
  font-weight: 800;
}

.wn-landlord-health i {
  display: block;
  height: 8px;
  overflow: hidden;
  background: #edf2f7;
  border-radius: 999px;
}

.wn-landlord-health i::before {
  display: block;
  width: var(--wn-health, 0%);
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #18a66d, #2956d9);
  border-radius: inherit;
}

.wn-landlord-health p {
  color: #647084;
  font-size: 12px;
  line-height: 1.35;
}

.wn-content-mini-checklist {
  display: grid;
  gap: 8px;
  padding: 12px;
  color: #526071;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 14px;
}

.wn-content-mini-checklist.is-ready {
  color: #0d5135;
  background: #eaf8f0;
  border-color: #c4ebd5;
}

.wn-content-mini-checklist div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.wn-content-mini-checklist strong {
  color: #0c1832;
  font-size: 13px;
  font-weight: 850;
}

.wn-content-mini-checklist span {
  color: #2956d9;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.wn-content-mini-checklist p {
  margin: 0;
  color: inherit;
  font-size: 12px;
  line-height: 1.35;
}

.wn-reviews {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.wn-review-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.wn-review-head h2 {
  margin: 0;
  font-size: 24px;
}

.wn-review-head span {
  color: #66716d;
  font-size: 13px;
  font-weight: 800;
}

.wn-review-list {
  display: grid;
  gap: 9px;
}

.wn-review {
  padding: 12px;
  background: #ffffff;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
}

.wn-review strong {
  color: #c88721;
}

.wn-review span {
  margin-inline-start: 8px;
  color: #0d5135;
  font-weight: 900;
}

.wn-review p {
  margin: 8px 0 0;
  color: #66716d;
  line-height: 1.45;
}

.wn-review-scores {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.wn-review .wn-review-scores span {
  margin-inline-start: 0;
  padding: 5px 8px;
  color: #0d5135;
  background: #e7f6ee;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
}

.wn-review-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wn-review-form h3,
.wn-review-form .wn-full,
.wn-review-form button {
  grid-column: 1 / -1;
}

.wn-review-score-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: #f8fbf9;
  border: 1px solid #dfe6e1;
  border-radius: 16px;
}

.wn-review-score-title {
  grid-column: 1 / -1;
  color: #0c1832;
  font-size: 13px;
  font-weight: 900;
}

.wn-review-verification-note {
  margin: 0;
  color: #66716d;
  font-size: 13px;
}

.wn-questions {
  display: grid;
  gap: 14px;
  padding-top: 34px;
  border-top: 1px solid #dfe6e1;
}

.wn-question-list {
  display: grid;
  gap: 10px;
}

.wn-question {
  padding: 16px;
  background: #ffffff;
  border: 1px solid #dfe6e1;
  border-radius: 16px;
}

.wn-question p {
  margin: 0;
  color: #465266;
  line-height: 1.5;
}

.wn-question .wn-answer {
  margin-top: 10px;
  padding: 12px;
  color: #0b7b73;
  background: #eafff8;
  border-radius: 12px;
}

.wn-question-form {
  grid-template-columns: 1fr;
}

.wn-empty-state {
  display: grid;
  min-height: 160px;
  place-items: center;
  gap: 8px;
  text-align: center;
  color: #66716d;
  background: #f8fafc;
  border: 1px solid #dfe6e1;
  border-radius: 20px;
}

.wn-question-admin {
  display: grid;
  gap: 10px;
  padding: 13px;
  background: #f4f7f5;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
}

.wn-question-admin p {
  margin: 0;
  color: #66716d;
}

.wn-landlord-requests {
  gap: 10px;
}

.wn-lead-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.wn-lead-tabs a {
  flex: 0 0 auto;
  padding: 9px 12px;
  color: #465266;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #dfe6e1;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.wn-lead-tabs a.is-active {
  color: #ffffff;
  background: #0c1832;
  border-color: #0c1832;
}

.wn-request-row {
  display: grid;
  gap: 12px;
  padding: 13px;
  background: #f4f7f5;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
}

.wn-request-row p {
  margin: 5px 0 0;
  color: #66716d;
}

.wn-request-row form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
}

.wn-request-row button {
  min-height: 42px;
  padding: 0 13px;
  color: #ffffff;
  background: #2956d9;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
}

.wn-lead-row {
  background: #fbfdff;
  border-color: #dce7f5;
}

.wn-lead-row.is-new {
  background: #f7fffb;
  border-color: #bfe7d3;
}

.wn-lead-meta,
.wn-lead-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.wn-lead-meta span,
.wn-lead-contact {
  overflow-wrap: anywhere;
}

.wn-lead-status-form select {
  min-width: 150px;
}

.wn-landlord-row p {
  margin: 0;
  color: #66716d;
}

.wn-mini-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.wn-mini-metrics span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px;
  text-align: start;
  color: #647084;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
}

.wn-mini-metrics strong {
  color: #0d5135;
  font-size: 20px;
  line-height: 1;
}

.wn-landlord-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 8px;
  align-items: stretch;
}

.wn-landlord-actions a,
.wn-landlord-actions button {
  display: grid;
  min-height: 44px;
  place-items: center;
  padding: 0 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.wn-landlord-actions a {
  color: #17201d;
  background: #ffffff;
  border: 1px solid #dfe6e1;
}

.wn-landlord-actions .wn-edit-link {
  color: #2956d9;
  background: #eef2ff;
  border-color: #cad4ff;
}

.wn-landlord-actions form {
  margin: 0;
}

.wn-landlord-actions button {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #0c1832;
  border: 0;
  cursor: pointer;
}

.wn-landlord-row.is-rented .wn-landlord-actions button {
  background: #16784d;
}

.wn-landlord-row.is-pending .wn-landlord-actions button,
.wn-landlord-row.is-draft .wn-landlord-actions button {
  background: #475569;
}

/* Display refinement: softer weights and calmer card typography. */
.wn-search label span,
.wn-search-check,
.wn-search button,
.wn-price-pill,
.wn-featured-pill,
.wn-badges span,
.wn-card-foot strong,
.wn-contact a,
.wn-panel label span,
.wn-request-form label span,
.wn-report-form label span,
.wn-request-row label span,
.wn-panel button,
.wn-panel input[type="submit"],
.wn-choice-block > span,
.wn-cover-upload > span,
.wn-translation-block > span,
.wn-translation-grid legend,
.wn-option-checks label,
.wn-module-detail-groups legend,
.wn-spec-groups legend,
.wn-remove-media,
.wn-gallery-preview label > span,
.wn-review-card strong,
.wn-review-form button,
.wn-question-card strong,
.wn-request-form button,
.wn-report-form button,
.wn-request-row button,
.wn-status-pill,
.wn-mini-metrics span,
.wn-listing-status,
.wn-landlord-health strong,
.wn-landlord-health span,
.wn-landlord-actions a,
.wn-landlord-actions button {
  font-weight: 650;
}

.wn-card h3 {
  min-height: 48px;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.3;
}

.wn-meta,
.wn-excerpt,
.wn-host,
.wn-availability,
.wn-benchmark small,
.wn-panel input,
.wn-panel select,
.wn-panel textarea,
.wn-request-form input,
.wn-request-form textarea,
.wn-report-form input,
.wn-report-form select,
.wn-report-form textarea,
.wn-request-row select {
  font-weight: 400;
}

.wn-benchmark span,
.wn-summary-grid strong,
.wn-card-placeholder,
.wn-visual-label strong {
  font-weight: 700;
}

.wn-heart {
  font-weight: 400;
}

@media (max-width: 900px) {
  .wn-search,
  .archive-hero .wn-search,
  .wn-dashboard-grid {
    grid-template-columns: 1fr 1fr;
    border-radius: 28px;
  }

  .wn-translation-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wn-form-progress,
  .wn-guide-steps,
  .wn-approval-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wn-search button {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .wn-search,
  .archive-hero .wn-search {
    gap: 10px;
    padding: 14px;
    border-radius: 24px;
  }

  .wn-search label,
  .wn-search-check {
    padding: 10px 12px;
    background: #f8fafc;
    border: 1px solid #e6ebf2 !important;
    border-radius: 14px;
  }

  .wn-search input,
  .wn-search select {
    min-height: 38px;
    padding: 0;
  }

  .wn-search button {
    min-height: 54px;
    border-radius: 16px;
  }

  .wn-search,
  .archive-hero .wn-search,
  .wn-contact,
  .wn-benchmark-tool,
  .wn-dashboard-grid,
  .wn-listing-form,
  .wn-review-form,
  .wn-question-form,
  .wn-request-form,
  .wn-report-form,
  .wn-request-row form,
  .wn-review-score-grid,
  .wn-content-checklist-groups,
  .wn-mini-metrics,
  .wn-translation-grid,
  .wn-spec-grid,
  .wn-account-grid {
    grid-template-columns: 1fr;
  }

  .wn-content-checklist-head {
    grid-template-columns: 1fr;
  }

  .wn-content-checklist-head > span {
    justify-self: start;
  }

  .wn-landlord-row-head,
  .wn-approval-head,
  .wn-account-head,
  .wn-landlord-actions {
    grid-template-columns: 1fr;
  }

  .wn-verification-pill {
    justify-self: start;
  }

  .wn-verification-timeline-head,
  .wn-verification-events p {
    align-items: flex-start;
    flex-direction: column;
  }

  .wn-mini-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wn-listing-grid {
    grid-auto-columns: minmax(0, 100%);
    gap: 12px;
    padding: 8px 0 22px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .archive-listing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    overflow: visible;
    padding: 0;
  }

  .wn-listing-grid::-webkit-scrollbar {
    display: none;
  }

  .wn-card {
    max-width: 100%;
    border-radius: 22px;
    scroll-snap-align: center;
  }

  .wn-card:hover {
    transform: none;
  }

  .wn-card-media,
  .wn-card-media img,
  .wn-card-placeholder,
  .wn-card-media .wn-visual-placeholder {
    min-height: 226px;
    height: 226px;
  }

  .wn-card-placeholder {
    padding: 18px;
    font-size: 21px;
  }

  .wn-visual-label {
    bottom: 72px;
    inset-inline-start: 18px;
    inset-inline-end: 18px;
  }

  .wn-visual-label strong {
    max-width: 76%;
    font-size: 22px;
  }

  .wn-visual-card {
    height: 38%;
  }

  .wn-price-pill,
  .wn-heart,
  .wn-featured-pill {
    top: 14px;
    min-height: 42px;
  }

  .wn-price-pill {
    inset-inline-start: 14px;
    max-width: calc(100% - 78px);
    padding: 0 13px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wn-heart {
    inset-inline-end: 14px;
    width: 42px;
  }

  .wn-heart::before {
    font-size: 25px;
  }

  .wn-featured-pill {
    inset-inline-start: 14px;
    top: 64px;
    min-height: 30px;
    font-size: 11px;
  }

  .wn-card-body {
    padding: 16px;
  }

  .wn-badges {
    justify-content: flex-start;
    min-height: 0;
  }

  .wn-badges span,
  .wn-rec-card-reasons span {
    font-size: 12px;
    line-height: 1.2;
  }

  .wn-card h3 {
    min-height: 0;
    font-size: 19px;
    line-height: 1.28;
  }

  .wn-contact {
    grid-template-columns: 1fr 1fr;
  }

  .wn-benchmark-tool {
    padding: 14px;
    border-radius: 20px;
  }

  .wn-benchmark-note {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .wn-card-media,
  .wn-card-media img,
  .wn-card-placeholder,
  .wn-card-media .wn-visual-placeholder {
    min-height: 214px;
    height: 214px;
  }
}

@media (max-width: 620px) {
  .wn-search,
  .archive-hero .wn-search,
  .wn-contact,
  .wn-benchmark-tool,
  .wn-dashboard-grid,
  .wn-listing-form,
  .wn-review-form,
  .wn-question-form,
  .wn-request-form,
  .wn-report-form,
  .wn-request-row form,
  .wn-mini-metrics,
  .wn-translation-grid,
  .wn-spec-grid {
    grid-template-columns: 1fr;
  }

  .wn-summary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wn-recommendation-insights {
    grid-template-columns: 1fr;
  }

  .wn-mini-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wn-dashboard-tabs {
    margin-inline: -2px;
    padding: 6px;
    border-radius: 18px;
  }

  .wn-dashboard-tabs a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .wn-landlord-actions a,
  .wn-landlord-actions button {
    min-height: 46px;
  }

  .wn-form-progress,
  .wn-guide-steps,
  .wn-approval-steps {
    grid-template-columns: 1fr;
  }

  .wn-approval-head > span {
    justify-self: start;
  }

  .wn-landlord-rec-head,
  .wn-landlord-rec-list article {
    grid-template-columns: 1fr;
  }

  .wn-landlord-rec-score {
    justify-items: start;
  }

  .wn-landlord-rec-score span {
    max-width: none;
    text-align: start;
  }

  .wn-landlord-rec-list b {
    justify-self: start;
  }

  .wn-saved-search-widget,
  .wn-saved-search-widget form,
  .wn-saved-search-widget label,
  .wn-saved-search-widget input,
  .wn-saved-search-widget button,
  .wn-saved-search-login,
  .wn-saved-search-list article {
    width: 100%;
  }

  .wn-saved-search-widget form,
  .wn-saved-search-list article {
    grid-template-columns: 1fr;
  }

  .wn-saved-search-actions {
    justify-content: stretch;
  }

  .wn-saved-search-actions a,
  .wn-saved-search-actions form,
  .wn-saved-search-actions button {
    width: 100%;
  }

  .wn-search label {
    padding: 10px 12px;
    border-inline-start: 0 !important;
  }

  .wn-search-check {
    justify-content: flex-start;
    min-height: 46px;
    padding: 10px 12px;
  }

  .wn-search label span {
    margin-bottom: 3px;
    font-size: 11px;
  }

  .wn-search input,
  .wn-search select {
    color: #1f2937;
  }

  .wn-search button {
    min-height: 52px;
    border-radius: 16px;
  }

  .home-search {
    width: min(100% - 24px, 1120px);
  }

  .wn-benchmark-copy,
  .wn-benchmark-result,
  .wn-benchmark-note {
    padding: 14px;
    border-radius: 16px;
  }

  .wn-benchmark-result strong {
    font-size: 32px;
  }
}

.wn-plan-panel,
.wn-agency-profile {
  overflow: hidden;
}

.wn-plan-badge,
.wn-provider-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  color: #064e3b;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.wn-plan-badge.is-premium,
.wn-plan-badge.is-agency {
  color: #0c1832;
  background: #fff7cc;
  border-color: #fde68a;
}

.wn-plan-metrics,
.wn-upgrade-benefits,
.wn-package-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.wn-plan-metrics span,
.wn-upgrade-benefits article,
.wn-package-card {
  min-width: 0;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
}

.wn-plan-metrics strong,
.wn-package-limit strong {
  display: block;
  color: #0c1832;
  font-size: 22px;
  line-height: 1.1;
}

.wn-plan-metrics span,
.wn-plan-benefits span,
.wn-upgrade-benefits span,
.wn-package-card p,
.wn-package-card li {
  color: #64748b;
}

.wn-plan-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.wn-plan-benefits span {
  padding: 8px 12px;
  background: #ecfdf5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
}

.wn-plan-limit-warning {
  padding: 12px 14px;
  color: #7c2d12;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 16px;
  font-weight: 750;
}

.wn-upgrade-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
}

.wn-upgrade-form h3 {
  margin: 0;
  font-size: 18px;
}

.wn-upgrade-form label span,
.wn-agency-profile label span {
  display: block;
  margin-bottom: 6px;
  color: #0c1832;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}

.wn-upgrade-form input,
.wn-upgrade-form select,
.wn-upgrade-form textarea,
.wn-agency-profile input,
.wn-agency-profile select,
.wn-agency-profile textarea {
  width: 100%;
}

.wn-package-card {
  display: grid;
  gap: 14px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.wn-package-card-head span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 7px 10px;
  color: #0f766e;
  background: #ccfbf1;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.wn-package-card h3 {
  margin: 0 0 6px;
  color: #0c1832;
  font-size: 24px;
}

.wn-package-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wn-package-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-inline-end: 8px;
  background: #12b886;
  border-radius: 999px;
  vertical-align: middle;
}

@media (min-width: 720px) {
  .wn-plan-metrics,
  .wn-upgrade-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wn-upgrade-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wn-upgrade-form h3,
  .wn-upgrade-form .wn-full {
    grid-column: 1 / -1;
  }

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

@media (min-width: 1080px) {
  .wn-package-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
