.lobby-modal-container.lobby-initial-view {
	background-color: var(--depth3);
}
.lobby {
	width: 550px;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	position: relative;
}
.lobby-modal-body {
	transition: opacity 0.3s;
	opacity: 1;
}
.lobby-initial-loading .lobby {
	opacity: 0;
}
.lobby-modal-body-inner {
	background: var(--surface-1-bg);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 1px, rgba(0, 0, 0, 0.47) 0px 4px 10px -4px;
	border-radius: 8px;
}
.lobby-header {
	padding-top: 26px;
	font-size: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lobby-game-title {
	line-height: 1;
	display: flex;
}
.lobby-by-site {
	font-size: 14px;
	color: var(--text-muted);
	line-height: 1;
	margin-top: 6px;
}
.lobby-by-site a {
	font-size: 18px;
	color: var(--text-muted);
	text-decoration: none;
}
.lobby-header-inline {
	padding: 20px 0 10px 0;
	font-size: 20px;
	flex-direction: row;
	justify-content: center;
}
.lobby-header-inline .lobby-by-site {
	font-size: 15px;
	margin: 0 0 0 5px;
}
.lobby-header-inline .lobby-by-site a {
	font-size: 20px;
}
.lobby-title {
	text-align: center;
	font-size: 24px;
}

.lobby-inline-form {
	display: flex;
	align-items: center;
}
.lobby-inline-form .btn {
	margin-left: 8px;
}

.lobby-username {
	margin: 0 auto;
	padding: 30px 20px 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.lobby-room {
	padding-top: 15px;
	padding-bottom: 20px;
}
.lobby-room-options {
	width: 100%;
	padding: 0 20px;
}
.lobby-room-options .btn,
.lobby-username .btn {
	font-size: 20px;
	white-space: nowrap;
}
.lobby-room-join-input,
.lobby-username-input {
	font-size: 20px;
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
}
.lobby-room-join-form {
	margin-top: 15px;
}
.lobby-game-description {
	margin-bottom: 20px;
}
.lobby-game-description-img-wrap {
	width: 100%;
	padding-bottom: 61%; /* 1:1.618 */
	position: relative;
	overflow: hidden;
	background: #ddd;
	border-top: 1px solid var(--depth4);
	border-bottom: 1px solid var(--depth4);
}
.lobby-game-description-img {
	position: absolute;
	width: 100%;
}
.lobby-game-description-text {
	padding: 0 20px;
}
.lobby-game-description-text ul {
	margin: 10px 0 0;
	padding-left: 25px;
}
.lobby-game-description:empty {
	display: none;
}
.lobby-game-description-header {
	font-weight: 600;
	padding: 15px 20px 10px;
}

.lobby-username-form {
	width: 400px;
	max-width: 100%;
}
.lobby-username-form-label {
	text-align: center;
	color: var(--text-sub);
	font-size: 18px;
	margin-bottom: 0.5em;
}
@media (min-width: 768px) {
	/* Even larger buttons on desktop */
	.lobby-room-options .btn,
	.lobby-room-join-input,
	.lobby-username .btn,
	.lobby-username-input,
	.lobby-username-form-label {
		font-size: 24px;
	}
	.lobby-title {
		font-size: 32px;
	}
}

.lobby-tab-content {
	padding: 16px;
}
.lobby-tabs-header-wrap {
	overflow-x: auto;
	overflow-y: hidden;
}
.lobby-tabs-header {
	display: flex;
	align-items: center;
	margin-top: 15px;
	padding: 0 16px;
	border-bottom: 1px solid var(--depth4);
}
.lobby-tab {
	font-size: 16px;
	border: 1px solid var(--depth4);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0 8px -1px 0;
	padding: 0.4em 0.8em;
	cursor: pointer;
	color: var(--text-muted);
	flex-shrink: 0;
}
.lobby-tab-active {
	color: var(--text-sub);
	border-bottom-color: var(--surface-1-bg);
}

.lobby-user-list-default {
	text-align: center;
}
.lobby-user-count {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 4px;
}
.lobby-user {
	margin-top: 2px;
	font-size: 24px;
	line-height: 1.3;
}
.lobby-user-disconnected {
	color: var(--text-muted);
	text-decoration: line-through;
}

.lobby-share {
	margin-top: 16px;
	display: flex;
	justify-content: center;
}
.lobby-share .share {
	width: 410px;
	max-width: 100%;
	min-width: 0;
}
.lobby-share .share > div:first-child {
	flex: 0 0 auto;
}
.lobby-share .share-input {
	flex: 1 1 auto;
	/* flexbox hack for safari */
	min-width: 0;
}

.lobby-actions {
	padding: 4px 16px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.lobby-actions .btn {
	font-size: 18px;
	margin-bottom: 8px;
}
.lobby-action:not(first-child) {
	margin-left: 8px;
}

.lobby-account-btn {
	position: absolute;
	top: 7px;
	right: 7px;
	padding: 2px;
	color: var(--text-muted);
}
.lobby-account-btn:hover {
	color: var(--text-sub);
}

.lobby-footer {
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lobby-footer a,
.lobby-feedback .feedback {
	color: var(--text-sub);
	text-decoration: none;
	text-shadow: 0 0 15px var(--surface-1-bg);
}
.lobby-footer > *:not(:first-child) {
	margin-left: 20px;
}
.lobby-quorum-label {
	font-family: 'Varela Round', sans-serif;
	opacity: 0.7;
	margin-left: 10px;
}
.lobby-quorum-clicked.btn {
	opacity: 0.6;
}

/* Full Screen Game Landing Page for mobile */
.lobby-modal-container.fullscreen .lobby-modal-body-inner {
	border-radius: 0;
}
.lobby-modal-container.fullscreen .lobby-header {
	padding-top: 13px;
}