.fixed-parent {
    position: relative;
    max-width: 300px;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    right: 0;
    z-index: 2;
}

.badge {
    font-size: 0.8rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: none;
    max-height: 50px;
    padding: 10px 14px;
    max-width: 280px;
    width: max-content;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.07);
    align-items: center;
    gap: 15px;
    color: #151922;
    text-decoration: none;
}

.badge:hover, .badge:focus {
    background-color: rgba(0, 0, 0, 0.07);
}

.badge svg {
    height: 100%;
    width: 90px;
    margin-top: 4px;
    display: block;
    overflow: visible;
}

.st0 {
    fill: #151922;
}

.redirect-starter-to-upgrade{
    display: inline-block;
    float: none;
    margin: 0 0 0 10px;
}