/* Keser PDF Print – stil dugmeta na stranici */

.keser-pdf-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 26px;
	border: none;
	border-radius: 8px;
	background: #c8aa6e;
	color: #1a1a1a;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.05s ease, box-shadow 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.keser-pdf-btn:hover {
	background: #b8965a;
	box-shadow: 0 6px 18px rgba(200, 170, 110, 0.35);
}

.keser-pdf-btn:active {
	transform: translateY(1px);
}

.keser-pdf-btn:focus-visible {
	outline: 2px solid #1a1a1a;
	outline-offset: 2px;
}

.keser-pdf-btn[disabled] {
	opacity: 0.65;
	cursor: progress;
}

.keser-pdf-btn__icon {
	flex: 0 0 auto;
}

/* Iframe za štampu je sakriven sa ekrana (samo za print). */
.keser-pdf-print-frame {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border: 0;
	visibility: hidden;
}
