.global-registration-buttons{--register-button-background-color:var(--theme-accent-color);--register-button-background-color--hover:var(--theme-accent-color--hover);--register-button-text-color:var(--theme-accent-label-color);--signin-button-text-color:var(--theme-community-header-color);--signin-button-text-color--hover:var(--theme-community-header-color--hover);display:flex;gap:9px;justify-content:flex-end;margin-top:18px;position:absolute;right:0}.global-registration-buttons #global-register-link,.global-registration-buttons #global-sign-in-link{width:auto}.global-registration-buttons #global-register-link{background-color:var(--register-button-background-color);border:1px solid var(--register-button-background-color);color:var(--register-button-text-color)}.global-registration-buttons #global-register-link:active,.global-registration-buttons #global-register-link:focus,.global-registration-buttons #global-register-link:hover{background-color:var(--register-button-background-color--hover);border:1px solid var(--register-button-background-color--hover)}.global-registration-buttons #global-sign-in-link{color:var(--signin-button-text-color)}.global-registration-buttons #global-sign-in-link:active,.global-registration-buttons #global-sign-in-link:focus,.global-registration-buttons #global-sign-in-link:hover{color:var(--signin-button-text-color--hover)}.global-registration-buttons .global__register-link .wds-icon:last-child{margin-right:6px}