Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DIGIFab - Clinical Monitoring Opportunity</title>
<style>
body {
margin: 0;
padding: 0;
font-family: sans-serif;
display: flex;
align-items: center;
}
.container {
width: 100%;
display: flex;
flex-wrap: wrap; /* Allow text wrapping if content overflows */
}
.logo {
width: 57px;
margin-right: 10px;
}
.content {
flex: 1;
display: flex;
flex-direction: column;
font-size: 12px; /* Set base font size for all text */
}
.heading {
font-size: 14px; /* Increase heading size slightly */
font-weight: bold;
margin-bottom: 2px;
}
.text {
line-height: 1.2; /* Increase line spacing for better readability */
margin-bottom: 5px;
}
.button {
background-color: #014757;
color: white;
padding: 5px; /* Reduce padding to fit text */
border: none;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
display: inline-block;
margin-top: 5px;
white-space: nowrap; /* Prevent text wrapping within button */
overflow: hidden; /* Hide overflowing text */
text-overflow: ellipsis; /* Add ellipsis (...) if text overflows */
}
</style>
</head>
<body>
<div class="container">
<img class="logo" src="https://serb.com/wp-content/uploads/2022/09/SERB-logo-200x57-1.svg" alt="SERB Logo">
<div class="content">
<p class="heading">Clinical Monitoring Opportunity!</p>
<p class="subheading">Monitor Digoxin Levels for Patient Safety</p>
<p class="text">This patient is on digoxin. Monitoring levels (~6 hours post-dose) is crucial for early detection of life-threatening toxicities. Act now and verify digoxin levels are within therapeutic range to optimize patient care. Click to Learn More:</p>
<a href="https://digifab.health/en-us/digoxin-toxicity/potentially-fatal-digoxin-toxicity.html" class="button">Learn More</a>
</div>
</div>
</body>
</html>
2
2
4KB
11KB
266.0ms
321.0ms
411.0ms