

.readmore:focus,
.readmore.focused {
  background-color: #28a745; /* button background color when focused */
  color: #fff; /* button text color when focused */
  text-decoration: underline; /* text decoration when focused */
  outline: none; /* remove default outline when focused */
}
