.gni-my-info-card {
	--gni-text: #253043;
	--gni-muted: #60697a;
	--gni-green: #62b40d;
	width: 451px;
	max-width: 100%;
	min-height: 233px;
	display: flex;
	flex-direction: column;
	row-gap: 18px;
	margin: 0;
	padding: 11px;
	direction: rtl;
	text-align: right;
	color: var(--gni-text);
	background: #f7f8fa;
	box-sizing: border-box;
	overflow: visible;
	transition-property: background-color, border-color, box-shadow, transform;
	transition-duration: .25s;
}

.gni-my-info-card *,
.gni-my-info-card *::before,
.gni-my-info-card *::after {
	box-sizing: border-box;
}

.gni-my-info-card a {
	color: inherit;
	text-decoration: none;
	transition-property: color, background-color, border-color, transform, opacity;
	transition-duration: .25s;
}

.gni-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	column-gap: 12px;
}

.gni-phone-block {
	align-items: flex-start;
}

.gni-phone-lines {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	row-gap: 5px;
}

.gni-phone-line {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 15px;
	min-height: 26px;
}

.gni-phone-number,
.gni-phone-label,
.gni-email-text,
.gni-hours-text,
.gni-address-text {
	display: inline-block;
	max-width: 100%;
	color: var(--gni-text);
	transform-origin: center;
	transition-property: color, transform, opacity;
	transition-duration: .25s;
}

.gni-phone-number {
	direction: ltr;
	unicode-bidi: isolate;
	white-space: nowrap;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.gni-phone-label {
	color: var(--gni-muted);
	font-size: 15px;
	white-space: nowrap;
}

.gni-email-text {
	direction: ltr;
	unicode-bidi: isolate;
	font-size: 18px;
}

.gni-hours-text {
	font-size: 15px;
	white-space: normal;
}

.gni-address-row {
	align-items: flex-start;
}

.gni-address-text {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 16px;
	line-height: 1.7;
	white-space: normal;
	overflow-wrap: anywhere;
}

.gni-icon-wrap {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	color: var(--gni-green);
	line-height: 1;
	font-size: 18px;
	transform-origin: center;
	transition-property: color, background-color, border-color, transform, opacity;
	transition-duration: .25s;
}

.gni-icon-wrap i {
	display: block;
	width: 1em;
	height: 1em;
	font-size: 1em;
	line-height: 1;
}

.gni-icon-wrap svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.gni-phone-icon-wrap {
	margin-top: 4px;
}

.gni-address-icon-wrap {
	margin-top: 5px;
}

@media (max-width: 767px) {
	.gni-my-info-card {
		width: 100%;
		min-height: auto;
	}

	.gni-phone-line {
		align-items: flex-start;
	}
}
