.rsbtn *{
	text-align: center !important;
}
.rsbtn {
  /*background-color: #1e293b !important; /* Primary brand color */
  /*direction: rtl !important;
  font-family: 'Noto Sans', sans-serif !important;
  /*padding: 8px 12px;*/
  display: flex;
	justify-content: flex-end;
	
}

.rsbtn a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-decoration: none;
}

.rsbtn_text span {
  color: #fff !important; /* Text color */
  font-size: 16px;
  margin-right: 8px;
}

.rsbtn_right.rsplay {
  background-image: url('/your-custom-play-icon.svg') !important;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}