.block.block_lsp_insights {
    border: 0;
}

#page-site-index .block.block_lsp_insights > .card-body:first-child {
    padding: 0;
}

#lspInsightsMainContent .card {
    background-color: gainsboro;
}

#lspInsightsMainContent .transition,
#lspInsightsSETCourses .transition,
#lspInsightsAllCourses .transition,
#lspInsightsFacultyResources .transition {
    transition: all 0.2s ease-in-out;
}

#lspInsightsMainContent .transition:hover,
#lspInsightsSETCourses .transition:hover,
#lspInsightsAllCourses .transition:hover,
#lspInsightsFacultyResources .transition:hover {
    transform: scale(1.05);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

#lspInsightsAllCourses .card-img,
#lspInsightsSETCourses .card-img {
    /*height: 7rem;*/
    aspect-ratio: 740 / 493;
    background-position: center;
    background-size: cover;
}

.block_lsp_insights .chart-image {
    width: 100%;
}

.block_lsp_insights .count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.block_lsp_insights .fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #ff5e00;
}

.lspinsightsfilterform #fitem_id_submitbutton {
    flex: 0 0 25%;
}

.lspinsightsfilterform input::placeholder {
    font-size: 12px;
}

.lspinsightsfilterform .col-form-label.col-md-3 {
    flex: unset;
    max-width: unset;
}

.lspinsightsfilterform input[type="text"] {
    min-width: 25ch !important;
}

@media (min-width: 1200px) {
    .lspinsightsfilterform .col-lg-2 {
        max-width: unset;
    }
}

@media (min-width: 1200px) {
    .lspinsightsfilterform .col-lg-3 {
        max-width: unset;
    }
}
