.results-container {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

body {
    overflow-y: hidden;
}

.container-fluid {
    height: 100vh;
    overflow-y: auto;
}

.table td {
    word-break: break-word;
}

code {
    color: #6610f2;
    background: #f8f9fa;
    padding: 2px 4px;
    border-radius: 3px;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.card img {
    object-fit: cover;
    width: 100%;
    max-height: 200px;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}