.elementor-kit-68{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-68 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Global reset and base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #f3f4f6; /* page background */
  color: #111827;
}

/* Links and buttons */
a {
  color: #4b2b12;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.btn-primary {
  background: #4b2b12;
  color: #ffffff;
  border-color: #4b2b12;
  box-shadow: 0 8px 18px rgba(75, 43, 18, 0.25);
}

.btn-primary:hover {
  background: #3a210d;
  border-color: #3a210d;
}

.btn-secondary {
  background: #f3f4f6;
  color: #4b2b12;
  border-color: #d1d5db;
}

.btn-secondary:hover {
  background: #e5e7eb;
}

.btn-sm {
  padding: 0.35rem 0.8rem;
  font-size: 0.8rem;
}

/* Layout shell */
main {
  max-width: 1200px;
  margin: 1.75rem auto 3rem;
  padding: 0 1rem;
}

/* Header */
.semo-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.semo-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.semo-logo {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.semo-logo a {
  font-family: "Lora", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #4b2b12;
}

.semo-logo-tagline {
  font-size: 0.8rem;
  color: #6b7280;
}

.semo-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.4rem;
  font-size: 0.95rem;
}

.semo-nav a {
  color: #4b2b12;
  font-weight: 500;
}

.semo-nav a:hover {
  color: #111827;
}

.semo-actions {
  display: flex;
  gap: 0.6rem;
}

@media (max-width: 900px) {
  .semo-header-inner {
    flex-wrap: wrap;
    padding: 0.6rem 0.75rem 0.75rem;
  }
  .semo-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .semo-actions {
    width: 100%;
    justify-content: flex-start;
  }
}

/* Page headings and sections */
.page-header-kicker {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.page-header-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.3rem;
}

.page-header-intro {
  font-size: 0.98rem;
  color: #4b5563;
  margin-bottom: 1.25rem;
}

/* Hero card */
.hero {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.75rem 1.75rem 1.5rem;
  margin-bottom: 1.75rem;
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid #e5e7eb;
}

.hero-top {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #6b7280;
}

.hero-badge {
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: #f3f4f6;
}

@media (max-width: 900px) {
  .hero {
    padding: 1.3rem 1.1rem 1.2rem;
  }
}

/* Generic content card */
.content-card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 1.25rem 1.4rem;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.06);
  margin-bottom: 1.5rem;
}

.content-card h2,
.content-card h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.4rem;
  color: #111827;
}

.content-card p {
  margin-bottom: 0.7rem;
  font-size: 0.96rem;
  color: #4b5563;
}

.content-card ul,
.content-card ol {
  margin-left: 1.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: #374151;
}

.content-card li + li {
  margin-top: 0.3rem;
}

/* Callouts */
.callout {
  margin: 0.5rem 0 1rem;
  padding: 0.8rem 0.95rem;
  border-radius: 0.75rem;
  font-size: 0.9rem;
}

.callout-warn {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #7f1d1d;
}

.callout-soft {
  background: #fffbeb;
  border: 1px solid #facc15;
  color: #78350f;
}

.callout-info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
}

/* Homepage: latest listings grid */
.latest-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.listing-card {
  background: #ffffff;
  border-radius: 0.9rem;
  border: 1px solid #e5e7eb;
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.listing-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}

.listing-title a {
  color: inherit;
}

.listing-meta {
  font-size: 0.8rem;
  color: #6b7280;
}

.listing-price {
  font-size: 0.96rem;
  font-weight: 600;
  color: #111827;
}

.listing-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: #6b7280;
}

/* Browse layout: filters + results */
.browse-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: flex-start;
}

.filter-panel {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 1rem 1.1rem 1.2rem;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
  position: sticky;
  top: 4.2rem;
}

.filter-panel h2 {
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
  color: #111827;
}

.filter-group + .filter-group {
  margin-top: 0.9rem;
}

.filter-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 0.25rem;
}

.filter-panel select,
.filter-panel input[type="text"] {
  width: 100%;
  padding: 0.45rem 0.55rem;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  font-size: 0.9rem;
  background: #f9fafb;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.3rem;
}

.chip {
  font-size: 0.8rem;
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  cursor: pointer;
}

.chip.is-active {
  background: #4b2b12;
  color: #ffffff;
  border-color: #4b2b12;
}

.filter-actions {
  margin-top: 0.85rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

/* Category list chips */
.category-list {
  margin-top: 1rem;
}

.category-list-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 0.35rem;
}

.category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.category-list a {
  display: inline-block;
  font-size: 0.78rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}

.category-list a:hover {
  background: #4b2b12;
  color: #ffffff;
  border-color: #4b2b12;
  text-decoration: none;
}

/* Browse: results */
.results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.results-count {
  font-size: 0.9rem;
  color: #6b7280;
}

.sort-select {
  font-size: 0.85rem;
  padding: 0.4rem 0.6rem;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #ffffff;
}

.search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.search-row input[type="text"] {
  flex: 1 1 230px;
  padding: 0.5rem 0.6rem;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  font-size: 0.9rem;
}

/* Empty state */
.empty-state {
  border-radius: 1rem;
  border: 1px dashed #d1d5db;
  background: #f9fafb;
  padding: 1rem 1.1rem;
  font-size: 0.9rem;
  color: #4b5563;
  margin-top: 1rem;
}

.empty-state strong {
  display: block;
  margin-bottom: 0.2rem;
}

.empty-actions {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Auth box */
.auth-box {
  margin-top: 1.4rem;
  font-size: 0.9rem;
  background: #f9fafb;
  border-radius: 0.9rem;
  border: 1px solid #e5e7eb;
  padding: 0.8rem 0.9rem;
}

/* Footer */
.footer {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 1rem 1rem 1.2rem;
  color: #6b7280;
  font-size: 0.85rem;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.footer-links {
  margin-bottom: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}

.footer-links a {
  color: #4b2b12;
  font-size: 0.9rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copy {
  font-size: 0.8rem;
}

@media (max-width: 900px) {
  .browse-layout {
    grid-template-columns: 1fr;
  }
  .filter-panel {
    position: static;
  }
}/* End custom CSS */