/* Ersatzbescheinigung Form Styling */

.eht-eb-wrapper {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	color: #2d3748;
	margin: 20px 0;
	width: 100%;
	box-sizing: border-box;
}

.eht-eb-wrapper * {
	box-sizing: border-box;
}

.eht-eb-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.05);
	width: 100% !important;
	max-width: 100% !important;
	margin: 0;
}

.eht-eb-header {
	border-bottom: 2px solid #fe0000;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.eht-eb-header h2 {
	margin: 0 0 10px 0;
	font-size: 24px;
	color: #1a202c;
}

.eht-eb-intro-text {
	font-size: 14px;
	line-height: 1.6;
	color: #4a5568;
}

.eht-eb-intro-text p {
	margin: 0 0 10px 0;
}

.eht-eb-notice-box {
	background: #fffaf0;
	border-left: 4px solid #dd6b20;
	padding: 12px 16px;
	border-radius: 6px;
	margin: 12px 0;
	color: #9c4221;
	font-size: 13.5px;
}

.eht-eb-section {
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #edf2f7;
}

.eht-eb-section-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #2d3748;
}

.eht-eb-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 14px;
}

.eht-eb-field {
	display: flex;
	flex-direction: column;
}

.eht-eb-field label {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #4a5568;
}

.eht-eb-col-12 { flex: 1 1 100%; }
.eht-eb-col-6  { flex: 1 1 calc(50% - 7px); }
.eht-eb-col-4  { flex: 1 1 calc(33.333% - 9px); }
.eht-eb-col-3  { flex: 1 1 calc(25% - 10px); }

.eht-eb-input,
.eht-eb-select {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid #cbd5e0;
	border-radius: 8px;
	font-size: 14px;
	background-color: #ffffff;
	color: #2d3748;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.eht-eb-input:focus,
.eht-eb-select:focus {
	outline: none;
	border-color: #fe0000;
	box-shadow: 0 0 0 3px rgba(254, 0, 0, 0.15);
}

.eht-eb-price-badge {
	background: #fff5f5;
	border: 1px solid #fed7d7;
	color: #fe0000;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.eht-eb-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	color: #4a5568;
	cursor: pointer;
	margin-bottom: 10px;
}

.eht-eb-checkbox-label input {
	margin-top: 3px;
}

.eht-eb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	width: 100%;
	background-color: #fe0000 !important;
	color: #ffffff !important;
	transition: background-color 0.2s;
}

.eht-eb-btn:hover {
	background-color: #d00000 !important;
}

.eht-eb-btn:disabled {
	background-color: #e2e8f0 !important;
	color: #a0aec0 !important;
	cursor: not-allowed;
}

/* Success Screen */
.eht-eb-success {
	text-align: center;
	padding: 20px;
}

.eht-eb-success-icon {
	font-size: 54px;
	margin-bottom: 12px;
}

.eht-eb-success-box {
	background: #f7fafc;
	border: 1px solid #e2e8f0;
	padding: 18px;
	border-radius: 10px;
	margin: 20px 0;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
}
