.myxl-head {
  color: #33ff9c !important;
  padding: 6px 6px 6px 6px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #f50277;
  text-decoration: none;
  float: left;
  position: relative; /* Ensures proper alignment for the icon */
}

.myxl-head::after {
  content: "\f019"; /* Unicode for Font Awesome download icon */
  font-family: "Font Awesome 5 Free"; /* Specify the Font Awesome font */
  font-weight: 900; /* Use solid style icons */
  margin-left: 8px; /* Add spacing between text and icon */
  display: inline-block;
  vertical-align: middle;
}