.health-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    text-align: center;
    z-index: 1000;
    width: 200px;
    height: auto;
    box-shadow: 0 0 12px 8px #cccccc52;
    border-radius: 18px;
    padding: 32px 10px 10px 10px;
}
.health-popup img{
    border-radius: 18px;
    max-width: 140px;
    margin: 0 auto;
}
.health-popup .title {
    font-size: 16px;
    margin: 0px 0 12px;
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
}
.health-popup a {
    font-size: 16px;
    margin: 0;
    line-height: 17px;
    color: #171744;
    font-weight: 500;
    display: block;
    padding: 10px;
}
.health-popup .popup-image{
    padding: 0;
}
.health-popup .close-btn {
    position: absolute;
    font-size: 22px;
    cursor: pointer;
    height: 30px;
    right: 5px;
    top: 3px;
    width: 30px;
    line-height: 28px;
}

