.search-content-page {
    display: flex;
    justify-content: center;
    padding: 40px 15px;
}

.search-content-container {
    width: 100%;
    max-width: 1140px;
}

.search-content-container h1 {
    margin-bottom: 24px;
    font-size: 1.75rem;
    font-weight: 600;
}

.search-content-form {
    margin-bottom: 30px;
}

.results-count {
    color: #6c757d;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.search-result-card {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 12px 18px;
    margin-bottom: 10px;
    transition: box-shadow 0.2s;
}

.search-result-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search-result-card h3 {
    font-size: 1.15rem;
    margin: 0;
}

.result-title-link {
    text-decoration: none;
    color: #0d6efd;
}

.result-title-link:hover {
    text-decoration: underline;
}

.result-seo-group {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 10px 0 0;
}

.result-seo-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
    margin: 0 0 3px;
}

.result-seo-description {
    font-size: 0.8rem;
    color: #6c757d;
    font-style: italic;
    margin: 0;
    line-height: 1.4;
}

.result-content-snippet {
    font-size: 0.9rem;
    color: #212529;
    margin: 0;
    line-height: 1.5;
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
    margin-top: 10px;
}

.no-results {
    text-align: center;
    color: #6c757d;
    padding: 40px 0;
}

.search-loading {
    text-align: center;
    padding: 40px 0;
}

.pagination {
    margin-top: 24px;
}
