/* FerienFirmenTag – Basis-Styling für Frontend-Formulare, Dashboards und Angebots-Browser. */

.ffz-formular,
.ffz-dashboard,
.ffz-angebote-auswahl,
.ffz-angebote-liste,
.ffz-single-angebot {
	max-width: 720px;
	margin: 0 auto;
}

.ffz-feld {
	margin-bottom: 1.1em;
}

.ffz-feld label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.ffz-feld input[type="text"],
.ffz-feld input[type="email"],
.ffz-feld input[type="password"],
.ffz-feld input[type="date"],
.ffz-feld input[type="url"],
.ffz-feld input[type="number"],
.ffz-feld select,
.ffz-feld textarea {
	width: 100%;
	max-width: 420px;
	padding: 0.5em 0.7em;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.ffz-feld-halb {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.ffz-feld-checkbox label {
	font-weight: normal;
	display: flex;
	gap: 0.5em;
	align-items: flex-start;
}

.ffz-feld-hinweis {
	display: block;
	font-size: 0.85em;
	color: #666;
	margin-top: 0.2em;
}

.ffz-hinweis-text {
	background: #f5f5f5;
	border-left: 3px solid #999;
	padding: 0.8em 1em;
	font-size: 0.9em;
}

.ffz-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ffz-button {
	display: inline-block;
	background: #1d4ed8;
	color: #fff;
	border: none;
	padding: 0.6em 1.4em;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.ffz-button:hover {
	background: #1e40af;
	color: #fff;
}

.ffz-fehler {
	color: #b91c1c;
	background: #fef2f2;
	border: 1px solid #fecaca;
	padding: 0.7em 1em;
	border-radius: 4px;
}

.ffz-erfolg {
	color: #166534;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	padding: 0.7em 1em;
	border-radius: 4px;
}

.ffz-hinweis {
	background: #f5f5f5;
	padding: 1em;
	border-radius: 4px;
}

.ffz-tabelle {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

.ffz-tabelle th,
.ffz-tabelle td {
	text-align: left;
	padding: 0.5em 0.7em;
	border-bottom: 1px solid #e5e5e5;
}

.ffz-status {
	display: inline-block;
	padding: 0.3em 0.8em;
	border-radius: 999px;
	font-size: 0.85em;
	font-weight: 600;
}

.ffz-status-ausstehend {
	background: #fef9c3;
	color: #854d0e;
}

.ffz-status-aktiv {
	background: #dcfce7;
	color: #166534;
}

.ffz-status-gesperrt {
	background: #fee2e2;
	color: #991b1b;
}

.ffz-angebot-karte {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 1em 1.2em;
	margin-bottom: 1.2em;
}

.ffz-typ-badge,
.ffz-badge {
	display: inline-block;
	background: #eef2ff;
	color: #3730a3;
	font-size: 0.75em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.2em 0.6em;
	border-radius: 4px;
}

.ffz-angebote-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1em;
	margin-top: 1em;
}

.ffz-angebot-card {
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 1em;
	text-decoration: none;
	color: inherit;
}

.ffz-angebot-card:hover {
	border-color: #1d4ed8;
}

.ffz-angebote-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	align-items: center;
	margin-bottom: 1em;
}

.ffz-abschluss-option {
	display: block;
	margin-bottom: 0.6em;
	font-weight: normal;
}

.ffz-firma-info {
	margin: 2em 0;
	padding-top: 1.5em;
	border-top: 1px solid #e5e5e5;
}

.ffz-firma-bilder img {
	max-width: 200px;
	margin: 0.4em;
	border-radius: 4px;
}

.ffz-interessenten-liste {
	list-style: none;
	padding: 0;
}

.ffz-interessenten-liste li {
	padding: 0.6em 0;
	border-bottom: 1px solid #eee;
}
