
#results-grid {
    position: relative;
    z-index: 100;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.search-item {
    width: 40%;
    height: 50px;
    border: 1px solid var(--border-color);
    background: var(--bg);
}

.search-item img {
    display: none;
    height: 80%;
}
