/*
Theme Name: DIGIZURE EDUCATION Child
Theme URI: https://digizure.com/
Description: Child theme for DIGIZURE EDUCATION
Author: DIGIZURE
Author URI: https://digizure.com/
Template: digizure-education
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: digizure-education-child
*/

/* 
 * Add your custom styles here
 * This file will override parent theme styles
 */

/* Example: Custom color scheme */
/*
:root {
	--primary-color: #0073aa;
	--secondary-color: #005177;
	--text-color: #333;
	--background-color: #fff;
}
*/

/* Example: Custom header styling */
/*
.site-header {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
}

.site-title a {
	color: #fff;
}
*/

/* Add your custom CSS below this line */



.course-search-wrapper {
  background:#fff;
  padding:20px;
  border-radius:10px;
}

.course-search-input,
.course-stream-select {
  width:100%;
  padding:12px;
  margin-bottom:10px;
  border:1px solid #ddd;
  border-radius:6px;
}

.course-results {
  list-style:none;
  padding:0;
}
.course-results li {
  padding:10px;
  border-bottom:1px solid #eee;
}
.course-results li a {
  text-decoration:none;
  color:#1E3566;
}


