.mr-wow-quest-card.is-alliance .mr-wow-quest-card__id,
.mr-wow-quest-modal__header.is-alliance > span {
	color: #4aa3ff;
}

.mr-wow-quest-card.is-horde .mr-wow-quest-card__id,
.mr-wow-quest-modal__header.is-horde > span {
	color: #ff5b62;
}

.mr-wow-quest-card.is-neutral .mr-wow-quest-card__id,
.mr-wow-quest-modal__header.is-neutral > span {
	color: #e5bd4f;
}

.mr-wow-quest__wowhead {
	display: inline-flex;
	margin: .35rem 0 0 .45rem;
	color: #e5bd4f;
	font-size: .75rem;
	font-weight: 800;
	text-decoration: none;
}

.mr-wow-quest__wowhead:hover {
	text-decoration: underline;
}

.mr-wow-quest__linker {
	margin: .45rem 0 .2rem;
	padding: .45rem;
	border: 1px solid #ffffff24;
	border-radius: 8px;
}

.mr-wow-quest__linker summary {
	cursor: pointer;
	color: #cbd2df;
	font-size: .76rem;
}

.mr-wow-quest__linker input {
	width: min(100%, 340px);
	margin: .45rem .35rem 0 0;
	border: 1px solid #ffffff38;
	border-radius: 7px;
	background: #080d16;
	color: #fff;
	padding: .5rem;
}

.mr-wow-quest__linker button {
	border: 0;
	border-radius: 999px;
	padding: .5rem .8rem;
	font-weight: 750;
	cursor: pointer;
}

.mr-wow-quests__filter-error {
	margin: 0 1rem 1rem;
	color: #ff858b;
	font-weight: 750;
}

/* 2.59.60: personal quest progress and overlays above the global footer. */
.mr-wow-quest-modal{z-index:2147483200!important}.mr-wow-quest-player{z-index:2147483300!important}.mr-wow-quest-modal *,.mr-wow-quest-player *{box-sizing:border-box}.mr-wow-quest__completion{display:inline-flex;align-items:center;margin:0 0 1.25rem;border:1px solid #ffffff55;border-radius:999px;padding:.7rem 1rem;background:transparent;color:#fff;font:inherit;font-weight:800;cursor:pointer}.mr-wow-quest__completion.is-completed{border-color:#62d38d;background:#153d29;color:#b9f7d0}.mr-wow-quest-card.is-completed{opacity:.68}.mr-wow-quest-card.is-completed strong{text-decoration:line-through;text-decoration-thickness:1px}

/* 2.59.65: identify global quest results by expansion and branch. */
.mr-wow-quest-card .mr-wow-quest-card__context{grid-column:1/-1;display:block;color:#d8e0ee;font-size:.76rem;line-height:1.35}
.mr-wow-quest-card .mr-wow-quest-card__context b{color:#fff}
.mr-wow-quest-modal__context{color:#dce5f4!important;font-size:.88rem;margin:.2rem 0 .45rem!important}
