/* Search Results Styling */
.bpage-search-results {
    padding: 20px 150px;
    background: #fff;
    min-height: 100%;
}

.search-results-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.search-results-query {
    font-size: 14px;
    color: #70757a;
    margin-bottom: 5px;
}

.search-results-query em {
    font-style: normal;
    font-weight: bold;
    color: #202124;
}

.search-results-count {
    font-size: 13px;
    color: #70757a;
}

.search-result {
    margin-bottom: 30px;
    max-width: 600px;
}

.search-result-title {
    font-size: 20px;
    color: #1a0dab;
    margin-bottom: 3px;
    cursor: pointer;
    line-height: 1.3;
}

.search-result-title:hover {
    text-decoration: underline;
}

.search-result-url {
    font-size: 14px;
    color: #006621;
    margin-bottom: 5px;
    line-height: 1.3;
}

.search-result-snippet {
    font-size: 14px;
    color: #4d5156;
    line-height: 1.58;
    word-wrap: break-word;
}
