.search-results-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-result-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-link {
    text-decoration: none;
    color: inherit;
}

.search-result-link:hover {
    text-decoration: none;
}

.search-result-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #1a1a1a;
}

.search-result-title:hover {
    color: #760411;
}

.search-result-snippet {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

#search-modal .modal-card {
    max-width: 600px;
    width: 90%;
}

#search-input,
#search-input-page {
    font-size: 1rem;
}