.site-index--results{
   margin-bottom: 3rem
}

.site-index--results .button-list form {
   display: flex;
   flex-wrap: wrap;
   gap: .5rem
}

.site-index--results .button-list button {
   border: 2px solid #02292e;
   line-height: 1;
   padding: 0;
   width: 35px;
   height: 35px;
   display: flex;
   justify-content: center;
   align-items: center
}

.site-index--results .button-list button.selected {
   padding: 0;
   background-color: #02292e;
   color: #fff!important
}

.site-index--results .button-list button:hover {
   background-color: #02292e;
   color: #fff
}

.site-index--results .btn-filter-results {
   margin-bottom: 3rem;
   text-transform: uppercase
}

.site-index--results .pagination-box {
   justify-content: center;
   text-align: center;
   width: 100%
}

.site-index--results .pagination-box .results {
   display: inline-block;
   margin-bottom: 1rem
}

.site-index--card {
   border-bottom: 1px solid #c3c3c3;
   display: flex;
   flex-direction: column;
   padding: 0 0 1.5rem;
   margin-bottom: 1.5rem
}

.site-index--card svg {
   fill: #b32573;
   min-width: 16px
}

.site-index--results .usca-button {
   padding: 1rem 1.5rem;
}

#searchResults.site-index--results .site-index--card a {
   text-decoration: none;
}

#searchResults.site-index--results .site-index--card a span:hover {
 color: red !important;
}

@media screen and (min-width: 820px) {
   .site-index--filters, .site-index--results {
      padding-left: 2rem;
      padding-right: 2rem;
   }
}