/* Container styles */
.exam-set-container {
    width: 100%;
}

/* Responsive Design for exam set page */
@media (max-width: 992px) {
    .breadcrumb-section {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .exam-card {
        height: max-content;
        margin-bottom: 1rem;
    }

    .exam-thumbnail {
        width: 100%;
        height: 200px;
    }
}