.bhd-widget {
    font-family: sans-serif;
    max-width: 400px;
}
.bhd-redirect-button {
    display: inline-block;
    margin-top: 8px;
    padding: 5px 10px;
    font-size: 13px;
    background-color: #333;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}
.bhd-redirect-button:hover {
    background-color: #555;
}
