/* Search label */
.search-label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    background-color: #444444;
    height: 30px;
    box-shadow: 0 1px 0 white;
}

.search-label h3 {
    margin: 0;
    font-size: 18px;
    color: white;
}

.no-results-label {
    margin: 0;
    font-size: 18px;
    color: white;
    text-align: center;
}
