.header-top-right {
	column-gap: 20px;
}

.link-lk {
	display: inline-flex;
	align-items: center;
	column-gap: 10px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 0 !important;
}

.link-lk > img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

@media screen and (max-width: 999px) {
	.header-top-right-wrap {
		width: 100%;
	}

	.header-top .col-auto.pr-0 {
		display: none;
	}

	.header-top-right {
		justify-content: space-between;
	}
}
