/* ===== Download button ===== */

.eiman-pdf-button-wrap {
	margin: 18px 0;
}

.eiman-pdf-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 20px;
	background: #16262A;
	color: #F3ECDA;
	border: 1px solid #C9A86A;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.eiman-pdf-download-btn:hover {
	box-shadow: 0 4px 12px rgba(201, 168, 106, 0.35);
}

.eiman-pdf-download-btn:disabled,
.eiman-pdf-download-btn.is-generating {
	opacity: 0.75;
	cursor: wait;
}

.eiman-pdf-icon {
	font-size: 15px;
}

.eiman-pdf-spinner {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #C9A86A;
	border-top-color: transparent;
	animation: eiman-pdf-spin 0.8s linear infinite;
	vertical-align: -2px;
}

@keyframes eiman-pdf-spin {
	to { transform: rotate(360deg); }
}

/* ===== Hidden print template ===== */
/* Kept off-screen (not display:none) so html2canvas can measure/render it. */

.eiman-pdf-template {
	position: fixed;
	top: 0;
	left: -10000px;
	width: 794px; /* A4 @ ~96dpi */
	background: #fff;
	z-index: -1;
}

.eiman-pdf-page {
	padding: 40px;
	font-family: 'Inter', Arial, sans-serif;
	color: #16262A;
	background: #fff;
}

.eiman-pdf-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 3px solid #C9A86A;
	padding-bottom: 14px;
	margin-bottom: 20px;
}

.eiman-pdf-logo {
	max-height: 48px;
}

.eiman-pdf-company-name {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: 700;
}

.eiman-pdf-doc-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #3E7C74;
}

.eiman-pdf-hero {
	width: 100%;
	max-height: 280px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 18px;
}

.eiman-pdf-title {
	font-family: Georgia, serif;
	font-size: 28px;
	margin: 0 0 10px;
}

.eiman-pdf-meta-row {
	display: flex;
	gap: 20px;
	font-size: 13px;
	color: #3E7C74;
	margin-bottom: 14px;
}

.eiman-pdf-excerpt {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 24px;
}

.eiman-pdf-section-title {
	font-family: Georgia, serif;
	font-size: 19px;
	border-bottom: 1px solid #C9A86A;
	padding-bottom: 6px;
	margin: 24px 0 14px;
}

.eiman-pdf-days {
	margin-bottom: 6px;
}

.eiman-pdf-day {
	display: flex;
	gap: 14px;
	padding: 10px 0;
	border-top: 1px dashed rgba(22, 38, 42, 0.2);
}

.eiman-pdf-day:first-child {
	border-top: none;
}

.eiman-pdf-day-number {
	flex: 0 0 70px;
	font-family: 'Courier New', monospace;
	font-size: 12px;
	color: #A63D33;
	font-weight: 700;
	padding-top: 2px;
}

.eiman-pdf-day-body strong {
	display: block;
	font-size: 14px;
	margin-bottom: 3px;
}

.eiman-pdf-day-body p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	color: #333;
}

.eiman-pdf-price-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 6px;
}

.eiman-pdf-price-table th,
.eiman-pdf-price-table td {
	text-align: left;
	padding: 9px 12px;
	border: 1px solid rgba(22, 38, 42, 0.15);
	font-size: 13px;
}

.eiman-pdf-price-table th {
	background: #F3ECDA;
	font-weight: 700;
}

.eiman-pdf-price-single {
	font-size: 16px;
	margin: 0 0 4px;
}

.eiman-pdf-price-note {
	font-size: 11px;
	color: #666;
	font-style: italic;
	margin: 4px 0 0;
}

.eiman-pdf-columns {
	display: flex;
	gap: 30px;
	margin-top: 22px;
}

.eiman-pdf-columns > div {
	flex: 1;
}

.eiman-pdf-columns h3 {
	font-size: 14px;
	margin: 0 0 8px;
}

.eiman-pdf-columns ul {
	margin: 0;
	padding-left: 18px;
	font-size: 12px;
	line-height: 1.7;
}

.eiman-pdf-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
	padding-top: 12px;
	border-top: 1px solid rgba(22, 38, 42, 0.15);
	font-size: 11px;
	color: #666;
}
