.filter-header button img{width:20px;height:20px}.results-item{display:flex;align-items:center;gap:15px;padding:15px;background:#fff;border:1px solid #ddd;margin-bottom:10px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);flex-wrap:wrap}.results-item img{max-width:50px;height:50px;background:#fff;border-radius:8px;object-fit:cover}.results-item .content{word-wrap:break-word;align-items:stretch;background:#fff}.results-item .tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.tag{padding:5px 10px;font-size:12px;border-radius:12px;background-color:#002445;color:white}.results-item .content a{background:#fff;color:#002445;text-align:left!important;text-decoration:none;transition:all .3s ease-in-out}.results-item .content a:hover{color:#003a62;text-shadow:0px 4px 6px rgba(0,0,0,.2)}@media (max-width:768px){.results-item{flex-direction:column;align-items:flex-start;gap:10px}.results-item img{width:100%;height:auto;max-width:150px}.results-item .tags{justify-content:flex-start;gap:8px}.tag{font-size:11px;padding:4px 8px}}@media (max-width:480px){.tag{font-size:10px;padding:3px 6px}}