#search-results {
    list-style: none;
    padding-left: 0;
}
#search-results a {
    text-decoration: none;
}
#search-results > li {
    margin-bottom: 12px;
    border: 2px solid black;
    padding: 6px;
}
#search-results > li:last-child {
    margin-bottom: 0;
}
#search-results .crpd-list-link {
    display: flex;
    gap: 12px;
    align-content: center;
}
#search-results .crpd-list-icon {
    height: 36px;
    width: 36px;
    background-color: #e52330;
}
#search-results .crpd-list-product {
    display: flex;
    gap: 12px;
    align-self: center;
}
#search-results .crpd-list-code {
    font-weight: 700;
}