/* Fix for index.php case cards layout */
.index-cases-grid .bg-white.rounded-xl {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.index-cases-grid .bg-white.rounded-xl .p-6 {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
}

.index-cases-grid .bg-white.rounded-xl .flex.items-center.justify-between {
    margin-top: auto !important;
    padding-top: 1rem !important;
}