/* Hebrew Calendar Main Styles */

.heb-calendar-container {
    position: absolute;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
}

.heb-date-container {
    position: relative;
}

.greg-date,
.elementor-greg-date,
.heb-greg-date {
    display: none;
}

/* Elementor specific styles */
.elementor-field-type-text input[readonly] {
    background-color: #fff;
    cursor: pointer;
}

input#form-field-date_of_death_heb {
    cursor: pointer;
}

#cal {
    cursor: pointer;
}

#jewish-calander {
    display: none;
}

#elementor-heb-calendar {
    display: none;
}

#heb-date-calendar {
    display: none;
}
