
/* =========================
   1. BODY & PERUSTA
   ========================= */

html, body {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
	font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
	background: #f4f2ee !important;
	color: #1f2933;
}


/* =========================
   2. WRAPPERIT 
   ========================= */

#pagewrapper {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

#container {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: transparent !important;
}


/* =========================
   3. HEADER 
   ========================= */

#header {
	width: auto !important;
	height: auto !important;
	background: none !important;
	color: inherit !important;
}

/* UUSI HEADER */
.ehr-header {
	background: #efe9e3;
	border-bottom: 1px solid #e2ddd6;
}

.ehr-header-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 24px 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Logo */
.ehr-logo {
	display: block;
}

	.ehr-logo img {
		display: block;
		height: 48px;
		width: auto;
	}

/* Kielivalinta */
.ehr-lang {
	display: flex;
	gap: 8px;
}

	.ehr-lang img {
		height: 18px;
		width: auto;
		cursor: pointer;
	}


/* =========================
   4. PÄÄSISÄLTÖ
   ========================= */

.ehr-main {
	padding: 60px 20px;
	display: flex;
	justify-content: center;
}

.ehr-content-card {
	width: 100%;
	max-width: 640px;
	background: #ffffff;
	border-radius: 12px;
	padding: 40px 48px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


	/* =========================
   5. TEKSTIT
   ========================= */

	.ehr-content-card p {
		line-height: 1.6;
		margin-bottom: 16px;
	}

	.ehr-content-card strong {
		font-weight: 600;
	}


/* =========================
   6. TAULUKOT (Lomakkeet-lista)
   ========================= */

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 16px;
}

th {
	background: #e2ddd6;
	color: #1f2933;
	text-align: left;
	padding: 10px;
	font-weight: 600;
}

td {
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
}

tr:nth-child(even) td {
	background: #f9f9f9;
}


/* =========================
   7. LINKIT
   ========================= */

a {
	color: #1f4e5f;
}

	a:hover {
		text-decoration: underline;
	}


/* =========================
   8. FOOTER
   ========================= */

.ehr-footer {
	margin-top: 100px;
	padding: 32px 20px;
	text-align: center;
	font-size: 14px;
	color: #6b7280;
	background: transparent;
}

	.ehr-footer a {
		color: #1f4e5f;
		text-decoration: none;
	}

		.ehr-footer a:hover {
			text-decoration: underline;
		}
