.ha-gradient-heading {
    margin-top: 0;
    margin-bottom: 0
}

.ha-gradient-heading>a {
    color: inherit;
    text-decoration: none
}

.ha-number-body {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 6px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #562dd4;
    color: #fff;
    text-align: center;
    font-size: 20px
}

.ha-number-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ha-number-text {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

/** Widgets: gradient-heading, number **/