/* Maingutschein – Geschenk-Live-Vorschau am Produkt */
.mgs-gift { margin: 0 0 20px; }

.mgs-gift__card {
	position: relative;
	border-radius: 16px;
	background: linear-gradient(135deg, #55ABDC 0%, #2F86BC 100%);
	color: #ffffff;
	padding: 22px 24px;
	min-height: 150px;
	box-shadow: 0 16px 34px -16px rgba(47, 134, 188, .6);
	overflow: hidden;
	font-family: "Barlow", system-ui, "Segoe UI", sans-serif;
}
.mgs-gift__brand {
	display: block;
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	font-size: .82rem;
	opacity: .95;
}
.mgs-gift__wave { display: block; width: 90px; height: auto; margin: 4px 0 2px; }
.mgs-gift__amount {
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.1;
	margin: 4px 0 12px;
}
.mgs-gift__greeting {
	white-space: pre-wrap;
	word-break: break-word;
	font-size: 1rem;
	line-height: 1.45;
	min-height: 2.6em;
}
.mgs-gift__placeholder { opacity: .75; font-style: italic; }

.mgs-gift__suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 14px;
}
.mgs-gift__sug-label {
	font-family: "Barlow", system-ui, sans-serif;
	font-size: .85rem;
	color: #4C5760;
}
.mgs-gift__suggestions button {
	border: 1px solid #E2E7EA;
	background: #F4F6F7;
	color: #37424B;
	border-radius: 999px;
	padding: 7px 14px;
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: .78rem;
	cursor: pointer;
	transition: background-color .15s, border-color .15s, color .15s;
}
.mgs-gift__suggestions button:hover {
	background: #E7F2F9;
	border-color: #55ABDC;
	color: #2F86BC;
}
