
    .card-img-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    .card-img-top {
        max-height: 200px;
        object-fit: cover; 
    }

    /* 🚀 PERFORMANCE: Moved from inline styles to cached CSS */
    .larger-checkbox {
        width: 25px;
        height: 25px;
        transform: scale(1.25);
        margin-right: 10px;
    }

    .form-check-label {
        font-size: 1.25rem;
    }

    .form-check {
        margin-bottom: 10px;
    }