
.sch-highlights-box {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-right: 4px solid #3b82f6;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.sch-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.25rem;
    color: #1e293b;
    font-weight: 700;
}
.sch-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sch-list li {
    margin-bottom: 10px;
    padding-right: 20px;
    position: relative;
}
.sch-list li:before {
    content: "•";
    position: absolute;
    right: 0;
    color: #3b82f6;
    font-size: 1.2em;
}
.sch-list li:last-child { margin-bottom: 0; }
.sch-link {
    color: #3b82f6;
    text-decoration: none;
    transition: color 0.3s ease;
}
.sch-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
