/* Search form card */
.search-form-card {
    border: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Result card images */
.search-result-card .search-result-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.res-search-2nd-image {
    border-top-right-radius: 1.25rem;
}

/* On mobile: full-width text column */
@media (max-width: 767.98px) {
    .search-result-card .card-body .row > .col-12 {
        padding-bottom: 1rem;
    }
}

.sys_more, .sys_less, .res-search-pointer {
    cursor: pointer;
}

.res_gantt_view .btn-group .btn.disabled {
    opacity: 0.3;
    pointer-events: none;
}
