.results-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
    margin-bottom: 40px;
}

.results-placeholder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.no-results {
    text-align: center;
    font-size: 1.2rem;
    color: #737373;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}