/* Records Page Specific Styles */

/* Compact card styling for smaller grid */
.page-body .card-body.p-2 {
    padding: 0.75rem !important;
}

.page-body .card-body.p-2 .h3 {
    font-size: 1.6rem;
    margin-bottom: 0.25rem;
}

.page-body .card-body.p-2 .text-muted.small {
    font-size: 0.95rem;
    margin-bottom: 0.125rem;
}

.page-body .card-body.p-2 .text-muted.smallest {
    font-size: 0.85rem;
    line-height: 1.2;
}

/* Responsive adjustments for compact cards */
@media (max-width: 576px) {
    .page-body .card-body.p-2 {
        padding: 0.5rem !important;
    }

    .page-body .card-body.p-2 .h3 {
        font-size: 1.4rem;
    }

    .page-body .card-body.p-2 .text-muted.small {
        font-size: 0.9rem;
    }

    .page-body .card-body.p-2 .text-muted.smallest {
        font-size: 0.8rem;
    }
}
