#HAV_widget_mini {
    text-align: center;
    max-width: 240px;
    width: 100%;
    background: #F1F1F1;
    border-radius: 10px 10px 10px 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

#HAV_logo {
    display: none;
    flex-direction: column;
}

#HAV_logo img {
    border-radius: 10px 10px 0 0;
}