.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-087a2b0:#0D3276;--e-global-color-f3889d0:#DEE9FA;--e-global-color-cfef8e4:#FFF7F1;--e-global-color-6dd527a:#FFFDF1;--e-global-color-2de6399:#760D0D;--e-global-color-877a817:#0D760F;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-size:18px;--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:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}body{overflow-x:hidden !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;font-size:30px;font-weight:700;line-height:1.3em;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;font-size:28px;font-weight:600;line-height:1.4em;}.elementor-kit-6 h3{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-kit-6 h1{font-size:28px;}.elementor-kit-6 h2{font-size:24px;}.elementor-kit-6 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.faq-wrapper {
    width: 100%;
}

.faq-item {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
}

.faq-question {
    display: block;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-right: 30px; /* prostor pro + */
    box-sizing: border-box;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    font-weight: 600;
}

.faq-item[open] .faq-question::after {
    content: "−";
}

.faq-answer {
    margin-top: 10px;
    color: #444;
}

.faq-cta-box {
    margin-top: 30px;
    padding: 20px;
    background: #f5f8ff;
    border: 1px solid #e0e8ff;
    border-radius: 8px;
    text-align: center;
}

.faq-cta-button {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 18px;
    background: #0d3276;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;

    transition: transform 01.18s ease, box-shadow 01.18s ease;
}

.faq-cta-button:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 16px rgba(13, 50, 118, 0.25);
}


.faq-cta-button:hover {
    color: #ffd700; /* například zlatá */
}/* End custom CSS */