.no-results-message {
    text-align: center;
    padding: 40px 20px;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 18px;
    color: #666;
    margin: 20px 0;
}

.filter-message {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 10;
}