.mtg-header-actions .dmmds-header-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 158px;
	height: 52px;
	padding: 0 1.2rem;
	border: 1px solid rgba(228, 189, 97, 0.52);
	border-radius: 12px;
	background: rgba(4, 10, 20, 0.36);
	color: #fff !important;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.mtg-header-actions .dmmds-header-link:hover,
.mtg-header-actions .dmmds-header-link:focus {
	border-color: #e4bd61;
	background: rgba(228, 189, 97, 0.09);
	box-shadow: 0 0 24px rgba(228, 189, 97, 0.2);
	color: #f0cf7a !important;
}

.mtg-header-actions .dmmds-header-link[aria-current="page"] {
	border-color: #e4bd61;
	color: #f0cf7a !important;
}

@media (max-width: 1100px) {
	.mtg-header-actions .dmmds-header-link {
		min-width: 132px;
		padding-inline: 0.85rem;
		font-size: 0.82rem;
	}
}

@media (max-width: 781px) {
	.mtg-header-actions .dmmds-header-link {
		width: 52px;
		min-width: 52px;
		height: 44px;
		padding: 0 0.25rem;
		border-radius: 9px;
		font-size: 0.58rem;
		line-height: 1.05;
		white-space: normal;
	}
}
