#guild-header {
	display: flex;
}

#guild-header .emblem-container {
	margin-right: 1em;
}

#guild-header .info {
	text-align: center;
}

.faction {
	display: flex;
	align-items: center;
	justify-content: center;
}

.faction .logo {
	height: 32px;
	margin-right: 4px;
}

#members_processing {
	height: 70px;
}

.dw-guild-toolbar {
	display: flex;
	align-items: center;
	margin: 0 0 14px;
}

.dw-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 8px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	background: rgba(212, 175, 55, 0.08);
	color: #d4af37 !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.92rem;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.dw-back-link:hover {
	background: rgba(212, 175, 55, 0.16);
	border-color: rgba(212, 175, 55, 0.5);
	color: #f0d060 !important;
}

.dw-back-link__arrow {
	font-size: 1.05rem;
	line-height: 1;
}
