.elementor-kit-94{--e-global-color-primary:#247CFF;--e-global-color-secondary:#41E29A;--e-global-color-text:#2A2A2A;--e-global-color-accent:#41E29A;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--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-kit-94 e-page-transition{background-color:#FFBC7D;}.elementor-kit-94 h1{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:28px;}.elementor-kit-94 h2{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:24px;}.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;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ===== ONLINE STATUS ===== */

.jm-online-status{
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:14px;
    font-weight:600;
    color:white;
    font-family: Inter;
    line-height:1.4;
}

.jm-online-dot{
    position:relative;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#22c55e;
    flex-shrink:0;
}

/* první vlna */
.jm-online-dot::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    background:rgba(34,197,94,.35);
    animation:jmPulse 2.2s ease-out infinite;
}

/* druhá vlna */
.jm-online-dot::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    background:rgba(34,197,94,.18);
    animation:jmPulse 2.2s ease-out infinite;
    animation-delay:1.1s;
}

@keyframes jmPulse{

    0%{
        transform:scale(1);
        opacity:.75;
    }

    100%{
        transform:scale(4);
        opacity:0;
    }

}/* End custom CSS */