.github-profile-badge-wrapper {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    padding-bottom: 5px;
    padding-right: 5px;
    --base-size: 25px;
    --logo-size: 15px;
}

.github-profile-badge-img-wrapper {
    position: relative;
    height: var(--base-size);
}

.github-profile-badge-img {
    border-radius: 50%;
    width: var(--base-size);
    height: var(--base-size);
}

.github-profile-badge-logo {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: var(--logo-size);
    height: var(--logo-size);
}

.github-profile-badge-name-wrapper {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: transparent;
    align-self: stretch;
    padding-left: calc(var(--base-size) / 2);
    margin-left: calc(- var(--base-size) / 2);
    border-top-right-radius: calc(var(--base-size) / 2);
    border-bottom-right-radius: calc(var(--base-size) / 2);
    width: 0;
    max-width: 0;
    transition: all 0.5s ease;
}

.github-profile-badge-name {
    font-size: 15px;
    font-family: monospace;
    color: white;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    margin-right: 10px;
}
