.alert-trent {
  color: #fff;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.alert-trent span {
  padding-right: 0.75rem;
}
.alert-trent a {
  display: flex;
  align-items: center;
  padding: 1rem;
  color: #fff;
  background-color: #b65735;
}
.alert-trent a:hover {
  color: #fff;
  background-color: #8a4228;
}
