.egdr-sw-locations {
	font-family: "Gilroy", sans-serif;
	padding: 0;
	background: transparent;
}

.egdr-sw-locations * {
	box-sizing: border-box;
}

.egdr-sw-locations__wrap {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

.egdr-sw-locations__list {
	display: flex;
	flex-wrap: wrap;
	gap: 22px 22px;
	align-items: center;
}

a.egdr-sw-locations__item,
span.egdr-sw-locations__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 22px;
	border: 1px solid #5d6470;
	border-radius: 999px;
	background: #ffffff;
	color: #3f4958;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
	cursor: default;
}

a.egdr-sw-locations__item[href] {
	cursor: pointer;
}

a.egdr-sw-locations__item:hover,
span.egdr-sw-locations__item:hover {
	border-color: #faa71b;
	color: #000000;
}

a.egdr-sw-locations__item:hover .egdr-sw-locations__icon,
span.egdr-sw-locations__item:hover .egdr-sw-locations__icon {
	fill: #000000;
}

.egdr-sw-locations__icon {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	fill: #faa71b;
}

.egdr-sw-locations__text {
	display: inline-block;
}

@media (max-width: 1024px) {
	.egdr-sw-locations__list {
		gap: 18px;
	}

	.egdr-sw-locations__item {
		padding: 13px 20px;
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.egdr-sw-locations__list {
		gap: 14px;
	}

	.egdr-sw-locations__item {
		padding: 12px 18px;
		font-size: 16px;
	}
}
