.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b770c35:#05313B;--e-global-color-2e3cf10:#CAFB44;--e-global-color-3e179c6:#FFFFFF;--e-global-color-7f9241c:#E8E8E8;--e-global-color-c885f9b:#F3F3F3;--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-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-e322b30-font-family:"Ubuntu";--e-global-typography-e322b30-font-size:20px;--e-global-typography-e322b30-font-weight:700;--e-global-typography-e322b30-text-transform:uppercase;--e-global-typography-6a02113-font-family:"Ubuntu";--e-global-typography-6a02113-font-size:16px;--e-global-typography-6a02113-font-weight:400;--e-global-typography-f623ddb-font-family:"Ubuntu";--e-global-typography-f623ddb-font-size:95px;--e-global-typography-f623ddb-font-weight:600;--e-global-typography-f623ddb-text-transform:uppercase;--e-global-typography-f623ddb-line-height:1.05em;--e-global-typography-011dae9-font-family:"Ubuntu";--e-global-typography-011dae9-font-size:24px;--e-global-typography-011dae9-font-weight:500;--e-global-typography-7d5a4f3-font-family:"Ubuntu";--e-global-typography-7d5a4f3-font-size:16px;--e-global-typography-7d5a4f3-font-weight:400;--e-global-typography-8519f3d-font-family:"Ubuntu";--e-global-typography-8519f3d-font-size:14px;--e-global-typography-8519f3d-font-weight:500;--e-global-typography-7e817ca-font-family:"Ubuntu";--e-global-typography-7e817ca-font-size:50px;--e-global-typography-7e817ca-font-weight:500;--e-global-typography-7e817ca-text-transform:uppercase;--e-global-typography-7e817ca-line-height:1.1em;--e-global-typography-a50d22c-font-family:"Ubuntu";--e-global-typography-a50d22c-font-size:20px;--e-global-typography-a50d22c-font-weight:500;--e-global-typography-27f0590-font-family:"Ubuntu";--e-global-typography-27f0590-font-size:24px;--e-global-typography-27f0590-font-weight:700;--e-global-typography-27f0590-text-transform:uppercase;--e-global-typography-27f0590-line-height:1.1em;background-color:var( --e-global-color-3e179c6 );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.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:1044px){.elementor-kit-9{--e-global-typography-7e817ca-font-size:32px;--e-global-typography-27f0590-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-e322b30-font-size:18px;--e-global-typography-7e817ca-font-size:25px;--e-global-typography-a50d22c-font-size:18px;--e-global-typography-27f0590-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.text-highlight {
    color: #FD9100;
}

/* Styl formuláře */
.post-password-form {
    max-width: 400px;
    margin: 30px auto 0 auto; /* Odsazení 30px od horního okraje */
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

/* Přidání loga nad text formuláře */
.post-password-form::before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background: url('http://astralgroup.eu/wp-content/uploads/2025/06/Group-50-1-1.png') no-repeat center center;
    background-size: contain;
    margin: 0 auto 15px auto;
}

/* Zvýraznění textu nad formulářem */
.post-password-form p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

/* Styl vstupního pole */
.post-password-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

/* Styl tlačítka */
.post-password-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #FFCC00;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Poppins', sans-serif;
}

.post-password-form input[type="submit"]:hover {
    background: #E6B800;
}/* End custom CSS */