.ikonhr-portal {
	border: 1px solid #d8dfe8;
	border-radius: 6px;
	margin: 20px 0;
	padding: 20px;
	background: #fff;
	color: #1f2933;
}

.ikonhr-portal h2 {
	margin-top: 0;
}

.ikonhr-notice {
	background: #f8fafc;
}

.ikonhr-form label {
	display: grid;
	gap: 6px;
	font-weight: 600;
}

.ikonhr-form input,
.ikonhr-form select,
.ikonhr-form textarea {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.ikonhr-card-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ikonhr-card {
	border: 1px solid #d8dfe8;
	border-radius: 6px;
	padding: 16px;
}

.ikonhr-table {
	border-collapse: collapse;
	width: 100%;
}

.ikonhr-table td {
	border-bottom: 1px solid #e5e7eb;
	padding: 8px;
}

.ikonhr-success {
	background: #e9f7ef;
	border-left: 4px solid #16834a;
	padding: 10px;
}
