/* Search Results Styling */
#search-results {
    margin-top: 2em;
}

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

.search-result-item {
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.search-result-item h3 {
    margin-bottom: 0.5em;
}

.search-result-item h3 a {
    color: #2d8ed6;
    text-decoration: none;
}

.search-result-item h3 a:hover {
    text-decoration: underline;
}

.search-result-date {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9em;
    margin-bottom: 0.5em;
}

.search-result-tags {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85em;
    font-style: italic;
}
