.page-wrapper{ padding:0; margin:0; width: 100%; }

.search-results {margin:20px auto; max-width: 1170px; padding:20px; background: #fff; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05);}

.search-results li { padding: 12px 16px; border-bottom: 1px solid #e0e0e0; transition: background 0.3s; font-size: 15px; line-height: 1.6; cursor: pointer; }

.search-results li:hover { background-color: #f9f9f9; color: #8a2be2; font-weight: 500; }

.title {justify-content: left;
    font-size: 1.4em;
    margin-bottom: 20px;
    border-left: 4px solid #8a2be2;
    padding-left: 12px;
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.title i {margin-right: 5px;}