.xewex-support-card,
.xewex-support-card *,
.xewex-support-card *::before,
.xewex-support-card *::after {
	box-sizing: border-box;
}

.xewex-support-card {
	background: var(--xewex-checkout-surface, #f6f6f4);
	border: 1px solid var(--xewex-checkout-border, #e2e2dd);
	border-radius: var(--xewex-checkout-radius, 5px);
	color: var(--xewex-checkout-text, #171717);
	max-width: 100%;
	min-width: 0;
	padding: 22px;
}

.xewex-support-card__heading {
	color: inherit;
	font-family: inherit;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0 0 16px;
	text-transform: none;
}

.xewex-support-card__contacts {
	display: grid;
	gap: 13px;
}

.xewex-support-card__row {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 20px minmax(0, 1fr) auto;
	min-width: 0;
}

.xewex-support-card__icon {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
	width: 19px;
}

.xewex-support-card__label {
	color: var(--xewex-checkout-muted, #77736d);
	font-size: 14px;
	line-height: 1.35;
}

.xewex-support-card__value {
	color: inherit;
	font-size: 14px;
	line-height: 1.35;
	max-width: 100%;
	overflow-wrap: anywhere;
	text-align: right;
	text-decoration: none;
}

.xewex-support-card__value:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.xewex-support-card__value:focus-visible {
	border-radius: 3px;
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

@media (max-width: 380px) {
	.xewex-support-card {
		padding: 18px 16px;
	}

	.xewex-support-card__row {
		grid-template-columns: 19px minmax(0, 1fr);
	}

	.xewex-support-card__value {
		grid-column: 2;
		text-align: left;
	}
}
