.elementor-kit-5{--e-global-color-primary:#F07900;--e-global-color-secondary:#FFBA33;--e-global-color-text:#808080;--e-global-color-accent:#75158F;--e-global-color-830a709:#151616;--e-global-color-a17dd88:#F2F2F2;--e-global-color-14355d8:#75158F;--e-global-color-0bb38d7:#002D62;--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-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.63px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-accent );font-family:"Roboto", Sans-serif;}.elementor-kit-5 h1{color:var( --e-global-color-830a709 );font-family:"Roboto", Sans-serif;}.elementor-kit-5 h2{color:var( --e-global-color-830a709 );font-family:"Roboto", Sans-serif;}.elementor-kit-5 h3{color:var( --e-global-color-830a709 );font-family:"Roboto", Sans-serif;}.elementor-kit-5 h4{color:var( --e-global-color-830a709 );font-family:"Roboto", Sans-serif;}.elementor-kit-5 h5{color:var( --e-global-color-830a709 );font-family:"Roboto", Sans-serif;}.elementor-kit-5 h6{color:var( --e-global-color-830a709 );font-family:"Roboto", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* Spodný kategóriový filter pod blog archívom */
#blog-cat-filter .elementor-nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

/* Základný vzhľad "piluliek" */
#blog-cat-filter .elementor-nav-menu a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #e1e6ff;
  background: #f6f7ff;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

/* Hover efekt */
#blog-cat-filter .elementor-nav-menu a:hover {
  background: #e4e7ff;
}

/* Aktívna položka – aktuálna kategória alebo hlavný blog */
#blog-cat-filter .current-menu-item > a,
#blog-cat-filter .current_page_item > a {
  background: #7c1bbf;      /* fialová z loga Poistuj – prispôsob podľa hexu */
  border-color: #7c1bbf;
  color: #ffffff;
}/* End custom CSS */