.qg-search-widget-qgds {
    @media (min-width: 992px) {
        .qld-content-body > h1 {
            display: none;
        }  
    }
    tr:last-child td {
        padding-bottom: 10px !important;
    }
    tr:first-child td {
        margin-top: 7px;
    }
    .qld-table table {
        margin-top: .5rem;
        .form-check {
            align-items: flex-start;
            .form-check-label {
                margin-top: 3px;
                font-weight: 400;
            }
        }
    }
    .qld-table .table tbody tr {
        border: 0;
    }
}