.maxbutton-8.maxbutton.maxbutton-arrow {
 background-color: transparent;
 position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
    border-bottom: 1px solid #41454a;
}
.maxbutton-arrow::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(https://cafiresafecouncil.org/wp-content/uploads/2025/08/arrow__right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}