.elementor-kit-6{--e-global-color-primary:#0E0E0E;--e-global-color-secondary:#303030;--e-global-color-text:#323232;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.cenik-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  padding: 18px 14px;
  background: #fafbfc;
  border-radius: 15px;
  box-shadow: 0 2px 12px rgba(80, 120, 180, 0.05);
  width: 50%;         /* <--- Toto nastaví šírku na polovicu */
  margin: 0 auto;     /* zarovná na stred */
  min-width: 320px;   /* odporúčam minimálnu šírku pre malý mobil */
  max-width: 100%;
}


.cenik-cell {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(80,120,180,0.07);
  padding: 16px 20px;
  text-align: center;
  min-width: 90px;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cenik-days {
  font-size: 15px;
  font-weight: 500;
  color: #222e3a;
  margin-bottom: 5px;
}

.cenik-price {
  font-size: 18px;
  font-weight: bold;
  color: #232323;
}

/* RESPONSIVE: na menších obrazovkách všetko zmenši */
@media (max-width: 600px) {
  .cenik-row {
    gap: 6px;
    padding: 10px 2px;
  }
  .cenik-cell {
    padding: 8px 6px;
    min-width: 50px;
  }
  .cenik-days {
    font-size: 11px;
  }
  .cenik-price {
    font-size: 13px;
  }
}/* End custom CSS */