/**
 * Bild-Upload im Steckbrief.
 *
 * Haelt sich an das Designsystem: keine Rahmen, Abgrenzung ueber Tonwert,
 * Radien 12 fuer Bedienelemente, ein Akzent (#005EAA).
 */

.ip-steckbrief-feld {
	margin: 8px 0 4px;
}

.ip-steckbrief-titel {
	display: block;
	font-weight: 600;
	color: #001F3D;
	margin-bottom: 4px;
}

.ip-steckbrief-hinweis {
	display: block;
	color: #5C7390;
	font-size: 0.875em;
	line-height: 1.55;
	margin-bottom: 12px;
}

.ip-steckbrief-reihe {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.ip-steckbrief-knopf {
	appearance: none;
	border: 0;
	cursor: pointer;
	background: #005EAA;
	color: #FFFFFF;
	border-radius: 12px;
	padding: 12px 20px;
	font: inherit;
	font-weight: 700;
	font-size: 0.8125em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 6px 16px rgba(0, 31, 61, 0.16);
	transition: background-color 160ms ease, box-shadow 160ms ease;
}

.ip-steckbrief-knopf:hover,
.ip-steckbrief-knopf:focus-visible {
	background: #00698F;
	box-shadow: 0 8px 22px rgba(0, 31, 61, 0.22);
}

.ip-steckbrief-knopf[disabled] {
	opacity: 0.6;
	cursor: default;
	box-shadow: none;
}

.ip-steckbrief-vorschau img {
	display: block;
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 12px;
}

.ip-steckbrief-entfernen {
	appearance: none;
	border: 0;
	background: none;
	padding: 0;
	cursor: pointer;
	font: inherit;
	font-size: 0.875em;
	color: #005EAA;
	text-decoration: underline;
}

.ip-steckbrief-meldung {
	display: block;
	margin-top: 8px;
	font-size: 0.875em;
	line-height: 1.55;
	color: #5C7390;
	min-height: 1.4em;
}

.ip-steckbrief-meldung.ist-gut {
	color: #00698F;
	font-weight: 600;
}

.ip-steckbrief-meldung.ist-fehler {
	color: #C00057;
	font-weight: 600;
}

/* Das versteckte Kennungsfeld hat im Formular nichts zu suchen. */
.ff-el-group.ip-steckbrief-kennung {
	display: none !important;
}
