.ws-search-results {
    max-width: 80%;
    margin: 0 auto;
}
.ws-search-results h2 {
    color: #42ace0;
    font-size: 30px;
    margin: 20px 0 10px;
    font-weight: 600;
}
.ws-search-results h2 .ws-search-term {
    color: #ffffff;
    font-size: 28px;
    font-style: italic;
}   
.ws-search-results > p {
    margin: 10px 0 10px;
    font-size: 1rem;
}
.ws-section {
    margin-bottom: 30px;
}
.ws-section h3 {
    color: #42ace0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.ws-item {
    margin: 15px 0;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 6px;
}
.ws-item a {
    text-decoration: none;
    color: #2C2C2C;
    font-weight: bold;
}
.ws-item a:hover {
    color: #42ace0;
}
.ws-meta {
    color: #666;
    font-size: 0.9em;
}
.ws-excerpt {
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}
/* Пагинация */
.ws-pagination {
    margin-top: 30px;
    text-align: center;
}
.ws-pagination .pagination-links {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.ws-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: transparent;
    color: #FFFFFF;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    border: 1px solid transparent;
}
.ws-pagination .page-numbers.current {
    background: #2C2C2C;
    color: #FFFFFF;
    font-weight: bold;
    border-color: #2C2C2C;
}
.ws-pagination .prev,
.ws-pagination .next {
    width: auto;
    padding: 0 12px;
    border-radius: 20px;
    background: transparent;
    white-space: nowrap;
}
.ws-pagination .dots {
    padding: 5px;
    color: #FFFFFF;
    opacity: 0.7;
    background: transparent;
    border: none;
}
.ws-pagination a.page-numbers:not(.current):hover {
    background: rgba(255, 255, 255, 0.2);
    transform: none;
}
.ws-pagination .prev:hover,
.ws-pagination .next:hover {
    background: rgba(255, 255, 255, 0.2);
}