/* Replace "Would you like to enjoy some extras?" with custom text */
.sb-addons-title {
  font-size: 0 !important; /* hides the original text */
}

.sb-addons-title::after {
  content: "Would you like to add an evaluation option?" !important;
  font-size: 18px !important; /* set your desired size */
  color: #2e7d32 !important;  /* optional: matches Green Bridge green */
}
