/* ============================================================
 * WLSM Student ID Card Styles
 * All styles extracted from partials/id_card.php
 * Theme colour is supplied at runtime via --wlsm-id-card-theme
 * ============================================================ */

/* ── Card shell ──────────────────────────────────────────── */
.wlsm-pro-id-card {
	width: 3.370in;
	height: 2.125in;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	color: #334155;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	-webkit-print-color-adjust: exact !important;
	print-color-adjust: exact !important;
}

/* ── Header ──────────────────────────────────────────────── */
.wlsm-pro-id-header {
	background: var(--wlsm-id-card-theme, #1e3c72);
	color: #ffffff;
	padding: 6px 12px;
	display: flex;
	align-items: center;
	height: auto;
	min-height: 45px;
	box-sizing: border-box;
}

.wlsm-pro-id-logo {
	max-height: 28px;
	max-width: 50px;
	margin-right: 10px;
	background: #ffffff;
	padding: 2px;
	border-radius: 4px;
}

.wlsm-pro-id-school-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wlsm-pro-id-school-name {
	font-size: 7.5pt;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	letter-spacing: 0.5px;
}

.wlsm-pro-id-school-contact {
	font-size: 5pt;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.2;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ── Front body ──────────────────────────────────────────── */
.wlsm-pro-id-body {
	display: flex;
	padding: 12px 15px;
	height: calc(100% - 45px);
	box-sizing: border-box;
	align-items: center;
}

.wlsm-pro-id-photo-container {
	width: 80px;
	flex-shrink: 0;
	margin-right: 15px;
}

.wlsm-pro-id-photo {
	width: 80px;
	height: 105px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.wlsm-pro-id-details {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.wlsm-pro-id-body > .wlsm-pro-id-details:first-child {
	align-items: center;
	text-align: center;
}

.wlsm-pro-id-body > .wlsm-pro-id-details:first-child .wlsm-pro-id-grid {
	margin: 0 auto;
	width: fit-content;
	grid-template-columns: auto auto;
	text-align: left;
}

.wlsm-pro-id-student-name {
	font-size: 11pt;
	font-weight: 800;
	color: var(--wlsm-id-card-theme, #1e3c72);
	text-transform: uppercase;
	line-height: 1.1;
	margin-bottom: 8px;
	padding-bottom: 4px;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wlsm-pro-id-grid {
	display: grid;
	grid-template-columns: 45px 1fr;
	gap: 4px 6px;
	font-size: 6.5pt;
	line-height: 1.2;
}

.wlsm-pro-id-label {
	font-weight: 600;
	color: #64748b;
}

.wlsm-pro-id-value {
	font-weight: 700;
	color: #1e293b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ── Bottom accent bar ───────────────────────────────────── */
.wlsm-pro-id-accent-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: var(--wlsm-id-card-theme, #1e3c72);
}

/* ── Back side layout ────────────────────────────────────── */
.wlsm-pro-id-back-body {
	padding: 15px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	gap: 15px;
}

.wlsm-pro-id-qr-area {
	width: 110px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px dashed #cbd5e1;
	padding-right: 15px;
}

.wlsm-pro-id-qr-img {
	width: 110px;
	height: 110px;
	border-radius: 4px;
	display: block;
	mix-blend-mode: multiply;
}

.wlsm-pro-id-info-area {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.wlsm-pro-id-back-fields {
	font-size: 6.5pt;
	line-height: 1.35;
}

.wlsm-pro-id-field-row {
	margin-bottom: 2px;
}

.wlsm-pro-id-field-label {
	color: #64748b;
	font-weight: 600;
	margin-right: 4px;
}

.wlsm-pro-id-field-label-block {
	color: #64748b;
	font-weight: 600;
	display: block;
}

.wlsm-pro-id-field-value {
	font-weight: 700;
	color: #1e293b;
}

.wlsm-pro-id-field-value--blood {
	color: #dc2626;
	font-weight: 800;
}

.wlsm-pro-id-address-value {
	font-weight: 600;
	color: #334155;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ── Signature area ──────────────────────────────────────── */
.wlsm-pro-id-signature-area {
	text-align: right;
	margin-top: auto;
}

.wlsm-pro-id-signature-img {
	height: 22px;
	display: inline-block;
}

.wlsm-pro-id-auth-label {
	font-size: 5pt;
	font-weight: 800;
	border-top: 1px solid #1e293b;
	display: inline-block;
	padding-top: 2px;
	margin-top: 2px;
	color: #1e293b;
	letter-spacing: 0.5px;
}

/* ── Single Print Wrapper ────────────────────────────────── */
.wlsm-print-single-id-card-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
	margin-top: 10px;
}

/* ── Print overrides ─────────────────────────────────────── */
@media print {
	body {
		font-size: 6pt;
		margin: 0;
		padding: 0;
		color: #000;
	}

	.wlsm-pro-id-card {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
		box-shadow: none !important;
	}

	.wlsm-pro-id-header {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}

	.wlsm-pro-id-accent-bar {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}

	.wlsm-pro-id-qr-img {
		mix-blend-mode: multiply;
	}

	.wlsm-font-bold {
		font-weight: 600;
	}

	.text-secondary {
		color: #6c757d !important;
	}

	.text-dark {
		color: #343a40 !important;
	}

	@page {
		size: A4 portrait;
	}
}
