.playermap-wrapper { width: 100%; min-height: 800px; }
.playermap-iframe { width: 100%; height: 820px; border: 0; display: block; }
.playermap-install { max-width: 640px; }
.playermap-steps { margin: 1em 0; padding-left: 1.5em; }
.playermap-steps li { margin-bottom: 0.5em; }

.playermap-embed {
	margin: 0;
	padding: 0 0 12px;
	color: #EABA28;
	background: #000;
	min-height: 800px;
	position: relative;
}

.playermap-toolbar {
	position: relative;
	z-index: 120;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 16px;
	width: 966px;
	max-width: 100%;
	margin: 0 auto;
	padding: 8px 0 10px;
	box-sizing: border-box;
}

.playermap-embed #server_info {
	flex: 1 1 280px;
	min-width: 0;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	color: #FFFF99;
	padding: 0;
	position: relative;
	z-index: 101;
	line-height: 1.35;
}

.playermap-realm-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
}

.playermap-embed select.playermap-realm,
.playermap-embed select#playermapRealm,
.playermap-embed select.realm-pills-source,
.playermap-embed .sbHolder,
.playermap-embed select.playermap-realm + .sbHolder,
.playermap-embed select.playermap-realm + .realm-pills,
.playermap-embed .playermap-realm-pills + .realm-pills,
.playermap-embed .realm-pills {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	left: -9999px !important;
	pointer-events: none !important;
}

.playermap-embed .playermap-realm-pills {
	display: flex !important;
	visibility: visible !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	position: relative !important;
	left: auto !important;
	pointer-events: auto !important;
}

.playermap-realm-btn {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	padding: 6px 14px;
	font-family: Georgia, "Cinzel", serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-transform: none;
	color: #f3d48a;
	background: #16110c;
	background-color: #16110c;
	border: 1px solid rgba(232, 196, 122, 0.5);
	border-radius: 2px;
	box-shadow: none;
}

.playermap-realm-btn:hover,
.playermap-realm-btn:focus {
	color: #fff6d8;
	border-color: rgba(243, 212, 138, 0.9);
	outline: none;
}

.playermap-realm-btn.is-active {
	background: #2a2116;
	background-color: #2a2116;
	color: #fff6d8;
	border-color: #e8c47a;
	box-shadow: 0 0 0 1px rgba(232, 196, 122, 0.35);
}

.playermap-stage {
	position: relative;
	width: 966px;
	height: 732px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

.playermap-embed #world,
.playermap-embed #outland,
.playermap-embed #northrend,
.playermap-embed #deepholm,
.playermap-embed #pointsOldworld,
.playermap-embed #pointsOutland,
.playermap-embed #pointsNorthrend,
.playermap-embed #pointsDeepholm {
	position: absolute;
	left: 0;
	top: 0;
	height: 732px;
	width: 966px;
	margin: 0;
}

.playermap-embed #world { z-index: 10; }
.playermap-embed #outland { visibility: hidden; z-index: 9; }
.playermap-embed #northrend { visibility: hidden; z-index: 8; }
.playermap-embed #deepholm { visibility: hidden; z-index: 7; }
.playermap-embed #pointsOldworld { z-index: 100; }
.playermap-embed #pointsOutland { visibility: hidden; z-index: 99; }
.playermap-embed #pointsNorthrend { visibility: hidden; z-index: 98; }
.playermap-embed #pointsDeepholm { visibility: hidden; z-index: 97; }

.playermap-embed #wow {
	position: absolute;
	height: 98px;
	width: 200px;
	left: 12px;
	top: 0;
	z-index: 101;
	text-align: center;
	pointer-events: none;
}

.playermap-embed #tip {
	border: 0;
	left: -1000px;
	top: -1000px;
	padding: 4px;
	position: absolute;
	z-index: 200;
	background: #333;
	color: #fff;
	font-size: 12px;
	pointer-events: none;
	box-sizing: border-box;
	max-width: calc(100% - 12px);
	max-height: calc(100% - 12px);
	overflow: auto;
}

.playermap-embed .map-tabs {
	position: relative;
	width: 966px;
	max-width: 100%;
	margin: 0 auto;
	z-index: 101;
	text-align: center;
	padding: 8px 0;
}

.playermap-embed .map-tabs a {
	color: #E7CF07;
	margin: 0 10px;
	cursor: pointer;
}

.playermap-embed .map-tab-deepholm a {
	color: #f59e0b;
	font-weight: 700;
}

.playermap-embed .map-tab-deepholm[hidden] {
	display: none !important;
}
