/**
 * IEC Portal hosted embed styles.
 */
html.iec-embed-html,
.iec-embed-body {
	margin: 0;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	background: transparent;
	color: #1d2327;
	font-size: 15px;
	line-height: 1.45;
}
#iec-embed-root {
	max-width: 720px;
	margin: 0 auto;
	padding: 12px 8px 20px;
	box-sizing: border-box;
}
.iec-embed-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 20px 18px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.iec-embed-card h1 {
	margin: 0 0 6px;
	font-size: 1.35rem;
}
.iec-embed-card .iec-embed-sub {
	margin: 0 0 16px;
	color: #646970;
	font-size: 0.92rem;
}
.iec-embed-field {
	margin: 0 0 12px;
}
.iec-embed-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}
.iec-embed-field input[type="text"],
.iec-embed-field input[type="email"],
.iec-embed-field input[type="password"] {
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	box-sizing: border-box;
}
.iec-embed-actions {
	margin-top: 14px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}
.iec-embed-btn {
	appearance: none;
	border: 1px solid #2271b1;
	background: #2271b1;
	color: #fff;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
}
.iec-embed-btn:hover {
	background: #135e96;
}
.iec-embed-btn--ghost {
	background: transparent;
	color: #2271b1;
}
.iec-embed-msg {
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 4px;
}
.iec-embed-msg--error {
	background: #fcf0f1;
	color: #b32d2e;
	border: 1px solid #f1aeb5;
}
.iec-embed-msg--ok {
	background: #edfaef;
	color: #1a7f37;
	border: 1px solid #b8e6c4;
}
.iec-embed-msg--warn {
	background: #fcf9e8;
	color: #996800;
	border: 1px solid #f0e2a0;
}
.iec-embed-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}
.iec-embed-table-wrap {
	overflow-x: auto;
}
.iec-embed-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92rem;
}
.iec-embed-table th,
.iec-embed-table td {
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 6px;
	text-align: left;
	vertical-align: top;
}
.iec-embed-table th {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #646970;
}
.iec-embed-loading {
	text-align: center;
	color: #646970;
	padding: 24px;
}
.iec-embed-empty {
	color: #646970;
	margin: 8px 0 0;
}
