Please click the button below to visit our Exchange Help Center
<style>
/* This ensures the container expands to show the whole button */
.verily-safe-container {
display: block;
width: 100%;
padding: 10px; /* Gives the shadow room to breathe */
overflow: visible !important;
line-height: 1.2;
}
.verily-help-button {
display: inline-block; /* Changed to inline-block for better compatibility */
background-color: #087a6a;
color: #ffffff !important;
font-family: sans-serif;
font-size: 15px;
font-weight: 600;
text-decoration: none !important;
padding: 12px 24px;
border-radius: 4px;
transition: background-color 0.2s ease;
box-sizing: border-box; /* Ensures padding doesn't break the size */
vertical-align: middle;
}
.verily-help-button:hover {
background-color: #065d51;
}
</style>
<div class="verily-safe-container">
<a href="https://dataexchange.stonly.com/kb/en"
target="_blank"
class="verily-help-button">
Click here for help
</a>
</div>