/* Use for debug: 
div { border: 2px solid red; } */


/* Ensure .block-card and .card fill their parent columns */
/*
.block-card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
}

.block-card > .card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
}
*/
/*
.card-title > a.card-link {
    text-decoration: none !important;
}
.card-title > a.card-link:hover {
    text-decoration: underline !important;
}
*/

.content-with-footer {
    padding-bottom: 80px; /* or whatever matches your footer height */
}