.search-section{margin:70px auto}.search-section span{font-size:18px;color:#001c5c;font-weight:500}.search-section .search-result{width:100%;height:auto;background-color:#fff;box-shadow:4px 1px 3px 1px #00000014;border-radius:12px;padding:16px 20px;margin-top:25px;display:flex;justify-content:space-between}.search-section .search-result .result-content a{color:#0128629a;transition:.3s}.search-section .search-result .result-content a:hover{color:#012762}.search-section h2{font-weight:600;font-size:18px;line-height:48px;letter-spacing:0;color:#001c5c;margin:10px 0}.search-section .result-btn{width:85px;height:50px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:1px solid #01286263;border-radius:12px;cursor:pointer;transition:.3s}.search-section .result-btn:hover{background-color:#01286217}.search-section .result-btn i{color:#012762;font-size:18px;transform:rotateZ(-45deg)}@media (max-width:1024px){.search-section h2{font-size:16px;line-height:26px}.search-section .result-btn{width:45px;height:45px}}@media (max-width:770px){.search-section .result-btn i,.search-section span{font-size:16px}.search-section h2{font-size:15px;line-height:18px}.search-section .search-result{padding:14px}.search-section .result-btn{width:40px;height:40px;border-radius:10px}}@media (max-width:520px){.search-section{margin:30px auto}.search-section span{font-size:15px}.search-section h2{font-size:14px;line-height:16px}.search-section .search-result{flex-direction:column;padding:12px;gap:10px}.search-section .result-btn{width:36px;height:36px;border-radius:8px}}.result-image{width:80px;height:80px;flex-shrink:0}.result-image img{width:100%;height:100%;object-fit:cover;border-radius:6px}.search-section .pagination-container{display:flex;justify-content:end;align-items:center;margin:50px 0;user-select:none}.search-section .pagination-arrow{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:6px;background-color:#f92b3f;border:none;color:#fff;font-size:16px;cursor:pointer;transition:all .3s ease}.search-section .pagination-arrow:hover{background-color:#e01a2d}.search-section .pagination-arrow:disabled{background-color:#f9737f;cursor:not-allowed}.search-section .pagination-numbers{display:flex;align-items:center;background-color:#f5f5f5;border-radius:6px;margin:0 8px}.search-section .page-number{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0 5px;border-radius:8px;color:#01276280;text-decoration:none;font-weight:500;transition:all .3s ease}.search-section .page-number:hover{background-color:#e6ecf7}.search-section .page-number.active{background-color:#f5f5f5;color:#012762;font-weight:600}.search-section .ellipsis{margin:0 5px;color:#01276280;font-weight:700}.search-section .search-placeholder p{color:#012762;font-weight:400}