.elementor-kit-6{--e-global-color-primary:#644715;--e-global-color-secondary:#54595F;--e-global-color-text:#363636;--e-global-color-accent:#409711;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-weight:500;background-color:#ECECEC;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 *//* Nastavenie vlastnej SVG odrážky pre všetky zoznamy v tejto šablóne */
.elementor-widget-theme-post-content ul li,
.elementor-widget-text-editor ul li {
    list-style: none; /* Skryje štandardnú čiernu bodku */
    position: relative;
    padding-left: 30px; /* Priestor pre odrážku vľavo od textu */
    margin-bottom: 10px; /* Medzera medzi položkami */
}

.elementor-widget-theme-post-content ul li::before,
.elementor-widget-text-editor ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px; /* Zvislé zarovnanie podľa výšky textu */
    width: 20px; /* Šírka SVG ikony */
    height: 20px; /* Výška SVG ikony */
    background-image: url('https://demo2.autobazarbratislava.sk/wp-content/uploads/2026/07/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}/* End custom CSS */