.elementor-kit-12{--e-global-color-primary:#B40101;--e-global-color-secondary:#2C2C2A;--e-global-color-text:#2C2C2A;--e-global-color-accent:#5F5E5A;--e-global-color-23d15c4:#1911AD;--e-global-color-b94d320:#FAFAF8;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.15px;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.2px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:600;--e-global-typography-text-line-height:1.65px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.4px;}.elementor-kit-12 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 *//*
 * SOSMAN.CZ – Výpis nemovitostí CSS v3
 * HTML struktura 1:1 podle zadání
 * Vložit do: WPCode snippet (typ CSS)
 * NEBO: Elementor > Nastavení webu > Vlastní CSS
 */

/* ── Reset ── */
.vp, .vp * { box-sizing: border-box !important; margin: 0; padding: 0; }
.vp { font-family: 'Inter', sans-serif !important; background: #fafaf8; color: #2C2C2A; width: 100%; }

/* ── Hero ── */
.vp-hero { padding: 24px 32px 18px; background: #fafaf8; border-bottom: 1px solid #e0e0dc; }
.vp-breadcrumb { font-size: 11px; color: #888780; margin-bottom: 8px; }
.vp-breadcrumb a { color: #888780; text-decoration: none; }
.vp-breadcrumb a:hover { color: #b40101; }
.vp-hero h1 {
  font-family: 'Playfair Display', serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #2C2C2A !important;
  margin-bottom: 4px !important;
  line-height: 1.2 !important;
}
.vp-hero p { font-size: 14px; color: #888780; margin: 0; }
.vp-hero p strong { color: #b40101; font-weight: 600; }

/* ── Tabs ── */
.vp-tabs {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 14px 32px !important;
  background: #fff;
  border-bottom: 1px solid #e0e0dc;
  flex-wrap: wrap;
}
.vp-tab {
  font-size: 13px !important;
  padding: 8px 20px !important;
  border-radius: 6px !important;
  border: 1px solid #e0e0dc !important;
  color: #444441 !important;
  background: #fff !important;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.15s;
  line-height: 1.4 !important;
  white-space: nowrap;
}
.vp-tab.active { background: #b40101 !important; color: #fff !important; border-color: #b40101 !important; }
.vp-tab:hover:not(.active) { border-color: #b40101 !important; color: #b40101 !important; }
.vp-sort-wrap { margin-left: auto !important; }
.vp-sort {
  font-size: 13px !important;
  padding: 8px 14px !important;
  border-radius: 6px !important;
  border: 1px solid #e0e0dc !important;
  color: #2C2C2A !important;
  background: #fafaf8 !important;
  cursor: pointer;
  min-width: 160px;
}

/* ── Layout: sidebar + right ── */
.vp-layout {
  display: grid !important;
  grid-template-columns: 230px 1fr !important;
  align-items: start !important;
  min-height: 500px;
}
.vp-layout.vp-layout--prodane {
  display: block !important;
}

/* ── Sidebar ── */
.vp-sidebar {
  padding: 20px 18px !important;
  background: #fafaf8 !important;
  border-right: 1px solid #e0e0dc !important;
  position: sticky;
  top: 0;
}
.vp-sidebar-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}
.vp-sidebar-title { font-size: 11px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; color: #2C2C2A; }
.vp-sidebar-clear { font-size: 11px; color: #b40101; text-decoration: none; }
.vp-fg { margin-bottom: 20px !important; }
.vp-fl { font-size: 10px; color: #888780; letter-spacing: 0.6px; text-transform: uppercase; margin-bottom: 8px !important; display: block; }
.vp-input {
  width: 100% !important;
  font-size: 12px !important;
  padding: 8px 10px !important;
  background: #fff !important;
  border: 1px solid #e0e0dc !important;
  border-radius: 6px !important;
  color: #2C2C2A !important;
  outline: none !important;
  height: auto !important;
  box-shadow: none !important;
}
.vp-input:focus { border-color: #b40101 !important; }
.vp-chips { display: flex !important; flex-wrap: wrap !important; gap: 5px !important; }
.vp-chip {
  font-size: 11px !important;
  padding: 5px 10px !important;
  border-radius: 4px !important;
  border: 1px solid #e0e0dc !important;
  color: #444441 !important;
  background: #fff !important;
  cursor: pointer;
  transition: all 0.15s;
  display: inline-block !important;
}
.vp-chip.active { background: #b40101 !important; border-color: #b40101 !important; color: #fff !important; }
.vp-chip:hover:not(.active) { border-color: #b40101 !important; color: #b40101 !important; }
.vp-check {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  color: #444441 !important;
  margin-bottom: 8px !important;
  cursor: pointer;
}
.vp-check-box {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #e0e0dc !important;
  border-radius: 3px !important;
  background: #fff !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.vp-check-box.on { background: #b40101 !important; border-color: #b40101 !important; }
.vp-check-box.on::after {
  content: '' !important;
  display: block !important;
  width: 6px !important;
  height: 4px !important;
  border-left: 1.5px solid #fff !important;
  border-bottom: 1.5px solid #fff !important;
  transform: rotate(-45deg) translateY(-1px) !important;
}
.vp-btn-filter {
  width: 100% !important;
  padding: 9px !important;
  background: #b40101 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-family: inherit !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

/* ── Right column ── */
.vp-right {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}

/* ── Mapa ── */
.vp-map-wrap {
  height: 260px !important;
  border-bottom: 1px solid #e0e0dc !important;
  display: block !important;
  overflow: hidden !important;
}
#vp-map {
  width: 100% !important;
  height: 260px !important;
}

/* ── Grid wrap ── */
.vp-grid-wrap { padding: 20px 24px !important; }
.vp-result-info { font-size: 12px !important; color: #888780 !important; margin-bottom: 16px !important; }
.vp-result-info strong { color: #2C2C2A !important; }

/* ── GRID KARET ── klíčové pravidlo ── */
.vp-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  margin-bottom: 24px !important;
  list-style: none !important;
  padding: 0 !important;
}
.vp-layout--prodane .vp-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}

/* ── Karta ── */
.vp-card {
  background: #fff !important;
  border: 1px solid #e0e0dc !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
.vp-card:hover { transform: translateY(-4px) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.1) !important; }
.vp-card--prodana { opacity: 0.82; }
.vp-card--prodana:hover { opacity: 1; }

/* ── Obrázek karty ── */
.vp-card-img {
  height: 190px !important;
  position: relative !important;
  overflow: hidden !important;
  background: #d3d1c7 !important;
  flex-shrink: 0 !important;
  width: 100% !important;
}
.vp-card-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.3s !important;
  max-width: none !important;
}
.vp-card:hover .vp-card-img img { transform: scale(1.04) !important; }
.vp-card-img-ph {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px;
  color: #888780;
}

/* Badges */
.vp-badge {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  padding: 4px 9px !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  z-index: 1 !important;
}
.vp-badge.red { background: #b40101 !important; color: #fff !important; }
.vp-badge.blue { background: #1911ad !important; color: #fff !important; }
.vp-badge.dark { background: #444441 !important; color: #fff !important; }

/* Fav button */
.vp-fav {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 32px !important;
  height: 32px !important;
  background: rgba(255,255,255,0.95) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  cursor: pointer !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15) !important;
  z-index: 1 !important;
  line-height: 1 !important;
}
.vp-fotek {
  position: absolute !important;
  bottom: 9px !important;
  right: 9px !important;
  font-size: 10px !important;
  background: rgba(255,255,255,0.92) !important;
  color: #2C2C2A !important;
  padding: 3px 8px !important;
  border-radius: 4px !important;
}

/* ── Tělo karty ── */
.vp-card-body {
  padding: 14px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
.vp-card-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2C2C2A !important;
  margin-bottom: 4px !important;
  line-height: 1.35 !important;
}
.vp-card-sub {
  font-size: 12px !important;
  color: #888780 !important;
  margin-bottom: 10px !important;
}
.vp-card-tags {
  display: flex !important;
  gap: 5px !important;
  flex-wrap: wrap !important;
  margin-bottom: 10px !important;
}
.vp-tag {
  font-size: 11px !important;
  padding: 3px 8px !important;
  background: #fafaf8 !important;
  color: #444441 !important;
  border-radius: 3px !important;
  border: 1px solid #e8e8e4 !important;
}
.vp-card-footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-top: 10px !important;
  border-top: 1px solid #e8e8e4 !important;
  margin-top: auto !important;
}
.vp-price {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #b40101 !important;
  line-height: 1.2 !important;
}
.vp-price--prodana { color: #888780 !important; font-size: 13px !important; font-weight: 400 !important; }
.vp-old-price {
  font-size: 11px !important;
  color: #888780 !important;
  text-decoration: line-through !important;
  margin-bottom: 2px !important;
}
.vp-detail {
  font-size: 12px !important;
  color: #1911ad !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
.vp-detail:hover { text-decoration: underline !important; }

/* ── Stránkování ── */
.vp-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding-top: 16px !important;
  border-top: 1px solid #e0e0dc !important;
  flex-wrap: wrap !important;
  margin-top: 8px !important;
}
.vp-page {
  font-size: 12px !important;
  padding: 7px 14px !important;
  border-radius: 5px !important;
  border: 1px solid #e0e0dc !important;
  color: #444441 !important;
  background: #fff !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.15s !important;
}
.vp-page.active { background: #b40101 !important; color: #fff !important; border-color: #b40101 !important; }
.vp-page:hover:not(.active) { border-color: #b40101 !important; color: #b40101 !important; }

/* ── Tablet ── */
@media (max-width: 1100px) {
  .vp-layout { grid-template-columns: 200px 1fr !important; }
  .vp-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .vp-layout--prodane .vp-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .vp-hero { padding: 20px 20px 14px !important; }
  .vp-tabs { padding: 12px 20px !important; }
  .vp-grid-wrap { padding: 16px !important; }
}

/* ── Mobil ── */
@media (max-width: 767px) {
  .vp-hero { padding: 16px 16px 12px !important; }
  .vp-hero h1 { font-size: 26px !important; }
  .vp-tabs {
    padding: 10px 12px !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    gap: 6px !important;
  }
  .vp-tabs::-webkit-scrollbar { display: none !important; }
  .vp-tab { white-space: nowrap !important; flex-shrink: 0 !important; font-size: 11px !important; padding: 6px 12px !important; }
  .vp-sort-wrap { display: none !important; }
  .vp-layout { display: block !important; }
  .vp-sidebar { display: none !important; }
  .vp-map-wrap { height: 200px !important; }
  .vp-grid-wrap { padding: 12px !important; }
  .vp-grid,
  .vp-layout--prodane .vp-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
  .vp-card { flex-direction: row !important; height: 100px !important; border-radius: 8px !important; }
  .vp-card:hover { transform: none !important; }
  .vp-card-img { width: 110px !important; min-width: 110px !important; height: 100px !important; border-radius: 0 !important; flex-shrink: 0 !important; }
  .vp-card:hover .vp-card-img img { transform: none !important; }
  .vp-card-title { font-size: 12px !important; }
  .vp-card-sub { font-size: 10px !important; margin-bottom: 4px !important; }
  .vp-card-tags { display: none !important; }
  .vp-price { font-size: 13px !important; }
  .vp-fotek { display: none !important; }
}

/* ── v5 opravy ── */
.vp-fav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #2C2C2A !important;
  line-height: 1 !important;
}
.vp-fav svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
}
.vp-fav:hover svg { stroke: #b40101 !important; }

/* Range slider handle */
.vp-track {
  height: 4px !important;
  background: #e0e0dc !important;
  border-radius: 2px !important;
  position: relative !important;
  margin: 8px 6px !important;
  cursor: pointer !important;
}
.vp-handle {
  position: absolute !important;
  top: 50% !important;
  width: 16px !important;
  height: 16px !important;
  background: #fff !important;
  border: 2px solid #b40101 !important;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
  cursor: grab !important;
  z-index: 2 !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2) !important;
}
.vp-handle:active { cursor: grabbing !important; }
.vp-track-fill {
  position: absolute !important;
  height: 100% !important;
  background: #b40101 !important;
  border-radius: 2px !important;
}
.vp-range-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 4px !important;
}
.vp-range-val {
  font-size: 11px !important;
  color: #2C2C2A !important;
  font-weight: 500 !important;
}
.vp-range-labels {
  display: flex !important;
  justify-content: space-between !important;
  font-size: 10px !important;
  color: #888780 !important;
  margin-top: 4px !important;
}

/* ── v7: Dispozice grid ── */
.vp-disp-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 5px !important;
}
.vp-disp-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 4px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #444441 !important;
  background: #fff !important;
  border: 1px solid #e0e0dc !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: all 0.15s !important;
  text-align: center !important;
  user-select: none !important;
}
.vp-disp-item:hover { border-color: #b40101 !important; color: #b40101 !important; }
.vp-disp-item.selected {
  background: #b40101 !important;
  border-color: #b40101 !important;
  color: #fff !important;
}

/* ── v7: Radio-style checkboxy ── */
.vp-check-row {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  font-size: 12px !important;
  color: #444441 !important;
  margin-bottom: 9px !important;
  cursor: pointer !important;
  user-select: none !important;
}
.vp-radio {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  border: 2px solid #d0d0cc !important;
  background: #fff !important;
  flex-shrink: 0 !important;
  position: relative !important;
  transition: all 0.15s !important;
  display: block !important;
}
.vp-radio.on {
  border-color: #b40101 !important;
  background: #b40101 !important;
}
.vp-radio.on::after {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 6px !important;
  height: 6px !important;
  background: #fff !important;
  border-radius: 50% !important;
  display: block !important;
}
.vp-check-row:hover .vp-radio { border-color: #b40101 !important; }/* End custom CSS */