/*
 Theme Name:   Umayya Astra Child
 Theme URI:    https://umayya-elearning.duckdns.org
 Description:  Astra Pro child theme for Umayya E-Learning Platform — Arabic RTL, multilingual, LearnDash integration
 Author:       Umayya
 Author URI:   https://umayya-elearning.duckdns.org
 Template:     astra
 Version:      1.0.0
 Text Domain:  umayya-astra-child
 License:      GPL-2.0-or-later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   Base overrides for Umayya platform
   ========================================================================== */

/* LearnDash course grid spacing */
.learndash-wrapper .ld-course-list-items .ld-item-list-item {
    margin-bottom: 1.5rem;
}

/* Course catalog card styling */
.umayya-course-card {
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.umayya-course-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Student dashboard progress bars */
.umayya-progress-bar {
    height: 8px;
    border-radius: 4px;
    background-color: #e5e7eb;
}

.umayya-progress-bar-fill {
    height: 100%;
    border-radius: 4px;
    background-color: #2563eb;
    transition: width 0.3s ease;
}

/* Star ratings */
.umayya-star-rating .star-filled {
    color: #f59e0b;
}

.umayya-star-rating .star-empty {
    color: #d1d5db;
}
