/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author: UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
Description: Motyw potomny Impreza z systemem dostępu do kursu HTH Clinic
*/

/* =============================================================================
   HTH CLINIC - CUSTOM STYLES
   ============================================================================= */

:root {
    --hth-primary: #8FDAB9;
    --hth-primary-dark: #7bc9a8;
    --hth-dark: #1a1a1a;
}

/* Admin Panel - Dostępy do kursu */
.post-type-hth_course_access .wp-list-table .column-hth_email {
    width: 25%;
}

.post-type-hth_course_access .wp-list-table .column-hth_access_count {
    width: 100px;
    text-align: center;
}

.post-type-hth_course_access .wp-list-table .column-hth_email_sent {
    width: 120px;
    text-align: center;
}

/* Metabox styling */
#hth_access_details .inside {
    padding: 15px;
}

/* Dashboard widget */
#hth_course_widget table {
    margin-top: 10px;
}

#hth_course_widget th {
    font-weight: 600;
}
