.no-results {
    text-align: center;
    padding: 2rem;
    color: #666;
    background: #fff;
    border-radius: 8px;
    margin: 3rem 0;
}

.no-results .this-svg {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.no-results h3 {
    margin: 0 0 0.5rem 0;
}

.no-results p {
    margin: 0;
    color: #999;
}