/**
Theme Name: Child Theme
Author: Mow
Author URI: https://coursecreator.agency/
Description: Customized & Built by Mow
Version: 3.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: child-theme
Template: astra
*/

.custom-course-topics {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.custom-course-topics .course {
    margin-bottom: 30px;
}

.custom-course-topics h3 {
    font-size: 1.5em;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.custom-course-topics h4 {
    font-size: 1.2em;
    color: #34495e;
    margin-top: 15px;
}

.custom-course-topics ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.custom-course-topics li {
    margin: 5px 0;
}

.custom-course-topics li a {
    color: #3498db;
    text-decoration: none;
}

.custom-course-topics li a:hover {
    text-decoration: underline;
}


