#offers-list {
   display: grid;
}

.offerType {
   border-radius: 6px;
}

.offerType>* {
   margin: 0 !important;
   padding-left: 1em;
}

.offerType a {
   color: inherit !important;
   text-decoration: none;
}
