/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

.course-alert {
    padding: 10px;
	background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    border: 2px solid #DAC976;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
	font-weight: 600;
    margin-bottom: 15px;
	box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
}

.course-alert i {
    margin-right: 10px;
    font-size: 20px;
    color:#DAC976;
}
