.elementor-410 .elementor-element.elementor-element-5e18106{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-410 .elementor-element.elementor-element-6f0b094 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:300;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-410 .elementor-element.elementor-element-9c1ac45{font-family:"Montserrat", Sans-serif;font-weight:400;color:#000000;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-410 .elementor-element.elementor-element-57fed55 .elementor-icon-wrapper{text-align:center;}.elementor-410 .elementor-element.elementor-element-412f461{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-410 .elementor-element.elementor-element-bd4e1df{width:100%;max-width:100%;}.elementor-410 .elementor-element.elementor-element-70da07b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-410 .elementor-element.elementor-element-fe328a1{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-410 .elementor-element.elementor-element-5e18106{--gap:010px 010px;--row-gap:010px;--column-gap:010px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-410 .elementor-element.elementor-element-6f0b094{text-align:center;}.elementor-410 .elementor-element.elementor-element-9c1ac45{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;font-size:16px;line-height:1.5em;}.elementor-410 .elementor-element.elementor-element-57fed55 .elementor-icon i, .elementor-410 .elementor-element.elementor-element-57fed55 .elementor-icon svg{transform:rotate(180deg);}.elementor-410 .elementor-element.elementor-element-412f461{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-bd4e1df *//* =====================================================
   ZÁKLAD TABULKY – ČISTÝ REALITNÍ LOOK
===================================================== */

.tablepress-wrapper {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow-x: auto;   /* scroll jen když je potřeba */
  background: #fff;
}

/* samotná tabulka */
.tablepress {
  width: 100%;
  font-size: 14.5px;
  border-collapse: separate;
  border-spacing: 0;
}

/* HLAVIČKA */
.tablepress thead th {
  background: #fafafa;
  font-weight: 600;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
}

/* BUŇKY */
.tablepress td {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}

/* poslední řádek bez čáry */
.tablepress tbody tr:last-child td {
  border-bottom: none;
}

/* jemný hover */
.tablepress tbody tr:hover {
  background: #f9fafb;
}

/* =====================================================
   CENA
===================================================== */

.tablepress td.column-7 {
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
}

/* =====================================================
   STAV – UPRAVENÉ BADGES
===================================================== */

.tablepress td.column-8 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.tablepress td.column-8 span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1.2;
}

/* VOLNÝ */
.stav-volny td.column-8 span {
  background: #e7f8ee;
  color: #166534;
}

/* PRODÁNO – jemná červená */
.stav-prodany td.column-8 span {
  background: #fde8e8;
  color: #7f1d1d;
}

/* PRODÁNO – ale NE šedá mrtvola */
.stav-prodany {
  opacity: 0.7;
}

/* =====================================================
   ZRUŠENÍ VŠECH DESIGNOVÝCH KRAVIN
===================================================== */

/* žádné stíny, žádné gradienty */
.tablepress-wrapper::after {
  display: none !important;
}

/* žádné extra karty */
.tablepress {
  box-shadow: none !important;
}

/* =====================================================
   TABLEPRESS / DATATABLES – SORT ŠIPKY PRYČ (FINÁL)
===================================================== */

/* nové DataTables – reálný element */
table.dataTable thead th span.dt-column-order {
  display: none !important;
}

/* starší DataTables – pseudo elementy */
table.dataTable thead th.sorting:before,
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:before,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:before,
table.dataTable thead th.sorting_desc:after {
  display: none !important;
  content: none !important;
}

/* zrušit rezervu na šipky */
table.dataTable thead th {
  padding-right: 16px !important;
}

/* hlavička zůstane klikací */
table.dataTable thead th {
  cursor: pointer;
}

/* ===== JEDNOTKY ===== */

/* Cena */
.tablepress td.column-7:not(:empty)::after {
  content: " Kč";
}

/* Plochy */
.tablepress td.column-4:not(:empty)::after,
.tablepress td.column-5:not(:empty)::after,
.tablepress td.column-6:not(:empty)::after {
  content: " m²";
}

/* ===== ZAROVNÁNÍ SLOUPCŮ ===== */

/* střed */
.tablepress th.column-1,
.tablepress td.column-1,  /* Podlaží */
.tablepress th.column-2,
.tablepress td.column-2,  /* Byt */
.tablepress th.column-3,
.tablepress td.column-3,  /* Dispozice */
.tablepress th.column-4,
.tablepress td.column-4,  /* Plocha bytu */
.tablepress th.column-5,
.tablepress td.column-5,  /* Balkon */
.tablepress th.column-6,
.tablepress td.column-6,  /* Plocha celkem */
.tablepress th.column-8,
.tablepress td.column-8 { /* Stav */
  text-align: center;
}

/* cena doprava */
.tablepress th.column-7,
.tablepress td.column-7 {
  text-align: right;
}

/* ===== PODLAŽÍ – ZÚŽENÍ ===== */
.tablepress th.column-1,
.tablepress td.column-1 {
  width: 70px;
  text-align: center;
}

/* ===== DETAIL ODKAZ ===== */

/* vycentrování celého sloupce */
table.dataTable th.column-9,
table.dataTable td.column-9 {
  text-align: center;
}

/* samotný odkaz */
table.dataTable td.column-9 a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

/* hover – jen lehká změna, žádná barva */
table.dataTable td.column-9 a:hover {
  opacity: 0.7;
}

/* ===== JEMNÝ HOVER + SORT HLAVIČKY ===== */

/* hover – hodně lehký */
table.dataTable thead th:hover {
  background-color: rgba(190, 175, 146, 0.25) !important;
  color: #000;
}

/* aktivně tříděný sloupec – o trochu výraznější */
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
  background-color: rgba(190, 175, 146, 0.45) !important;
  color: #000;
}

/* active (kliknutí) */
table.dataTable thead th:active {
  background-color: rgba(190, 175, 146, 0.45) !important;
}/* End custom CSS */