/*
 * Custom styles for the accessplanit Courses plugin.
 *
 * Feel free to extend this file to override Bootstrap defaults or add
 * additional styling for your course catalogue and detail views.
 */

/* Ensure cards take full height and align buttons at the bottom */
.ap-course-card .card-body {
    display: flex;
    flex-direction: column;
}

.ap-course-card .card-body .mt-auto {
    margin-top: auto;
}

/* Adjust margin on badges for consistent spacing */
.ap-course-card .badge {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}