.results-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #0f172a;
}

.results-count {
    margin-left: auto;
    font-size: 16px;
    color: #64748b;
    font-weight: normal;
}

.no-results {
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 16px;
}

.no-results i {
    font-size: 48px;
    color: #94a3b8;
    margin-bottom: 20px;
}

.no-results p {
    font-size: 18px;
    color: #334155;
    margin-bottom: 8px;
}

.suggestion {
    font-size: 14px;
    color: #64748b;
}

.btn-home {
    display: inline-block;
    margin-top: 24px;
    padding: 12px 32px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s;
}

.btn-home:hover {
    background: #0056b3;
}