/* TutorLMS Dynamic Categories Styles */
.tdc-message {
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    border-left: 4px solid;
}

.tdc-info {
    background: #e7f3ff;
    border-color: #2196F3;
    color: #0c5460;
}

.tdc-warning {
    background: #fff3cd;
    border-color: #ffc107;
    color: #856404;
}

.tdc-widget-content {
    padding: 10px 0;
}

.tdc-category-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.tdc-category-list li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.tdc-category-list li:last-child {
    border-bottom: none;
}

.tdc-category-list a {
    text-decoration: none;
    color: #0073aa;
}

.tdc-category-list a:hover {
    color: #005177;
}