.tts-login-container {
	max-width: 420px;
	margin: 110px auto 0;
}

.tts-login-card p.login-username {
	margin-top: 18px !important;
}

.tts-show-logged-in,
.tts-show-logged-out {
	display: none !important;
}

body.logged-in li.tts-show-logged-in {
	display: list-item !important;
}

body.logged-in .wp-block-buttons.tts-show-logged-in {
	display: flex !important;
	justify-content: center !important;
}

body:not(.logged-in) .tts-show-logged-out {
	display: list-item !important;
}