/*
Theme Name: Kali Ensemble Child
Theme URI: https://kali-ensemble.local
Description: Child theme for Kali Ensemble with Events Custom Post Type (backend-only, German)
Author: Kali Ensemble
Author URI: https://kali-ensemble.local
Template: etch-theme
Version: 1.0.0
Text Domain: kali-ensemble-child
*/

/* ========================================
   Admin Styles Only
   ======================================== */

/* Admin columns styling */
.post-type-kali_event .column-event_date {
    width: 100px;
}

.post-type-kali_event .column-event_time {
    width: 80px;
}

.post-type-kali_event .column-event_venue {
    width: 25%;
}

.post-type-kali_event .column-event_category {
    width: 15%;
}

/* ACF field layout */
.post-type-kali_event .acf-field[data-name="kali_event_date"] .acf-date-picker,
.post-type-kali_event .acf-field[data-name="kali_event_time"] .acf-time-picker {
    max-width: 200px;
}

/* Dashboard widget icon */
#dashboard_right_now .kali-event-count::before {
    content: "\f508";
    font-family: dashicons;
    margin-right: 5px;
}
