.steam-openid-login {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.steam-openid-login p {
    margin: 0;
}

.steam-openid-login__btn {
    text-decoration: none;
}

.steam-openid-login__btn--login {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

.steam-openid-login__image {
    display: block;
    max-width: 180px;
    height: auto;
}

.steam-openid-login__btn--logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 600;
    padding: 8px 12px;
    background: #f6f7fb;
    color: #161a2e;
    border: 1px solid #c6cce8;
}
