/* ===== Permission / access messages ===== */
.hd-permission-message {
	text-align: center;
}

/* ===== Room settings form ===== */
.hd-save-bar {
	margin-top: 1rem;
	text-align: right;
}

/* ===== Players box ===== */
.hd-section-heading {
	margin-bottom: 8px;
}

.hd-players-list {
	margin-bottom: 16px;
}

.hd-no-players {
	font-style: italic;
}

/* Info column next to avatar in a player row */
.hd-player-info {
	flex: 1;
}

.hd-room-creator {
	margin-left: 4px;
	opacity: 0.7;
}

/* Remove-player × button */
.hd_remove_player {
	background: none;
	border: none;
	color: #b22222;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 1;
	padding: 0 4px;
}

/* ===== Pending invitations ===== */
.hd-pending-invites-list {
	margin-bottom: 16px;
}

.hd_pending_row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px;
	background: #fff8e1;
	border-radius: 4px;
	margin-bottom: 6px;
}

.hd-pending-email {
	flex: 1;
	color: #888;
}

.hd-revoke-btn {
	color: #b22222;
}

/* ===== Add-player section ===== */
.hd-invite-button {
	margin-top: 6px;
}

.hd-invite-hint {
	color: #888;
	font-size: 0.85em;
	margin-top: 6px;
}

.hd-players-msg {
	margin-top: 8px;
}

/* ===== Profile page ===== */
.hd-create-room-cta {
	margin-top: 2rem;
}

.hd-logout-bar {
	text-align: center;
	margin-top: 3px;
}

.hd-divider-spacer {
	margin-top: 2rem;
}

.hd-login-submit {
	text-align: right;
}

.hd-forgot-pw {
	text-align: center;
}

/* ===== Room public landing page ===== */
.hd-room-card-center {
	text-align: center;
}

.hd-not-logged-hint {
	margin-bottom: 16px;
	color: #555;
}

.hd-not-invited {
	color: #666;
	margin-bottom: 8px;
}

.hd-sidebar-heading {
	margin: 2em 0 1em 0;
	font-size: 1em;
	color: var(--gold);
}

.hd-sidebar-players {
	margin-top: 1.5rem;
}

.hd-player-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hd-player-list-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 0;
}

.hd-gm-label {
	color: #888;
}
