/*
Theme Name: Vivastreets
Template: escorts-theme
Version: 0.1.0
Text Domain: vivastreets
*/

:root {
  --vs-ink: #181b23;
  --vs-muted: #667085;
  --vs-line: #e5e7eb;
  --vs-soft: #f6f7fb;
  --vs-card: #ffffff;
  --vs-accent: #e84b5f;
  --vs-accent-dark: #c92f46;
  --vs-gold: #f4b740;
  --vs-teal: #1e8b84;
  --vs-radius: 8px;
  --vs-shadow: 0 18px 45px rgba(24, 27, 35, 0.10);
}

* {
  box-sizing: border-box;
}

body.vivastreets-theme {
  margin: 0;
  color: var(--vs-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.vivastreets-theme a {
  color: inherit;
  text-decoration: none;
}

.vs-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.vs-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--vs-line);
  backdrop-filter: blur(14px);
}

.vs-nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vs-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.vs-brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--vs-accent);
  box-shadow: 0 10px 20px rgba(232, 75, 95, 0.25);
}

.vs-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #384152;
  font-weight: 650;
}

.vs-menu .menu {
  display: contents;
}

.vs-menu li {
  list-style: none;
}

.vs-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  white-space: nowrap;
}

.vs-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--vs-line);
  border-radius: var(--vs-radius);
  background: #fff;
  color: var(--vs-ink);
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
}

.vs-button--primary {
  border-color: var(--vs-accent);
  background: var(--vs-accent);
  color: #fff;
}

.vs-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 40px;
  background:
    linear-gradient(135deg, rgba(24, 27, 35, 0.92), rgba(24, 27, 35, 0.76)),
    url("assets/city-grid.svg") center/cover no-repeat;
  color: #fff;
}

.vs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.62fr);
  gap: 34px;
  align-items: center;
}

.vs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.vs-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
}

.vs-hero p {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.vs-search {
  margin-top: 30px;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--vs-shadow);
}

.vs-field {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  color: #475467;
  background: #fff;
}

.vs-field input,
.vs-field select {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--vs-ink);
  font: inherit;
  background: transparent;
}

.vs-search .vs-button {
  min-height: 54px;
  padding-inline: 28px;
}

.vs-hero-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.vs-map-card {
  min-height: 390px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  color: var(--vs-ink);
}

.vs-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.vs-map-head strong {
  display: block;
  font-size: 17px;
}

.vs-map-head span {
  color: var(--vs-muted);
  font-size: 13px;
}

.vs-map-body {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(229, 231, 235, 0.75) 1px, transparent 1px),
    linear-gradient(rgba(229, 231, 235, 0.75) 1px, transparent 1px),
    #f8fafc;
  background-size: 42px 42px;
}

.vs-pin {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--vs-accent);
  box-shadow: 0 8px 20px rgba(232, 75, 95, 0.38);
}

.vs-pin:nth-child(1) { left: 18%; top: 28%; }
.vs-pin:nth-child(2) { left: 54%; top: 42%; background: var(--vs-teal); }
.vs-pin:nth-child(3) { left: 72%; top: 24%; background: var(--vs-gold); }
.vs-pin:nth-child(4) { left: 37%; top: 68%; }

.vs-section {
  padding: 64px 0;
}

.vs-section--soft {
  background: var(--vs-soft);
}

.vs-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.vs-section-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.vs-section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--vs-muted);
}

.vs-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.vs-category {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: var(--vs-card);
  box-shadow: 0 12px 30px rgba(24, 27, 35, 0.06);
}

.vs-category-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #fff0f2;
  color: var(--vs-accent);
  font-weight: 900;
}

.vs-category strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.vs-category span {
  color: var(--vs-muted);
  font-size: 14px;
}

.vs-listing-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.vs-filter-panel {
  position: sticky;
  top: 96px;
  padding: 20px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
}

.vs-filter-panel h3 {
  margin: 0 0 16px;
  font-size: 18px;
}

.vs-filter-row {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.vs-filter-row label {
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

.vs-filter-row select,
.vs-filter-row input {
  min-height: 42px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  padding: 0 12px;
  font: inherit;
}

.vs-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vs-listing-card {
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 27, 35, 0.07);
}

.vs-listing-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(232, 75, 95, 0.18), rgba(30, 139, 132, 0.18)),
    url("assets/card-pattern.svg") center/cover no-repeat;
}

.vs-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #fff;
  color: var(--vs-accent-dark);
  font-size: 12px;
  font-weight: 800;
}

.vs-listing-body {
  padding: 16px;
}

.vs-listing-body h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.vs-listing-body p {
  margin: 0 0 14px;
  color: var(--vs-muted);
  font-size: 14px;
}

.vs-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vs-meta span {
  padding: 5px 9px;
  border-radius: 8px;
  background: var(--vs-soft);
  color: #475467;
  font-size: 12px;
  font-weight: 700;
}

.vs-empty {
  padding: 28px;
  margin-top: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: var(--vs-muted);
}

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

.vs-step {
  padding: 24px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
}

.vs-step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--vs-ink);
  color: #fff;
  font-weight: 850;
}

.vs-step h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.vs-step p {
  margin: 0;
  color: var(--vs-muted);
}

.vs-page {
  padding: 56px 0 80px;
}

.vs-page-card {
  max-width: 860px;
  padding: 34px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 27, 35, 0.06);
}

.vs-page-card--service {
  max-width: 900px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.vs-page-card--service > div > h2,
.vs-page-card--service > div > h3 {
  margin-top: 0;
}

.vs-page-card--service .escorts-login-form,
.vs-page-card--service .escorts-register-form,
.vs-page-card--service .escorts-listing-form {
  max-width: 620px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--vs-shadow);
}

.vs-page-card--service .escorts-login-form h2,
.vs-page-card--service .escorts-register-form h2,
.vs-page-card--service .escorts-listing-form h2 {
  margin-top: 0;
  font-size: 32px;
}

.vs-page-card--service label {
  color: #344054;
  font-size: 14px;
  font-weight: 750;
}

.vs-page-card--service input:not([type="submit"]):not([type="checkbox"]),
.vs-page-card--service select,
.vs-page-card--service textarea {
  width: 100%;
  min-height: 46px;
  margin-top: 7px;
  padding: 10px 12px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  color: var(--vs-ink);
  background: #fff;
  font: inherit;
}

.vs-page-card--service button,
.vs-page-card--service input[type="submit"],
.vs-page-card--service .button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--vs-accent);
  border-radius: 8px;
  background: var(--vs-accent);
  color: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.vs-eyebrow--dark {
  color: var(--vs-accent);
}

.vs-page-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.vs-page-intro h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
}

.vs-page-intro p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--vs-muted);
  font-size: 18px;
}

.vs-result-note {
  padding: 10px 14px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  color: var(--vs-muted);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.vs-directory-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.75fr) auto auto;
  gap: 10px;
  margin-bottom: 26px;
  padding: 12px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: var(--vs-soft);
}

.vs-directory-toolbar .vs-field {
  background: #fff;
}

.vs-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vs-city-content,
.vs-city-faq {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid var(--vs-border);
}

.vs-city-content h2,
.vs-city-faq h2 {
  margin: 8px 0 16px;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
}

.vs-city-content__copy {
  display: grid;
  gap: 14px;
  max-width: 920px;
  color: var(--vs-muted);
  font-size: 16px;
  line-height: 1.75;
}

.vs-city-content__copy p {
  margin: 0;
}

.vs-city-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vs-city-faq__item {
  border: 1px solid var(--vs-border);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--vs-shadow-soft);
}

.vs-city-faq__item h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0;
}

.vs-city-faq__item p {
  margin: 0;
  color: var(--vs-muted);
  line-height: 1.65;
}

.vs-profile-card {
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 27, 35, 0.07);
}

.vs-profile-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--vs-soft);
}

.vs-profile-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.vs-profile-card:hover .vs-profile-card__media img {
  transform: scale(1.03);
}

.vs-profile-card__body {
  padding: 18px;
}

.vs-profile-card__eyebrow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: var(--vs-muted);
  font-size: 13px;
  font-weight: 700;
}

.vs-profile-card h2 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.2;
}

.vs-profile-card p {
  min-height: 44px;
  margin: 0 0 16px;
  color: var(--vs-muted);
  font-size: 14px;
}

.vs-empty--large {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding: 42px;
}

.vs-empty--large strong {
  color: var(--vs-ink);
  font-size: 22px;
}

.vs-empty--large span {
  max-width: 620px;
}

.vs-empty--large .vs-button {
  margin-top: 8px;
}

.vs-pagination {
  margin-top: 28px;
}

.vs-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vs-pagination a,
.vs-pagination span {
  display: grid;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  padding: 0 12px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  color: var(--vs-ink);
  font-weight: 750;
}

.vs-pagination .current {
  border-color: var(--vs-accent);
  background: var(--vs-accent);
  color: #fff;
}

.vs-back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--vs-accent-dark) !important;
  font-weight: 750;
}

.vs-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.vs-profile-gallery__main {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: var(--vs-soft);
}

.vs-profile-gallery__main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vs-profile-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.vs-profile-gallery__thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  background: var(--vs-soft);
}

.vs-profile-summary {
  padding: 28px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--vs-shadow);
}

.vs-badge--inline {
  position: static;
  display: inline-flex;
  margin-bottom: 18px;
}

.vs-profile-summary h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1;
}

.vs-profile-location {
  margin: 14px 0 18px;
  color: var(--vs-muted);
  font-size: 17px;
  font-weight: 700;
}

.vs-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.vs-profile-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  margin-top: 34px;
}

.vs-profile-copy,
.vs-profile-side {
  padding: 28px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
}

.vs-profile-copy h2,
.vs-profile-side h2 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.1;
}

.vs-profile-side {
  align-self: start;
  background: var(--vs-soft);
}

.vs-profile-side p,
.vs-muted-copy {
  color: var(--vs-muted);
}

.vs-richtext p:first-child {
  margin-top: 0;
}

.vs-footer {
  padding: 34px 0;
  border-top: 1px solid var(--vs-line);
  background: #11141a;
  color: rgba(255, 255, 255, 0.72);
}

.vs-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vs-footer strong {
  color: #fff;
}

.vs-footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.vs-footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  text-decoration: none;
}

.vs-footer-links a:hover,
.vs-footer-links a:focus {
  color: #fff;
}

@media (max-width: 980px) {
  .vs-hero-grid,
  .vs-listing-layout,
  .vs-profile-hero,
  .vs-profile-content {
    grid-template-columns: 1fr;
  }

  .vs-category-grid,
  .vs-card-grid,
  .vs-results-grid,
  .vs-city-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vs-filter-panel {
    position: static;
  }
}

@media (max-width: 1100px) {
  .vs-nav {
    flex-wrap: wrap;
  }

  .vs-menu {
    order: 3;
    flex: 1 1 100%;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 720px) {
  .vs-shell {
    width: min(100% - 24px, 1180px);
  }

  .vs-nav {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .vs-menu {
    width: 100%;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 2px;
  }

  .vs-nav-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }

  .vs-nav-actions .vs-button {
    width: 100%;
    min-width: 0;
  }

  .vs-hero {
    padding-top: 46px;
  }

  .vs-search {
    grid-template-columns: 1fr;
  }

  .vs-category-grid,
  .vs-card-grid,
  .vs-results-grid,
  .vs-city-faq__grid,
  .vs-steps {
    grid-template-columns: 1fr;
  }

  .vs-page-intro {
    align-items: start;
    flex-direction: column;
  }

  .vs-directory-toolbar {
    grid-template-columns: 1fr;
  }

  .vs-section-head {
    align-items: start;
    flex-direction: column;
  }

  .vs-footer-row {
    align-items: start;
    flex-direction: column;
  }
}

.vs-topbar {
  min-height: 34px;
  background: #11141a;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.vs-topbar__row {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.vs-brand-accent {
  color: var(--vs-accent);
}

.vs-account-link {
	position: relative;
	width: 42px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid var(--vs-line);
	border-radius: 50%;
  color: var(--vs-ink) !important;
  font-size: 0;
}

.vs-account-link::before {
	content: "";
	position: absolute;
	top: 10px;
	width: 8px;
	height: 8px;
	border: 1px solid var(--vs-ink);
	border-radius: 50%;
}

.vs-account-link::after {
	content: "";
	position: absolute;
	bottom: 9px;
	width: 16px;
	height: 8px;
	border: 1px solid var(--vs-ink);
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
}

.vs-add-button span {
  margin-right: 8px;
  font-size: 22px;
  line-height: 1;
}

.vs-discovery-hero,
.vs-category-banner {
  position: relative;
  overflow: visible;
  background-color: #26363c;
  background-image: url("assets/city-grid.svg");
  background-position: center;
  background-size: cover;
}

.vs-discovery-hero {
  min-height: 560px;
  display: grid;
  place-items: center;
  color: #fff;
}

.vs-discovery-hero__veil,
.vs-category-banner__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 20, 26, 0.42), rgba(17, 20, 26, 0.82));
}

.vs-discovery-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  display: grid;
  justify-items: center;
  padding: 80px 0 120px;
  text-align: center;
}

.vs-discovery-hero h1 {
  width: min(100%, 720px);
  margin: 10px 0 0;
  color: #fff;
  font-size: 56px;
  line-height: 1.05;
  overflow-wrap: break-word;
}

.vs-hero-swoosh {
  display: block;
  width: 120px;
  height: 18px;
  margin: 16px 0 22px;
  border-top: 5px solid var(--vs-accent);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.vs-hero-search {
  width: min(100%, 920px);
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr auto;
  gap: 10px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  text-align: left;
}

.vs-hero-field {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid var(--vs-line);
  border-radius: 50px;
  color: var(--vs-muted);
}

.vs-hero-field__icon {
  color: var(--vs-accent);
  font-weight: 900;
}

.vs-hero-field input,
.vs-hero-field select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--vs-ink);
  background: transparent;
  font: inherit;
}

.vs-hero-search__button {
  min-width: 140px;
  border-radius: 50px;
}

.vs-section--directory {
  padding-top: 92px;
}

.vs-section-head--center {
  align-items: center;
}

.vs-section-head--center > div {
  text-align: left;
}

.vs-design-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vs-design-card {
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 27, 35, 0.07);
}

.vs-design-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, rgba(232, 75, 95, 0.32), rgba(30, 139, 132, 0.24)), url("assets/card-pattern.svg") center/cover;
}

.vs-design-card__body {
  padding: 18px;
}

.vs-design-card__label {
  color: var(--vs-accent-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vs-design-card h3 {
  margin: 8px 0;
  font-size: 21px;
}

.vs-design-card p {
  min-height: 44px;
  margin: 0 0 16px;
  color: var(--vs-muted);
  font-size: 14px;
}

.vs-empty--center {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-top: 22px;
  text-align: center;
}

.vs-empty--center strong {
  color: var(--vs-ink);
}

.vs-text-link {
  color: var(--vs-accent-dark) !important;
  font-weight: 800;
}

.vs-category--wide {
  position: relative;
  min-height: 156px;
}

.vs-category-arrow {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: var(--vs-accent);
  font-size: 22px;
  font-weight: 900;
}

.vs-steps--numbered .vs-step-number {
  width: auto;
  min-width: 44px;
  padding: 0 9px;
  border-radius: 50px;
  background: #fff0f2;
  color: var(--vs-accent);
}

.vs-category-banner {
  min-height: 260px;
  display: grid;
  place-items: center;
  color: #fff;
}

.vs-category-banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  display: grid;
  justify-items: center;
  padding: 60px 0;
  text-align: center;
}

.vs-category-banner h1 {
  width: min(100%, 760px);
  margin: 6px 0 14px;
  color: #fff;
  font-size: 48px;
  overflow-wrap: break-word;
}

.vs-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.vs-breadcrumb a {
  color: #fff !important;
}

.vs-breadcrumb--dark {
  margin-bottom: 24px;
  color: var(--vs-muted);
}

.vs-breadcrumb--dark a {
  color: var(--vs-accent-dark) !important;
}

.vs-section--catalog {
  background: #f3f4f6;
}

.vs-catalog-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.vs-filter-panel--catalog {
  position: static;
  padding: 0;
  box-shadow: 0 12px 30px rgba(24, 27, 35, 0.06);
}

.vs-filter-panel__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border-bottom: 1px solid var(--vs-line);
}

.vs-filter-panel__title h2 {
  margin: 0;
  font-size: 22px;
}

.vs-filter-mark {
  width: 42px;
  height: 3px;
  background: var(--vs-accent);
}

.vs-filter-panel--catalog form {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.vs-filter-block {
  display: grid;
  gap: 8px;
  color: #344054;
  font-size: 14px;
  font-weight: 750;
}

.vs-filter-block input,
.vs-filter-block select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  font: inherit;
}

.vs-catalog-main {
  min-width: 0;
}

.vs-catalog-toolbar,
.vs-active-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--vs-line);
  background: #fff;
}

.vs-catalog-toolbar {
  border-radius: 8px;
}

.vs-catalog-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--vs-muted);
  font-size: 14px;
}

.vs-catalog-toolbar__actions button {
  min-width: 40px;
  min-height: 40px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  color: var(--vs-muted);
  cursor: pointer;
}

.vs-catalog-toolbar__actions button.is-active {
  border-color: var(--vs-accent);
  background: var(--vs-accent);
  color: #fff;
}

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

.vs-filter-row .vs-filter-block {
  min-width: 0;
}

.vs-results-grid--catalog.is-list {
  grid-template-columns: 1fr;
}

.vs-results-grid--catalog.is-list .vs-profile-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
}

.vs-results-grid--catalog.is-list .vs-profile-card__media {
  min-height: 220px;
  aspect-ratio: auto;
}

.vs-pagination {
  margin-top: 28px;
}

.vs-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vs-pagination a,
.vs-pagination span {
  display: inline-grid;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  padding: 0 10px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  color: var(--vs-ink);
  font-weight: 750;
}

.vs-pagination .current {
  border-color: var(--vs-accent);
  background: var(--vs-accent);
  color: #fff;
}

.vs-active-filters {
  justify-content: flex-start;
  margin-top: 12px;
  border-radius: 8px;
}

.vs-active-filters b {
  padding: 7px 10px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  color: var(--vs-accent-dark);
  font-size: 13px;
}

.vs-active-filters a {
  margin-left: auto;
  color: var(--vs-accent-dark) !important;
  font-weight: 750;
}

.vs-results-grid--catalog,
.vs-design-grid--catalog {
  margin-top: 18px;
}

.vs-detail-preview-page {
  background: #f3f4f6;
}

.vs-detail-gallery {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 180px 180px;
  gap: 8px;
  overflow: hidden;
  border-radius: 8px;
}

.vs-detail-gallery__tile {
  position: relative;
  background: linear-gradient(135deg, rgba(17, 20, 26, 0.06), rgba(232, 75, 95, 0.28)), url("assets/card-pattern.svg") center/cover;
}

.vs-detail-gallery__tile--large {
  grid-row: 1 / 3;
  background-color: #26363c;
}

.vs-detail-gallery__tile--warm {
  background-color: #d4a18a;
}

.vs-detail-gallery__tile--teal {
  background-color: #5faaa1;
}

.vs-detail-gallery__tile--light {
  background-color: #e6e1d7;
}

.vs-gallery-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--vs-ink);
  font-size: 12px;
  font-weight: 800;
}

.vs-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  margin-top: 24px;
}

.vs-detail-main,
.vs-detail-side-card {
  padding: 28px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
}

.vs-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vs-detail-tags span {
  padding: 7px 10px;
  border-radius: 8px;
  background: #fff0f2;
  color: var(--vs-accent-dark);
  font-size: 12px;
  font-weight: 800;
}

.vs-detail-main h1 {
  margin: 18px 0 8px;
  font-size: 48px;
  line-height: 1.05;
}

.vs-detail-subline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--vs-muted);
}

.vs-detail-subline strong {
  color: var(--vs-teal);
}

.vs-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 8px;
}

.vs-detail-section {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid var(--vs-line);
}

.vs-detail-section h2,
.vs-detail-side-card h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.vs-detail-section p,
.vs-detail-side-card p {
  color: var(--vs-muted);
}

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

.vs-amenities span {
  padding: 12px;
  border-radius: 8px;
  background: var(--vs-soft);
  color: #344054;
  font-weight: 650;
}

.vs-map-placeholder {
  min-height: 210px;
  display: grid;
  place-items: center;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(229, 231, 235, 0.75) 1px, transparent 1px), linear-gradient(rgba(229, 231, 235, 0.75) 1px, transparent 1px), #f8fafc;
  background-size: 42px 42px;
  color: var(--vs-muted);
  text-align: center;
}

.vs-detail-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.vs-detail-side-card:first-child {
  background: var(--vs-soft);
}

.vs-profile-single {
  background: #f3f4f6;
}

.vs-profile-single__hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.vs-profile-single__media,
.vs-profile-single__summary {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 27, 35, 0.07);
}

.vs-profile-single__media {
  aspect-ratio: 4 / 5;
  min-height: 0;
}

.vs-profile-single__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vs-profile-avatar {
  min-height: 420px;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(232, 75, 95, 0.18), rgba(30, 139, 132, 0.24)),
    url("assets/card-pattern.svg") center/cover;
}

.vs-profile-avatar span {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--vs-accent-dark);
  font-size: 54px;
  font-weight: 900;
  box-shadow: 0 18px 45px rgba(24, 27, 35, 0.15);
}

.vs-profile-single__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.vs-profile-single__summary h1 {
  margin: 14px 0;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.vs-contact-result {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #ffd6dc;
  border-radius: 8px;
  background: #fff5f7;
  color: var(--vs-ink);
}

.vs-action-disclosure,
.vs-report-disclosure {
  margin-top: 24px;
  border-top: 1px solid var(--vs-line);
  padding-top: 16px;
}

.vs-action-disclosure summary,
.vs-report-disclosure summary {
  cursor: pointer;
  font-size: 14px;
  color: var(--vs-muted);
  padding: 8px 0;
}

.vs-profile-request-form,
.vs-report-form {
  display: grid;
  gap: 16px;
  margin: 20px 0;
  min-width: 0;
}

.vs-profile-request-form label,
.vs-report-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
}

.vs-profile-request-form input:not([type="hidden"]),
.vs-profile-request-form textarea,
.vs-report-form input:not([type="hidden"]),
.vs-report-form select,
.vs-report-form textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--vs-line);
  border-radius: 6px;
  background: #fff;
  color: var(--vs-ink);
  font: inherit;
}

.vs-profile-request-form textarea,
.vs-report-form textarea {
  resize: vertical;
}

.vs-profile-request-form .vs-report-trap,
.vs-report-form .vs-report-trap {
  display: none;
}

.vs-profile-request-form .vs-button,
.vs-report-form .vs-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
  max-width: 100%;
  white-space: normal;
}

.vs-report-note,
.vs-profile-request-result,
.vs-report-result {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.vs-profile-request-result,
.vs-report-result {
  color: #17624b;
}

.vs-profile-request-result.is-error,
.vs-report-result.is-error {
  color: #a02737;
}

.vs-profile-request-form [hidden],
.vs-report-form [hidden] {
  display: none;
}

.vs-page-card.vs-policy-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.vs-policy-page h1 {
  font-size: 36px;
  line-height: 1.2;
}

.vs-policy-page h2 {
  margin: 32px 0 12px;
  font-size: 23px;
  line-height: 1.3;
}

.vs-policy-date {
  color: var(--vs-muted);
  font-size: 14px;
}

.vs-profile-facts {
  display: grid;
  gap: 12px;
  margin: 0;
}

.vs-profile-facts div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--vs-line);
}

.vs-profile-facts div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.vs-profile-facts dt,
.vs-profile-facts dd {
  margin: 0;
}

.vs-profile-facts dt {
  color: var(--vs-muted);
}

.vs-profile-facts dd {
  color: var(--vs-ink);
  font-weight: 800;
  text-align: right;
}

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

.vs-profile-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.vs-hours {
  display: grid;
  gap: 10px;
  margin: 0;
}

.vs-hours div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--vs-line);
}

.vs-hours dt,
.vs-hours dd {
  margin: 0;
  color: var(--vs-muted);
  font-size: 14px;
}

.vs-hours dd {
  color: var(--vs-teal);
  font-weight: 750;
}

@media (max-width: 980px) {
  .vs-hero-search,
  .vs-catalog-layout,
  .vs-profile-single__hero,
  .vs-detail-layout {
    grid-template-columns: 1fr;
  }

  .vs-hero-search__button {
    width: 100%;
  }

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

  .vs-detail-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .vs-topbar__row {
    justify-content: center;
  }

  .vs-topbar__row span:last-child {
    display: none;
  }

  .vs-discovery-hero {
    min-height: 660px;
  }

  .vs-discovery-hero h1,
  .vs-category-banner h1,
  .vs-detail-main h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.12;
  }

  .vs-discovery-hero .vs-eyebrow,
  .vs-category-banner .vs-eyebrow {
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .vs-hero-search {
    padding: 16px;
  }

  .vs-design-grid,
  .vs-profile-gallery-grid,
  .vs-detail-sidebar,
  .vs-amenities {
    grid-template-columns: 1fr;
  }

  .vs-profile-single__media,
  .vs-profile-avatar {
    min-height: 320px;
  }

  .vs-profile-single__summary {
    padding: 22px;
  }

  .vs-profile-single__summary h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  .vs-catalog-toolbar,
  .vs-active-filters {
    align-items: flex-start;
    flex-direction: column;
  }

  .vs-active-filters a {
    margin-left: 0;
  }

  .vs-detail-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 110px;
  }

  .vs-detail-gallery__tile--large {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .vs-results-grid--catalog.is-list .vs-profile-card {
    grid-template-columns: 1fr;
  }

  .vs-results-grid--catalog.is-list .vs-profile-card__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

/* Functional parent templates keep their handlers; this layer gives them the new shell. */
.create-listing-page,
.profile-dashboard,
.profile-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 80px;
}

.create-listing-page > .bg-white,
.profile-dashboard > .bg-white,
.profile-dashboard .dashboard-tab-content > .bg-white,
.profile-page .profile-header-card,
.profile-page .info-card {
  border: 1px solid var(--vs-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(24, 27, 35, 0.07) !important;
}

.create-listing-page > .bg-white,
.profile-dashboard > .bg-white {
  padding: 34px !important;
}

.create-listing-page h1,
.profile-dashboard > h1,
.profile-page .profile-title {
  color: var(--vs-ink) !important;
  font-size: 40px !important;
  line-height: 1.08 !important;
}

.create-listing-page h2,
.profile-dashboard h2,
.profile-page .section-title {
  color: var(--vs-ink) !important;
}

.create-listing-page .section {
  padding: 28px 0;
  border-top: 1px solid var(--vs-line);
}

.create-listing-page .section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.create-listing-page label,
.profile-dashboard label,
.profile-page label {
  color: #344054;
  font-weight: 750;
}

.create-listing-page input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.create-listing-page select,
.create-listing-page textarea,
.profile-dashboard input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.profile-dashboard select,
.profile-dashboard textarea,
.profile-page input,
.profile-page select,
.profile-page textarea {
  min-height: 44px;
  border: 1px solid var(--vs-line) !important;
  border-radius: 8px !important;
  color: var(--vs-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
  font: inherit;
}

.create-listing-page .button,
.create-listing-page button,
.profile-dashboard .button,
.profile-dashboard button,
.profile-page .button,
.profile-page button,
.profile-page .premium-btn,
.profile-page .contact-btn {
  min-height: 42px;
  border-radius: 8px !important;
  border: 1px solid var(--vs-accent) !important;
  background: var(--vs-accent) !important;
  color: #fff !important;
  font: inherit;
  font-weight: 750;
}

.profile-dashboard .dashboard-tabs {
  padding: 6px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
}

.profile-dashboard .dashboard-tab {
  border: 0 !important;
  border-radius: 6px;
  color: var(--vs-muted);
}

.profile-dashboard .dashboard-tab.active,
.profile-dashboard .dashboard-tab:hover {
  border: 0 !important;
  background: #fff0f2;
  color: var(--vs-accent-dark);
}

.profile-dashboard .border,
.profile-dashboard .border-gray-200 {
  border-color: var(--vs-line) !important;
  border-radius: 8px !important;
}

.profile-page .profile-header-card {
  padding: 28px !important;
}

.profile-page .profile-header-row {
  gap: 12px;
}

.profile-page .profile-stats-grid {
  gap: 10px;
}

.profile-page .stats-item {
  padding: 18px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: var(--vs-soft);
}

.profile-page .stats-number {
  color: var(--vs-accent-dark) !important;
  font-size: 24px;
  font-weight: 850;
}

.profile-page .profile-gallery-main {
  overflow: hidden;
  border-radius: 8px;
  background: var(--vs-soft);
}

.profile-page .profile-gallery-main .main-image {
  width: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.profile-page .profile-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.profile-page .profile-gallery-thumb {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 2px solid transparent;
  border-radius: 8px;
}

.profile-page .profile-gallery-thumb .thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.profile-page .profile-gallery-thumb:has(.thumbnail.active) {
  border-color: var(--vs-accent);
}

.profile-page .service-badge,
.profile-page .verified-badge,
.profile-page .available-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #ffd2d8;
  border-radius: 50px;
  background: #fff0f2;
  color: var(--vs-accent-dark) !important;
  font-size: 13px;
  font-weight: 750;
}

.profile-page .price-card {
  padding: 16px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: var(--vs-soft);
}

.profile-page .price-amount {
  color: var(--vs-accent-dark) !important;
  font-size: 24px;
  font-weight: 850;
}

.profile-page .info-card {
  padding: 24px !important;
}

@media (max-width: 720px) {
  .create-listing-page,
  .profile-dashboard,
  .profile-page {
    width: min(100% - 24px, 1180px);
    padding: 32px 0 56px;
  }

  .create-listing-page > .bg-white,
  .profile-dashboard > .bg-white,
  .profile-page .profile-header-card,
  .profile-page .info-card {
    padding: 20px !important;
  }

  .create-listing-page h1,
  .profile-dashboard > h1,
  .profile-page .profile-title {
    font-size: 32px !important;
  }

  .profile-page .profile-gallery-main .main-image {
    min-height: 280px;
  }
}

/* Account and booking surfaces share the directory shell. */
body.page-template-page-dashboard,
body.page-template-page-booking,
body.page-template-page-profile-settings,
body.page-template-page-edit-listing {
  background: var(--vs-soft);
}

.profile-dashboard .dashboard-tab-content > .bg-white,
.profile-dashboard .dashboard-tab-content > .eb-dashboard,
.booking-calendar-page > .bg-white,
.booking-calendar-page > div.bg-white {
  border: 1px solid var(--vs-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 34px rgba(24, 27, 35, 0.07) !important;
}

.profile-dashboard .dashboard-tab-content .button-small,
.profile-dashboard .dashboard-tab-content .button,
.booking-calendar-page .button {
  min-height: 38px;
  border-radius: 8px !important;
  font-weight: 750;
}

.profile-dashboard .dashboard-tab-content table {
  width: 100%;
  border-collapse: collapse;
}

.profile-dashboard .dashboard-tab-content th,
.profile-dashboard .dashboard-tab-content td {
  padding: 12px 14px;
  border-color: var(--vs-line) !important;
  text-align: left;
  vertical-align: top;
}

.profile-dashboard .dashboard-tab-content th {
  color: var(--vs-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.booking-calendar-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 80px;
}

.booking-calendar-page h1 {
  color: var(--vs-ink);
  font-size: 40px;
  line-height: 1.08;
}

.profile-settings-form,
#escorts-profile-settings-form {
  width: min(780px, 100%);
  margin: 0 auto;
  padding: 32px;
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 27, 35, 0.07);
}

@media (max-width: 720px) {
  .booking-calendar-page {
    width: min(100% - 24px, 1180px);
    padding: 32px 0 56px;
  }

  .booking-calendar-page h1 {
    font-size: 32px;
  }

  .profile-settings-form,
  #escorts-profile-settings-form {
    padding: 20px;
  }

  .profile-dashboard .dashboard-tab-content {
    overflow-x: auto;
  }
}

/* Load more button */
.vs-load-more-wrap {
	text-align: center;
	margin-top: 2rem;
}
.vs-button--outline {
	background: transparent;
	border: 2px solid var(--vs-accent, #4a7c59);
	color: var(--vs-accent, #4a7c59);
	padding: 0.75rem 2.5rem;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}
.vs-button--outline:hover {
	background: var(--vs-accent, #4a7c59);
	color: #fff;
}

/* Amenity/service taxonomy links */
.vs-amenity-link {
	display: inline-block;
	padding: 0.3rem 0.75rem;
	margin: 0.2rem;
	background: var(--vs-surface, #f5f5f5);
	border-radius: 4px;
	color: var(--vs-text, #333);
	text-decoration: none;
	font-size: 0.85rem;
	transition: background 0.15s;
}
.vs-amenity-link:hover {
	background: var(--vs-accent, #4a7c59);
	color: #fff;
}

/* Category card as link */
a.vs-category {
	text-decoration: none;
	color: inherit;
}
a.vs-category:hover {
	background: var(--vs-surface, #f5f5f5);
}

/* Sidebar taxonomy links */
.vs-profile-facts .meta-link {
	color: var(--vs-accent, #4a7c59);
	text-decoration: none;
}
.vs-profile-facts .meta-link:hover {
	text-decoration: underline;
}
.vs-detail-tags .meta-link {
	color: inherit;
	text-decoration: none;
}
.vs-detail-tags .meta-link:hover {
	text-decoration: underline;
}