<style>
.BC-center {
text-align: center; /* Center align the content */
}
.BC-highlight {
background-color: #D0FFE0; /* Light green background */
padding: 6px 10px; /* 6px vertical, 10px horizontal padding */
border-radius: 8px; /* Rounded corners */
display: inline-block; /* Inline-block to fit content */
color: #008454; /* Green text color */
font-weight: 500; /* Medium font weight */
font-size: 12px; /* Set font size */
}
.BC-icon {
color: inherit; /* Inherit text color from parent */
font-size: 12px; /* Match font size */
margin-right: 5px; /* Space between the icon and the text */
}
</style>
<div class="BC-center">
<div class="BC-highlight">
<span class="BC-icon">✔</span>
<span>30-day money-back guarantee!</span>
</div>
</div>