.sunrise-html-rich-btn {
	display: inline-block;
	width: fit-content;
	align-items: center;
	justify-content: center;
	padding: 2px 32px;
	min-width: 100px;
	background-color: transparent;
	border: 2px solid #1a2433;
	border-radius: 50px;
	color: #1a2433;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	margin: 10px 0;
}
/* Hover State - Optional but recommended for interactivity */
.sunrise-html-rich-btn:hover {
  background-color: #1a2433;
  color: #ffffff;
}