.modal-wrap.brevo-modal-wrap {
	display: none;
}

.modal-wrap.brevo-modal-wrap.is-visible {
	display: block;
}

.brevo-modal-wrap .modal {
    position: absolute;
    width: 677px;
    height: auto;
    background-color: #fff;
    padding: 32px;
    /*border-radius: 10px;*/
    filter: drop-shadow(0 0 96px #0c7bb4);
    display: none;
    z-index: 2;
}

.brevo-modal-wrap form input#brevo_email, 
.brevo-modal-wrap form input#brevo_name,
.brevo-modal-wrap form input#brevo_child_name {
    width: 100%;
    display: flex;
    height: 48px;
    padding: 14px 24px 16px 24px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 64px;
    border: 1px solid var(--Dark-grey, #58595b);
    background: var(--White, #fff);
    color: var(--Dark-grey, #58595b);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.6px;
}

.popup-content h4 {
	color: var(--Black, #2C2C2C);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.popup-content p {
	color: var(--Black, #2C2C2C);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#brevo-submit label p:last-child {
	margin-bottom: 0;
}


.download-form.static-form .modal-bg svg {
    max-width: unset;
    height: 100%;
}

@media (max-width: 999.9px) {
    .brevo-inline-form .download-form.static-form {
        padding: 36px;
    }
}

.brevo-inline-form .download-form.static-form h2 {
    color: var(--Blue, #0089CF);
    font-family: "Paytone One";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */

}
@media (max-width: 999.9px) {
    .brevo-inline-form .download-form.static-form h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }
}



.brevo-inline-form .download-form.static-form input#brevo_email,
.brevo-inline-form .download-form.static-form input#brevo_name,
.brevo-inline-form .download-form.static-form input#brevo_child_name {
    border-color: var(--Blue, #0089CF);
    border-width: 2px;
}

.checkbox-label {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: flex-start;

}

.checkbox-label input {
    margin-top: 3px;
}
.checkbox-label p {
    color: var(--Dark-grey, #58595B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px; /* 163.333% */
}

.download-form.static-form .separator {
    display: none;
}



/* dodatni styling */

.download-form.static-form input#brevo_child_name,
.download-form.static-form input#brevo_gender,
.download-form.static-form select#brevo_gender {
    width: 100%;
    display: flex;
    height: 48px;
    align-items: center;
    align-self: stretch;
    color: var(--Dark-grey, #58595b);
    font-feature-settings: "liga" 0, "clig" 0;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 8px 24px 8px;
    gap: 10px;
    border-radius: 64px;
    border: 2px solid var(--Blue, #0089CF);
    background: var(--White, #fff);
}

/* Style select when value is selected */
.download-form.static-form select#brevo_gender.has-value {
    color: var(--Dark-grey,#58595b)important;
}


