.percentage-box {
    border-left: 1px solid #158cba;
    font-size: 2.2rem;
    font-weight: 500;
}

.card-footer {
    background: white;
    border-top: 2px solid #158cba;
}

.view-link {
    text-decoration: none;
    font-weight: 600;
    color: black;
}

.view-link:hover {
    color: #0d6efd;
}

/* Mobile Optimizations */
@media (max-width: 480px) {
    .startDrillBtn{
        width: 100%;
    }
}