.woocommerce-event-date-picker {
    margin-bottom: 20px;
}
#event_date {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 200px;
    font-family: inherit; /* Matches Divi’s font */
}
.ui-datepicker {
    font-size: 14px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 9999 !important; /* Ensures calendar appears above other elements */
}
.ui-datepicker-header {
    background: #0073aa; /* Matches Divi’s primary color */
    color: #fff;
}
.ui-datepicker-calendar td a:hover {
    background: #0073aa;
    color: #fff;
}